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

1 2

  /external/skia/dm/
DMReplayTask.cpp 25 SkPicture recorded; local
27 RecordPicture(fGM.get(), &recorded, flags);
31 DrawPicture(&recorded, &bitmap);
DMSerializeTask.cpp 32 SkPicture recorded; local
33 RecordPicture(fGM.get(), &recorded);
36 recorded.serialize(&wStream, &trivial_bitmap_encoder);
DMTileGridTask.cpp 33 SkTileGridPicture recorded(size.width(), size.height(), info);
34 RecordPicture(fGM.get(), &recorded, SkPicture::kUsePathBoundsForClip_RecordingFlag);
58 recorded.draw(&tileCanvas);
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_apitest.cc 21 int count; // number of times the metric was recorded.
55 void ValidateUserActions(const RecordedUserAction* recorded, int count);
92 void UserActionObserver::ValidateUserActions(const RecordedUserAction* recorded,
95 const RecordedUserAction& ua = recorded[i];
100 void ValidateHistograms(const RecordedHistogram* recorded,
110 const RecordedHistogram& r = recorded[i];
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h 28 void run(int16_t *playbacked, int16_t *recorded);
EchoSuppressor.cpp 29 // the timing information of the samples being played and recorded. Therefore,
97 void EchoSuppressor::run(int16_t *playbacked, int16_t *recorded)
132 int32_t y = recorded[j + k] << 15;
187 recorded[i] = recorded[i] * factor >> 16;
  /external/chromium/chrome/browser/extensions/
extension_metrics_apitest.cc 21 int count; // number of times the metric was recorded.
64 const RecordedUserAction* recorded,
100 const RecordedUserAction* recorded,
105 const RecordedUserAction& ua = recorded[i];
111 const RecordedHistogram* recorded,
121 const RecordedHistogram& r = recorded[i];
  /external/bison/build-aux/
do-release-commit-and-tag 38 recorded. Commit that result with a log entry marking the release,
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 692 bool recorded = true; local
723 // don't mark the reaction time as recorded.
724 recorded = false;
726 recorded = false;
750 // don't mark the reaction time as recorded.
751 recorded = false;
753 recorded = false;
756 if (recorded) // Making sure we don't double-count reaction times.
    [all...]
  /external/libvorbis/doc/
05-comment.tex 141 Date the track was recorded
144 Location where track was recorded
180 comment header. As an example, assume a track was recorded by three
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.js 7 // are recorded for later playback in an IDB data store. When in an "online"
8 // state, the recorded actions are drained from the store (as if being sent
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 13 @ of the grouped sections should be recorded in .group section.
  /external/blktrace/btreplay/doc/
btreplay.tex 166 recorded by \texttt{btrecord}, and attempts to faithfully reproduce the
172 the number on the recorded system. To help with mappings here the
224 smaller than the recorded device.}.}
227 device $D_{rec}$ managed by CPU $C_{rec}$ on the recorded system
375 recorded.
471 \item The device name on the recorded system (with the \texttt{'/dev/'}
479 \texttt{/dev/sdb} on the recorded system to \texttt{dev/sdg} and
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_unittests.js 105 equal(htmlForIndividualTestOnAllBuilders('foo/nonexistant.html'), '<div class="not-found">Test not found. Either it does not exist, is skipped or passes on all recorded runs.</div>');
112 '<div class="not-found">Test not found. Either it does not exist, is skipped or passes on all recorded runs.</div>' +
153 '<div>The following builders either don\'t run this test (e.g. it\'s skipped) or all recorded runs passed:</div>' +
ui.js 124 html += ui.html.checkbox('showAllRuns', 'Use all recorded runs', g_history.crossDashboardState.showAllRuns);
  /ndk/build/core/
build-all.mk 122 # what has been effectively parsed and recorded previously
definitions.mk 353 # Also, LOCAL_XXXX values defined for a module are recorded in XXXX, e.g.:
355 # PATH -> recorded LOCAL_PATH for the module
356 # CFLAGS -> recorded LOCAL_CFLAGS for the module
370 # The list of LOCAL_XXXX variables that are recorded for each module definition
458 # Returns : The list of all recorded modules
466 # Returns : The list of all recorded non-imported modules
527 # Rationale: Return the recorded value of LOCAL_EXPORT_$2, if any, for module $1
537 # Rationale: Return the recorded value of LOCAL_EXPORT_$2, if any, for modules
550 # Rationale: Restore the recorded LOCAL_XXX definitions for a given module.
748 # Used to recompute all dependencies once all module information has been recorded
    [all...]
  /external/stressapptest/src/
worker.cc 715 recorded[kErrorLimit]; // Queued errors for later printing. local
737 recorded[errors].actual = actual;
738 recorded[errors].expected = expected;
739 recorded[errors].vaddr = &memblock[i];
818 ProcessError(&recorded[0], 0, errormessage.c_str());
833 // Process error queue after all errors have been recorded.
838 ProcessError(&recorded[err], priority, errormessage.c_str());
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /external/oprofile/events/x86-64/family11h/
events 49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
  /external/oprofile/events/x86-64/hammer/
events 49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_tasks.js 129 * Note: Because the data is recorded by the index, so new item shouldn't be
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery.js 645 // recorded in the app state and the relaunch will just open the gallery
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 33 * @param {number} eventId The id of the event to be recorded.

Completed in 1460 milliseconds

1 2