HomeSort by relevance Sort by last modified time
    Searched full:starttime (Results 401 - 425 of 576) sorted by null

<<11121314151617181920>>

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 786 UDate startTime, endTime;
787 startTime = Calendar::getNow();
792 if (((int32_t)(endTime - startTime)/U_MILLIS_PER_SECOND) > PATIENCE_SECONDS) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 937 UDate startTime, endTime;
938 startTime = Calendar::getNow();
943 if (((int32_t)(endTime - startTime)/U_MILLIS_PER_SECOND) > PATIENCE_SECONDS) {
    [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 117 uint32 LogMessage::start_ = StartTime();
  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 310 i64 startTime; /* Time when query started - used for profiling */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
SQL_Results.java 180 "SAMPLE.STARTTIME > ? and " + //$NON-NLS-1$
  /external/oprofile/opjitconv/
opjitconv.c 598 printf("Usage: opjitconv [-d] <session_dir> <starttime>"
  /frameworks/native/include/media/openmax/
OMX_Core.h 320 * The source of a stream (e.g. a demux component) sets the STARTTIME
328 * the starttime will occur with the target frame (with any other
331 * The STARTTIME flag is directly associated with the buffer's
336 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 303 * The source of a stream (e.g. a demux component) sets the STARTTIME
311 * the starttime will occur with the target frame (with any other
314 * The STARTTIME flag is directly associated with the buffer's
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 303 * The source of a stream (e.g. a demux component) sets the STARTTIME
311 * the starttime will occur with the target frame (with any other
314 * The STARTTIME flag is directly associated with the buffer's
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 303 * The source of a stream (e.g. a demux component) sets the STARTTIME
311 * the starttime will occur with the target frame (with any other
314 * The STARTTIME flag is directly associated with the buffer's
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 303 * The source of a stream (e.g. a demux component) sets the STARTTIME
311 * the starttime will occur with the target frame (with any other
314 * The STARTTIME flag is directly associated with the buffer's
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 303 * The source of a stream (e.g. a demux component) sets the STARTTIME
311 * the starttime will occur with the target frame (with any other
314 * The STARTTIME flag is directly associated with the buffer's
319 * STARTTIME flag it shall perform a SetConfig on its sync port
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 428 final long startTime = System.nanoTime();
440 final long waitTime = System.nanoTime() - startTime;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp 465 double startTime = currentTime();
477 if (currentTime() - startTime > parserTimeLimit && !m_speculations.isEmpty()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UIUtils.js 169 var startTime = new Date().getTime();
208 var complete = new Date().getTime() - startTime;
    [all...]
  /external/chromium_org/third_party/tlslite/scripts/
tls.py 381 startTime = time.clock()
385 print "100K exchanged at rate of %d bytes/sec" % int(100000/(stopTime-startTime))
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 143 * start offset is > 0, the start time of the animation is startTime + startOffset.
687 * When this animation should start, relative to StartTime
    [all...]
  /frameworks/base/core/java/android/widget/
OverScroller.java 526 final long startTime = Math.min(mScrollerX.mStartTime, mScrollerY.mStartTime);
527 return (int) (time - startTime);
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 387 config.startTime = SystemClock.elapsedRealtime();
    [all...]
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 553 long startTime = System.currentTimeMillis();
555 long runTime = System.currentTimeMillis() - startTime;
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 147 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
152 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
    [all...]

Completed in 938 milliseconds

<<11121314151617181920>>