HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/main/gdbserver_tests/
filter_make_empty 8 ps -lf -p $PPID >> garbage.filtered.out
9 date >> garbage.filtered.out
10 cat >> garbage.filtered.out
simulate_control_c 22 (while ! $GUARDCMD >> garbage.filtered.out 2>&1
make_local_links 110 # cleanup the possibly big garbage previously collected output
111 rm -f gdbserver_tests/garbage.filtered.out
  /external/clang/test/Lexer/
msdos-cpm-eof.c 7 I am random garbage after ^Z
  /system/core/libcutils/
selector.c 48 static char garbage[64]; local
49 if (read(wakeupFd->fd, garbage, sizeof(garbage)) < 0) {
77 static char garbage[1]; local
78 if (write(selector->wakeupPipe[1], garbage, sizeof(garbage)) < 0) {
  /dalvik/vm/alloc/
HeapBitmap.cpp 158 * object pointers that correspond to garbage objects. Call
189 unsigned long garbage = live[i] & ~mark[i]; local
190 if (UNLIKELY(garbage != 0)) {
193 while (garbage != 0) {
194 int shift = CLZ(garbage);
195 garbage &= ~(highBit >> shift);
  /external/webkit/LayoutTests/fast/dom/Attr/script-tests/
access-after-element-destruction.js 8 // Trigger garbage collection indirectly.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 437 garbage = generateGarbageValue()
440 when 26..50 then match << "=\"#{garbage}\"]"
441 when 51..75 then match << "=~\"#{garbage}\"]"
442 when 76..99 then match << "|=\"#{garbage}\"]"
536 garbage = generateGarbageValue()
538 garbage = rand(255).chr * rand(8)
542 garbage.force_encoding('ASCII-8BIT')
547 garbage_end = garbage_start + garbage.length
548 data[garbage_start..garbage_end] = garbage
  /external/zlib/contrib/pascal/
example.pas 66 StrCopy(PChar(uncompr), 'garbage');
127 StrCopy(PChar(uncompr), 'garbage');
234 StrCopy(PChar(uncompr), 'garbage');
329 StrCopy(PChar(uncompr), 'garbage');
412 StrCopy(PChar(uncompr), 'garbage');
489 StrCopy(PChar(uncompr), 'garbage');
  /external/webkit/Tools/CodeCoverage/
cov.py 134 (garbage,extension) = os.path.splitext(f)
  /external/v8/test/mjsunit/
object-literal-gc.js 31 // works. In particular, test that the garbage collector handles the
json.js 208 // Test for trailing garbage detection.
224 TestInvalid('"Garbage""After string"');
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 43 // garbage collector. 93 is chosen to be a prime number to avoid the
  /external/llvm/bindings/ocaml/executionengine/
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].
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
BlobCacheTest.java 582 Log.v(TAG, "Garbage index");
587 byte[] garbage = new byte[1024];
588 for (int i = 0; i < garbage.length; i++) {
589 garbage[i] = (byte) 0x80;
593 int todo = Math.min(garbage.length, n - i);
594 f.write(garbage, 0, todo);
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 106 (* Demonstrate that a garbage pointer wasn't returned. *)
  /system/extras/tests/bionic/libc/
Android.mk 118 # garbage-collected by the gold linker, since the function
  /external/v8/benchmarks/
splay.js 91 // Allow the garbage collector to reclaim the memory
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 85 // Allow the garbage collector to reclaim the memory
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 85 // Allow the garbage collector to reclaim the memory
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 86 // Allow the garbage collector to reclaim the memory
  /external/zlib/contrib/masmx64/
gvmat64.asm 214 ; this clear high 32 bits of r8, which can be garbage in both r8 and rdx
  /external/v8/src/
debug-debugger.js 126 // point as this would cause function not to be garbage collected when it is
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 328 the context [context]. Modules are not garbage collected; it is mandatory
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 675 milliseconds

1 2