| /external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/ |
| D | RpcViews.java | 165 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 185 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 203 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 221 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 239 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 259 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 277 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 295 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 317 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats. 340 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
|
| /external/clang/test/Analysis/ |
| D | out-of-bounds.c | 3 // Tests doing an out-of-bounds access after the end of an array using: 31 // Tests doing an out-of-bounds access after the end of an array using: 47 // Tests doing an out-of-bounds access before the start of an array using: 79 // Tests doing an out-of-bounds access before the start of an array using: 87 // Tests doing an out-of-bounds access before the start of an array using: 97 // Tests doing an out-of-bounds access before the start of an array using: 108 // Tests doing an out-of-bounds access before the start of a multi-dimensional 117 // Tests doing an out-of-bounds access before the start of a multi-dimensional
|
| /external/kotlinx.coroutines/docs/topics/ |
| D | composing-suspending-functions.md | 15 delay(1000L) // pretend we are doing something useful here 20 delay(1000L) // pretend we are doing something useful here, too 52 delay(1000L) // pretend we are doing something useful here 57 delay(1000L) // pretend we are doing something useful here, too 79 we want to get the answer faster, by doing both _concurrently_? This is where [async] comes to help… 103 delay(1000L) // pretend we are doing something useful here 108 delay(1000L) // pretend we are doing something useful here, too 156 delay(1000L) // pretend we are doing something useful here 161 delay(1000L) // pretend we are doing something useful here, too 258 delay(1000L) // pretend we are doing something useful here [all …]
|
| /external/sdv/vsomeip/third_party/boost/predef/include/boost/predef/compiler/ |
| D | nvcc.h | 50 Predef (as a preprocessor only lib) detects the one doing the preprocessing 51 as compiler and expects it to be the one doing the real compilation. 52 This is not true for NVCC which is only doing the preprocessing and which 56 is also NVCC doing the preprocessing and adding some other quirks you may 59 This behavior is similar to what boost config is doing in `select_compiler_config.hpp`.
|
| /external/mesa3d/src/gallium/tools/trace/ |
| D | README.txt | 14 You can dump a trace by doing 21 doing 25 or by specifying the n-th (e.g, 1st) draw call by doing 33 You can compare two JSON files by doing
|
| /external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
| D | kernel_repeated_test.js | 287 // what the implementation should be doing here. 302 // what the implementation should be doing here. 318 // what the implementation should be doing here. 334 // what the implementation should be doing here. 350 // what the implementation should be doing here. 366 // what the implementation should be doing here. 382 // what the implementation should be doing here. 398 // what the implementation should be doing here. 414 // what the implementation should be doing here. 429 // what the implementation should be doing here. [all …]
|
| D | indexer_test.js | 110 // what the implementation should be doing here. 144 // what the implementation should be doing here. 161 // what the implementation should be doing here. 190 // what the implementation should be doing here. 224 // what the implementation should be doing here. 241 // what the implementation should be doing here. 285 // what the implementation should be doing here. 301 // what the implementation should be doing here. 317 // what the implementation should be doing here.
|
| /external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/ |
| D | tss_hooks.hpp | 24 //a method for doing so has been discovered. 34 //a method for doing so has been discovered. 43 //a method for doing so has been discovered. 52 //a method for doing so has been discovered.
|
| /external/python/cpython2/.github/ |
| D | appveyor.yml | 13 echo 'Doing full build due to re-build request.' 15 echo 'Not a PR, doing full build.' 24 echo 'Doing full build due to non-doc changes in these files:'
|
| /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
| D | hugemmap10.c | 321 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared with no touch") || in test_counters() 322 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap on shared with no touch")) in test_counters() 326 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private with no touch") || in test_counters() 327 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private with on touch")) in test_counters() 331 if (MAP(SL_TEST, 1, MAP_SHARED, "doing mmap shared followed by touch") || in test_counters() 333 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap shared after touch")) in test_counters() 337 if (MAP(SL_TEST, 1, MAP_PRIVATE, "doing mmap private followed by touch") || in test_counters() 339 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private after touch")) in test_counters() 346 if (MAP(SL_TEST, 2, MAP_SHARED, "doing mmap to consume surplus") || in test_counters()
|
| /external/sdv/vsomeip/third_party/boost/thread/test/ |
| D | test_11053.cpp | 16 std::cout << "A: doing work\n"; in DoWork() 37 std::cout << "B: doing work\n"; in DoWork() 50 std::cout << "C: doing work\n"; in DoWork()
|
| /external/curl/docs/ |
| D | PARALLEL-TRANSFERS.md | 9 curl 7.66.0 introduced support for doing multiple transfers simultaneously; in 20 The progress meter that is displayed when doing parallel transfers is 47 "authentication contexts" are not. For example doing HTTP Digest auth with one
|
| /external/sdv/vsomeip/third_party/boost/integer/test/ |
| D | static_min_max_test.cpp | 37 cout << "Doing tests with two positive values." << endl; in main() 50 cout << "Doing tests with two negative values." << endl; in main() 58 cout << "Doing tests with zero and a positive or negative value." << endl; in main() 76 cout << "Doing tests with two identical values." << endl; in main()
|
| /external/tensorflow/tensorflow/lite/core/api/ |
| D | flatbuffer_conversions.cc | 985 // reasonable defaults in the params struct. We are not doing so until we in ParseAdd() 1015 // reasonable defaults in the params struct. We are not doing so until we in ParseArgMax() 1040 // reasonable defaults in the params struct. We are not doing so until we in ParseArgMin() 1120 // reasonable defaults in the params struct. We are not doing so until we in ParseCallOnce() 1178 // reasonable defaults in the params struct. We are not doing so until we in ParseConcatenation() 1209 // reasonable defaults in the params struct. We are not doing so until we in ParseConv2D() 1260 // reasonable defaults in the params struct. We are not doing so until we in ParseDepthToSpace() 1296 // reasonable defaults in the params struct. We are not doing so until we in ParseDepthwiseConv2D() 1429 // reasonable defaults in the params struct. We are not doing so until we in ParseFullyConnected() 1506 // reasonable defaults in the params struct. We are not doing so until we in ParseIf() [all …]
|
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
| D | StrictForeachTestCase.java | 56 fail("Doing #foreach on $good should not have exploded!"); in testGood() 65 fail("Doing #foreach on $bad should have exploded!"); in testBad() 78 fail("Doing #foreach on $ugly should have exploded!"); in testUgly()
|
| /external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
| D | DSSEAttestationOccurrenceOrBuilder.java | 31 * If doing something security critical, make sure to verify the signatures in 44 * If doing something security critical, make sure to verify the signatures in 57 * If doing something security critical, make sure to verify the signatures in
|
| D | DSSEAttestationOccurrence.java | 120 * If doing something security critical, make sure to verify the signatures in 136 * If doing something security critical, make sure to verify the signatures in 152 * If doing something security critical, make sure to verify the signatures in 619 * If doing something security critical, make sure to verify the signatures in 634 * If doing something security critical, make sure to verify the signatures in 653 * If doing something security critical, make sure to verify the signatures in 676 * If doing something security critical, make sure to verify the signatures in 696 * If doing something security critical, make sure to verify the signatures in 722 * If doing something security critical, make sure to verify the signatures in 742 * If doing something security critical, make sure to verify the signatures in [all …]
|
| /external/libchrome/base/trace_event/ |
| D | blame_context.h | 25 // "enter" and "leave" blame contexts to indicate that they are doing work which 78 // Indicate that the current thread is now doing work which should count 81 // client doing that must be fully responsible for ensuring thready safety. 84 // Leave and stop doing work for a previously entered blame context. If
|
| /external/opencensus-java/contrib/http_util/src/main/java/io/opencensus/contrib/http/util/ |
| D | HttpViews.java | 53 * <p>It is recommended to call this method before doing any HTTP call to avoid missing stats. 71 * <p>It is recommended to call this method before doing any HTTP call to avoid missing stats. 90 * <p>It is recommended to call this method before doing any HTTP call to avoid missing stats.
|
| /external/AFLplusplus/utils/dynamic_covfilter/ |
| D | README.md | 6 where doing this dynamically without requiring a new build can be beneficial. 8 select the target code locations at runtime instead of doing so at build time. 10 There are two ways of doing this in AFL++. Both approaches require a build of
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | ByteOutput.java | 64 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a 79 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a 94 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a 108 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | ByteOutput.java | 64 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a 79 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a 94 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a 108 * <p>NOTE: This method <strong>MUST NOT</strong> modify the {@code value}. Doing so is a
|
| /external/curl/lib/ |
| D | curl_rtmp.c | 78 ZERO_NULL, /* doing */ 102 ZERO_NULL, /* doing */ 126 ZERO_NULL, /* doing */ 150 ZERO_NULL, /* doing */ 174 ZERO_NULL, /* doing */ 198 ZERO_NULL, /* doing */
|
| /external/cronet/net/dns/ |
| D | dns_reloader.h | 15 // Call on the worker thread before doing a DNS lookup to reload the 16 // resolver for that thread by doing res_ninit() if required.
|
| /external/cronet/third_party/protobuf/objectivec/DevTools/ |
| D | full_mac_build.sh | 308 header "Doing Xcode iOS build/tests - Debug" 312 header "Doing Xcode iOS build/tests - Release" 337 header "Doing Xcode OS X build/tests - Debug" 341 header "Doing Xcode OS X build/tests - Release" 378 header "Doing Xcode tvOS build/tests - Debug" 382 header "Doing Xcode tvOS build/tests - Release"
|