HomeSort by relevance Sort by last modified time
    Searched defs:timeSeconds (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallForwardInfo.java 32 public int timeSeconds; /* for CF no reply only */
40 + timeSeconds + " seconds";
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 371 int timeSeconds = static_cast<int>(absoluteTime);
372 int timeNanoseconds = static_cast<int>((absoluteTime - timeSeconds) * 1E9);
375 targetTime.tv_sec = timeSeconds;
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 372 char timeSeconds[256];
375 const char timeSeconds[] = "0.000";
401 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);
403 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 372 char timeSeconds[256];
375 const char timeSeconds[] = "0.000";
401 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);
403 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
    [all...]
  /hardware/ril/include/telephony/
ril.h 352 int timeSeconds; /* for CF no reply only */
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 170 milliseconds