Home
last modified time | relevance | path

Searched refs:collected (Results 1 – 25 of 273) sorted by relevance

1234567891011

/external/fmtlib/support/
Ddocopt.py112 def match(self, left, collected=None): argument
113 collected = [] if collected is None else collected
116 return False, left, collected
118 same_name = [a for a in collected if a.name == self.name]
127 return True, left_, collected + [match]
129 return True, left_, collected
130 return True, left_, collected + [match]
221 def match(self, left, collected=None): argument
222 collected = [] if collected is None else collected
224 c = collected
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DIterableFlowTckTest.kt53 val collected = ArrayList<Long>() in testStackOverflowTrampoline() constant
67 collected.add(aLong) in testStackOverflowTrampoline()
82 assertEquals(collected, array.toList()) in testStackOverflowTrampoline()
88 val collected = ArrayList<Long>() in testConcurrentRequest() constant
104 collected.add(aLong) in testConcurrentRequest()
117 assertEquals(array.toList(), collected) in testConcurrentRequest()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Doverflow-sample.test8 SHOW_OVERFLOW-DAG: Samples collected in the function's body {
14 SHOW_OVERFLOW-DAG: Samples collected in the function's body {
19 SHOW_OVERFLOW-DAG: Samples collected in the function's body {
29 SHOW_NO_OVERFLOW-DAG: Samples collected in the function's body {
35 SHOW_NO_OVERFLOW-DAG: Samples collected in the function's body {
40 SHOW_NO_OVERFLOW-DAG: Samples collected in the function's body {
/external/llvm/test/tools/llvm-profdata/
Doverflow-sample.test8 SHOW_OVERFLOW-NEXT: Samples collected in the function's body {
14 SHOW_OVERFLOW-NEXT: Samples collected in the function's body {
19 SHOW_OVERFLOW-NEXT: Samples collected in the function's body {
29 SHOW_NO_OVERFLOW-NEXT: Samples collected in the function's body {
35 SHOW_NO_OVERFLOW-NEXT: Samples collected in the function's body {
40 SHOW_NO_OVERFLOW-NEXT: Samples collected in the function's body {
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DOnCompletionTest.kt134 val collected = ArrayList<TestData>() in <lambda>() constant
149 collected += it in <lambda>()
153 assertEquals(expected, collected) in <lambda>()
160 val collected = ArrayList<TestData>() in <lambda>() constant
176 collected += it in <lambda>()
181 assertEquals(expected, collected) in <lambda>()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Dscan-directory.test5 RUN: llvm-cov show /dev/null -instr-profile /dev/null -dump-collected-paths %t | FileCheck %s --che…
6 RUN: llvm-cov show /dev/null -instr-profile /dev/null -dump-collected-paths %t/a/b/c.tmp %t/a/d.tmp…
12 RUN: llvm-cov show /dev/null -instr-profile /dev/null -dump-collected-paths -path-equivalence=%t,%S…
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
DREADME.md1 …ys respect reference equality. Such a hash map removes entries containing collected keys by either:
3 1. Inline removal (entries that contain to collected keys are removed as a result of interaction wi…
4 2. Implicit concurrent removal (entries that contain collected keys are removed by an external thre…
/external/python/cpython3/Doc/library/
Dgc.rst20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in
82 * ``collections`` is the number of times this generation was collected;
84 * ``collected`` is the total number of objects collected inside this
134 and have not yet been collected by the garbage collector can be listed among the
245 "generation": The oldest generation being collected.
247 "collected": When *phase* is "stop", the number of objects
248 successfully collected.
251 that could not be collected and were put in :data:`garbage`.
257 various generations are collected, and how long the collection
Dweakref.rst56 cleanup function to be called when an object is garbage collected.
59 remains alive until the object is collected.
247 is garbage collected. Unlike an ordinary weak reference, a finalizer
248 will always survive until the reference object is collected, greatly
302 since otherwise *obj* will never be garbage collected. In
333 collected. This is the same as the standard :exc:`ReferenceError` exception.
376 # referent has been garbage collected
514 * the object is garbage collected,
538 reference cycles from being garbage collected, and module globals are
564 garbage collected the finalizer will still be called at exit.
/external/icu/icu4c/source/python/icutools/databuilder/
Dfiltration.py390 collected = {}
398 if category not in collected:
401 collected[category] = filter_info
403 filter_info = collected[category]
409 for filter_info in collected.values():
/external/clang/lib/StaticAnalyzer/Core/
DCheckerRegistry.cpp49 CheckerOptInfo &opt, CheckerInfoSet &collected) { in collectCheckers() argument
78 collected.insert(&*i); in collectCheckers()
80 collected.remove(&*i); in collectCheckers()
/external/autotest/client/common_lib/
Dlogs_to_collect1 # A list of paths to the logs that will be collected in Crash Collect.
7 # will be collected during chromeos-install when argument lab_preserve_logs has
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_stats.proto90 // The database for the op metrics collected from the host over the entire
93 // The database for the op metrics collected from the device over the entire
96 // Performance environment of the op metrics collected.
/external/python/cpython3/Misc/NEWS.d/
D3.8.0.rst20 ``get_stats()`` claimed that all cyclic trash found was collected, and that
21 the resurrected objects were collected. Changed the stats to report that
22 none were collected.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dexplicit_outer_detection.ll5 ; vectorization hints are collected for vectorization instead of inner loops.
19 ; Case 1: Annotated outer loop WITH vector width information must be collected.
72 ; be collected.
122 ; doesn't have to be collected.
172 ; to be collected.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DSearchableTable.td39 // (Optional) Name of a field that is present in all collected records and
45 // (Optional) Name of a field that is present in all collected records and
68 // List of the names of fields of collected records that contain the data for
/external/python/cpython3/Doc/tutorial/
Dvenv.rst122 Installing collected packages: novas
134 Installing collected packages: requests
146 Installing collected packages: requests
209 Installing collected packages: novas, numpy, requests
/external/python/cpython2/Doc/c-api/
Dweakref.rst40 callable object that receives notification when *ob* is garbage collected; it
55 collected; it should accept a single parameter, which will be the weak
/external/python/cpython3/Doc/c-api/
Dweakref.rst34 callable object that receives notification when *ob* is garbage collected; it
47 collected; it should accept a single parameter, which will be the weak
/external/python/cpython3/Include/internal/
Dpycore_pymem.h109 Py_ssize_t collected; member
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/
DREADME.md19 Three magic gestures were chosen, and data were collected from 7
20 different people. Some random long movement sequences were collected and divided
154 Output information collected from accelerometer sensor will be shown on the
/external/python/cpython3/Modules/
Dgcmodule.c1176 stats->collected += m; in collect()
1192 int generation, Py_ssize_t collected, in invoke_gc_callback() argument
1208 "collected", collected, in invoke_gc_callback()
1238 Py_ssize_t result, collected, uncollectable; in collect_with_callback() local
1240 result = collect(state, generation, &collected, &uncollectable, 0); in collect_with_callback()
1241 invoke_gc_callback(state, "stop", generation, collected, uncollectable); in collect_with_callback()
1622 "collected", st->collected, in gc_get_stats_impl()
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dlogin6 ; gmail over wired ethernet. This data is an average collected over 3 boots.
/external/autotest/client/cros/storage_tests/
Dlogin6 ; gmail over wired ethernet. This data is an average collected over 3 boots.
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc143 uptr collected = 0; in GC() local
153 collected++; in GC()

1234567891011