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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/include/nonunix/sys/
time.h 1 #include <time.h>
  /device/lge/hammerhead/sepolicy/
time.te 1 type time, domain;
5 init_daemon_domain(time)
8 allow time rtc:chr_file rw_file_perms;
10 allow time time_data_file:dir rw_dir_perms;
11 allow time time_data_file:file create_file_perms;
13 allow time shared_log_device:chr_file rw_file_perms;
14 allow time alarm_device:chr_file rw_file_perms;
15 allow time self:socket *;
17 allow time self:capability { setuid setgid };
  /device/moto/shamu/sepolicy/
time.te 1 type time, domain;
5 init_daemon_domain(time)
7 allow time shared_log_device:chr_file rw_file_perms;
8 allow time alarm_device:chr_file rw_file_perms;
11 allow time rtc:chr_file r_file_perms;
13 allow time time_data_file:dir rw_dir_perms;
14 allow time time_data_file:file create_file_perms;
16 allow time self:socket *;
17 allow time self:capability { setuid setgid };
system_app.te 4 allow system_app time:unix_stream_socket connectto;
  /external/bouncycastle/bcprov/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);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGLExt.spec 1 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
  /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/chromium_org/google_apis/drive/
time_util.h 13 class Time;
19 // Parses an RFC 3339 date/time into a base::Time, returning true on success.
20 // The time string must be in the format "yyyy-mm-ddThh:mm:ss.dddTZ" (TZ is
22 bool GetTimeFromString(const base::StringPiece& raw_value, base::Time* time);
24 // Formats a base::Time as an RFC 3339 date/time (in UTC).
25 // If |time| is null, returns "null".
26 std::string FormatTimeAsString(const base::Time& time)
    [all...]
time_util_unittest.cc 9 #include "base/time/time.h"
16 std::string FormatTime(const base::Time& time) {
17 return base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(time));
23 // Creates local time objects from exploded structure.
24 base::Time::Exploded exploded = {2013, 1, 0, 15, 17, 11, 35, 374};
25 base::Time local_time = base::Time::FromLocalExploded(exploded);
27 // Creates local time object, parsing time string. Note that if there i
81 base::Time time = base::Time::FromUTCExploded(exploded_time); local
89 base::Time time = base::Time::FromLocalExploded(exploded_time); local
    [all...]
  /external/strace/tests/
strace-f.test 7 time=/usr/bin/time
8 check_prog $time
10 $STRACE -f $time /bin/ls > $LOG 2>&1 ||
  /external/valgrind/main/none/tests/
timestamp.vgtest 2 vgopts: --time-stamp=yes
  /external/qemu/android/utils/
timezone.c 419 #include <time.h>
428 { "AUS Central Standard Time" , "Australia/Darwin" },
429 { "AUS Eastern Standard Time" , "Australia/Sydney" },
430 { "Acre Standard Time" , "America/Rio_Branco" },
431 { "Afghanistan Standard Time" , "Asia/Kabul" },
432 { "Africa_Central Standard Time" , "Africa/Kigali" },
433 { "Africa_Eastern Standard Time" , "Africa/Kampala" },
434 { "Africa_FarWestern Standard Time" , "Africa/El_Aaiun" },
435 { "Africa_Southern Standard Time" , "Africa/Johannesburg" },
436 { "Africa_Western Standard Time" , "Africa/Niamey" }
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_time.h 8 #include "base/time/time.h"
12 // Android's system time is the milliseconds since January 1, 1970 00:00:00 UTC,
13 // the below 2 methods are used convert between base::Time and the milliseconds
15 inline base::Time FromDatabaseTime(int64 milliseconds) {
17 base::Time::UnixEpoch();
20 inline int64 ToDatabaseTime(const base::Time& time) {
21 return (time - base::Time::UnixEpoch()).InMilliseconds()
    [all...]
  /external/chromium_org/components/translate/core/browser/
translate_error_details.h 8 #include "base/time/time.h"
13 // The time when this was created
14 base::Time time; member in struct:TranslateErrorDetails
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/Android.mk
19 test_name := localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname
23 test_name := localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide
27 test_name := localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_on
    [all...]
  /external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
Android.mk 17 test_makefile := external/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/Android.mk
19 test_name := utilities/time/time.duration/time.duration.arithmetic/op_times=
23 test_name := utilities/time/time.duration/time.duration.arithmetic/op_+
27 test_name := utilities/time/time.duration/time.duration.arithmetic/op_
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Time.java 15 public class Time
19 ASN1Primitive time; field in class:Time
21 public static Time getInstance(
28 public Time(
29 ASN1Primitive 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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TimeTest.java 3 import android.text.format.Time;
17 Time t = new Time();
24 Time t = new Time();
30 Time t = new Time();
32 Time t2 = new Time(t);
44 Time t = new Time()
197 Time time = new Time(); local
221 Time time = new Time(); local
    [all...]
  /external/chromium_org/base/test/
simple_test_clock.h 10 #include "base/time/clock.h"
11 #include "base/time/time.h"
16 // the returned Time objects. All methods may be called from any
20 // Starts off with a clock set to Time().
24 virtual Time Now() OVERRIDE;
29 // Sets the clock to the given time.
30 void SetNow(Time now);
36 Time now_;
  /external/chromium_org/sync/util/
time.h 5 // Time-related sync functions.
13 #include "base/time/time.h"
18 // Converts a time object to the format used in sync protobufs (ms
20 SYNC_EXPORT int64 TimeToProtoTime(const base::Time& t);
22 // Converts a time field from sync protobufs to a time object.
23 SYNC_EXPORT_PRIVATE base::Time ProtoTimeToTime(int64 proto_t);
25 SYNC_EXPORT std::string GetTimeDebugString(const base::Time& t);
  /external/libcxx/test/utilities/time/time.clock/time.clock.system/
Android.mk 17 test_makefile := external/libcxx/test/utilities/time/time.clock/time.clock.system/Android.mk
19 test_name := utilities/time/time.clock/time.clock.system/now
23 test_name := utilities/time/time.clock/time.clock.system/consistency
27 test_name := utilities/time/time.clock/time.clock.system/rep_signe
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 2 import time namespace
10 self.t = time.time()
13 time.altzone
14 time.daylight
15 time.timezone
16 time.tzname
19 time.clock()
22 self.assertTrue(time.ctime(self.t)
23 == time.asctime(time.localtime(self.t))
    [all...]

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011>>