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

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/test/
gc2.go 8 // Test that buffered channels are garbage collected properly.
10 // have self loops that kept them from being collected.
11 // (Cyclic data with finalizers is never finalized, nor collected.)
heapsampling.go 61 // checkAllocations validates that the profile records collected for
163 // if rate==1 all samples were collected so no adjustment is needed.
  /prebuilts/go/linux-x86/test/
gc2.go 8 // Test that buffered channels are garbage collected properly.
10 // have self loops that kept them from being collected.
11 // (Cyclic data with finalizers is never finalized, nor collected.)
heapsampling.go 61 // checkAllocations validates that the profile records collected for
163 // if rate==1 all samples were collected so no adjustment is needed.
  /external/fmtlib/support/
docopt.py 112 def match(self, left, collected=None):
113 collected = [] if collected is None else collected
116 return False, left, collected
118 same_name = [a for a in collected if a.name == self.name]
127 return True, left_, collected + [match]
129 return True, left_, collected
130 return True, left_, collected + [match]
221 def match(self, left, collected=None)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-10.d 8 # Check that GC removes all (two) BPO:s when all are collected.
bpo-9m.d 8 # Check that GC does not mess up things when no BPO:s are collected.
bpo-11.d 9 # Check that GC removes one of the three BPO:s, for the collected section.
bpo-9.d 8 # Check that GC does not mess up things when no BPO:s are collected.
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 49 CheckerOptInfo &opt, CheckerInfoSet &collected) {
78 collected.insert(&*i);
80 collected.remove(&*i);
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 60 // account for its probability of appearing in the collected
63 // each collected sample by its probability of appearing in the
74 // if rate==1 all samples were collected so no adjustment is needed.
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 60 // account for its probability of appearing in the collected
63 // each collected sample by its probability of appearing in the
74 // if rate==1 all samples were collected so no adjustment is needed.
  /cts/tools/utils/
monsoon.py 362 collected = []
370 if need > len(collected): # still need more input samples
373 collected.extend(samples)
379 this_sample = sum(collected[:need]) / need
394 collected = collected[need:]
  /external/toolchain-utils/user_activity_benchmarks/
select_hot_functions.sql 15 -- The reports were collected periodically.
  /prebuilts/go/darwin-x86/src/runtime/
lfstack.go 8 // so they can be garbage collected if there are no other pointers to nodes.
  /prebuilts/go/linux-x86/src/runtime/
lfstack.go 8 // so they can be garbage collected if there are no other pointers to nodes.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_agent_unittest.py 76 self.collected = False
93 self.collected = True
214 self.assertFalse(devtool1.collected)
216 self.assertTrue(devtool1.collected)
228 self.assertFalse(devtool4.collected)
231 self.assertTrue(devtool4.collected)
  /prebuilts/go/darwin-x86/test/bench/garbage/
tree2.go 93 // Standard gotest benchmark output, collected by build dashboard.
  /prebuilts/go/linux-x86/test/bench/garbage/
tree2.go 93 // Standard gotest benchmark output, collected by build dashboard.
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 143 uptr collected = 0; local
153 collected++;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15329.go 19 // so it was at risk of being garbage collected by the evaluation of
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15329.go 19 // so it was at risk of being garbage collected by the evaluation of
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 56 # whether to log data collected to a file for each sensor run:
    [all...]
  /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].
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 711 collected = []
723 if need > len(collected): # still need more input samples
727 collected.extend(samples)
734 # TODO(angli): Optimize "collected" operations.
735 this_sample = sum(collected[:need]) / need
744 collected = collected[need:]
    [all...]

Completed in 2064 milliseconds

1 2 3 4 5 6 7