Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_sensor.js23 timestamp: '[PC preview] unknown timestamp' property
29 timestamp: '[PC preview] unknown timestamp' property
38 timestamp: '[PC preview] unknown timestamp' property
44 timestamp: '[PC preview] unknown timestamp' property
50 timestamp: '[PC preview] unknown timestamp' property
57 timestamp: '[PC preview] unknown timestamp' property
63 timestamp: '[PC preview] unknown timestamp' property
72 timestamp: '[PC preview] unknown timestamp' property
76 timestamp: '[PC preview] unknown timestamp' property
80 timestamp: '[PC preview] unknown timestamp' property
[all …]
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstlfocontrolsource.c70 _calculate_pos (GstClockTime timestamp, GstClockTime timeshift, in _calculate_pos()
84 GstClockTime timestamp) in _sine_get()
98 waveform_sine_get (GstLFOControlSource * self, GstClockTime timestamp, in waveform_sine_get()
113 GstClockTime timestamp, GstClockTime interval, guint n_values, in waveform_sine_get_value_array()
136 GstClockTime timestamp) in _square_get()
151 waveform_square_get (GstLFOControlSource * self, GstClockTime timestamp, in waveform_square_get()
166 GstClockTime timestamp, GstClockTime interval, guint n_values, in waveform_square_get_value_array()
188 GstClockTime timestamp) in _saw_get()
202 waveform_saw_get (GstLFOControlSource * self, GstClockTime timestamp, in waveform_saw_get()
217 GstClockTime timestamp, GstClockTime interval, guint n_values, in waveform_saw_get_value_array()
[all …]
Dgstproxycontrolbinding.c57 GstObject * object, GstClockTime timestamp, GstClockTime last_sync) in gst_proxy_control_binding_sync_values()
81 GstClockTime timestamp) in gst_proxy_control_binding_get_value()
104 GstClockTime timestamp, GstClockTime interval, guint n_values, in gst_proxy_control_binding_get_value_array()
129 binding, GstClockTime timestamp, GstClockTime interval, guint n_values, in gst_proxy_control_binding_get_g_value_array()
Dgstinterpolationcontrolsource.c118 interpolate_none_get (GstTimedValueControlSource * self, GstClockTime timestamp, in interpolate_none_get()
140 GstClockTime timestamp, GstClockTime interval, guint n_values, in interpolate_none_get_value_array()
177 _interpolate_linear (GstClockTime timestamp1, gdouble value1, in _interpolate_linear()
193 GstClockTime timestamp, gdouble * value) in interpolate_linear_get()
212 GstClockTime timestamp, GstClockTime interval, guint n_values, in interpolate_linear_get_value_array()
345 GstClockTime timestamp) in _interpolate_cubic()
376 GstClockTime timestamp, gdouble * value) in interpolate_cubic_get()
397 GstClockTime timestamp, GstClockTime interval, guint n_values, in interpolate_cubic_get_value_array()
522 gdouble value2, GstClockTime timestamp) in _interpolate_cubic_monotonic()
545 GstClockTime timestamp, gdouble * value) in interpolate_cubic_monotonic_get()
[all …]
Dgsttimedvaluecontrolsource.c168 _make_new_cp (GstTimedValueControlSource * self, GstClockTime timestamp, in _make_new_cp()
183 self, GstClockTime timestamp, const gdouble value) in gst_timed_value_control_source_set_internal()
238 (GstTimedValueControlSource * self, GstClockTime timestamp) in gst_timed_value_control_source_find_control_point_iter()
272 GstClockTime timestamp, const gdouble value) in gst_timed_value_control_source_set()
328 GstClockTime timestamp) in gst_timed_value_control_source_unset()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java142 public static boolean isValid(Timestamp timestamp) { in isValid()
168 public static Timestamp checkValid(Timestamp timestamp) { in checkValid()
203 public static String toString(Timestamp timestamp) { in toString()
297 public static long toSeconds(Timestamp timestamp) { in toSeconds()
316 public static long toMillis(Timestamp timestamp) { in toMillis()
338 public static long toMicros(Timestamp timestamp) { in toMicros()
354 public static long toNanos(Timestamp timestamp) { in toNanos()
398 Timestamp timestamp = Timestamp.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedTimestamp() local
/third_party/node/deps/npm/node_modules/sigstore/dist/types/sigstore/
Dindex.js63 function toDSSEBundle({ envelope, signature, tlogEntry, timestamp, }) { property
70 timestamp, property
75 function toMessageSignatureBundle({ digest, signature, tlogEntry, timestamp, }) { property
91 timestamp, property
134 function toVerificationMaterial({ signature, tlogEntry, timestamp, }) { property
158 function toTimestampVerificationData(timestamp) { argument
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitMappedTypeTemplateTypeofSymbol.js14 export const timestamp = x.now(); constant
19 export const timestamp = now(); constant
/third_party/node/deps/v8/tools/
Dparse-processor.mjs116 addCompilationCacheHit(timestamp) { argument
739 function startOf(timestamp, time) { argument
871 eventName, scriptId, startPosition, endPosition, duration, timestamp, argument
891 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
921 processScriptEvent(eventName, scriptId, timestamp) { argument
969 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
978 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
994 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
1001 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
1011 scriptId, startPosition, endPosition, duration, timestamp, functionName) { argument
[all …]
/third_party/gstreamer/gstreamer/tests/check/elements/
Dclocksync.c69 GstClockTime timestamp = 123456789; in GST_START_TEST() local
108 GstClockTime timestamp = 123456789; in GST_START_TEST() local
140 GstClockTime timestamp = 123456789; in GST_START_TEST() local
194 GstClockTime timestamp = 123456789; in GST_START_TEST() local
/third_party/libdrm/freedreno/kgsl/
Dkgsl_pipe.c60 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, in kgsl_pipe_wait()
81 uint32_t *timestamp) in kgsl_pipe_timestamp()
149 uint32_t timestamp = kgsl_bo_get_timestamp(kgsl_bo); in kgsl_pipe_pre_submit() local
157 uint32_t timestamp) in kgsl_pipe_post_submit()
176 uint32_t timestamp) in kgsl_pipe_process_pending()
/third_party/vk-gl-cts/external/amber/src/samples/
Dtimestamp.cc35 namespace timestamp { namespace
38 uint64_t timestamp = 0; in SampleGetTimestampNs() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
57 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
78 long timestamp) { in createScheduledEvent()
/third_party/gstreamer/gstreamer/gst/
Dgstcontrolsource.c83 gst_control_source_get_value (GstControlSource * self, GstClockTime timestamp, in gst_control_source_get_value()
112 GstClockTime timestamp, GstClockTime interval, guint n_values, in gst_control_source_get_value_array()
/third_party/libdrm/etnaviv/
Detnaviv_pipe.c29 drm_public int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms) in etna_pipe_wait()
34 drm_public int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns) in etna_pipe_wait_ns()
/third_party/node/deps/npm/node_modules/sigstore/dist/x509/
Dsct.d.ts6 timestamp: Buffer; property
15 readonly timestamp: Buffer; property in SignedCertificateTimestamp
/third_party/node/src/tracing/
Dtrace_event_common.h263 timestamp) \ argument
269 timestamp, arg_name, arg_val) \ argument
312 thread_id, timestamp) \ argument
317 category_group, name, id, thread_id, timestamp) \ argument
322 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument
327 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument
364 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument
369 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument
376 category_group, name, timestamp, arg1_name, arg1_val, arg2_name, arg2_val) \ argument
385 #define TRACE_EVENT_COPY_MARK_WITH_TIMESTAMP(category_group, name, timestamp) \ argument
[all …]
/third_party/ffmpeg/libavformat/
Drtpdec_svq3.c39 int64_t timestamp; member
45 uint32_t *timestamp, in svq3_parse_packet()
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h11 struct timestamp { struct
12 uint8_t len;
13 uint8_t ptr;
15 unsigned int flags:4;
16 unsigned int overflow:4;
18 unsigned int overflow:4;
19 unsigned int flags:4;
21 uint32_t data[9];
/third_party/musl/ndk_musl_include/netinet/
Dip.h11 struct timestamp { struct
12 uint8_t len;
13 uint8_t ptr;
15 unsigned int flags:4;
16 unsigned int overflow:4;
18 unsigned int overflow:4;
19 unsigned int flags:4;
21 uint32_t data[9];
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h11 struct timestamp { struct
12 uint8_t len;
13 uint8_t ptr;
15 unsigned int flags:4;
16 unsigned int overflow:4;
18 unsigned int overflow:4;
19 unsigned int flags:4;
21 uint32_t data[9];
/third_party/musl/include/netinet/
Dip.h11 struct timestamp { struct
12 uint8_t len;
13 uint8_t ptr;
15 unsigned int flags:4;
16 unsigned int overflow:4;
18 unsigned int overflow:4;
19 unsigned int flags:4;
21 uint32_t data[9];
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h11 struct timestamp { struct
12 uint8_t len;
13 uint8_t ptr;
15 unsigned int flags:4;
16 unsigned int overflow:4;
18 unsigned int overflow:4;
19 unsigned int flags:4;
21 uint32_t data[9];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h11 struct timestamp { struct
12 uint8_t len;
13 uint8_t ptr;
15 unsigned int flags:4;
16 unsigned int overflow:4;
18 unsigned int overflow:4;
19 unsigned int flags:4;
21 uint32_t data[9];
/third_party/libdrm/freedreno/
Dfreedreno_pipe.c93 drm_public int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) in fd_pipe_wait()
98 drm_public int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, in fd_pipe_wait_timeout()

12345678910>>...27