HomeSort by relevance Sort by last modified time
    Searched full:starttime (Results 476 - 500 of 711) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/test/threadtest/
threadtest.cpp 417 unsigned long startTime = ThreadFuncs::getCurrentMillis();
465 elapsedSeconds = (ThreadFuncs::getCurrentMillis() - startTime) / 1000;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 299 int64_t startTime = getNowUs();
374 int64_t delay = getNowUs() - startTime;
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 87 nsecs_t startTime = systemTime();
92 timeout -= (systemTime() - startTime);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 355 const nsecs_t startTime = systemTime();
358 double time = now - startTime;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 539 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
604 glmsg.set_start_time(startTime);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 499 long startTime = System.currentTimeMillis();
546 Rlog.d(TAG, "Completed in " + (System.currentTimeMillis() - startTime) + " ms");
  /libcore/jsr166-tests/src/test/java/jsr166/
PhaserTest.java 770 long startTime = System.nanoTime();
774 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
ImageCaptureManager.java 468 long startTime = SystemClock.currentThreadTimeMillis();
515 long totTime = endTime - startTime;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 378 final long startTime = SystemClock.currentThreadTimeMillis();
524 + (endTime - startTime) + "ms(cpu)");
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 304 final long startTime = (long)(animatorToStart.getDuration() * startFraction);
306 animatorToStart.setCurrentPlayTime(startTime);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 979 time_t starttime; local
1010 starttime = transtime(janfirst, year, &start,
1014 if (starttime > endtime) {
1017 *atp++ = starttime;
1020 *atp++ = starttime;
    [all...]
  /external/openssl/ssl/
kssl.c     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java 218 public void setAnimation(Animation anim, long startTime) {
229 mAnimationStartTime = startTime;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 1051 UDate startTime, endTime;
1052 startTime = Calendar::getNow();
1058 double elapsedSeconds = ((int32_t)(endTime - startTime)/U_MILLIS_PER_SECOND);
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 1056 UDate startTime, endTime;
1057 startTime = Calendar::getNow();
1063 double elapsedSeconds = ((int32_t)(endTime - startTime)/U_MILLIS_PER_SECOND);
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]
  /external/chromium_org/chrome/browser/component_updater/
sw_reporter_installer_win.cc 88 const wchar_t kStartTimeRegistryValueName[] = L"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/iptables/extensions/
libxt_time.c 450 "time: --contiguous only makes sense when stoptime is smaller than starttime");
  /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...]

Completed in 1395 milliseconds

<<11121314151617181920>>