/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | rtponviftimestamp.c | 48 #define TIMESTAMP ((GstClockTime)42) macro 308 buffer_in = create_rtp_buffer (TIMESTAMP, clean_point); in do_one_buffer_test_apply() 335 buffer_in = create_rtp_buffer (TIMESTAMP, FALSE); in do_two_buffers_test_apply() 354 buffer_in = create_rtp_buffer (TIMESTAMP + 1, FALSE); in do_two_buffers_test_apply() 415 buffer = create_rtp_buffer (TIMESTAMP, TRUE); in GST_START_TEST() 429 buffer = create_rtp_buffer (TIMESTAMP + 1, TRUE); in GST_START_TEST() 452 buffer = create_rtp_buffer (TIMESTAMP, TRUE); in GST_START_TEST() 456 buffer = create_rtp_buffer (TIMESTAMP + 1, TRUE); in GST_START_TEST() 460 buffer = create_rtp_buffer (TIMESTAMP + 2, TRUE); in GST_START_TEST() 471 buffer = create_rtp_buffer (TIMESTAMP, TRUE); in GST_START_TEST() [all …]
|
D | rtponvifparse.c | 41 #define TIMESTAMP 42 macro
|
/third_party/python/Lib/ |
D | py_compile.py | 67 TIMESTAMP = 1 variable in PycInvalidationMode 76 return PycInvalidationMode.TIMESTAMP 160 if invalidation_mode == PycInvalidationMode.TIMESTAMP:
|
/third_party/curl/tests/data/ |
D | test437 | 60 s/\"([^\"]*)\"/TIMESTAMP/ 65 h1 %HOSTIP %HTTPPORT h1 [ffff::1] 8181 TIMESTAMP 0 0
|
D | test356 | 63 s/\"([^\"]*)\"/TIMESTAMP/ 68 h1 %HOSTIP %HTTPPORT h1 nowhere.foo 81 TIMESTAMP 0 0
|
D | test1908 | 73 s/\"([^\"]*)\"/TIMESTAMP/ 78 h1 127.0.0.1 %HTTPPORT h2 3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example 443 TIMESTAMP 1…
|
D | test358 | 86 s/\"2([^\"]*)\"/TIMESTAMP/ 91 h2 %HOSTIP %HTTPPORT h2 %HOSTIP %HTTP2PORT TIMESTAMP 0 0
|
D | test438 | 82 s/\"2([^\"]*)\"/TIMESTAMP/ 87 h1 %HOSTIP %HTTPPORT h1 %HOST6IP %HTTP6PORT TIMESTAMP 0 0
|
D | test359 | 86 s/\"2([^\"]*)\"/TIMESTAMP/ 91 h2 %HOSTIP %HTTPSPORT h2 %HOSTIP %HTTP2PORT TIMESTAMP 0 0
|
/third_party/rust/crates/humantime/src/ |
D | date.rs | 10 pub const TIMESTAMP: &'static str = "2554-07-21T23:34:33Z"; constant 21 pub const TIMESTAMP: &'static str = "2038-01-19T03:14:07Z"; constant 32 pub const TIMESTAMP: &str = "9999-12-31T23:59:59Z"; constant 474 assert_eq!(parse_rfc3339(&max::TIMESTAMP).unwrap(), max); in upper_bound() 475 assert_eq!(format_rfc3339(max).to_string(), max::TIMESTAMP); in upper_bound()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_timer_query.txt | 100 TIMESTAMP 0x8E28 159 <target> must be TIMESTAMP. If <id> is an unused query object name, the 161 TIMESTAMP. Otherwise <id> must be the name of an existing query object 183 GetInteger64v with the symbolic constant TIMESTAMP. This will return the 212 TIME_ELAPSED or TIMESTAMP for timer queries. 235 For timer queries (TIME_ELAPSED and TIMESTAMP), if the number 293 TIME_ELAPSED or TIMESTAMP. 296 <target> is not TIMESTAMP. 302 a query object whose type is not TIMESTAMP. 571 TIME_ELAPSED and TIMESTAMP queries? [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_timer_query.txt | 90 TIMESTAMP 0x8E28 149 <target> must be TIMESTAMP. If <id> is an unused query object name, the 151 TIMESTAMP. Otherwise <id> must be the name of an existing query object 173 GetInteger64v with the symbolic constant TIMESTAMP. This will return the 202 TIME_ELAPSED or TIMESTAMP for timer queries. 225 For timer queries (TIME_ELAPSED and TIMESTAMP), if the number 283 TIME_ELAPSED or TIMESTAMP. 286 <target> is not TIMESTAMP. 292 a query object whose type is not TIMESTAMP. 561 TIME_ELAPSED and TIMESTAMP queries? [all …]
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | README | 58 - TIMESTAMP is the timestamp matching the begin of the buffer 299 - setting TIMESTAMP to this value: bad - this value represents the end time 300 of the buffer, and thus conflicts with GStreamer's idea of what TIMESTAMP 303 - setting DURATION to GP_TIME - TIMESTAMP: bad - this breaks the concept of 328 - TIMESTAMP is the timestamp matching the begin of the buffer 334 this then brings TIMESTAMP + DURATION to within less
|
/third_party/python/Doc/library/ |
D | py_compile.rst | 30 …, dfile=None, doraise=False, optimize=-1, invalidation_mode=PycInvalidationMode.TIMESTAMP, quiet=0) 67 the default is :attr:`PycInvalidationMode.TIMESTAMP`. 106 .. attribute:: TIMESTAMP
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multiview_timer_query.txt | 68 TIME_ELAPSED, or a if QueryCounter is called with a target of TIMESTAMP
|
/third_party/gstreamer/gstreamer/docs/random/company/ |
D | clocks | 70 to use an element that does TIMESTAMP = TIMESTAMP - x inside the pipeline and
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 616 const unsigned TIMESTAMP = 0x2358; in crocus_get_timestamp() local 619 crocus_reg_read(screen->bufmgr, TIMESTAMP | 1, &result); in crocus_get_timestamp()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 617 const unsigned TIMESTAMP = 0x2358; in iris_get_timestamp() local 620 iris_reg_read(screen->bufmgr, TIMESTAMP | 1, &result); in iris_get_timestamp()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.c | 798 GST_QUARK (TIMESTAMP), GST_TYPE_CLOCK_TIME, timestamp, in gst_event_new_gap() 825 GST_QUARK (TIMESTAMP), GST_TYPE_CLOCK_TIME, timestamp, in gst_event_parse_gap() 1230 GST_QUARK (TIMESTAMP), G_TYPE_UINT64, timestamp, NULL); in gst_event_new_qos() 1279 GST_QUARK (TIMESTAMP))); in gst_event_parse_qos()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | query9.c | 68 GET_DATA_SIZE_CASET(TIMESTAMP, UINT64); in nine_query_result_size()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_timer_query.txt | 545 TIME_ELAPSED and TIMESTAMP queries? 548 implement TIME_ELAPSED and TIMESTAMP. If different clocks are 550 made from TIME_ELAPSED and TIMESTAMP; they may have slight 573 OpenGL 3.2 spec. It omits the glGetInteger(TIMESTAMP) functionality used to
|
/third_party/astc-encoder/Source/ |
D | cmake_core.cmake | 285 string(TIMESTAMP astcencoder_YEAR "%Y")
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 84 TIMESTAMP="" 3267 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ 3844 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION 3936 …echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 4143 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION 4416 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n"); 9388 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
|
/third_party/libabigail/ |
D | ltmain.sh | 64 TIMESTAMP="" 3247 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ 3824 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION 3916 …echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 4123 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION 4396 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n"); 9362 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 1279 #define TIMESTAMP 0x2358 macro 1298 mi_reg64(TIMESTAMP)); in genX()
|