Home
last modified time | relevance | path

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

12345678910>>...57

/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DiOS.cmake19 message(STATUS "Using SDKROOT ${SDKROOT}")
28 message(STATUS "Using c compiler ${CMAKE_C_COMPILER}")
36 message(STATUS "Using c compiler ${CMAKE_CXX_COMPILER}")
45 message(STATUS "Using ar ${CMAKE_AR}")
54 message(STATUS "Using ranlib ${CMAKE_RANLIB}")
63 message(STATUS "Using strip ${CMAKE_STRIP}")
72 message(STATUS "Using dsymutil ${CMAKE_DSYMUTIL}")
81 message(STATUS "Using libtool ${CMAKE_LIBTOOL}")
90 message(STATUS "Using codesign ${CMAKE_CODESIGN}")
101 message(STATUS "Using codesign_allocate ${CMAKE_CODESIGN_ALLOCATE}")
/external/llvm/cmake/platforms/
DiOS.cmake18 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/contrib/eager/python/examples/resnet50/
DREADME.md14 Using a synthetic data, run:
17 # Using eager execution
20 # Using graph execution
28 # Using eager execution
31 # Using graph execution
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
DREADME.md22 # Using eager execution
25 # Using graph execution
34 # Using eager execution
37 # Using graph execution
/external/clang/docs/
Dindex.rst13 Using Clang as a Compiler
42 Using Clang as a Library
60 Using Clang Tools
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst60 * :ref:`Using asyncio.gather() to run things in parallel
63 * :ref:`Using asyncio.wait_for() to enforce a timeout
68 * :ref:`Using asyncio.sleep() <asyncio_example_sleep>`.
96 * :ref:`Using asyncio.Queue to distribute workload between several
189 * :ref:`Using asyncio.Event <asyncio_example_sync_event>`.
Dasyncio-llapi-index.rst33 * :ref:`Using asyncio.get_running_loop() <asyncio_example_future>`.
261 * :ref:`Using asyncio.get_event_loop() and loop.run_forever()
264 * :ref:`Using loop.call_later() <asyncio_example_call_later>`.
266 * Using ``loop.create_connection()`` to implement
269 * Using ``loop.create_connection()`` to
272 * :ref:`Using add_reader() to watch an FD for read events
275 * :ref:`Using loop.add_signal_handler() <asyncio_example_unix_signals>`.
277 * :ref:`Using loop.subprocess_exec() <asyncio_example_subprocess_proto>`.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-neon-compare-instructions.ll158 ; 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 …]
Dneon-compare-instructions.ll180 ; 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/llvm/test/CodeGen/AArch64/
Darm64-neon-compare-instructions.ll158 ; 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 …]
Dneon-compare-instructions.ll180 ; 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/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkNonAsciiSSID28 # Using valid Unicode characters only as SSID
30 # Using a single extended ASCII character (a-grave) as SSID
32 # Using mix of ASCII and Unicode characters as SSID
/external/iproute2/examples/bpf/
DREADME5 - bpf_tailcall.c -> Using tail call chains
8 - bpf_map_in_map.c -> Using map in map example
/external/google-fruit/tests/
Dtested_features.md10 * 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/tensorflow/tensorflow/lite/examples/ios/camera/
DREADME.md1 ## Using the iOS Demo App
5 ## Using the iOS Demo App with support for select TensorFlow ops
/external/eigen/cmake/
DEigenTesting.cmake388 message(STATUS "SSE2: Using architecture defaults")
394 message(STATUS "SSE3: Using architecture defaults")
400 message(STATUS "SSSE3: Using architecture defaults")
406 message(STATUS "SSE4.1: Using architecture defaults")
412 message(STATUS "SSE4.2: Using architecture defaults")
418 message(STATUS "AVX: Using architecture defaults")
424 message(STATUS "FMA: Using architecture defaults")
430 message(STATUS "AVX512: Using architecture defaults")
436 message(STATUS "Altivec: Using architecture defaults")
442 message(STATUS "VSX: Using architecture defaults")
[all …]
/external/llvm/utils/lit/tests/Inputs/shtest-timeout/
Dlit.cfg12 lit_config.note('Using internal shell')
15 lit_config.note('Using external shell')
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-timeout/
Dlit.cfg12 lit_config.note('Using internal shell')
15 lit_config.note('Using external shell')
/external/skia/site/dev/contrib/
Drevert.md4 Using one-click revert
9 Using Git
/external/skqp/site/dev/contrib/
Drevert.md4 Using one-click revert
9 Using Git
/external/ImageMagick/api_examples/
DREADME26 cli_process.c Using the function that processes a argument list
27 cli_operators.c Using operator groups to process individual options
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/
DREADME.md29 # Using Visual Studio
33 # Using Monodevelop or Xamarin Studio
38 Using these IDEs, a workaround is as follows:
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat38 echo "Using VS 2017..."
41 echo "Using VS 2015..."
44 echo "Using VS 2013..."
/external/walt/docs/
DChromeOS.md1 ## Using WALT on ChromeOS
5 …1. Using the [WALT Android app](https://play.google.com/store/apps/details?id=org.kamrik.latency.w…
36 ### Using WALT Android app
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat38 echo "Using VS 2017..."
41 echo "Using VS 2015..."
44 echo "Using VS 2013..."

12345678910>>...57