Searched defs:recorder (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/base/
H A Drun_all_unittests.cc17 base::StatisticsRecorder recorder; local
/external/chromium/net/socket_stream/
H A Dsocket_stream_metrics_unittest.cc19 // Create the recorder if not yet started, as SocketStreamMetrics
22 static StatisticsRecorder *recorder = NULL; local
23 recorder = new StatisticsRecorder;
/external/oprofile/libpp/
H A Dcallgraph_container.h49 * list. This is used to initially populate the recorder with
165 arc_recorder recorder; member in class:callgraph_container
/external/chromium/base/metrics/
H A Dhistogram_unittest.cc68 // Finally test a statistics recorder, without really using it.
69 StatisticsRecorder recorder; local
72 // Repeat with a recorder present to register with.
74 // Test a statistics recorder, by letting histograms register.
75 StatisticsRecorder recorder; // This initializes the global state. local
151 StatisticsRecorder recorder; local
154 recorder.GetHistograms(&histograms);
225 recorder.GetHistograms(&histograms);
230 StatisticsRecorder recorder; local
/external/v8/test/mjsunit/
H A Darray-reduce.js52 var f = function recorder(a, b, i, s) {
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc283 vm_range_recorder_t recorder) {
280 mi_enumerator(task_t task, void *, unsigned type_mask, vm_address_t zone_address, memory_reader_t reader, vm_range_recorder_t recorder) argument
/external/v8/src/
H A Dpreparser-api.cc193 internal::CompleteParserRecorder recorder; local
196 &recorder,
202 internal::Vector<unsigned> pre_data = recorder.ExtractData();
H A Dparser.cc5895 ParserRecorder* recorder) {
5904 recorder,
5912 // Extract the accumulated data from the recorder as a single
5914 Vector<unsigned> store = recorder->ExtractData();
5931 PartialParserRecorder recorder; local
5936 return DoPreParse(&stream, flags, &recorder);
5939 return DoPreParse(&stream, flags, &recorder);
5951 CompleteParserRecorder recorder; local
5952 return DoPreParse(source, flags, &recorder);
5893 DoPreParse(Utf16CharacterStream* source, int flags, ParserRecorder* recorder) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc3238 ExtensionsReadyRecorder recorder; local
3256 EXPECT_TRUE(recorder.ready());
3259 recorder.set_ready(false);
3268 EXPECT_TRUE(recorder.ready());
3270 recorder.set_ready(false);
3279 EXPECT_TRUE(recorder.ready());
3281 recorder.set_ready(false);
3291 EXPECT_TRUE(recorder.ready());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 221 milliseconds