/external/libxml2/result/ |
D | ent9.rde | 20 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 25 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 30 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 35 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 40 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 45 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 50 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 55 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 60 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 65 2 3 #text 0 1 WE need lot of garbage now to trigger the problem [all …]
|
D | ent9.rdr | 11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem 56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem [all …]
|
D | ent9.sax | 28 SAX.characters( WE need lot of garbage now to, 50) 33 SAX.characters( WE need lot of garbage now to, 50) 38 SAX.characters( WE need lot of garbage now to, 50) 43 SAX.characters( WE need lot of garbage now to, 50) 48 SAX.characters( WE need lot of garbage now to, 50) 53 SAX.characters( WE need lot of garbage now to, 50) 58 SAX.characters( WE need lot of garbage now to, 50) 63 SAX.characters( WE need lot of garbage now to, 50) 68 SAX.characters( WE need lot of garbage now to, 50) 73 SAX.characters( WE need lot of garbage now to, 50) [all …]
|
D | ent9.sax2 | 28 SAX.characters( WE need lot of garbage now to, 50) 33 SAX.characters( WE need lot of garbage now to, 50) 38 SAX.characters( WE need lot of garbage now to, 50) 43 SAX.characters( WE need lot of garbage now to, 50) 48 SAX.characters( WE need lot of garbage now to, 50) 53 SAX.characters( WE need lot of garbage now to, 50) 58 SAX.characters( WE need lot of garbage now to, 50) 63 SAX.characters( WE need lot of garbage now to, 50) 68 SAX.characters( WE need lot of garbage now to, 50) 73 SAX.characters( WE need lot of garbage now to, 50) [all …]
|
/external/libxml2/result/noent/ |
D | ent9.sax2 | 27 SAX.characters( WE need lot of garbage now to, 50) 32 SAX.characters( WE need lot of garbage now to, 50) 37 SAX.characters( WE need lot of garbage now to, 50) 42 SAX.characters( WE need lot of garbage now to, 50) 47 SAX.characters( WE need lot of garbage now to, 50) 52 SAX.characters( WE need lot of garbage now to, 50) 57 SAX.characters( WE need lot of garbage now to, 50) 62 SAX.characters( WE need lot of garbage now to, 50) 67 SAX.characters( WE need lot of garbage now to, 50) 72 SAX.characters( WE need lot of garbage now to, 50) [all …]
|
/external/e2fsprogs/tests/f_bad_inode_csum/ |
D | expect.1 | 11 Inode 97 seems to contain garbage. Clear? yes 13 Inode 98 seems to contain garbage. Clear? yes 15 Inode 99 seems to contain garbage. Clear? yes 17 Inode 100 seems to contain garbage. Clear? yes 19 Inode 101 seems to contain garbage. Clear? yes 21 Inode 102 seems to contain garbage. Clear? yes 23 Inode 103 seems to contain garbage. Clear? yes 25 Inode 104 seems to contain garbage. Clear? yes 27 Inode 105 seems to contain garbage. Clear? yes 29 Inode 106 seems to contain garbage. Clear? yes [all …]
|
/external/python/cpython3/Doc/library/ |
D | gc.rst | 5 :synopsis: Interface to the cycle-detecting garbage collector. 12 This module provides an interface to the optional garbage collector. It 20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in 21 gc.garbage for inspection. 28 Enable automatic garbage collection. 33 Disable automatic garbage collection. 56 Set the garbage collection debugging flags. Debugging information will be 90 to be uncollectable (and were therefore moved to the :data:`garbage` 98 Set the garbage collection thresholds (the collection frequency). Setting 131 will only locate those containers which support garbage collection; extension [all …]
|
/external/python/cpython2/Doc/library/ |
D | gc.rst | 6 :synopsis: Interface to the cycle-detecting garbage collector. 11 This module provides an interface to the optional garbage collector. It 19 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in 20 gc.garbage for inspection. 27 Enable automatic garbage collection. 32 Disable automatic garbage collection. 59 Set the garbage collection debugging flags. Debugging information will be 79 Set the garbage collection thresholds (the collection frequency). Setting 114 will only locate those containers which support garbage collection; extension 115 types which do refer to other objects but do not support garbage collection will [all …]
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | python_ref_manager.cc | 50 void PythonRefManager::AddGarbage(absl::Span<py::object> garbage) { in AddGarbage() argument 54 for (py::object& o : garbage) { in AddGarbage() 60 absl::Span<std::pair<PyCodeObject*, int> const> garbage) { in AddGarbage() argument 66 for (const auto& o : garbage) { in AddGarbage() 74 std::deque<pybind11::object> garbage; in CollectGarbage() local 78 garbage.swap(python_garbage_); in CollectGarbage()
|
/external/clang/test/Analysis/ |
D | nil-receiver-undefined-larger-than-voidptr-ret.m | 86 …iver of message 'longDoubleM' is nil and returns a value of type 'long double' that will be garbage 87 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 88 … The receiver of message 'doubleM' is nil and returns a value of type 'double' that will be garbage 89 …ge 'unsignedLongLongM' is nil and returns a value of type 'unsigned long long' that will be garbage 90 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 92 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 93 …ge 'unsignedLongLongM' is nil and returns a value of type 'unsigned long long' that will be garbage 94 … The receiver of message 'doubleM' is nil and returns a value of type 'double' that will be garbage 95 …receiver of message 'longlongM' is nil and returns a value of type 'long long' that will be garbage 96 …iver of message 'longDoubleM' is nil and returns a value of type 'long double' that will be garbage
|
D | uninit-vals-ps-region.m | 28 v1.y = z; // expected-warning{{Assigned value is garbage or undefined}} 34 test_unit_aux2(v2.x + v1.y); // expected-warning{{The left operand of '+' is a garbage value}} 39 test_unit_aux2(v1.y + v2.x); // expected-warning{{The right operand of '+' is a garbage value}} 67 …ion of the compound assignment is an uninitialized value. The computed value will also be garbage}} 92 return s2->y; // expected-warning{{Undefined or garbage value returned to caller}}
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_should_use_test.py | 52 self.assertFalse(gc.garbage) 66 self.assertFalse(gc.garbage) 72 self.assertFalse(gc.garbage) 87 self.assertFalse(gc.garbage) 94 self.assertFalse(gc.garbage) 108 self.assertFalse(gc.garbage) 127 self.assertFalse(gc.garbage)
|
/external/libxkbcommon/test/data/symbols/ |
D | garbage | 2 xkb_symbols "garbage" { 5 name[Group1]= "My garbage Layout"; 7 // The garbage keysym will *not* override the corresponding symbol from the 12 // Define with 2 levels but first level is a garbage symbol.
|
/external/python/cpython3/Lib/test/ |
D | test_gc.py | 187 for obj in gc.garbage: 193 gc.garbage.remove(obj) 213 for obj in gc.garbage: 219 gc.garbage.remove(obj) 246 self.assertEqual(gc.garbage, []) 258 self.assertEqual(len(gc.garbage), 1) 259 obj = gc.garbage.pop() 438 garbagelen = len(gc.garbage) 448 self.assertEqual(len(gc.garbage), garbagelen) 467 garbagelen = len(gc.garbage) [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_gc.py | 145 for obj in gc.garbage: 151 gc.garbage.remove(obj) 169 for obj in gc.garbage: 175 gc.garbage.remove(obj) 201 self.assertEqual(gc.garbage, []) 213 self.assertEqual(len(gc.garbage), 1) 214 obj = gc.garbage.pop() 381 garbagelen = len(gc.garbage) 391 self.assertEqual(len(gc.garbage), garbagelen) 410 garbagelen = len(gc.garbage) [all …]
|
/external/python/cpython3/Doc/c-api/ |
D | gcsupport.rst | 8 Python's support for detecting and collecting garbage which involves circular 12 or strings), do not need to provide any explicit support for garbage 54 class that implements the garbage collector protocol and the child class 86 Returns non-zero if the object implements the garbage collector protocol, 89 The object cannot be tracked by the garbage collector if this function returns 0. 95 currently tracked by the garbage collector and 0 otherwise. 105 already finalized by the garbage collector and 0 otherwise. 140 Python core uses several visitor functions to implement cyclic garbage 194 garbage collection runs. 198 Perform a full garbage collection, if the garbage collector is enabled. [all …]
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
D | EagerSessionTest.java | 181 return garbage.poll(); in poll() 186 return garbage.take(); in remove() 192 return garbage.poll(timeout, TimeUnit.MILLISECONDS); in remove() 196 garbage.add(ref); in collect() 200 return garbage.isEmpty(); in isEmpty() 203 private final BlockingQueue<TestReference> garbage = new LinkedBlockingQueue<>(); field in EagerSessionTest.TestGarbageCollectorQueue
|
/external/deqp/framework/delibs/debase/ |
D | deSha1.c | 293 const int garbage = 0xde; in deSha1_selfTest() local 302 deMemset(&hash, garbage, sizeof(deSha1)); in deSha1_selfTest() 314 deMemset(&hash, garbage, sizeof(deSha1)); in deSha1_selfTest() 328 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest() 329 deMemset(&hashB, garbage, sizeof(deSha1)); in deSha1_selfTest() 354 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest() 355 deMemset(&hashB, garbage, sizeof(deSha1)); in deSha1_selfTest() 374 deMemset(&hash, garbage, sizeof(hash)); in deSha1_selfTest() 375 deMemset(&result, garbage, sizeof(result)); in deSha1_selfTest()
|
/external/bcc/tools/ |
D | javagc_example.txt | 4 ugc traces garbage collection events in high-level languages, including Java, 9 For example, to trace all garbage collection events in a specific Node process: 12 Tracing garbage collections in node process 30012... Ctrl-C to quit. 48 Tracing garbage collections in java process 29907... Ctrl-C to quit. 56 Tracing garbage collections in java process 29907... Ctrl-C to quit. 75 Summarize garbage collection events in high-level languages.
|
D | nodegc_example.txt | 4 ugc traces garbage collection events in high-level languages, including Java, 9 For example, to trace all garbage collection events in a specific Node process: 12 Tracing garbage collections in node process 30012... Ctrl-C to quit. 48 Tracing garbage collections in java process 29907... Ctrl-C to quit. 56 Tracing garbage collections in java process 29907... Ctrl-C to quit. 75 Summarize garbage collection events in high-level languages.
|
D | rubygc_example.txt | 4 ugc traces garbage collection events in high-level languages, including Java, 9 For example, to trace all garbage collection events in a specific Node process: 12 Tracing garbage collections in node process 30012... Ctrl-C to quit. 48 Tracing garbage collections in java process 29907... Ctrl-C to quit. 56 Tracing garbage collections in java process 29907... Ctrl-C to quit. 75 Summarize garbage collection events in high-level languages.
|
D | pythongc_example.txt | 4 ugc traces garbage collection events in high-level languages, including Java, 9 For example, to trace all garbage collection events in a specific Node process: 12 Tracing garbage collections in node process 30012... Ctrl-C to quit. 48 Tracing garbage collections in java process 29907... Ctrl-C to quit. 56 Tracing garbage collections in java process 29907... Ctrl-C to quit. 75 Summarize garbage collection events in high-level languages.
|
/external/bcc/tools/lib/ |
D | ugc_example.txt | 4 ugc traces garbage collection events in high-level languages, including Java, 9 For example, to trace all garbage collection events in a specific Node process: 12 Tracing garbage collections in node process 30012... Ctrl-C to quit. 48 Tracing garbage collections in java process 29907... Ctrl-C to quit. 56 Tracing garbage collections in java process 29907... Ctrl-C to quit. 75 Summarize garbage collection events in high-level languages.
|
/external/pigweed/pw_kvs/ |
D | docs.rst | 25 full sector erase occurs as part of garbage collection. 49 garbage collection reclaims the “stale” entries. 52 sector to be garbage collected to a different sector and then erasing the 98 This is due to the always free sector required for garbage collection and the 99 "write and garbage collect later" approach KVS uses. 103 storage. For applications that prefer/need to do garbage collection at 127 remains unaltered “on-disk” but is considered “stale”. It is garbage collected 143 for reuse through a garbage collection process. The base garbage collection 147 garbage collect. This free sector is used to copy valid entries from the sector 148 to be garbage collected before erasing the sector to be garbage collected. The [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 126-garbage-after-directive.c | 1 #ifdef MACRO garbage 4 #ifndef MORE garbage
|