Home
last modified time | relevance | path

Searched full:createtime (Results 1 – 25 of 2548) sorted by relevance

12345678910>>...102

/aosp_15_r20/external/google-cloud-java/
H A Dchangelog.json19 "createTime": "2023-05-10T18:30:04.129Z" string
36 "createTime": "2023-05-10T18:30:04.126Z" string
77 "createTime": "2023-05-10T18:30:04.124Z" string
94 "createTime": "2023-05-10T18:30:04.122Z" string
111 "createTime": "2023-05-10T18:30:04.119Z" string
170 "createTime": "2023-05-10T18:30:04.116Z" string
193 "createTime": "2023-05-10T18:30:04.114Z" string
210 "createTime": "2023-05-10T18:30:04.111Z" string
227 "createTime": "2023-05-10T18:30:04.109Z" string
256 "createTime": "2023-05-10T18:30:04.107Z" string
[all …]
/aosp_15_r20/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
H A DGroupedAggregatedLogRecordsTest.java53 long createTime = 100; in record_noAggregation_keepsIndividualRecords() local
58 assertThat(records.add(createRecord(GROUP_1, KEY_1, createTime++))).isNull(); in record_noAggregation_keepsIndividualRecords()
68 long createTime = 100; in record_sizeLimit_dropsOldestEntriesForNewOnes() local
72 TestSingleLogRecord firstRecord = createRecord(GROUP_1, KEY_1, createTime++); in record_sizeLimit_dropsOldestEntriesForNewOnes()
74 assertThat(records.add(createRecord(GROUP_1, KEY_1, createTime++))).isNull(); in record_sizeLimit_dropsOldestEntriesForNewOnes()
78 records.add(createRecord(GROUP_1, KEY_1, createTime++)); in record_sizeLimit_dropsOldestEntriesForNewOnes()
90 long createTime = 100; in record_timeAggregation_aggregatesCloseRecordAndPrintsOnlyFirstAndLast() local
95 assertThat(records.add(createRecord(GROUP_1, KEY_1, createTime))).isNull(); in record_timeAggregation_aggregatesCloseRecordAndPrintsOnlyFirstAndLast()
96 assertThat(records.add(createRecord(GROUP_1, KEY_1, createTime + 1))).isNull(); in record_timeAggregation_aggregatesCloseRecordAndPrintsOnlyFirstAndLast()
98 createTime + AGGREGATION_TIME_LIMIT - 2))).isNull(); in record_timeAggregation_aggregatesCloseRecordAndPrintsOnlyFirstAndLast()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/client/
H A Dclient_test.py324 'createTime': '2000-01-01T00:29:30.123456Z',
337 'createTime': '2000-01-01T00:28:20.123456Z',
350 'createTime': '2000-01-01T00:28:40.123456Z',
356 'createTime': '2000-01-01T00:29:30.123456Z',
362 'createTime': '2000-01-01T00:29:40.123456Z',
375 'createTime': '2000-01-01T00:28:20.123456Z',
381 'createTime': '2000-01-01T00:29:30.123456Z',
387 'createTime': '2000-01-01T00:29:40.123456Z',
400 'createTime': '2000-01-01T00:29:00.123456Z',
406 'createTime': '2000-01-01T00:29:10.123456Z',
[all …]
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DX5455_ExtendedTimestamp.java52 * <li><b>*createTime:</b>
117 private ZipLong createTime; field in X5455_ExtendedTimestamp
145 (bit2_createTimePresent && createTime != null ? 4 : 0) in getLocalFileDataLength()
187 if (bit2_createTimePresent && createTime != null) { in getLocalFileDataData()
189 System.arraycopy(createTime.getBytes(), 0, data, pos, 4); in getLocalFileDataData()
239 createTime = new ZipLong(data, offset); in parseFromLocalFileData()
264 this.createTime = null; in reset()
362 public ZipLong getCreateTime() { return createTime; } in getCreateTime()
403 return zipLongToDate(createTime); in getCreateJavaTime()
460 this.createTime = l; in setCreateTime()
[all …]
H A DX000A_NTFS.java73 private ZipEightByteInteger createTime = ZipEightByteInteger.ZERO; field in X000A_NTFS
132 System.arraycopy(createTime.getBytes(), 0, data, pos, 8); in getLocalFileDataData()
214 public ZipEightByteInteger getCreateTime() { return createTime; } in getCreateTime()
243 return zipToDate(createTime); in getCreateJavaTime()
273 createTime = t == null ? ZipEightByteInteger.ZERO : t; in setCreateTime()
330 … (createTime == xf.createTime || (createTime != null && createTime.equals(xf.createTime))); in equals()
346 if (createTime != null) { in hashCode()
347 hc ^= Integer.rotateLeft(createTime.hashCode(), 22); in hashCode()
359 this.createTime = ZipEightByteInteger.ZERO; in reset()
371 createTime = new ZipEightByteInteger(data, offset); in readTimeAttr()
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
H A DTransition.kt33 wmData.createTime != null ||
48 wmData.createTime
59 val createTime: Timestamp = wmData.createTime ?: Timestamps.min() constant in android.tools.traces.wm.Transition
140 createTime = wmData.createTime, in merge()
170 appendLine("createTime=${transition.createTime},") in toString()
H A DWmTransitionData.kt22 val createTime: Timestamp? = null, constant in android.tools.traces.wm.WmTransitionData
34 require(!(createTime?.isEmpty ?: false)) { "createTime was empty timestamp" } in <lambda>()
42 wmData.createTime ?: createTime,
/aosp_15_r20/external/aws-sdk-java-v2/services/cleanrooms/src/main/resources/codegen-resources/
H A Dservice-2.json1300 "createTime",
1317 "createTime":{ object
1518 "createTime",
1557 "createTime":{ object
1612 "createTime",
1626 "createTime":{ object
1822 "createTime",
1852 "createTime":{ object
1892 "createTime",
1927 "createTime":{ object
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Darea120tables_v1alpha1.tables.rows.html122 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
145 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
196 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
220 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
246 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
267 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
313 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
329 orderBy: string, Optional. Sorting order for the list of rows on createTime/updateTime.
348 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
383 &quot;createTime&quot;: &quot;A String&quot;, # Time when the row was created.
[all …]
Danalyticsadmin_v1alpha.accounts.html151 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this account was originally…
203 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this account was originally…
239 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this account was originally…
257 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this account was originally…
276 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this account was originally…
344 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this account was originally…
352 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this stream was originally …
360 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was c…
413 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was origi…
420 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this link was originally cr…
[all …]
Dmybusinessqanda_v1.locations.questions.html124 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the question w…
134 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the answer was…
160 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the question w…
170 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the answer was…
247 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the question w…
257 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the answer was…
302 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the question w…
312 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the answer was…
339 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the question w…
349 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp for when the answer was…
Dpaymentsresellersubscription_v1.partners.subscriptions.html129 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. System generated timestamp when the s…
132 …mple, &quot;2019-08-31T17:28:54.564Z&quot;. It will be set the same as createTime if no free trial…
176 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. System generated timestamp when the s…
179 …mple, &quot;2019-08-31T17:28:54.564Z&quot;. It will be set the same as createTime if no free trial…
216 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. System generated timestamp when the s…
219 …mple, &quot;2019-08-31T17:28:54.564Z&quot;. It will be set the same as createTime if no free trial…
269 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. System generated timestamp when the s…
272 …mple, &quot;2019-08-31T17:28:54.564Z&quot;. It will be set the same as createTime if no free trial…
351 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. System generated timestamp when the s…
354 …mple, &quot;2019-08-31T17:28:54.564Z&quot;. It will be set the same as createTime if no free trial…
[all …]
Dadmin_directory_v1.customers.chrome.printers.html132 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
167 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
189 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
239 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
280 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
307 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
359 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
400 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
488 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
517 &quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when printer was created.
Dapigee_v1.organizations.analytics.datastores.html114 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Datastore create time, in millisecond…
138 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Datastore create time, in millisecond…
187 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Datastore create time, in millisecond…
221 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Datastore create time, in millisecond…
249 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Datastore create time, in millisecond…
288 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Datastore create time, in millisecond…
312 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. Datastore create time, in millisecond…
Ddisplayvideo_v1.customBiddingAlgorithms.scripts.html109 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the script was created.
139 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the script was created.
177 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the script was created.
203createTime desc` (default) The default sorting order is descending. To specify ascending order for…
219 … &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the script was created.
Dredis_v1.projects.locations.instances.html136 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
145 … &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the policy was created.
195 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the certificate was cre…
227 …&quot;metadata&quot;: { # { `createTime`: The time the operation was created. `endTime`: The time …
262 …&quot;metadata&quot;: { # { `createTime`: The time the operation was created. `endTime`: The time …
308 …&quot;metadata&quot;: { # { `createTime`: The time the operation was created. `endTime`: The time …
350 …&quot;metadata&quot;: { # { `createTime`: The time the operation was created. `endTime`: The time …
379 &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
388 … &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the policy was created.
438 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the certificate was cre…
[all …]
/aosp_15_r20/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
H A DSearchAllResourcesRequest.java187 * * `createTime&lt;1609459200` to find Google Cloud resources that were created
259 * * `createTime&lt;1609459200` to find Google Cloud resources that were created
493 * * createTime
534 * * createTime
587 * * createTime
632 * * createTime
677 * * createTime
1401 * * `createTime&lt;1609459200` to find Google Cloud resources that were created
1472 * * `createTime&lt;1609459200` to find Google Cloud resources that were created
1543 * * `createTime&lt;1609459200` to find Google Cloud resources that were created
[all …]
H A DSearchAllResourcesRequestOrBuilder.java109 * * `createTime&lt;1609459200` to find Google Cloud resources that were created
170 * * `createTime&lt;1609459200` to find Google Cloud resources that were created
346 * * createTime
376 * * createTime
416 * * createTime
458 * * createTime
500 * * createTime
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/pipeline/
H A DMediaTimeoutListenerTest.kt619 val createTime = 1234L in testSmartspaceDataLoaded_schedulesTimeout() constant
620 val expireTime = createTime + duration in testSmartspaceDataLoaded_schedulesTimeout()
621 whenever(smartspaceData.headphoneConnectionTimeMillis).thenReturn(createTime) in testSmartspaceDataLoaded_schedulesTimeout()
643 val createTime = 1234L in testSmartspaceDataLoaded_alreadyExists_updatesTimeout() constant
644 val expireTime = createTime + duration in testSmartspaceDataLoaded_alreadyExists_updatesTimeout()
645 whenever(smartspaceData.headphoneConnectionTimeMillis).thenReturn(createTime) in testSmartspaceDataLoaded_alreadyExists_updatesTimeout()
676 val createTime = 1234L in testSmartspaceData_dozedPastTimeout_invokedOnWakeup() constant
677 val expireTime = createTime + duration in testSmartspaceData_dozedPastTimeout_invokedOnWakeup()
678 whenever(smartspaceData.headphoneConnectionTimeMillis).thenReturn(createTime) in testSmartspaceData_dozedPastTimeout_invokedOnWakeup()
/aosp_15_r20/external/aws-sdk-java-v2/services/cleanroomsml/src/main/resources/codegen-resources/
H A Dservice-2.json480 "createTime",
491 "createTime":{ object
564 "createTime",
582 "createTime":{ object
671 "createTime",
682 "createTime":{ object
853 "createTime",
868 "createTime":{ object
1200 "createTime",
1218 "createTime":{ object
[all …]
/aosp_15_r20/external/google-cloud-java/java-vmwareengine/proto-google-cloud-vmwareengine-v1/src/main/java/com/google/cloud/vmwareengine/v1/
H A DListNetworkPoliciesRequest.java235 * (createTime &gt; "2021-04-12T08:15:10.40Z")
242 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
279 * (createTime &gt; "2021-04-12T08:15:10.40Z")
286 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1141 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1148 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1184 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1191 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1227 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1234 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
[all …]
H A DListVmwareEngineNetworksRequest.java235 * (createTime &gt; "2021-04-12T08:15:10.40Z")
242 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
279 * (createTime &gt; "2021-04-12T08:15:10.40Z")
286 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1142 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1149 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1185 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1192 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1228 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1235 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
[all …]
H A DListPrivateCloudsRequest.java237 * (createTime &gt; "2021-04-12T08:15:10.40Z")
243 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
282 * (createTime &gt; "2021-04-12T08:15:10.40Z")
288 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1143 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1149 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1187 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1193 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
1231 * (createTime &gt; "2021-04-12T08:15:10.40Z")
1237 * (createTime &gt; "2021-04-12T08:15:10.40Z") OR
[all …]
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/wm/
H A DTransitionTest.kt38 createTime = Timestamps.from(10), in canMergePartialTransitions()
62 Truth.assertThat(mergedTransition.createTime.elapsedNanos).isEqualTo(10) in canMergePartialTransitions()
75 createTime = Timestamps.from(10), in mergePartialTransitionsOverrideValues()
100 createTime = Timestamps.from(100), in mergePartialTransitionsOverrideValues()
122 Truth.assertThat(mergedTransition.createTime.elapsedNanos).isEqualTo(100) in mergePartialTransitionsOverrideValues()
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcontactcenterinsights.v1.json1138 "createTime": { object
1466 "createTime": { object
1769 "createTime": { object
1788 "createTime": { object
1826 "createTime": { object
1860 "createTime": { object
2044 "createTime": { object
2224 "createTime": { object
2271 "createTime": { object
2673 "createTime": { object
[all …]

12345678910>>...102