Home
last modified time | relevance | path

Searched refs:Using (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/freebsd-13.1/contrib/sqlite3/
H A DREADME.txt52 Using Microsoft Visual C++ 2005 (or later) is recommended. Several Windows
61 Using Microsoft Visual C++ 2012 (or later) is required. When using the
72 Using Microsoft Visual C++ 2013 (or later) is required. When using the
83 Using Microsoft Visual C++ 2015 (or later) is required. When using the
96 Using Microsoft Visual C++ 2015 (or later) is required. When using the
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dsuff-rebuild.exp39 No known suffix on all. Using .NULL suffix
46 No known suffix on suff-rebuild-example. Using .NULL suffix
67 No known suffix on .END. Using .NULL suffix
H A Dsuff-incomplete.exp30 No known suffix on all. Using .NULL suffix
39 No known suffix on .END. Using .NULL suffix
H A Dsuff-lookup.exp46 No known suffix on all. Using .NULL suffix
68 No known suffix on .END. Using .NULL suffix
H A Dsuff-phony.exp9 No known suffix on .END. Using .NULL suffix
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp342 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl() argument
343 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl()
345 UsingDecls.push_back(Using); in VisitUsingDecl()
594 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
595 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str()); in createRenameAtomicChanges()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp317 Info.Kind = SymbolKind::Using; in getSymbolInfo()
323 Info.Kind = SymbolKind::Using; in getSymbolInfo()
328 case Decl::Using: in getSymbolInfo()
329 Info.Kind = SymbolKind::Using; in getSymbolInfo()
333 Info.Kind = SymbolKind::Using; in getSymbolInfo()
533 case SymbolKind::Using: return "using"; in getSymbolKindString()
/freebsd-13.1/crypto/openssl/
H A DNOTES.UNIX69 1. Using directories specified in DT_RPATH, unless DT_RUNPATH is
71 2. Using the environment variable LD_LIBRARY_PATH
72 3. Using directories specified in DT_RUNPATH.
73 4. Using system shared object caches and default directories.
/freebsd-13.1/contrib/bmake/
H A Dconfigure.in110 *) echo "Using: filemon_${use_filemon}.c" >&6;;
179 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
423 echo "Using: ${force_machine}MACHINE=$machine, ${force_machine_arch}MACHINE_ARCH=$machine_arch" 1>&6
493 echo "Using: MKSRC=$mksrc" 1>&6
504 echo "Using: SHELL=$defshell_path" >&6
508 echo "Using: SHELL=$DEFSHELL_INDEX ($defshell_path)" | sed 's,DEFSHELL_INDEX_,,' >&6
513 echo "Using: SHELL=$DEFSHELL_INDEX" | sed 's,DEFSHELL_INDEX_,,' >&6
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dfsl-enetc.txt16 1.1. Using the local ENETC Port MDIO interface
52 1.2. Using the central MDIO PCIe endpoint device
/freebsd-13.1/sys/dev/qlxge/
H A DREADME.txt15 4. Using the Driver
51 4. Using the driver
/freebsd-13.1/sys/dev/qlxgb/
H A DREADME.txt15 4. Using the Driver
51 4. Using the driver
/freebsd-13.1/contrib/file/python/
H A DREADME.md17 ## Using section in `file-magic`: Python Bindings
/freebsd-13.1/sys/dev/qlxgbe/
H A DREADME.txt15 4. Using the Driver
51 4. Using the driver
/freebsd-13.1/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h269 # error Using CRC64 in the kernel has not been implemented.
/freebsd-13.1/contrib/unbound/contrib/
H A Dunbound.spec114 - Using parts from ports collection entry by Jaap Akkerhuis.
115 - Using Fedoraproject wiki guidelines.
/freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt1 GPIO-based I2C Arbitration Using a Challenge & Response Mechanism
7 the standard I2C multi-master rules. Using GPIOs is generally useful in
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td243 let Latency = 23; // Using common case
248 let Latency = 23; // Using common case
253 let Latency = 31; // Using common case
258 let Latency = 19; // Using common case
263 let Latency = 27; // Using common case
268 let Latency = 27; // Using common case
273 let Latency = 27; // Using common case
278 let Latency = 27; // Using common case
283 let Latency = 35; // Using common case
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/wireless/
H A Dieee80211.txt12 identical chipsets used for two different 5 GHz subbands. Using them
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dssl19 # Using the -a or -base64 option, OpenSSL will base64-encode the data.
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst73 Using Visual Studio IDE/MSBuild
92 Using Ninja
/freebsd-13.1/contrib/googletest/googletest/docs/
H A DPkgconfig.md1 ## Using GoogleTest from various build systems ##
20 Using `pkg-config` in CMake is fairly easy:
/freebsd-13.1/sys/contrib/device-tree/Bindings/rtc/
H A Dabracon,abx80x.txt20 Using "abracon,abx80x" will enable chip autodetection.
/freebsd-13.1/contrib/smbfs/
H A DMakefile46 @echo Using ${CFGDEPEND} file...
/freebsd-13.1/contrib/libcbor/doc/source/
H A Dusing.rst50 Using libcbor
124 **Using the streaming parser**

12345678910>>...12