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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/include/nonunix/sys/
time.h 1 #include <time.h>
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1GeneralizedTime.java 13 public ASN1GeneralizedTime(Date time)
15 super(time);
18 public ASN1GeneralizedTime(String time)
20 super(time);
ASN1UTCTime.java 13 public ASN1UTCTime(Date time)
15 super(time);
18 public ASN1UTCTime(String time)
20 super(time);
DERGeneralizedTime.java 11 * Generalized time object.
16 String time; field in class:DERGeneralizedTime
19 * return a generalized time from the passed in object
35 * return a Generalized Time object from a tagged object.
61 * for local time, or Z+-HHMM on the end, for difference between local
62 * time and UTC time. The fractional second amount f must consist of at
65 * @param time the time string.
69 String time)
    [all...]
  /external/e2fsprogs/contrib/python-uuid/
test.py 3 import time namespace
7 time = time.time() variable
11 print u, "...", time
  /external/llvm/test/CodeGen/ARM/
2009-05-05-DAGCombineBug.ll 5 %tango.time.Time.Time = type { i64 }
9 %tmp28 = call fastcc i1 null(i32* null, %"byte[]" undef, %"byte[]" undef, %tango.time.Time.Time* byval null) ; <i1> [#uses=0]
  /external/skia/bench/
BenchSysTimer_posix.h 4 //Time
5 #include <time.h>
BenchSysTimer_c.h 4 //Time
5 #include <time.h>
BenchSysTimer_c.cpp 3 //Time
4 #include <time.h>
7 this->fStartWall = time();
18 time_t end_wall = time();
  /external/chromium/base/i18n/
time_formatting.h 5 // Basic time formatting methods. These methods use the current locale
6 // formatting for displaying the time.
16 class Time;
24 // Returns the time of day, e.g., "3:07 PM".
25 string16 TimeFormatTimeOfDay(const Time& time);
27 // Returns the time of day in the specified hour clock type. e.g.
30 string16 TimeFormatTimeOfDayWithHourClockType(const Time& time,
34 string16 TimeFormatShortDate(const 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/valgrind/main/none/tests/
timestamp.vgtest 2 vgopts: --time-stamp=yes
  /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...]
  /external/bouncycastle/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...]
  /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/Source/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/pcre/testdata/
grepinputv 4 This time it jumps and jumps and jumps.
  /external/valgrind/main/massif/perf/
many-xpts.vgperf 2 vgopts: --time-unit=B --depth=100
  /external/webkit/Source/WebCore/manual-tests/
timeout-test.php 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
  /external/chromium/chrome/browser/debugger/manual_tests/resources/
script-console-calls.js 5 console.time("Test console.time");
6 console.timeEnd("Test console.time");
  /external/oprofile/libutil/
op_get_time.c 3 * Get current time as a string
14 #include <time.h>
18 time_t t = time(NULL);
  /external/webkit/Source/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...]

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>