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

1 2 3

  /external/chromium_org/courgette/
streams_unittest.cc 56 courgette::SinkStream collected; local
58 EXPECT_TRUE(out.CopyTo(&collected));
60 const uint8* collected_buffer = collected.Buffer();
61 size_t collected_length = collected.Length();
96 courgette::SinkStream collected; local
98 EXPECT_TRUE(out.CopyTo(&collected));
101 bool can_init = in.Init(collected.Buffer(), collected.Length());
168 courgette::SinkStream collected; local
169 EXPECT_TRUE(out.CopyTo(&collected));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 46 CheckerOptInfo &opt, CheckerInfoSet &collected) {
75 collected.insert(&*i);
77 collected.remove(&*i);
  /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:]
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 49 # whether to log data collected to a file for each sensor run:
516 collected = []
524 if need > len(collected): # still need more input samples
527 collected.extend(samples)
533 this_sample = sum(collected[:need]) / need
548 collected = collected[need:]
  /external/chromium_org/chrome/browser/resources/net_export/
net_export.js 69 * the file where NetLog data is collected.
75 message = 'NetLog data is collected in: ';
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 134 uptr collected = 0; local
144 collected++;
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 91 is not garbage collected and must be destroyed with [dispose ee].
97 execution engine is not garbage collected and must be destroyed with
105 engine is not garbage collected and must be destroyed with [dispose ee].
  /system/extras/tests/bionic/libc/
Android.mk 112 # garbage-collected by the gold linker, since the function
  /external/chromium_org/v8/test/mjsunit/es6/
weak_collections.js 134 m.set(key, 'not-collected');
136 assertSame('not-collected', m.get(key));
  /external/elfutils/0.153/src/
elflint.c 2063 collected = { .p32 = xcalloc (bitmask_words, sizeof (Elf32_Word)) }; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
collections.js 152 m.set(key, 'not-collected');
154 assertSame('not-collected', m.get(key));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_events.js 345 // call back when the dialog object has been collected.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 198 detailsText = WebInspector.UIString("%s collected", Number.bytesToString(recordData["usedHeapSizeDelta"]));
411 contentHelper.appendTextRow(WebInspector.UIString("Collected"), Number.bytesToString(recordData["usedHeapSizeDelta"]));
TracingTimelineUIUtils.js 281 detailsText = WebInspector.UIString("%s collected", Number.bytesToString(delta));
491 contentHelper.appendTextRow(WebInspector.UIString("Collected"), Number.bytesToString(delta));
    [all...]
  /external/oprofile/utils/
opcontrol 144 -d/--dump flush the collected profiling data
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 157 * The statistics we have collected organized by uids.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 19 /** State of a lexer, parser, or tree parser are collected into a state
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 132 * An array of logging messages. These are collected during processing
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 858 // TODO(LiveEdit): function is not compiled yet or is already collected.
    [all...]

Completed in 2189 milliseconds

1 2 3