Home
last modified time | relevance | path

Searched refs:cleaner (Results 1 – 25 of 113) sorted by relevance

12345

/external/tensorflow/tensorflow/core/kernels/
Dtensor_cord_test.cc80 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/
DConcurrentWeakMapCollectionStressTest.kt22 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/
DStackTraceCleanerTest.java14 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/
DWeakConcurrentSet.java21 public WeakConcurrentSet(Cleaner cleaner) { in WeakConcurrentSet() argument
22 switch (cleaner) { in WeakConcurrentSet()
28 target = new WeakConcurrentMap<V, Boolean>(cleaner == Cleaner.THREAD); in WeakConcurrentSet()
DDetachedThreadLocal.java18 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/
Dgenerate_projects.sh28 tools/buildgen/build-cleaner.py build.yaml
/external/one-true-awk/
Dmakefile101 cleaner: testclean target
111 distclean: cleaner
/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc195 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/
Dapi_def_DecodeGif.pbtxt23 This op also supports decoding JPEGs and PNGs, though it is cleaner to use
Dapi_def_DecodePng.pbtxt37 is the same, though it is cleaner to use `tf.io.decode_image`.
Dapi_def_DecodeJpeg.pbtxt78 the same, though it is cleaner to use `tf.io.decode_image`.
/external/skia/specs/web-img-decode/
DREADME.md15 We propose... See proposed/index.html for an API that makes this much cleaner.
/external/ImageMagick/Magick++/
DAUTHORS6 features in order to allow a cleaner implementation.
/external/tensorflow/tensorflow/lite/toco/tflite/
DBUILD7 # To suppress build cleaner error about inclusion of schema_generate.h.
/external/llvm-project/polly/cmake/
Dpolly_macros.cmake57 # there must be a cleaner way to achieve this....
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt38 I think that a code duplication method would be cleaner, and would avoid
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-branch-clone.rst22 following shorter and cleaner code:
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt38 I think that a code duplication method would be cleaner, and would avoid
/external/llvm-project/compiler-rt/lib/scudo/standalone/
DCMakeLists.txt22 # FIXME: find cleaner way to agree with GWPAsan flags
/external/mesa3d/docs/relnotes/
D6.138 Overall, the code is much simpler, cleaner and easier to work with
/external/mesa3d/src/mesa/tnl/
DNOTES95 stage is housed in the tnl context struct (this could be cleaner).
/external/python/oauth2client/docs/
Dindex.rst121 allows for a cleaner codebase that works in both Python 2 and Python 3
/external/angle/doc/
DStarter-Projects.md16 for auto-generation of entry points and is simply a cleaner structure.
/external/webrtc/audio/
DBUILD.gn247 # TODO(http://crbug.com/1029452): Create a cleaner target with just the
/external/google-styleguide/docguide/
Dstyle.md266 #### Indented codeblocks are sometimes cleaner
269 cleaner and be easier to read in source, but there is no way to specify the

12345