Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd-14.2/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-14.2/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 Ddeptgt-phony.exp13 No known suffix on all. Using .NULL suffix
34 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-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp343 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl() argument
344 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl()
346 UsingDecls.push_back(Using); in VisitUsingDecl()
595 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
596 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str()); in createRenameAtomicChanges()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp318 Info.Kind = SymbolKind::Using; in getSymbolInfo()
324 Info.Kind = SymbolKind::Using; in getSymbolInfo()
329 case Decl::Using: in getSymbolInfo()
330 Info.Kind = SymbolKind::Using; in getSymbolInfo()
334 Info.Kind = SymbolKind::Using; in getSymbolInfo()
536 case SymbolKind::Using: return "using"; in getSymbolKindString()
/freebsd-14.2/crypto/openssl/
H A DNOTES-UNIX.md68 1. Using directories specified in DT_RPATH, unless DT_RUNPATH is also set.
69 2. Using the environment variable LD_LIBRARY_PATH
70 3. Using directories specified in DT_RUNPATH.
71 4. Using system shared object caches and default directories.
/freebsd-14.2/contrib/bmake/
H A Dconfigure.in110 *) echo "Using: filemon_${use_filemon}.c" >&6;;
177 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
424 echo "Using: ${force_machine}MACHINE=$machine, ${force_machine_arch}MACHINE_ARCH=$machine_arch" 1>&6
494 echo "Using: MKSRC=$mksrc" 1>&6
505 echo "Using: SHELL=$defshell_path" >&6
509 echo "Using: SHELL=$DEFSHELL_INDEX ($defshell_path)" | sed 's,DEFSHELL_INDEX_,,' >&6
514 echo "Using: SHELL=$DEFSHELL_INDEX" | sed 's,DEFSHELL_INDEX_,,' >&6
/freebsd-14.2/sys/dev/qlxge/
H A DREADME.txt14 4. Using the Driver
50 4. Using the driver
/freebsd-14.2/sys/dev/qlxgb/
H A DREADME.txt14 4. Using the Driver
50 4. Using the driver
/freebsd-14.2/contrib/googletest/docs/
H A Dpkgconfig.md1 ## Using GoogleTest from various build systems
19 Using `pkg-config` in CMake is fairly easy:
68 ### Using pkg-config in a cross-compilation setting
/freebsd-14.2/contrib/file/python/
H A DREADME.md17 ## Using section in `file-magic`: Python Bindings
/freebsd-14.2/sys/dev/qlxgbe/
H A DREADME.txt14 4. Using the Driver
50 4. Using the driver
/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_MD-SHAKE.pod27 by L<EVP_MAC-KMAC128(7)>. Using the notation from NIST FIPS 202
34 by L<EVP_MAC-KMAC256(7)>. Using the notation from NIST FIPS 202
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFOptions.td12 // Boolean flag which can be suffixed by ":no". Using it unsuffixed turns the
/freebsd-14.2/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-14.2/contrib/unbound/contrib/
H A Dunbound.spec114 - Using parts from ports collection entry by Jaap Akkerhuis.
115 - Using Fedoraproject wiki guidelines.
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/wireless/
H A Dieee80211.txt12 identical chipsets used for two different 5 GHz subbands. Using them
/freebsd-14.2/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-14.2/contrib/file/magic/Magdir/
H A Dssl19 # Using the -a or -base64 option, OpenSSL will base64-encode the data.
/freebsd-14.2/contrib/googletest/docs/_data/
H A Dnavigation.yml40 - title: "Using pkg-config"
/freebsd-14.2/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h417 # error Using CRC64 in the kernel has not been implemented.

12345678910>>...14