HomeSort by relevance Sort by last modified time
    Searched full:time (Results 1 - 25 of 8931) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/include/nonunix/sys/
time.h 1 #include <time.h>
  /external/e2fsprogs/contrib/python-uuid/
test.py 3 import time namespace
7 time = time.time() variable
11 print u, "...", time
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
Time.java 14 public class Time
17 DERObject time; field in class:Time
19 public static Time getInstance(
26 public Time(
27 DERObject time)
29 if (!(time instanceof DERUTCTime)
30 && !(time instanceof DERGeneralizedTime))
32 throw new IllegalArgumentException("unknown object passed to Time");
35 this.time = time;
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
Time.java 15 public class Time
19 DERObject time; field in class:Time
21 public static Time getInstance(
28 public Time(
29 DERObject time)
31 if (!(time instanceof DERUTCTime)
32 && !(time instanceof DERGeneralizedTime))
34 throw new IllegalArgumentException("unknown object passed to Time");
37 this.time = time;
    [all...]
  /dalvik/tests/082-inline-execute/
expected.txt 4 Now is the time[0] = "N"
5 Now is the time[1] = "o"
6 Now is the time[10] = " "
7 Now is the time[last] = "e"
  /external/kernel-headers/original/asm-arm/
dyntick.h 4 #include <asm/mach/time.h>
  /external/qemu/android/utils/
timezone.c 418 #include <time.h>
427 { "AUS Central Standard Time" , "Australia/Darwin" },
428 { "AUS Eastern Standard Time" , "Australia/Sydney" },
429 { "Acre Standard Time" , "America/Rio_Branco" },
430 { "Afghanistan Standard Time" , "Asia/Kabul" },
431 { "Africa_Central Standard Time" , "Africa/Kigali" },
432 { "Africa_Eastern Standard Time" , "Africa/Kampala" },
433 { "Africa_FarWestern Standard Time" , "Africa/El_Aaiun" },
434 { "Africa_Southern Standard Time" , "Africa/Johannesburg" },
435 { "Africa_Western Standard Time" , "Africa/Niamey" }
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 10 * Generalized time object.
15 String time; field in class:DERGeneralizedTime
18 * return a generalized time from the passed in object
39 * return a Generalized Time object from a tagged object.
56 * for local time, or Z+-HHMM on the end, for difference between local
57 * time and UTC time.
60 * @param time the time string.
63 String time)
    [all...]
DERUTCTime.java 9 * UTC time object.
14 String time; field in class:DERUTCTime
17 * return an UTC Time from the passed in object.
38 * return an UTC Time from a tagged object.
61 * @param time the time string.
64 String time)
66 this.time = time;
73 Date time)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h 38 #include <time.h>
40 /* time and process ID routines */
43 #define TIME_GET(target) time(&target)
45 #define TIME_MICROSECONDS(time) 0
46 #define TIME_SECONDS(time) (time)
47 #define TIME_INCREASE(time, microsecs) time += microsecs / 1000000
48 #define TIME_SET(time, sec, microsec) time = se
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
console-time.html 3 // Test 1: call timeEnd before time
6 // Test 2: call time two times before timeEnd
7 console.log(">>>console.time(\"2\")");
8 console.time("2");
10 console.log(">>>console.time(\"2\")");
11 console.time("2");
14 console.log("2: If it says ~1000ms the first time is not overwritten.");
17 console.log(">>>console.time(\"3\")");
18 console.time("3");
23 // Test 4: call time/timeEnd without title paramete
    [all...]
  /external/webkit/WebCore/manual-tests/
timeout-test.php 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
  /external/oprofile/libutil/
op_get_time.c 3 * Get current time as a string
14 #include <time.h>
18 time_t t = time(NULL);
op_get_time.h 3 * Get current time as a string
20 * op_get_time - get current date and time
23 * and time, or an empty string on error.
  /external/webkit/WebCore/manual-tests/inspector/resources/
script-console-calls.js 5 console.time("Test console.time");
6 console.timeEnd("Test console.time");
  /external/icu4c/i18n/unicode/
basictz.h 30 * This class provides some additional methods to access time zone transitions and rules.
43 * Gets the first time zone transition after the base time.
44 * @param base The base time.
45 * @param inclusive Whether the base time is inclusive or not.
46 * @param result Receives the first transition after the base time.
53 * Gets the most recent time zone transition before the base time.
54 * @param base The base time.
55 * @param inclusive Whether the base time is inclusive or not
    [all...]
  /external/icu4c/test/testdata/
te.txt 113 "Hawaii Standard Time",
115 "Hawaii Daylight Time",
118 "Hawaii Time",
123 "Alaska Standard Time",
125 "Alaska Daylight Time",
128 "Alaska Time",
133 "Pacific Standard Time",
135 "Pacific Daylight Time",
138 "Pacific Time",
143 "Mountain Standard Time",
    [all...]
  /external/dropbear/libtommath/etc/
timer.asm 6 time dd 0, 0 define
20 mov [time+0],edx
21 mov [time+4],eax
34 sub eax,[time+4]
35 sbb edx,[time+0]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 23 import android.text.format.Time;
31 @TestTargetClass(Time.class)
37 method = "Time",
42 method = "Time",
47 method = "Time",
48 args = {Time.class}
62 Time time = new Time(); local
63 new Time(Time.getCurrentTimezone())
77 Time time = new Time(); local
107 Time time = new Time(timeZone); local
129 Time time = new Time(); local
178 Time time = new Time(); local
209 Time time = new Time(); local
607 long time = t.toMillis(false); local
656 long time = System.currentTimeMillis(); local
766 Time time = new Time(); local
828 Time time = new Time(); local
    [all...]
  /external/proguard/src/proguard/gui/splash/
TimeSwitchSprite.java 26 * This Sprite displays another Sprite in a given time interval.
27 * The time of the encapsulated Sprite is shifted by the start time.
40 * a given time.
41 * @param onTime the start time.
52 * time interval.
53 * @param onTime the start time.
54 * @param offTime the stop time.
67 public void paint(Graphics graphics, long time)
69 if (time >= onTime && (offTime <= 0 || time <= offTime)
    [all...]
  /frameworks/base/core/java/android/content/
EventLogTags.logtags 5 52002 content_query_sample (uri|3),(projection|3),(selection|3),(sortorder|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
6 52003 content_update_sample (uri|3),(operation|3),(selection|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
7 52004 binder_sample (descriptor|3),(method_num|1|5),(time|1|3),(blocking_package|3),(sample_percent|1|6)
  /external/stlport/test/unit/
epilog_test.cpp 1 #include <time.h>
  /frameworks/base/core/java/android/util/
package.html 3 Provides common utility methods such as date/time manipulation, base64 encoders
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_time.h 20 * Time Porting Layer
22 * Basic support functions that are needed by time.
39 #include <time.h>
42 /** the time format */
54 * Get the system time.it's up to UTC
55 * \return Return the time in elapsed seconds.
61 * \param ms suspended time by millisecond
66 * function: get current system time
67 * \param time_ptr[OUT] the system time got
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimeTest.java 25 import java.sql.Time;
30 @TestTargetClass(Time.class)
32 * JUnit Testcase for the java.sql.Time class
97 method = "Time",
101 Time theTime = new Time(10, 45, 20);
110 method = "Time",
115 Time theTime = new Time(TIME_TEST1);
142 // Create the Time objec
    [all...]

Completed in 72 milliseconds

1 2 3 4 5 6 7 8 91011>>