/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_cord_test.cc | 80 auto cleaner = [&cleaned]() { ++cleaned; }; in TEST() local 81 auto thunk = CreateThunkFor(cleaner); in TEST() 85 TensorCord tc(a, thunk, &cleaner); in TEST() 147 auto cleaner = [&cleaned]() { ++cleaned; }; in TEST() local 148 auto thunk = CreateThunkFor(cleaner); in TEST() 152 TensorCord tc(a, thunk, &cleaner); in TEST() 168 auto cleaner = [&cleaned]() { ++cleaned; }; in TEST() local 169 auto thunk = CreateThunkFor(cleaner); in TEST() 171 TensorCord tc(a, thunk, &cleaner); in TEST() 188 auto cleaner = [&cleaned]() { ++cleaned; }; in TEST() local [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | ConcurrentWeakMapCollectionStressTest.kt | 22 val cleaner = thread(name = "ConcurrentWeakMapCollectionStressTest-Cleaner") { in testCollected() constant 29 cleaner.interrupt() in testCollected() 30 cleaner.join() in testCollected()
|
/external/mockito/src/test/java/org/mockito/exceptions/stacktrace/ |
D | StackTraceCleanerTest.java | 14 private DefaultStackTraceCleaner cleaner= new DefaultStackTraceCleaner(); field in StackTraceCleanerTest 37 …assertThat(cleaner.isIn(stackTraceElementWith(className))).describedAs("Must be accepted in stackt… in assertAcceptedInStackTrace() 41 …assertThat(cleaner.isIn(stackTraceElementWith(className))).describedAs("Must be rejected in stackt… in assertRejectedInStackTrace()
|
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/ |
D | WeakConcurrentSet.java | 21 public WeakConcurrentSet(Cleaner cleaner) { in WeakConcurrentSet() argument 22 switch (cleaner) { in WeakConcurrentSet() 28 target = new WeakConcurrentMap<V, Boolean>(cleaner == Cleaner.THREAD); in WeakConcurrentSet()
|
D | DetachedThreadLocal.java | 18 public DetachedThreadLocal(Cleaner cleaner) { in DetachedThreadLocal() argument 19 switch (cleaner) { in DetachedThreadLocal() 22 map = new WeakConcurrentMap<Thread, T>(cleaner == Cleaner.THREAD) { in DetachedThreadLocal()
|
/external/grpc-grpc/tools/buildgen/ |
D | generate_projects.sh | 28 tools/buildgen/build-cleaner.py build.yaml
|
/external/one-true-awk/ |
D | makefile | 101 cleaner: testclean target 111 distclean: cleaner
|
/external/grpc-grpc/test/cpp/qps/ |
D | client_sync.cc | 195 void CleanupAllStreams(const std::function<void(size_t)>& cleaner) { in CleanupAllStreams() argument 198 cleanup_threads.emplace_back([this, i, cleaner] { in CleanupAllStreams() 202 cleaner(i); in CleanupAllStreams()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeGif.pbtxt | 23 This op also supports decoding JPEGs and PNGs, though it is cleaner to use
|
D | api_def_DecodePng.pbtxt | 37 is the same, though it is cleaner to use `tf.io.decode_image`.
|
D | api_def_DecodeJpeg.pbtxt | 78 the same, though it is cleaner to use `tf.io.decode_image`.
|
/external/skia/specs/web-img-decode/ |
D | README.md | 15 We propose... See proposed/index.html for an API that makes this much cleaner.
|
/external/ImageMagick/Magick++/ |
D | AUTHORS | 6 features in order to allow a cleaner implementation.
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | BUILD | 7 # To suppress build cleaner error about inclusion of schema_generate.h.
|
/external/llvm-project/polly/cmake/ |
D | polly_macros.cmake | 57 # there must be a cleaner way to achieve this....
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 38 I think that a code duplication method would be cleaner, and would avoid
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-branch-clone.rst | 22 following shorter and cleaner code:
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 38 I think that a code duplication method would be cleaner, and would avoid
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | CMakeLists.txt | 22 # FIXME: find cleaner way to agree with GWPAsan flags
|
/external/mesa3d/docs/relnotes/ |
D | 6.1 | 38 Overall, the code is much simpler, cleaner and easier to work with
|
/external/mesa3d/src/mesa/tnl/ |
D | NOTES | 95 stage is housed in the tnl context struct (this could be cleaner).
|
/external/python/oauth2client/docs/ |
D | index.rst | 121 allows for a cleaner codebase that works in both Python 2 and Python 3
|
/external/angle/doc/ |
D | Starter-Projects.md | 16 for auto-generation of entry points and is simply a cleaner structure.
|
/external/webrtc/audio/ |
D | BUILD.gn | 247 # TODO(http://crbug.com/1029452): Create a cleaner target with just the
|
/external/google-styleguide/docguide/ |
D | style.md | 266 #### Indented codeblocks are sometimes cleaner 269 cleaner and be easier to read in source, but there is no way to specify the
|