Home
last modified time | relevance | path

Searched refs:recorded (Results 1 – 25 of 132) sorted by relevance

123456

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dinspector_network.py117 recorded = InspectorNetworkResponseData(None, params)
118 recorded._body = event.args['body']
119 recorded._base64_encoded = event.args['base64_encoded_body']
120 recorded._served_from_cache = event.args['served_from_cache']
121 recorded._from_event = True
122 return recorded
/external/chromium_org/chrome/browser/extensions/api/metrics_private/
Dmetrics_apitest.cc76 void ValidateUserActions(const RecordedUserAction* recorded, int count);
113 void UserActionObserver::ValidateUserActions(const RecordedUserAction* recorded, in ValidateUserActions() argument
116 const RecordedUserAction& ua = recorded[i]; in ValidateUserActions()
135 void ValidateHistograms(const RecordedHistogram* recorded, in ValidateHistograms() argument
145 const RecordedHistogram& r = recorded[i]; in ValidateHistograms()
/external/chromium_org/third_party/skia/dm/
DDMQuiltTask.cpp86 SkAutoTUnref<const SkPicture> recorded( in draw() local
95 recorded->playback(&canvas); in draw()
103 tg.add(new Tile(x, y, *recorded, &full)); in draw()
DDMSerializeTask.cpp29 SkAutoTUnref<SkPicture> recorded( in draw() local
33 recorded->serialize(&wStream, NULL); in draw()
/external/skia/dm/
DDMSerializeTask.cpp23 SkAutoTUnref<SkPicture> recorded(RecordPicture(fGM.get())); in draw() local
26 recorded->serialize(&wStream, NULL); in draw()
DDMReplayTask.cpp30 SkAutoTUnref<SkPicture> recorded(RecordPicture(fGM.get(), 0, factory.get())); in draw() local
34 DrawPicture(recorded, &bitmap); in draw()
DDMQuiltTask.cpp25 SkAutoTUnref<SkPicture> recorded(RecordPicture(fGM.get())); in draw() local
46 recorded->draw(&tileCanvas); in draw()
/external/skia/tools/
Dgpuveto.cpp59 SkAutoTUnref<SkPicture> recorded(recorder.endRecording()); in tool_main() local
61 if (recorded->suitableForGpuRasterization(NULL)) { in tool_main()
/external/chromium_org/third_party/skia/tools/
Dgpuveto.cpp61 SkAutoTUnref<SkPicture> recorded(recorder.endRecording()); in tool_main() local
63 if (recorded->suitableForGpuRasterization(NULL)) { in tool_main()
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-sched.txt24 was recorded (aliased to 'perf script' for now).
26 'perf sched replay' to simulate the workload that was recorded
30 of the workload as it occurred when it was recorded - and can repeat
/external/deqp/doc/testspecs/GLES2/
Dperformance.texture.upload.txt44 recorded iteration time includes only multiple texture upload calls).
46 each upload and swaps buffers afterwards (i.e. recorded iteration time
/external/chromium_org/components/metrics/proto/
Dperf_data.proto43 // will be recorded and stored.
52 // whether an entire callchain was recorded, etc.
79 // Indicates whether mmap events should be recorded.
82 // Indicates whether process comm information should be recorded upon
236 // The time after boot when the sample was recorded, in nanoseconds.
251 // The CPU where the event was recorded.
/external/chromium_org/third_party/speex/
DREADME.chromium10 This library is required for the browser to compress and encode recorded audio
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/
DREADME2 …. Differences between the reference image and the rendered image may be recorded for subsequent an…
/external/chromium_org/chrome/browser/resources/hotword_audio_verification/
Dstyle.css175 .train.recorded .text {
191 .train.recorded .icon {

123456