Searched refs:Using (Results 1 – 25 of 2048) sorted by relevance
12345678910>>...82
/external/libcups/ |
D | Makefile | 34 echo Using ARCHFLAGS="$(ARCHFLAGS)" 35 echo Using ALL_CFLAGS="$(ALL_CFLAGS)" 36 echo Using ALL_CXXFLAGS="$(ALL_CXXFLAGS)" 37 echo Using CC="$(CC)" 38 echo Using CXX="$(CC)" 39 echo Using DSOFLAGS="$(DSOFLAGS)" 40 echo Using LDFLAGS="$(LDFLAGS)" 41 echo Using LIBS="$(LIBS)" 53 echo Using ARCHFLAGS="$(ARCHFLAGS)" 54 echo Using ALL_CFLAGS="$(ALL_CFLAGS)" [all …]
|
/external/cpuinfo/ |
D | README.md | 265 - [x] Using CPUID leaves 0x80000002–0x80000004 on x86/x86-64 266 - [x] Using `/proc/cpuinfo` on ARM 267 …- [x] Using `ro.chipname`, `ro.board.platform`, `ro.product.board`, `ro.mediatek.platform`, `ro.ar… 268 - [ ] Using kernel log (`dmesg`) on ARM Linux 269 - [x] Using Windows registry on ARM64 Windows 284 - [x] Using CPUID (x86/x86-64) 285 - [x] Using `/proc/cpuinfo` on 32-bit ARM EABI (Linux) 286 - [x] Using microarchitecture heuristics on (32-bit ARM) 287 - [x] Using `FPSID` and `WCID` registers (32-bit ARM) 288 - [x] Using `getauxval` (Linux/ARM) [all …]
|
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/compare/ |
D | foreach-type.cmp | 3 Using a Object [] 12 Using a Map 19 Using a Collection 24 Using an Iterator 31 Using an Enumeration 37 Using an array of primitives
|
/external/arm-trusted-firmware/plat/brcm/board/stingray/ |
D | platform.mk | 62 $(info Using Single Cluster) 68 $(info Using DDR) 78 $(info Using USB) 84 $(info Using PAXB) 90 $(info Using FS4) 96 $(info Using FS6) 102 $(info Using FS4_DISABLE_CLOCK) 107 $(info Using NCSI_IO_DRIVE_STRENGTH_MA) 113 $(info Using NAND) 119 $(info Using BCM_ELOG) [all …]
|
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/ |
D | foreach-type.vm | 12 Using a Object [] 24 Using a Map 36 Using a Collection 42 Using an Iterator 55 Using an Enumeration 64 Using an array of primitives
|
/external/llvm/cmake/platforms/ |
D | iOS.cmake | 18 message(STATUS "Using SDKROOT ${SDKROOT}") 27 message(STATUS "Using c compiler ${CMAKE_C_COMPILER}") 35 message(STATUS "Using c compiler ${CMAKE_CXX_COMPILER}") 44 message(STATUS "Using ar ${CMAKE_AR}") 53 message(STATUS "Using ranlib ${CMAKE_RANLIB}")
|
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/ |
D | README.md | 14 Using a synthetic data, run: 17 # Using eager execution 20 # Using graph execution 28 # Using eager execution 31 # Using graph execution
|
/external/python/google-api-python-client/docs/ |
D | api-keys.md | 5 …ee [Using OAuth 2.0 for Installed Applications](oauth-installed.md), [Using OAuth 2.0 for Server t… 7 ## Using API Keys
|
/external/clang/docs/ |
D | index.rst | 13 Using Clang as a Compiler 42 Using Clang as a Library 60 Using Clang Tools
|
/external/rust/crates/instant/ |
D | README.md | 23 ### Using `instant` for a native platform. 40 ### Using `instant` for a WASM platform. 59 ### Using `instant` for a WASM platform where `performance.now()` is not available. 79 ### Using `instant` for any platform enabling a feature transitively. 101 ### Using `instant::now()` 122 ### Using the feature `now` without `stdweb` or `wasm-bindgen`.
|
/external/oboe/docs/notes/ |
D | effects.md | 3 # Using Audio Effects with Oboe 19 3. You can get lower latency when you use your own effects. Using Android AudioEffects prevents you… 21 ## Using Android AudioEffects 40 ## Using Third Party Affects Processing
|
/external/deqp-deps/amber/src/dawn/ |
D | find_dawn.cmake | 88 message(STATUS "Amber: Using Dawn headers at ${Dawn_INCLUDE_DIR}") 89 message(STATUS "Amber: Using Dawn generated headers at ${Dawn_GEN_INCLUDE_DIR}") 90 message(STATUS "Amber: Using Dawn library ${Dawn_LIBRARY}") 91 message(STATUS "Amber: Using Dawn native library ${Dawn_native_LIBRARY}")
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-compare-instructions.ll | 158 ; Using registers other than v0, v1 are possible, but would be odd. 167 ; Using registers other than v0, v1 are possible, but would be odd. 176 ; Using registers other than v0, v1 are possible, but would be odd. 185 ; Using registers other than v0, v1 are possible, but would be odd. 194 ; Using registers other than v0, v1 are possible, but would be odd. 203 ; Using registers other than v0, v1 are possible, but would be odd. 212 ; Using registers other than v0, v1 are possible, but would be odd. 270 ; Using registers other than v0, v1 are possible, but would be odd. 279 ; Using registers other than v0, v1 are possible, but would be odd. 288 ; Using registers other than v0, v1 are possible, but would be odd. [all …]
|
D | neon-compare-instructions.ll | 180 ; Using registers other than v0, v1 are possible, but would be odd. 190 ; Using registers other than v0, v1 are possible, but would be odd. 200 ; Using registers other than v0, v1 are possible, but would be odd. 210 ; Using registers other than v0, v1 are possible, but would be odd. 220 ; Using registers other than v0, v1 are possible, but would be odd. 230 ; Using registers other than v0, v1 are possible, but would be odd. 240 ; Using registers other than v0, v1 are possible, but would be odd. 306 ; Using registers other than v0, v1 are possible, but would be odd. 316 ; Using registers other than v0, v1 are possible, but would be odd. 326 ; Using registers other than v0, v1 are possible, but would be odd. [all …]
|
/external/python/cpython3/Doc/library/ |
D | asyncio-api-index.rst | 63 * :ref:`Using asyncio.gather() to run things in parallel 66 * :ref:`Using asyncio.wait_for() to enforce a timeout 71 * :ref:`Using asyncio.sleep() <asyncio_example_sleep>`. 99 * :ref:`Using asyncio.Queue to distribute workload between several 192 * :ref:`Using asyncio.Event <asyncio_example_sync_event>`.
|
/external/pigweed/pw_log_zephyr/ |
D | docs.rst | 15 Using Zephyr logging 22 Using Pigweed tokenized logging 24 Using the pigweed logging can be done by enabling
|
/external/iproute2/examples/bpf/ |
D | README | 5 - bpf_tailcall.c -> Using tail call chains 8 - bpf_map_in_map.c -> Using map in map example
|
/external/pigweed/pw_result/ |
D | BUILD.gn | 79 label = "Using and_then instead of if ladder" 84 label = "Using or_else instead of if ladder" 89 label = "Using transform instead of if ladder"
|
/external/google-fruit/tests/ |
D | tested_features.md | 10 * Using `bind(x)` or `bind<fruit::Annotated<A, T>>(x)`. 31 * **TODO** Using the Inject typedef 32 * **TODO** Using the INJECT macro 62 * Using the INJECT macro 67 * **TODO** Using the factory in another class' constructor instead of getting it from the injector … 83 * **TODO** Using `fruit::Annotated<>` 84 * **TODO** Using the ANNOTATED macro (only in constructors using INJECT) 148 * **TODO** Using `get<T>` (for all type variations) 149 * **TODO** Using `get()` or casting to try to get a value that the injector doesn't provide 179 * Using `get()` to try to get a value that the provider doesn't provide
|
/external/python/cryptography/vectors/cryptography_vectors/HMAC/ |
D | rfc-4231-sha224.txt | 30 # "Test Using Larger Than Block-Size Key - Hash Key First" 36 # "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data"
|
D | rfc-4231-sha512.txt | 30 # "Test Using Larger Than Block-Size Key - Hash Key First" 36 # "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data"
|
D | rfc-4231-sha256.txt | 30 # "Test Using Larger Than Block-Size Key - Hash Key First" 36 # "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data"
|
D | rfc-4231-sha384.txt | 30 # "Test Using Larger Than Block-Size Key - Hash Key First" 36 # "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data"
|
/external/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
D | lit.cfg | 12 lit_config.note('Using internal shell') 15 lit_config.note('Using external shell')
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 285 message(STATUS "SSE2: Using architecture defaults") 291 message(STATUS "SSE3: Using architecture defaults") 297 message(STATUS "SSSE3: Using architecture defaults") 303 message(STATUS "SSE4.1: Using architecture defaults") 309 message(STATUS "SSE4.2: Using architecture defaults") 315 message(STATUS "AVX: Using architecture defaults") 321 message(STATUS "AVX2: Using architecture defaults") 327 message(STATUS "FMA: Using architecture defaults") 333 message(STATUS "AVX512: Using architecture defaults") 339 message(STATUS "AVX512DQ: Using architecture defaults") [all …]
|
12345678910>>...82