Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 25 of 169) sorted by relevance

1234567

/external/libxml2/result/
Dent9.rde21 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
61 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
66 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
Dent9.rdr11 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 …]
Dent9.sax28 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 …]
Dent9.sax228 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/e2fsprogs/tests/f_bad_inode_csum/
Dexpect.111 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/clang/test/Analysis/
Dnil-receiver-undefined-larger-than-voidptr-ret.m86 …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
Duninit-vals-ps-region.m28 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}}
Dretain-release-path-notes-gc.m43 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
48 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
50 …n count and registers the object with the garbage collector. An object must have a 0 retain count …
51 …s the object with the garbage collector. Since it now has a 0 retain count the object can be autom…
52 …ed. The object now has a +1 retain count. The object is not eligible for garbage collection until …
66 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
67garbage collection. Callers of this method do not expect a returned object with a +1 retain count…
71 …n object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
72garbage collection. Callers of this method do not expect a returned object with a +1 retain count…
140 …t with a +1 retain count. Core Foundation objects are not automatically garbage collected</string>
[all …]
Duninit-vals.m239 clang_analyzer_eval(b.x == 1); // expected-warning{{garbage}}
252 clang_analyzer_eval(b.y == 2); // expected-warning{{garbage}}
267 clang_analyzer_eval(b.y == 2); // expected-warning{{garbage}}
282 clang_analyzer_eval(b.x == 1); // expected-warning{{garbage}}
/external/valgrind/gdbserver_tests/
Dfilter_make_empty8 ps -lf -p $PPID >> garbage.filtered.out
9 date >> garbage.filtered.out
10 cat >> garbage.filtered.out
Dmake_local_links111 rm -f gdbserver_tests/garbage.filtered.out
112 rm -f gdbserver_tests/solaris/garbage.filtered.out
Dsimulate_control_c22 (while ! $GUARDCMD >> garbage.filtered.out 2>&1
Dsend_signal24 (while ! $GUARDCMD >> garbage.filtered.out 2>&1
/external/deqp/framework/delibs/debase/
DdeSha1.c279 const int garbage = 0xde; in deSha1_selfTest() local
288 deMemset(&hash, garbage, sizeof(deSha1)); in deSha1_selfTest()
300 deMemset(&hash, garbage, sizeof(deSha1)); in deSha1_selfTest()
314 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest()
315 deMemset(&hashB, garbage, sizeof(deSha1)); in deSha1_selfTest()
340 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest()
341 deMemset(&hashB, garbage, sizeof(deSha1)); in deSha1_selfTest()
360 deMemset(&hash, garbage, sizeof(hash)); in deSha1_selfTest()
361 deMemset(&result, garbage, sizeof(result)); in deSha1_selfTest()
/external/ltp/tools/pounder21/test_scripts/
Dtime_drift57 diff -u $POUNDER_TMPDIR/ntpdrift-$$ $LOGFILE | while read a b c d e field drift garbage; do
64 $c $d $e $field $drift $garbage
68 $c $d $e $field $drift $garbage
/external/llvm/docs/
DGarbageCollection.rst12 supports garbage collection. **Note that LLVM itself does not provide a
13 garbage collector.** You must provide your own.
46 * Use the memory allocation routines provided by your garbage collector's
82 and maintain. Many programming languages rely on garbage collection for
83 automatic memory management. There are two primary forms of garbage collection:
86 Conservative garbage collection often does not require any special support from
93 Accurate garbage collection requires the ability to identify all pointers in the
99 Conservative garbage collection is attractive because it does not require any
101 conservative garbage collector cannot *know* that a particular word in the
106 conservative garbage collectors (though these seem rare in practice).
[all …]
DLexicon.rst75 A pointer to the interior of an object, such that a garbage collector is
111 In garbage collection, the region of memory which is managed using
176 A pointer to an object such that the garbage collector is able to trace
207 In garbage collection, a pointer variable lying outside of the `heap`_ from
221 In garbage collection, it is necessary to identify `stack roots`_ so that
248 In garbage collection, metadata emitted by the code generator which
DStatepoints.rst17 garbage collection support using the ``gcroot`` intrinsic. The mechanism
25 To collect dead objects, garbage collectors must be able to identify
40 collector. Given this, a garbage collector can not safely rely on the
42 with. If the garbage collector wishes to move any object, the
47 most garbage collectors are organized in terms of three abstractions:
59 barrier is to update a 'card table' in a generational garbage
91 where the possible updates performed by the garbage collector are
108 garbage collected objects.
110 Note that the task of identifying all live pointers to garbage
180 :ref:`Stack Map section <stackmap-section>`. If the garbage collector
[all …]
/external/llvm/test/Bitcode/
Dpadding.test17 RUN: llvm-dis -disable-output %p/Inputs/padding-garbage.bc
18 RUN: opt -disable-output %p/Inputs/padding-garbage.bc
/external/v8/tools/clang/blink_gc_plugin/tests/
Dstack_allocated.txt14 …c] Stack-allocated class 'DerivedHeapObject' derives class 'HeapObject' which is garbage collected.
17 …] Stack-allocated class 'DerivedHeapObject2' derives class 'HeapObject' which is garbage collected.
/external/mesa3d/src/glsl/glcpp/tests/
D103-garbage-after-else.c2 #else garbage
D102-garbage-after-endif.c2 #endif garbage
/external/clang/test/Lexer/
Dmsdos-cpm-eof.c8 I am random garbage after ^Z
/external/v8/tools/clang/blink_gc_plugin/
DREADME.chromium1 This clang plugin checks various invariants of the Blink garbage
/external/ltp/tools/pounder21/build_scripts/
Dide_cdrom_copy46 read garbage

1234567