/aosp_15_r20/external/google-cloud-java/ |
H A D | changelog.json | 19 "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 D | GroupedAggregatedLogRecordsTest.java | 53 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 D | client_test.py | 324 '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 D | X5455_ExtendedTimestamp.java | 52 * <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 D | X000A_NTFS.java | 73 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 D | Transition.kt | 33 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 D | WmTransitionData.kt | 22 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 D | service-2.json | 1300 "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/ |
D | area120tables_v1alpha1.tables.rows.html | 122 "createTime": "A String", # Time when the row was created. 145 "createTime": "A String", # Time when the row was created. 196 "createTime": "A String", # Time when the row was created. 220 "createTime": "A String", # Time when the row was created. 246 "createTime": "A String", # Time when the row was created. 267 "createTime": "A String", # Time when the row was created. 313 "createTime": "A String", # Time when the row was created. 329 orderBy: string, Optional. Sorting order for the list of rows on createTime/updateTime. 348 "createTime": "A String", # Time when the row was created. 383 "createTime": "A String", # Time when the row was created. [all …]
|
D | analyticsadmin_v1alpha.accounts.html | 151 …"createTime": "A String", # Output only. Time when this account was originally… 203 …"createTime": "A String", # Output only. Time when this account was originally… 239 …"createTime": "A String", # Output only. Time when this account was originally… 257 …"createTime": "A String", # Output only. Time when this account was originally… 276 …"createTime": "A String", # Output only. Time when this account was originally… 344 …"createTime": "A String", # Output only. Time when this account was originally… 352 …"createTime": "A String", # Output only. Time when this stream was originally … 360 …"createTime": "A String", # Output only. Time when this conversion event was c… 413 …"createTime": "A String", # Output only. Time when this FirebaseLink was origi… 420 …"createTime": "A String", # Output only. Time when this link was originally cr… [all …]
|
D | mybusinessqanda_v1.locations.questions.html | 124 …"createTime": "A String", # Output only. The timestamp for when the question w… 134 …"createTime": "A String", # Output only. The timestamp for when the answer was… 160 …"createTime": "A String", # Output only. The timestamp for when the question w… 170 …"createTime": "A String", # Output only. The timestamp for when the answer was… 247 …"createTime": "A String", # Output only. The timestamp for when the question w… 257 …"createTime": "A String", # Output only. The timestamp for when the answer was… 302 …"createTime": "A String", # Output only. The timestamp for when the question w… 312 …"createTime": "A String", # Output only. The timestamp for when the answer was… 339 …"createTime": "A String", # Output only. The timestamp for when the question w… 349 …"createTime": "A String", # Output only. The timestamp for when the answer was…
|
D | paymentsresellersubscription_v1.partners.subscriptions.html | 129 …"createTime": "A String", # Output only. System generated timestamp when the s… 132 …mple, "2019-08-31T17:28:54.564Z". It will be set the same as createTime if no free trial… 176 …"createTime": "A String", # Output only. System generated timestamp when the s… 179 …mple, "2019-08-31T17:28:54.564Z". It will be set the same as createTime if no free trial… 216 …"createTime": "A String", # Output only. System generated timestamp when the s… 219 …mple, "2019-08-31T17:28:54.564Z". It will be set the same as createTime if no free trial… 269 …"createTime": "A String", # Output only. System generated timestamp when the s… 272 …mple, "2019-08-31T17:28:54.564Z". It will be set the same as createTime if no free trial… 351 …"createTime": "A String", # Output only. System generated timestamp when the s… 354 …mple, "2019-08-31T17:28:54.564Z". It will be set the same as createTime if no free trial… [all …]
|
D | admin_directory_v1.customers.chrome.printers.html | 132 "createTime": "A String", # Output only. Time when printer was created. 167 "createTime": "A String", # Output only. Time when printer was created. 189 "createTime": "A String", # Output only. Time when printer was created. 239 "createTime": "A String", # Output only. Time when printer was created. 280 "createTime": "A String", # Output only. Time when printer was created. 307 "createTime": "A String", # Output only. Time when printer was created. 359 "createTime": "A String", # Output only. Time when printer was created. 400 "createTime": "A String", # Output only. Time when printer was created. 488 "createTime": "A String", # Output only. Time when printer was created. 517 "createTime": "A String", # Output only. Time when printer was created.
|
D | apigee_v1.organizations.analytics.datastores.html | 114 …"createTime": "A String", # Output only. Datastore create time, in millisecond… 138 …"createTime": "A String", # Output only. Datastore create time, in millisecond… 187 …"createTime": "A String", # Output only. Datastore create time, in millisecond… 221 …"createTime": "A String", # Output only. Datastore create time, in millisecond… 249 …"createTime": "A String", # Output only. Datastore create time, in millisecond… 288 …"createTime": "A String", # Output only. Datastore create time, in millisecond… 312 …"createTime": "A String", # Output only. Datastore create time, in millisecond…
|
D | displayvideo_v1.customBiddingAlgorithms.scripts.html | 109 "createTime": "A String", # Output only. The time when the script was created. 139 "createTime": "A String", # Output only. The time when the script was created. 177 "createTime": "A String", # Output only. The time when the script was created. 203 …createTime desc` (default) The default sorting order is descending. To specify ascending order for… 219 … "createTime": "A String", # Output only. The time when the script was created.
|
D | redis_v1.projects.locations.instances.html | 136 "createTime": "A String", # Output only. The time the instance was created. 145 … "createTime": "A String", # Output only. The time when the policy was created. 195 …"createTime": "A String", # Output only. The time when the certificate was cre… 227 …"metadata": { # { `createTime`: The time the operation was created. `endTime`: The time … 262 …"metadata": { # { `createTime`: The time the operation was created. `endTime`: The time … 308 …"metadata": { # { `createTime`: The time the operation was created. `endTime`: The time … 350 …"metadata": { # { `createTime`: The time the operation was created. `endTime`: The time … 379 "createTime": "A String", # Output only. The time the instance was created. 388 … "createTime": "A String", # Output only. The time when the policy was created. 438 …"createTime": "A String", # 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 D | SearchAllResourcesRequest.java | 187 * * `createTime<1609459200` to find Google Cloud resources that were created 259 * * `createTime<1609459200` to find Google Cloud resources that were created 493 * * createTime 534 * * createTime 587 * * createTime 632 * * createTime 677 * * createTime 1401 * * `createTime<1609459200` to find Google Cloud resources that were created 1472 * * `createTime<1609459200` to find Google Cloud resources that were created 1543 * * `createTime<1609459200` to find Google Cloud resources that were created [all …]
|
H A D | SearchAllResourcesRequestOrBuilder.java | 109 * * `createTime<1609459200` to find Google Cloud resources that were created 170 * * `createTime<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 D | MediaTimeoutListenerTest.kt | 619 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 D | service-2.json | 480 "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 D | ListNetworkPoliciesRequest.java | 235 * (createTime > "2021-04-12T08:15:10.40Z") 242 * (createTime > "2021-04-12T08:15:10.40Z") OR 279 * (createTime > "2021-04-12T08:15:10.40Z") 286 * (createTime > "2021-04-12T08:15:10.40Z") OR 1141 * (createTime > "2021-04-12T08:15:10.40Z") 1148 * (createTime > "2021-04-12T08:15:10.40Z") OR 1184 * (createTime > "2021-04-12T08:15:10.40Z") 1191 * (createTime > "2021-04-12T08:15:10.40Z") OR 1227 * (createTime > "2021-04-12T08:15:10.40Z") 1234 * (createTime > "2021-04-12T08:15:10.40Z") OR [all …]
|
H A D | ListVmwareEngineNetworksRequest.java | 235 * (createTime > "2021-04-12T08:15:10.40Z") 242 * (createTime > "2021-04-12T08:15:10.40Z") OR 279 * (createTime > "2021-04-12T08:15:10.40Z") 286 * (createTime > "2021-04-12T08:15:10.40Z") OR 1142 * (createTime > "2021-04-12T08:15:10.40Z") 1149 * (createTime > "2021-04-12T08:15:10.40Z") OR 1185 * (createTime > "2021-04-12T08:15:10.40Z") 1192 * (createTime > "2021-04-12T08:15:10.40Z") OR 1228 * (createTime > "2021-04-12T08:15:10.40Z") 1235 * (createTime > "2021-04-12T08:15:10.40Z") OR [all …]
|
H A D | ListPrivateCloudsRequest.java | 237 * (createTime > "2021-04-12T08:15:10.40Z") 243 * (createTime > "2021-04-12T08:15:10.40Z") OR 282 * (createTime > "2021-04-12T08:15:10.40Z") 288 * (createTime > "2021-04-12T08:15:10.40Z") OR 1143 * (createTime > "2021-04-12T08:15:10.40Z") 1149 * (createTime > "2021-04-12T08:15:10.40Z") OR 1187 * (createTime > "2021-04-12T08:15:10.40Z") 1193 * (createTime > "2021-04-12T08:15:10.40Z") OR 1231 * (createTime > "2021-04-12T08:15:10.40Z") 1237 * (createTime > "2021-04-12T08:15:10.40Z") OR [all …]
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/wm/ |
H A D | TransitionTest.kt | 38 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/ |
D | contactcenterinsights.v1.json | 1138 "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 …]
|