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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/time/
sleep_test.go 85 garbage := make([]*Timer, 1<<17)
86 for i := 0; i < len(garbage); i++ {
87 garbage[i] = AfterFunc(Hour, nil)
98 for i := 0; i < len(garbage); i++ {
99 garbage[i].Stop()
  /prebuilts/go/linux-x86/src/time/
sleep_test.go 85 garbage := make([]*Timer, 1<<17)
86 for i := 0; i < len(garbage); i++ {
87 garbage[i] = AfterFunc(Hour, nil)
98 for i := 0; i < len(garbage); i++ {
99 garbage[i].Stop()
  /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');
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 17 // Garbage collector work pool abstraction.
44 // garbage collector.
56 // the garbage collector from transitioning to mark termination since
98 // put enqueues a pointer for the garbage collector to trace.
147 // tryGet dequeues a pointer for the garbage collector to trace.
178 // tryGetFast dequeues a pointer for the garbage collector to trace
195 // get dequeues a pointer for the garbage collector to trace, blocking
mprof.go 19 // The profiler is forbidden from referring to garbage-collected memory.
433 // The returned profile may be up to two garbage collection cycles old.
435 // allocations happen in real time but frees are delayed until the garbage
437 // that have had a chance to be freed by the garbage collector.
455 // Absolutely no data, suggesting that a garbage collection
457 // garbage collection is disabled from the beginning of execution,
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 17 // Garbage collector work pool abstraction.
44 // garbage collector.
56 // the garbage collector from transitioning to mark termination since
98 // put enqueues a pointer for the garbage collector to trace.
147 // tryGet dequeues a pointer for the garbage collector to trace.
178 // tryGetFast dequeues a pointer for the garbage collector to trace
195 // get dequeues a pointer for the garbage collector to trace, blocking
mprof.go 19 // The profiler is forbidden from referring to garbage-collected memory.
433 // The returned profile may be up to two garbage collection cycles old.
435 // allocations happen in real time but frees are delayed until the garbage
437 // that have had a chance to be freed by the garbage collector.
455 // Absolutely no data, suggesting that a garbage collection
457 // garbage collection is disabled from the beginning of execution,
  /prebuilts/go/darwin-x86/test/fixedbugs/
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/test/fixedbugs/
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
  /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].
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 2627 PyObject **garbage; local
2692 PyObject **garbage, **seqitems, **selfitems; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 2626 PyObject **garbage; local
2691 PyObject **garbage, **seqitems, **selfitems; local
    [all...]
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 103 (* Demonstrate that a garbage pointer wasn't returned. *)
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
executionengine.ml 106 (* Demonstrate that a garbage pointer wasn't returned. *)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ggen.go 22 // so that garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/vet/
unsafeptr.go 52 // because in the middle the garbage collector doesn't
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage_test.go 22 // especially if we follow up with an explicit garbage collection.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
ggen.go 22 // so that garbage collector only sees initialized values

Completed in 1954 milliseconds

1 2 34 5 6 7 8 91011>>