Home
last modified time | relevance | path

Searched refs:TIMESTAMP (Results 1 – 25 of 88) sorted by relevance

1234

/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DMutableAggregationTest.java67 private static final Timestamp TIMESTAMP = Timestamp.create(60, 0); field in MutableAggregationTest
124 aggregation.add(value, Collections.<String, String>emptyMap(), TIMESTAMP); in testAdd()
213 aggregation.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_SumCountMean()
218 aggregation.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_SumCountMean()
249 distribution1.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_Distribution()
252 distribution2.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_Distribution()
255 distribution3.add(val, Collections.<String, String>emptyMap(), TIMESTAMP); in testCombine_Distribution()
293 assertThat(MutableSumDouble.create().toPoint(TIMESTAMP)) in mutableAggregation_ToPoint()
294 .isEqualTo(Point.create(Value.doubleValue(0), TIMESTAMP)); in mutableAggregation_ToPoint()
295 assertThat(MutableSumLong.create().toPoint(TIMESTAMP)) in mutableAggregation_ToPoint()
[all …]
/external/iputils/doc/
Dclockdiff.sgml26 <replaceable/destination/ with 1 msec resolution using ICMP TIMESTAMP
28 packets or, optionally, IP TIMESTAMP option
42 Use IP TIMESTAMP with ICMP ECHO instead of ICMP TIMESTAMP
44 ICMP TIMESTAMP (f.e. Solaris &lt;2.4).
52 IP TIMESTAMP with prespecified hop addresses instead of four term one.
100 [2] <anchor id="clockdiff.icmp-timestamp">ICMP TIMESTAMP,
105 [3] <anchor id="clockdiff.ip-timestamp">IP TIMESTAMP option,
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/
DDistributionTest.java46 private static final Timestamp TIMESTAMP = Timestamp.create(1, 0); field in DistributionTest
59 Exemplar exemplar = Exemplar.create(12.2, TIMESTAMP, ATTACHMENTS); in createAndGet_BucketWithExemplar()
74 Exemplar exemplar = Exemplar.create(-9.9, TIMESTAMP, ATTACHMENTS); in createAndGet_Exemplar()
76 assertThat(exemplar.getTimestamp()).isEqualTo(TIMESTAMP); in createAndGet_Exemplar()
148 Exemplar exemplar = Exemplar.create(15.0, TIMESTAMP, ATTACHMENTS); in createAndGet_Distribution()
188 Exemplar.create(15, TIMESTAMP, null); in createExemplar_PreventNullAttachments()
196 Exemplar.create(15, TIMESTAMP, attachments); in createExemplar_PreventNullAttachmentKey()
204 Exemplar.create(15, TIMESTAMP, attachments); in createExemplar_PreventNullAttachmentValue()
/external/snakeyaml/src/test/java/examples/resolver/
DCustomIntResolver.java37 addImplicitResolver(Tag.TIMESTAMP, TIMESTAMP, "0123456789"); in addImplicitResolvers()
/external/snakeyaml/src/test/java/examples/jodatime/
DJodaTimeExampleTest.java73 Construct dateConstructor = yamlConstructors.get(Tag.TIMESTAMP); in construct()
96 yamlConstructors.put(Tag.TIMESTAMP, jodaDateConstruct); in JodaTimeConstructor()
112 if (nnode.getTag().equals(Tag.TIMESTAMP)) { in construct()
DJodaTimeImplicitContructor.java31 this.yamlConstructors.put(Tag.TIMESTAMP, new ConstructJodaTimestamp()); in JodaTimeImplicitContructor()
DJodaTimeFlowStylesTest.java144 Construct dateConstructor = yamlConstructors.get(Tag.TIMESTAMP); in construct()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/
DResolver.java45 public static final Pattern TIMESTAMP = Pattern field in Resolver
64 addImplicitResolver(Tag.TIMESTAMP, TIMESTAMP, "0123456789"); in addImplicitResolvers()
/external/python/cpython3/Lib/
Dpy_compile.py67 TIMESTAMP = 1 variable in PycInvalidationMode
76 return PycInvalidationMode.TIMESTAMP
160 if invalidation_mode == PycInvalidationMode.TIMESTAMP:
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java165 public static final String TIMESTAMP = "timestamp"; field in RcsPresenceInfo.ServiceInfoKey
227 return getServiceInfo(serviceType, ServiceInfoKey.TIMESTAMP, 0L); in getTimeStamp()
272 capability.putLong(ServiceInfoKey.TIMESTAMP, timestamp); in set()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTimeStampParser.java71 headerName(TokenTypes.TIMESTAMP); in parse()
73 timeStamp.setHeaderName(SIPHeaderNames.TIMESTAMP); in parse()
DTokenTypes.java92 public static final int TIMESTAMP = START + 55; field
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dswift-ast-x86_64.test19 …p/../Inputs/swift-ast.macho.x86_64 -no-output -verbose 2>&1 | FileCheck %s --check-prefix=TIMESTAMP
20 TIMESTAMP: warning: Timestamp mismatch
/external/curl/tests/data/
Dtest35662 s/\"([^\"]*)\"/TIMESTAMP/
67 h1 %HOSTIP %HTTPPORT h1 nowhere.foo 81 TIMESTAMP 0 0
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java41 public static final Tag TIMESTAMP = new Tag(PREFIX + "timestamp"); field in Tag
66 COMPATIBILITY_MAP.put(TIMESTAMP, timestampSet); in COMPATIBILITY_MAP.put() argument
/external/vogar/src/vogar/
DXmlReportConstants.java33 public static final String TIMESTAMP = "timestamp"; field in XmlReportConstants
DXmlReportReader.java76 String timestamp = testSuiteAttributes.get(XmlReportConstants.TIMESTAMP); in readTestSuite()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c547 brw_reg_read(brw->bufmgr, TIMESTAMP | 1, &result); in brw_get_timestamp()
550 brw_reg_read(brw->bufmgr, TIMESTAMP, &result); in brw_get_timestamp()
554 brw_reg_read(brw->bufmgr, TIMESTAMP, &result); in brw_get_timestamp()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java33 case Types.TIMESTAMP: return "java.sql.Timestamp"; in getColumnClassName()
111 case Types.TIMESTAMP: return "timestamp"; in getColumnTypeName()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTypesTest.java61 assertEquals(TIMESTAMP, 93); in testPublicStatics()
/external/OpenCSD/decoder/tests/snapshots/TC2/pkt_proc_logs/
Dtrc_pkt_lister_0x13.ppl24 Idx:26579; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18BCC ~[0x82F9D18BCC](562537008076)…
122 Idx:26903; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CC8 ~[0xCC8](562537008328); Cycle…
124 Idx:26909; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CC9 ~[0x49](562537008329); Cycles…
131 Idx:26926; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CCF ~[0x4F](562537008335); Cycles…
138 Idx:26946; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CD1 ~[0x51](562537008337); Cycles…
146 Idx:26967; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CD2 ~[0x52](562537008338); Cycles…
153 Idx:26986; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CD4 ~[0x54](562537008340); Cycles…
161 Idx:27006; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CD5 ~[0x55](562537008341); Cycles…
168 Idx:27026; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CD6 ~[0x56](562537008342); Cycles…
176 Idx:27046; ID:13; TIMESTAMP : Timestamp packet; TS=0x00000082F9D18CD8 ~[0x58](562537008344); Cycles…
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DTimeStamp.java71 super(TIMESTAMP); in TimeStamp()
DSIPHeaderNames.java60 public static final String TIMESTAMP = TimeStampHeader.NAME; //14 field
/external/python/cpython3/Doc/library/
Dpy_compile.rst30 …file=None, dfile=None, doraise=False, optimize=-1, invalidation_mode=PycInvalidationMode.TIMESTAMP)
67 the default is :attr:`PycInvalidationMode.TIMESTAMP`.
106 .. attribute:: TIMESTAMP
/external/libiio/src/cmake/
DCheckCaseSensitiveFileSystem.cmake16 string(TIMESTAMP TMP_TIME)

1234