OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeSeconds
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallForwardInfo.java
32
public int
timeSeconds
; /* for CF no reply only */
39
+
timeSeconds
+ " seconds";
/external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp
225
int
timeSeconds
= static_cast<int>(absoluteTime);
226
int timeMicroseconds = static_cast<int>((absoluteTime -
timeSeconds
) * 1000000.0);
229
targetTime.tv_sec =
timeSeconds
;
/external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp
374
int
timeSeconds
= static_cast<int>(absoluteTime);
375
int timeNanoseconds = static_cast<int>((absoluteTime -
timeSeconds
) * 1E9);
378
targetTime.tv_sec =
timeSeconds
;
/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
...]
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java
530
float
timeSeconds
= Float.parseFloat(timeString);
531
mTestTime = (long) (
timeSeconds
* 1000);
/hardware/ril/include/telephony/
ril.h
324
int
timeSeconds
; /* for CF no reply only */
[
all
...]
Completed in 496 milliseconds