/aosp_15_r20/external/mesa3d/src/intel/dev/ |
H A D | mesa_defs.json | 5 "ids": [ array 11 "ids": [ array 22 "ids": [ array 28 "ids": [ array 40 "ids": [ array 46 "ids": [ array 58 "ids": [ array 64 "ids": [ array 77 "ids": [ array 87 "ids": [ array [all …]
|
/aosp_15_r20/external/google-cloud-java/java-ids/ |
H A D | CHANGELOG.md | 3 …ub.com/googleapis/google-cloud-java/compare/google-cloud-ids-v1.3.1-SNAPSHOT...google-cloud-ids-v1… 23 …/github.com/googleapis/google-cloud-java/compare/google-cloud-ids-v1.2.7...google-cloud-ids-v1.3.0… 43 ## [1.2.7](https://github.com/googleapis/java-ids/compare/v1.2.6...v1.2.7) (2022-10-05) 48 * update protobuf to v3.21.7 ([6a97474](https://github.com/googleapis/java-ids/commit/6a974746312ef… 50 ## [1.2.6](https://github.com/googleapis/java-ids/compare/v1.2.5...v1.2.6) (2022-10-03) 55 …([#172](https://github.com/googleapis/java-ids/issues/172)) ([622b056](https://github.com/googleap… 57 ## [1.2.5](https://github.com/googleapis/java-ids/compare/v1.2.4...v1.2.5) (2022-09-28) 62 …([#159](https://github.com/googleapis/java-ids/issues/159)) ([b12119f](https://github.com/googleap… 63 …([#146](https://github.com/googleapis/java-ids/issues/146)) ([83c01a2](https://github.com/googleap… 64 …([#150](https://github.com/googleapis/java-ids/issues/150)) ([2b08416](https://github.com/googleap… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-ids/grpc-google-cloud-ids-v1/src/main/java/com/google/cloud/ids/v1/ |
H A D | IDSGrpc.java | 16 package com.google.cloud.ids.v1; 24 * The IDS Service 29 comments = "Source: google/cloud/ids/v1/ids.proto") 35 public static final String SERVICE_NAME = "google.cloud.ids.v1.IDS"; 39 com.google.cloud.ids.v1.ListEndpointsRequest, 40 com.google.cloud.ids.v1.ListEndpointsResponse> 45 requestType = com.google.cloud.ids.v1.ListEndpointsRequest.class, 46 responseType = com.google.cloud.ids.v1.ListEndpointsResponse.class, 49 com.google.cloud.ids.v1.ListEndpointsRequest, 50 com.google.cloud.ids.v1.ListEndpointsResponse> [all …]
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | cid.rs | 194 /// An iterator over QUIC Connection IDs. 217 /// All the Destination Connection IDs provided by our peer. 220 /// All the Source Connection IDs we provide to our peer. 223 /// Source Connection IDs that should be announced to the peer. 226 /// Retired Destination Connection IDs that should be announced to the peer. 229 /// Retired Source Connection IDs that should be notified to the 245 /// The maximum number of source Connection IDs our peer allows us. 268 // Initially, the limit of active source connection IDs is 2. in new() 278 // Connection IDs when the host wants to force their renewal. in new() 312 /// Sets the maximum number of source connection IDs our peer allows us. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | cid.rs | 194 /// An iterator over QUIC Connection IDs. 217 /// All the Destination Connection IDs provided by our peer. 220 /// All the Source Connection IDs we provide to our peer. 223 /// Source Connection IDs that should be announced to the peer. 226 /// Retired Destination Connection IDs that should be announced to the peer. 229 /// Retired Source Connection IDs that should be notified to the 245 /// The maximum number of source Connection IDs our peer allows us. 268 // Initially, the limit of active source connection IDs is 2. in new() 278 // Connection IDs when the host wants to force their renewal. in new() 312 /// Sets the maximum number of source connection IDs our peer allows us. [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/ |
D | spir-v.xml | 39 Only the tool IDs are reserved with Khronos. 49 Note: a single vendor/tool supplier may have multiple tool IDs 52 <ids type="vendor" start="0" end="0xFFFF" comment="SPIR-V Tool IDs"> 96 </ids> 130 …<ids type="opcode" start="0" end="4095" vendor="Khronos" comment="Reserved opcodes, not available … 131 <ids type="opcode" start="4096" end="4159" vendor="Mesa" comment="Contact TBD"/> 132 <ids type="opcode" start="4160" end="4415" vendor="ARM" comment="Contact [email protected]"/> 133 …<ids type="opcode" start="4416" end="4479" vendor="Khronos" comment="SPV_ARB_shader_ballot - conta… 134 …<ids type="opcode" start="4480" end="4991" vendor="Qualcomm" comment="Contact [email protected]… 135 <ids type="opcode" start="4992" end="5247" vendor="AMD"/> [all …]
|
/aosp_15_r20/external/google-cloud-java/java-ids/proto-google-cloud-ids-v1/src/main/java/com/google/cloud/ids/v1/ |
H A D | ListEndpointsResponse.java | 17 // source: google/cloud/ids/v1/ids.proto 19 package com.google.cloud.ids.v1; 21 /** Protobuf type {@code google.cloud.ids.v1.ListEndpointsResponse} */ 24 // @@protoc_insertion_point(message_implements:google.cloud.ids.v1.ListEndpointsResponse) 50 return com.google.cloud.ids.v1.IdsProto in getDescriptor() 57 return com.google.cloud.ids.v1.IdsProto in internalGetFieldAccessorTable() 60 com.google.cloud.ids.v1.ListEndpointsResponse.class, in internalGetFieldAccessorTable() 61 com.google.cloud.ids.v1.ListEndpointsResponse.Builder.class); in internalGetFieldAccessorTable() 67 private java.util.List<com.google.cloud.ids.v1.Endpoint> endpoints_; 75 * <code>repeated .google.cloud.ids.v1.Endpoint endpoints = 1;</code> [all …]
|
H A D | CreateEndpointRequest.java | 17 // source: google/cloud/ids/v1/ids.proto 19 package com.google.cloud.ids.v1; 21 /** Protobuf type {@code google.cloud.ids.v1.CreateEndpointRequest} */ 24 // @@protoc_insertion_point(message_implements:google.cloud.ids.v1.CreateEndpointRequest) 50 return com.google.cloud.ids.v1.IdsProto in getDescriptor() 57 return com.google.cloud.ids.v1.IdsProto in internalGetFieldAccessorTable() 60 com.google.cloud.ids.v1.CreateEndpointRequest.class, in internalGetFieldAccessorTable() 61 com.google.cloud.ids.v1.CreateEndpointRequest.Builder.class); in internalGetFieldAccessorTable() 181 private com.google.cloud.ids.v1.Endpoint endpoint_; 189 * <code>.google.cloud.ids.v1.Endpoint endpoint = 3 [(.google.api.field_behavior) = REQUIRED]; [all …]
|
H A D | GetEndpointRequest.java | 17 // source: google/cloud/ids/v1/ids.proto 19 package com.google.cloud.ids.v1; 21 /** Protobuf type {@code google.cloud.ids.v1.GetEndpointRequest} */ 24 // @@protoc_insertion_point(message_implements:google.cloud.ids.v1.GetEndpointRequest) 48 return com.google.cloud.ids.v1.IdsProto in getDescriptor() 55 return com.google.cloud.ids.v1.IdsProto in internalGetFieldAccessorTable() 58 com.google.cloud.ids.v1.GetEndpointRequest.class, in internalGetFieldAccessorTable() 59 com.google.cloud.ids.v1.GetEndpointRequest.Builder.class); in internalGetFieldAccessorTable() 158 if (!(obj instanceof com.google.cloud.ids.v1.GetEndpointRequest)) { in equals() 161 com.google.cloud.ids.v1.GetEndpointRequest other = in equals() [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/ |
H A D | spir-v.xml | 39 Only the tool IDs are reserved with Khronos. 49 Note: a single vendor/tool supplier may have multiple tool IDs 52 <ids type="vendor" start="0" end="0xFFFF" comment="SPIR-V Tool IDs"> 100 </ids> 134 …<ids type="opcode" start="0" end="4095" vendor="Khronos" comment="Reserved opcodes, not available … 135 <ids type="opcode" start="4096" end="4159" vendor="Mesa" comment="Contact TBD"/> 136 <ids type="opcode" start="4160" end="4415" vendor="ARM" comment="Contact [email protected]"/> 137 …<ids type="opcode" start="4416" end="4479" vendor="Khronos" comment="SPV_ARB_shader_ballot - conta… 138 …<ids type="opcode" start="4480" end="4991" vendor="Qualcomm" comment="Contact [email protected]… 139 <ids type="opcode" start="4992" end="5247" vendor="AMD"/> [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | spir-v.xml | 39 Only the tool IDs are reserved with Khronos. 49 Note: a single vendor/tool supplier may have multiple tool IDs 52 <ids type="vendor" start="0" end="0xFFFF" comment="SPIR-V Tool IDs"> 99 </ids> 133 …<ids type="opcode" start="0" end="4095" vendor="Khronos" comment="Reserved opcodes, not available … 134 <ids type="opcode" start="4096" end="4159" vendor="Mesa" comment="Contact TBD"/> 135 <ids type="opcode" start="4160" end="4415" vendor="ARM" comment="Contact [email protected]"/> 136 …<ids type="opcode" start="4416" end="4479" vendor="Khronos" comment="SPV_ARB_shader_ballot - conta… 137 …<ids type="opcode" start="4480" end="4991" vendor="Qualcomm" comment="Contact [email protected]… 138 <ids type="opcode" start="4992" end="5247" vendor="AMD"/> [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/ |
H A D | spir-v.xml | 39 Only the tool IDs are reserved with Khronos. 49 Note: a single vendor/tool supplier may have multiple tool IDs 52 <ids type="vendor" start="0" end="0xFFFF" comment="SPIR-V Tool IDs"> 98 </ids> 132 …<ids type="opcode" start="0" end="4095" vendor="Khronos" comment="Reserved opcodes, not available … 133 <ids type="opcode" start="4096" end="4159" vendor="Mesa" comment="Contact TBD"/> 134 <ids type="opcode" start="4160" end="4415" vendor="ARM" comment="Contact [email protected]"/> 135 …<ids type="opcode" start="4416" end="4479" vendor="Khronos" comment="SPV_ARB_shader_ballot - conta… 136 …<ids type="opcode" start="4480" end="4991" vendor="Qualcomm" comment="Contact [email protected]… 137 <ids type="opcode" start="4992" end="5247" vendor="AMD"/> [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | realtimebidding_v1.bidders.pretargetingConfigs.html | 147 …_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An… 148 … targeting dimensions that contain a list of included and excluded numeric IDs used in app, user l… 149 "excludedIds": [ # The IDs excluded in a configuration. 152 "includedIds": [ # The IDs included in a configuration. 156 …argeted app IDs. App IDs can refer to those found in an app store or ones that are not published i… 165 …IDs excluded in this configuration. Bid requests for inventory with any of the specified content l… 168 … targeting dimensions that contain a list of included and excluded numeric IDs used in app, user l… 169 "excludedIds": [ # The IDs excluded in a configuration. 172 "includedIds": [ # The IDs included in a configuration. 207 …in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are … [all …]
|
/aosp_15_r20/external/openscreen/util/ |
H A D | trace_logging_unittest.cc | 130 auto ids = TRACE_HIERARCHY; in TEST() local 131 EXPECT_NE(ids.current, kUnsetTraceId); in TEST() 132 EXPECT_NE(ids.parent, kUnsetTraceId); in TEST() 133 EXPECT_NE(ids.root, kUnsetTraceId); in TEST() 157 auto ids = TRACE_HIERARCHY; in TEST() local 158 EXPECT_EQ(ids.current, current); in TEST() 159 EXPECT_EQ(ids.parent, parent); in TEST() 160 EXPECT_EQ(ids.root, root); in TEST() 191 auto ids = TRACE_HIERARCHY; in TEST() local 192 EXPECT_EQ(ids.current, current); in TEST() [all …]
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 124 IdPair ids = startAndMakeActiveOutgoingCall("650-555-1212", in testSingleOutgoingCallLocalDisconnect() local 127 mInCallServiceFixtureX.mInCallAdapter.disconnectCall(ids.mCallId); in testSingleOutgoingCallLocalDisconnect() 129 mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 131 mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 135 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect() 137 mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 139 mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in testSingleOutgoingCallLocalDisconnect() 141 mInCallServiceFixtureX.getCall(ids.mCallId).getConnectTimeMillis()); in testSingleOutgoingCallLocalDisconnect() 143 mInCallServiceFixtureY.getCall(ids.mCallId).getConnectTimeMillis()); in testSingleOutgoingCallLocalDisconnect() 145 mInCallServiceFixtureX.getCall(ids.mCallId).getCreationTimeMillis()); in testSingleOutgoingCallLocalDisconnect() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/ |
H A D | sequence_feature_column_test.py | 385 # example 0, ids [2] 386 # example 1, ids [0, 1] 387 # example 2, ids [] 388 # example 3, ids [1] 393 # example 0, ids [2] 395 # example 1, ids [0, 1] 397 # example 2, ids [] 399 # example 3, ids [1] 403 # example 0, ids [[2]] 404 # example 1, ids [[0, 1], [2]] [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_finalization.py | 147 def assert_del_calls(self, ids): argument 148 self.assertEqual(sorted(SimpleBase.del_calls), sorted(ids)) 150 def assert_tp_del_calls(self, ids): argument 151 self.assertEqual(sorted(SimpleBase.tp_del_calls), sorted(ids)) 153 def assert_survivors(self, ids): argument 154 self.assertEqual(sorted(id(x) for x in SimpleBase.survivors), sorted(ids)) 156 def assert_garbage(self, ids): argument 157 self.assertEqual(sorted(id(x) for x in gc.garbage), sorted(ids)) 171 ids = [id(s)] 175 self.assert_del_calls(ids) [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | embedding_ops.py | 37 def _clip(params, ids, max_norm): argument 44 ids: The `ids` argument that was passed to `gather`. 71 ids_rank, ids_static = _rank(ids) 91 ids, argument 110 ids: See embedding_lookup. 133 with ops.name_scope(name, "embedding_lookup", params + [ids]) as name: 140 ids = ops.convert_to_tensor(ids, name="ids") 141 if np == 1 and (not transform_fn or ids.get_shape().ndims == 1): 144 array_ops.gather(params[0], ids, name=name), ids, max_norm) 152 # Flatten the ids. There are two cases where we need to do this. [all …]
|
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
H A D | ContactsContract_SearchSnippetsTest.java | 81 long[] ids = setupTestData(); in testSearchSnippets_NoMatch() local 85 assertCursorStoredValuesWithContactsFilter(uri, ids); in testSearchSnippets_NoMatch() 89 long[] ids = setupTestData(); in testEnterpriseSearchSnippets_NoMatch() local 94 assertCursorStoredValuesWithContactsFilter(uri, ids); in testEnterpriseSearchSnippets_NoMatch() 98 long[] ids = setupTestData(); in testSearchSnippets_MatchEmailAddressCorrectSnippet() local 103 expected.put(Contacts._ID, ids[1]); in testSearchSnippets_MatchEmailAddressCorrectSnippet() 105 assertCursorStoredValuesWithContactsFilter(uri, ids, expected); in testSearchSnippets_MatchEmailAddressCorrectSnippet() 109 long[] ids = setupTestData(); in testEnterpriseSearchSnippets_MatchEmailAddressCorrectSnippet() local 115 expected.put(Contacts._ID, ids[1]); in testEnterpriseSearchSnippets_MatchEmailAddressCorrectSnippet() 117 assertCursorStoredValuesWithContactsFilter(uri, ids, expected); in testEnterpriseSearchSnippets_MatchEmailAddressCorrectSnippet() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | IdMatcher.java | 78 * Required. The following are accepted as `ids`: 81 * * A list containing only Feature IDs, which selects only Features with 82 * those IDs in the target EntityType. 85 * <code>repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];</code> 87 * @return A list containing the ids. 96 * Required. The following are accepted as `ids`: 99 * * A list containing only Feature IDs, which selects only Features with 100 * those IDs in the target EntityType. 103 * <code>repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];</code> 105 * @return The count of ids. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
H A D | IdMatcher.java | 78 * Required. The following are accepted as `ids`: 81 * * A list containing only Feature IDs, which selects only Features with 82 * those IDs in the target EntityType. 85 * <code>repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];</code> 87 * @return A list containing the ids. 96 * Required. The following are accepted as `ids`: 99 * * A list containing only Feature IDs, which selects only Features with 100 * those IDs in the target EntityType. 103 * <code>repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];</code> 105 * @return The count of ids. [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/17/ |
D | 179d74b6bdd8d730546ae7b222f7c8eb7a25a03f | 47 …s/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/android_common/javac/service-b… 48 …s/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/android_common/javac/service-b… 67 …ids/service-bluetooth.change-ids/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-s… 70 …ng/.intermediates/packages/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/andro… 74 …ng/.intermediates/packages/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/andro… 78 …ng/.intermediates/packages/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/andro… 82 …ng/.intermediates/packages/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/andro… 86 …ng/.intermediates/packages/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/andro… 90 …ng/.intermediates/packages/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/andro… 94 …ng/.intermediates/packages/modules/Bluetooth/service/change-ids/service-bluetooth.change-ids/andro… [all …]
|
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/ |
H A D | XNNCompiler.cpp | 186 the subgraph. While also keeping track of the remapped ids from 505 // Add external ids to either list of input or output ids in defineTensor() 519 Define serialized add node into the subgraph, using the remapped ids 520 to map the serialized ids, to the new ids generated when defining 729 the remapped ids to map the serialized ids, to the new ids generated 761 Define serialized clamp node into the subgraph, using the remapped ids 762 to map the serialized ids, to the new ids generated when defining 793 Define serialized softmax node into the subgraph, using the remapped ids 794 to map the serialized ids, to the new ids generated when defining 821 Define serialized sigmoid node into the subgraph, using the remapped ids [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ |
H A D | string_storage_unittest.cc | 44 std::vector<StringPool::Id> ids; in TEST() local 47 ids.push_back(pool.InternString(base::StringView(string))); in TEST() 49 ids.insert(ids.begin() + 3, StringPool::Id::Null()); in TEST() 51 StringStorage storage(&pool, &ids); in TEST() 105 std::vector<StringPool::Id> ids; in TEST() local 107 ids.reserve(strings.size()); in TEST() 109 ids.push_back(pool.InternString(base::StringView(string))); in TEST() 111 ids.insert(ids.begin() + 3, StringPool::Id::Null()); in TEST() 112 StringStorage storage(&pool, &ids); in TEST() 157 std::vector<StringPool::Id> ids; in TEST() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
H A D | embedding_ops_test.py | 195 for ids, wts in zip(id_vals, weight_vals): 199 if isinstance(ids, compat.integral_types): 200 ids = [ids] 202 for i, weight_value in zip(ids, wts): 243 # both the ids are in the first shard, one of the resulting lookup 254 ids = constant_op.constant(list(id_vals), dtype=dtypes.int32) 255 print("Construct ids", ids.get_shape()) 256 embedding = embedding_ops.embedding_lookup(p, ids) 268 ids = constant_op.constant([0], dtype=dtypes.int32) 270 [embeddings], ids, max_norm=1.0) [all …]
|