Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/external/jemalloc_new/src/
Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init()
17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2()
22 nstime_ns(const nstime_t *time) { in nstime_ns()
27 nstime_msec(const nstime_t *time) { in nstime_msec()
32 nstime_sec(const nstime_t *time) { in nstime_sec()
37 nstime_nsec(const nstime_t *time) { in nstime_nsec()
42 nstime_copy(nstime_t *time, const nstime_t *source) { in nstime_copy()
52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add()
59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd()
66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract()
[all …]
/external/jemalloc/src/
Dnstime.c6 nstime_init(nstime_t *time, uint64_t ns) in nstime_init()
13 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) in nstime_init2()
20 nstime_ns(const nstime_t *time) in nstime_ns()
27 nstime_sec(const nstime_t *time) in nstime_sec()
34 nstime_nsec(const nstime_t *time) in nstime_nsec()
41 nstime_copy(nstime_t *time, const nstime_t *source) in nstime_copy()
55 nstime_add(nstime_t *time, const nstime_t *addend) in nstime_add()
64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract()
73 nstime_imultiply(nstime_t *time, uint64_t multiplier) in nstime_imultiply()
83 nstime_idivide(nstime_t *time, uint64_t divisor) in nstime_idivide()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaMetadataRetriever.java101 public static void addFrame(DataSource ds, long time, Bitmap bitmap) { in addFrame()
120 public static void addFrame(String path, long time, Bitmap bitmap) { in addFrame()
121 addFrame(toDataSource(path), time, bitmap); in addFrame() local
137 public static void addFrame(Context context, Uri uri, long time, Bitmap bitmap) { in addFrame()
138 addFrame(toDataSource(context, uri), time, bitmap); in addFrame() local
154 public static void addFrame(String uri, Map<String, String> headers, long time, Bitmap bitmap) { in addFrame()
155 addFrame(toDataSource(uri, headers), time, bitmap); in addFrame() local
170 public static void addFrame(FileDescriptor fd, long time, Bitmap bitmap) { in addFrame()
171 addFrame(toDataSource(fd), time, bitmap); in addFrame() local
189 long time, Bitmap bitmap) { in addFrame()
[all …]
/external/libchrome/mojo/public/cpp/base/
Dtime_mojom_traits.cc10 base::Time>::internal_value(const base::Time& time) { in internal_value()
16 base::Time* time) { in Read()
37 base::TimeTicks>::internal_value(const base::TimeTicks& time) { in internal_value()
43 base::TimeTicks* time) { in Read()
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_time.py82 def __init__(self, state, behavior, time): argument
154 def _ensure_called_through(self, time): argument
161 def _call_at(self, behavior, time): argument
172 def time(self): member in StrictRealTime
178 def call_at(self, behavior, time): argument
186 def sleep_until(self, time): argument
193 def __init__(self, time): argument
197 def time(self): member in StrictFakeTime
209 def call_at(self, behavior, time): argument
224 def sleep_until(self, time): argument
/external/adhd/scripts/audio_thread_log_viewer/
Dviewer_c3.py150 def __init__(self, time, name): argument
178 def __init__(self, time, name, device): argument
194 def __init__(self, time, name, device): argument
208 def __init__(self, time, name, device): argument
222 def __init__(self, time, name, device, level): argument
237 def __init__(self, time, name, stream): argument
252 def __init__(self, time, name, stream): argument
268 def __init__(self, time, name, stream): argument
283 def __init__(self, time, name, stream): argument
298 def __init__(self, time, name, num_fds): argument
[all …]
/external/opencensus-java/testing/src/main/java/io/opencensus/testing/common/
DTestClock.java58 public static TestClock create(Timestamp time) { in create()
70 public synchronized void setTime(Timestamp time) { in setTime()
94 private static Timestamp validateNanos(Timestamp time) { in validateNanos()
100 private static long getNanos(Timestamp time) { in getNanos()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DSharedPrefUtil.java53 public static long getLastContactChangedTimestamp(Context context, long time) { in getLastContactChangedTimestamp()
61 public static void saveLastContactChangedTimestamp(Context context, long time) { in saveLastContactChangedTimestamp()
67 public static long getLastProfileContactChangedTimestamp(Context context, long time) { in getLastProfileContactChangedTimestamp()
75 public static void saveLastProfileContactChangedTimestamp(Context context, long time) { in saveLastProfileContactChangedTimestamp()
81 public static long getLastContactDeletedTimestamp(Context context, long time) { in getLastContactDeletedTimestamp()
89 public static void saveLastContactDeletedTimestamp(Context context, long time) { in saveLastContactDeletedTimestamp()
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Dtest-cmpxchg-nolock.c48 cycles_t time1, time2, time; in do_testbaseline() local
75 cycles_t time1, time2, time; in do_test_sync_cmpxchg() local
106 cycles_t time1, time2, time; in do_test_cmpxchg() local
133 cycles_t time1, time2, time; in do_test_sync_inc() local
161 cycles_t time1, time2, time; in do_test_inc() local
191 cycles_t time1, time2, time; in do_test_enable_int() local
218 cycles_t time1, time2, time; in do_test_disable_int() local
246 cycles_t time1, time2, time; in do_test_int() local
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dtime.h42 TimePoint(const T& time) { you_need_a_specialization_of_TimePoint(); } in TimePoint()
55 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint()
78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DTime.java40 ASN1Primitive time; field in Time
53 ASN1Primitive time) in Time()
72 Date time) in Time()
104 Date time, in Time()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DTime.java42 ASN1Primitive time; field in Time
55 ASN1Primitive time) in Time()
74 Date time) in Time()
106 Date time, in Time()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1UTCTime.java41 private byte[] time; field in ASN1UTCTime
110 String time) in ASN1UTCTime()
128 Date time) in ASN1UTCTime()
147 Date time, in ASN1UTCTime()
162 byte[] time) in ASN1UTCTime()
DDERGeneralizedTime.java30 public DERGeneralizedTime(byte[] time) in DERGeneralizedTime()
35 public DERGeneralizedTime(Date time) in DERGeneralizedTime()
40 public DERGeneralizedTime(String time) in DERGeneralizedTime()
DASN1GeneralizedTime.java51 protected byte[] time; field in ASN1GeneralizedTime
119 String time) in ASN1GeneralizedTime()
138 Date time) in ASN1GeneralizedTime()
157 Date time, in ASN1GeneralizedTime()
267 private String convert(int time) in convert()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1UTCTime.java39 private byte[] time; field in ASN1UTCTime
108 String time) in ASN1UTCTime()
126 Date time) in ASN1UTCTime()
145 Date time, in ASN1UTCTime()
160 byte[] time) in ASN1UTCTime()
DDERGeneralizedTime.java28 public DERGeneralizedTime(byte[] time) in DERGeneralizedTime()
33 public DERGeneralizedTime(Date time) in DERGeneralizedTime()
38 public DERGeneralizedTime(String time) in DERGeneralizedTime()
DASN1GeneralizedTime.java49 protected byte[] time; field in ASN1GeneralizedTime
117 String time) in ASN1GeneralizedTime()
136 Date time) in ASN1GeneralizedTime()
155 Date time, in ASN1GeneralizedTime()
265 private String convert(int time) in convert()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTime.java24 ASN1Primitive time; field in Time
34 ASN1Primitive time) in Time()
53 Date time) in Time()
85 Date time, in Time()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DTime.java29 ASN1Primitive time; field in Time
39 ASN1Primitive time) in Time()
60 Date time) in Time()
92 Date time, in Time()
/external/libtextclassifier/utils/calendar/
Dcalendar_test-include.cc23 int64 time; in TEST_F() local
39 int64 time; in TEST_F() local
59 int64 time; in TEST_F() local
113 int64 time; in TEST_F() local
140 int64 time; in TEST_F() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc76 int64_t time; in TEST_F() local
91 int64_t time; in TEST_F() local
117 int64_t time; in TEST_F() local
136 int64_t time; in TEST_F() local
155 int64_t time; in TEST_F() local
173 int64_t time; in TEST_F() local
204 int64_t time; in TEST_F() local
229 int64_t time; in TEST_F() local
274 int64_t time; in TEST_F() local
/external/replicaisland/src/com/replica/replicaisland/
DPlayerComponent.java118 protected void move(float time, float timeDelta, GameObject parentObject) { in move()
215 TimeSystem time = sSystemRegistry.timeSystem; in update() local
331 protected void stateMove(float time, float timeDelta, GameObject parentObject) { in stateMove()
385 protected void stateStomp(float time, float timeDelta, GameObject parentObject) { in stateStomp()
425 protected void gotoHitReact(GameObject parentObject, float time) { in gotoHitReact()
437 protected void stateHitReact(float time, float timeDelta, GameObject parentObject) { in stateHitReact()
444 protected void gotoDead(float time) { in gotoDead()
449 protected void stateDead(float time, float timeDelta, GameObject parentObject) { in stateDead()
480 protected void gotoWin(float time) { in gotoWin()
487 protected void stateWin(float time, float timeDelta, GameObject parentObject) { in stateWin()
[all …]
/external/caliper/lib/
Djoda-time-2.1.jar ... joda/time/chrono/ org/joda/time/convert/ org/joda/time/field ...
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dsampler.py89 def sample(self, time, outputs, state): argument
94 def next_inputs(self, time, outputs, state, sample_ids): argument
176 def sample(self, time, outputs, state): argument
179 def next_inputs(self, time, outputs, state, sample_ids): argument
259 def sample(self, time, outputs, state): argument
264 def next_inputs(self, time, outputs, state, sample_ids): argument
335 def sample(self, time, outputs, state): argument
347 def next_inputs(self, time, outputs, state, sample_ids): argument
434 def sample(self, time, outputs, state): argument
441 def next_inputs(self, time, outputs, state, sample_ids): argument
[all …]

12345678910>>...33