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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
ConstantTimeClock.c 2 C Run-Time Libraries (CRT) Time Management Routines Wrapper Implementation
5 This C file implements constant time value for time() and NULL for gmtime()
7 of following APIs which need system time support:
29 // -- Time Management Routines --
32 time_t time (time_t *timer) function
  /external/e2fsprogs/contrib/python-uuid/
test.py 3 import time
7 time = time.time() variable
11 print u, "...", time
  /libcore/ojluni/src/main/java/java/time/
package-info.java 68 * The classes defined here represent the principle date-time concepts,
69 * including instants, durations, dates, times, time-zones and periods.
75 * Each date time instance is composed of fields that are conveniently
77 * to the {@code java.time.temporal} package.
79 * Refer to the {@code java.time.format} package for customization options.
82 * The {@code java.time.chrono} package contains the calendar neutral API
83 * {@link java.time.chrono.ChronoLocalDate ChronoLocalDate},
84 * {@link java.time.chrono.ChronoLocalDateTime ChronoLocalDateTime},
85 * {@link java.time.chrono.ChronoZonedDateTime ChronoZonedDateTime} and
86 * {@link java.time.chrono.Era Era}
    [all...]
DateTimeException.java 62 package java.time;
65 * Exception used to indicate a problem while calculating a date-time.
68 * and manipulating date-time objects.
83 * Constructs a new date-time exception with the specified message.
92 * Constructs a new date-time exception with the specified message and cause.
  /prebuilts/go/darwin-x86/src/time/
export_android_test.go 5 package time package
export_windows_test.go 5 package time package
zoneinfo_abbrs_windows.go 8 package time package
16 "Egypt Standard Time": {"EET", "EET"}, // Africa/Cairo
17 "Morocco Standard Time": {"WET", "WEST"}, // Africa/Casablanca
18 "South Africa Standard Time": {"SAST", "SAST"}, // Africa/Johannesburg
19 "W. Central Africa Standard Time": {"WAT", "WAT"}, // Africa/Lagos
20 "E. Africa Standard Time": {"EAT", "EAT"}, // Africa/Nairobi
21 "Libya Standard Time": {"EET", "EET"}, // Africa/Tripoli
22 "Namibia Standard Time": {"WAT", "WAST"}, // Africa/Windhoek
23 "Aleutian Standard Time": {"HST", "HDT"}, // America/Adak
24 "Alaskan Standard Time": {"AKST", "AKDT"}, // America/Anchorag
    [all...]
zoneinfo_ios.go 8 package time package
zoneinfo_unix.go 7 // Parse "zoneinfo" time zone file.
12 package time package
25 runtime.GOROOT() + "/lib/time/zoneinfo.zip",
29 // consult $TZ to find the time zone to use.
  /prebuilts/go/linux-x86/src/time/
export_android_test.go 5 package time package
export_windows_test.go 5 package time package
zoneinfo_abbrs_windows.go 8 package time package
16 "Egypt Standard Time": {"EET", "EET"}, // Africa/Cairo
17 "Morocco Standard Time": {"WET", "WEST"}, // Africa/Casablanca
18 "South Africa Standard Time": {"SAST", "SAST"}, // Africa/Johannesburg
19 "W. Central Africa Standard Time": {"WAT", "WAT"}, // Africa/Lagos
20 "E. Africa Standard Time": {"EAT", "EAT"}, // Africa/Nairobi
21 "Libya Standard Time": {"EET", "EET"}, // Africa/Tripoli
22 "Namibia Standard Time": {"WAT", "WAST"}, // Africa/Windhoek
23 "Aleutian Standard Time": {"HST", "HDT"}, // America/Adak
24 "Alaskan Standard Time": {"AKST", "AKDT"}, // America/Anchorag
    [all...]
zoneinfo_ios.go 8 package time package
zoneinfo_unix.go 7 // Parse "zoneinfo" time zone file.
12 package time package
25 runtime.GOROOT() + "/lib/time/zoneinfo.zip",
29 // consult $TZ to find the time zone to use.
  /device/google/cuttlefish_common/common/libs/time/
