/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | make_unique_gc_object.txt | 1 …ique<blink::Base>' found; 'Base' is a garbage-collected type. std::unique_ptr cannot hold garbage-… 4 …nk::Base [], int>' found; 'Base' is a garbage-collected type. std::unique_ptr cannot hold garbage-… 7 …link::Derived>' found; 'Derived' is a garbage-collected type. std::unique_ptr cannot hold garbage-… 10 …ue<blink::Mixin>' found; 'Mixin' is a garbage-collected type. std::unique_ptr cannot hold garbage-…
|
D | optional_gc_object.txt | 1 …ptional<blink::Base>' found; 'Base' is a garbage-collected type. optional cannot hold garbage-coll… 4 …l<blink::Derived>' found; 'Derived' is a garbage-collected type. optional cannot hold garbage-coll… 7 …ptional<blink::Base>' found; 'Base' is a garbage-collected type. optional cannot hold garbage-coll…
|
D | stack_allocated.txt | 17 …c] Stack-allocated class 'DerivedHeapObject' derives class 'HeapObject' which is garbage collected. 20 …] Stack-allocated class 'DerivedHeapObject2' derives class 'HeapObject' which is garbage collected. 23 ./stack_allocated.h:43:3: warning: [blink-gc] Garbage collected class 'DerivedHeapObject2' is not p…
|
D | pure_virtual_trace.txt | 2 ./pure_virtual_trace.h:14:5: warning: [blink-gc] Garbage collected class 'A' is not permitted to de…
|
D | class_overrides_new.txt | 2 ./class_overrides_new.h:13:5: warning: [blink-gc] Garbage collected class 'HeapObject' is not permi…
|
/external/llvm/test/tools/llvm-profdata/ |
D | overflow-sample.test | 8 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | overflow-sample.test | 8 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/ |
D | scan-directory.test | 5 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/python/cpython3/Doc/library/ |
D | gc.rst | 20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in 79 * ``collections`` is the number of times this generation was collected; 81 * ``collected`` is the total number of objects collected inside this 131 and have not yet been collected by the garbage collector can be listed among the 242 "generation": The oldest generation being collected. 244 "collected": When *phase* is "stop", the number of objects 245 successfully collected. 248 that could not be collected and were put in :data:`garbage`. 254 various generations are collected, and how long the collection
|
D | weakref.rst | 56 cleanup function to be called when an object is garbage collected. 59 remains alive until the object is collected. 242 is garbage collected. Unlike an ordinary weak reference, a finalizer 243 will always survive until the reference object is collected, greatly 297 since otherwise *obj* will never be garbage collected. In 328 collected. This is the same as the standard :exc:`ReferenceError` exception. 371 # referent has been garbage collected 506 * the object is garbage collected, 530 reference cycles from being garbage collected, and module globals are 556 garbage collected the finalizer will still be called at exit.
|
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/ |
D | README.md | 1 …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/clang/lib/StaticAnalyzer/Core/ |
D | CheckerRegistry.cpp | 49 CheckerOptInfo &opt, CheckerInfoSet &collected) { in collectCheckers() argument 78 collected.insert(&*i); in collectCheckers() 80 collected.remove(&*i); in collectCheckers()
|
/external/autotest/client/common_lib/ |
D | logs_to_collect | 1 # 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | explicit_outer_detection.ll | 5 ; 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/ |
D | SearchableTable.td | 39 // (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/ |
D | venv.rst | 116 Installing collected packages: novas 128 Installing collected packages: requests 140 Installing collected packages: requests 203 Installing collected packages: novas, numpy, requests
|
/external/python/cpython3/Doc/c-api/ |
D | weakref.rst | 34 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/cpython2/Doc/c-api/ |
D | weakref.rst | 40 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/Include/internal/ |
D | mem.h | 105 Py_ssize_t collected; member
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 971 stats->collected += m; in collect() 985 Py_ssize_t collected, Py_ssize_t uncollectable) in invoke_gc_callback() argument 998 "collected", collected, in invoke_gc_callback() 1026 Py_ssize_t result, collected, uncollectable; in collect_with_callback() local 1028 result = collect(generation, &collected, &uncollectable, 0); in collect_with_callback() 1029 invoke_gc_callback("stop", generation, collected, uncollectable); in collect_with_callback() 1372 "collected", st->collected, in gc_get_stats_impl()
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | api_gen.bzl | 40 template will be replaced with root imports collected by this genrule. 51 template will be replaced with root imports collected by this genrule.
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 92 is not garbage collected and must be destroyed with [dispose ee]. 98 execution engine is not garbage collected and must be destroyed with 106 engine is not garbage collected and must be destroyed with [dispose ee].
|
/external/compiler-rt/lib/asan/ |
D | asan_fake_stack.cc | 143 uptr collected = 0; in GC() local 153 collected++; in GC()
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | login | 6 ; gmail over wired ethernet. This data is an average collected over 3 boots.
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | login | 6 ; gmail over wired ethernet. This data is an average collected over 3 boots.
|