HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 76 - 100 of 327) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 246 char *garbage = internal_strstr(buffer + 1, output_terminator_); variable
249 CHECK(garbage); variable
251 garbage[0] = '\0';
  /art/test/109-suspend-check/src/
Main.java 210 byte[] garbage = new byte[100000];
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 7 // It runs forever and should never fail. It tries to stress the garbage collector,
32 doParseGo = flag.Bool("parsego", true, "stress parsing Go (generates garbage)")
  /prebuilts/go/linux-x86/test/stress/
runstress.go 7 // It runs forever and should never fail. It tries to stress the garbage collector,
32 doParseGo = flag.Bool("parsego", true, "stress parsing Go (generates garbage)")
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
StripedTest.java 123 WeakReference<Object> garbage = new WeakReference<Object>(new Object()); local
124 GcFinalization.awaitClear(garbage);
  /prebuilts/go/darwin-x86/src/net/http/
range_test.go 32 {"bytes=Ran-dom, garbage", 10, nil},
  /prebuilts/go/darwin-x86/src/runtime/
lfstack.go 21 // is responsible for ensuring the nodes are not garbage collected
  /prebuilts/go/darwin-x86/src/time/
tick.go 52 // Ticker cannot be recovered by the garbage collector; it "leaks".
  /prebuilts/go/darwin-x86/test/bench/go1/
binarytree_test.go 5 // This benchmark, taken from the shootout, tests garbage collector
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10958.go 16 // block garbage collection. IF YOU RUN IT STANDALONE without
issue15329.go 19 // so it was at risk of being garbage collected by the evaluation of
issue8048.go 56 // The runtime should see the defer and garbage collect the frame
  /prebuilts/go/linux-x86/src/net/http/
range_test.go 32 {"bytes=Ran-dom, garbage", 10, nil},
  /prebuilts/go/linux-x86/src/runtime/
lfstack.go 21 // is responsible for ensuring the nodes are not garbage collected
  /prebuilts/go/linux-x86/src/time/
tick.go 52 // Ticker cannot be recovered by the garbage collector; it "leaks".
  /prebuilts/go/linux-x86/test/bench/go1/
binarytree_test.go 5 // This benchmark, taken from the shootout, tests garbage collector
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10958.go 16 // block garbage collection. IF YOU RUN IT STANDALONE without
issue15329.go 19 // so it was at risk of being garbage collected by the evaluation of
issue8048.go 56 // The runtime should see the defer and garbage collect the frame
  /external/python/cpython3/Python/
pystate.c 482 PyThreadState *p, *next, *garbage; local
487 garbage = interp->tstate_head;
488 if (garbage == tstate)
489 garbage = tstate->next;
500 for (p = garbage; p; p = next) {
  /external/zlib/src/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');
  /toolchain/binutils/binutils-2.27/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/python/cpython3/Lib/test/libregrtest/
main.py 92 # used by --findleaks, store for gc.garbage
151 # Uncomment the line below to report garbage that is not
153 # garbage that is not collectable by the GC is reported.
361 if gc.garbage:
362 print("Warning: test created", len(gc.garbage), end=' ')
366 self.found_garbage.extend(gc.garbage)
367 del gc.garbage[:]
  /system/extras/tests/workloads/
pwrtest.sh 171 ((garbage=hz*60*garbageminutes))
172 ((remaining=totalSamples-garbage))
  /external/swiftshader/third_party/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].

Completed in 1293 milliseconds

1 2 34 5 6 7 8 91011>>