monotonic_time.cpp 16 #include "common/libs/time/monotonic_time.h"
19 namespace time { namespace in namespace:cvd
25 } // namespace time
  /external/caliper/examples/src/main/java/examples/
MessageDigestCreationBenchmark.java 33 @Benchmark void time(int reps) throws Exception { method in class:MessageDigestCreationBenchmark
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
128-space-before-hash.c 16 for the third time, yes! variable
  /external/testng/src/test/java/test/tmp/
IgnoreUntil.java 17 public String time(); method in interface:IgnoreUntil
  /libcore/ojluni/src/main/java/java/time/chrono/
package-info.java 70 * The alternate calendars are provided in the {@link java.time.chrono} package.
73 * A calendar system is defined by the {@link java.time.chrono.Chronology} interface,
74 * while a date in a calendar system is defined by the {@link java.time.chrono.ChronoLocalDate} interface.
80 * See {@link java.time.chrono.ChronoLocalDate ChronoLocalDate}
92 * <li>{@link java.time.chrono.HijrahChronology Hijrah calendar}</li>
93 * <li>{@link java.time.chrono.JapaneseChronology Japanese calendar}</li>
94 * <li>{@link java.time.chrono.MinguoChronology Minguo calendar}</li>
95 * <li>{@link java.time.chrono.ThaiBuddhistChronology Thai Buddhist calendar}</li>
167 * or a {@link java.time.DateTimeException}.
171 package java.time.chrono
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
package-info.java 69 * {@link java.time.format.DateTimeFormatter DateTimeFormatter} class.
71 * {@link java.time.format.DateTimeFormatter DateTimeFormatter}, however
72 * {@link java.time.format.DateTimeFormatterBuilder DateTimeFormatterBuilder}
77 * {@link java.time.format.DateTimeFormatter#withLocale(java.util.Locale) withLocale(Locale)}
79 * {@link java.time.format.DecimalStyle DecimalStyle}.
91 * or a {@link java.time.DateTimeException}.
95 package java.time.format;
  /libcore/ojluni/src/main/java/java/time/temporal/
package-info.java 65 * Access to date and time using fields and units, and date time adjusters.
72 * <li>Units of date-time, such as years, months, days and hours</li>
73 * <li>Fields of date-time, such as month-of-year, day-of-week or hour-of-day</li>
74 * <li>Date-time adjustment functions</li>
81 * A unit is used to measure an amount of time, such as years, days or minutes.
82 * All units implement {@link java.time.temporal.TemporalUnit}.
83 * The set of well known units is defined in {@link java.time.temporal.ChronoUnit}, such as {@code DAYS}.
87 * A field is used to express part of a larger date-time, such as year, month-of-year or second-of-minute.
88 * All fields implement {@link java.time.temporal.TemporalField}
    [all...]
  /libcore/ojluni/src/main/java/java/time/zone/
package-info.java 65 * Support for time-zones and their rules.
68 * Daylight Saving Time and Time-Zones are concepts used by Governments to alter local time.
69 * This package provides support for time-zones, their rules and the resulting
70 * gaps and overlaps in the local time-line typically caused by Daylight Saving Time.
82 * or a {@link java.time.DateTimeException}.
86 package java.time.zone;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr2404b.c 6 int time; variable
15 printf ("time: %d\n", time);
16 time = 10;
17 printf ("time: %d\n", time);
  /external/iw/
roc.c 21 int freq, time; local
30 time = strtol(argv[1], &end, 0);
35 NLA_PUT_U32(msg, NL80211_ATTR_DURATION, time);
41 COMMAND(roc, start, "<freq> <time in ms>", NL80211_CMD_REMAIN_ON_CHANNEL, 0, CIB_NETDEV, handle_roc_start, "");
  /libcore/luni/src/test/java/libcore/java/time/
YearTest.java 16 package libcore.java.time;
19 import java.time.Year;
27 * @see tck.java.time.TCKYear
28 * @see test.java.time.TestYear
34 // found in tck.java.time.TCKYear.test_isLeap()

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>