/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/util/ |
H A D | RegexTrieTest.java | 52 Integer retrieved = mTrie.retrieve("part1", "part2", "part3"); in testStringPattern() local 53 assertEquals(STORED_VAL, retrieved); in testStringPattern() 59 Integer retrieved; in testAlternation_single() local 60 retrieved = mTrie.retrieve("alpha"); in testAlternation_single() 61 assertEquals(STORED_VAL, retrieved); in testAlternation_single() 62 retrieved = mTrie.retrieve("beta"); in testAlternation_single() 63 assertEquals(STORED_VAL, retrieved); in testAlternation_single() 64 retrieved = mTrie.retrieve("alpha|beta"); in testAlternation_single() 65 assertNull(retrieved); in testAlternation_single() 66 retrieved = mTrie.retrieve("gamma"); in testAlternation_single() [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | RegexTrieTest.java | 52 Integer retrieved = mTrie.retrieve("part1", "part2", "part3"); in testStringPattern() local 53 assertEquals(STORED_VAL, retrieved); in testStringPattern() 59 Integer retrieved; in testAlternation_single() local 60 retrieved = mTrie.retrieve("alpha"); in testAlternation_single() 61 assertEquals(STORED_VAL, retrieved); in testAlternation_single() 62 retrieved = mTrie.retrieve("beta"); in testAlternation_single() 63 assertEquals(STORED_VAL, retrieved); in testAlternation_single() 64 retrieved = mTrie.retrieve("alpha|beta"); in testAlternation_single() 65 assertNull(retrieved); in testAlternation_single() 66 retrieved = mTrie.retrieve("gamma"); in testAlternation_single() [all …]
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ |
H A D | SignalStrength.java | 313 * @deprecated this information should be retrieved from 326 * @deprecated this information should be retrieved from 342 * @deprecated this information should be retrieved from 356 * @deprecated this information should be retrieved from 372 * @deprecated this information should be retrieved from 386 * @deprecated this information should be retrieved from 400 * @deprecated this information should be retrieved from 412 * @deprecated this information should be retrieved from 426 * @deprecated this information should be retrieved from 440 * @deprecated this information should be retrieved from [all …]
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | WspTypeDecoder.java | 221 * return value can be retrieved by getValueString() method length of data in pdu can be 222 * retrieved by getDecodedDataLength() method 245 * return value can be retrieved by getValueString() method 246 * length of data in pdu can be retrieved by getDecodedDataLength() method 265 * return value can be retrieved by getValue32() method 266 * length of data in pdu can be retrieved by getDecodedDataLength() method 284 * return value can be retrieved by getValue32() method 285 * length of data in pdu can be retrieved by getDecodedDataLength() method 307 * return value can be retrieved by getValue32() method 308 * length of data in pdu can be retrieved by getDecodedDataLength() method [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | XmlUtilTest.java | 411 // The status retrieved should have reset both the |Status| & |DisableReason| fields after in testDeprecatedNetworkSelectionStatusDeserialize() 460 // The status retrieved should have reset both the |Status| & |DisableReason| fields after in testDeprecatedNetworkSelectionDisableReasonDeserialize() 553 NetworkSelectionStatus retrieved = in testCaptivePortalNeverDetected_DefaultToFalse() local 557 assertFalse(retrieved.hasNeverDetectedCaptivePortal()); in testCaptivePortalNeverDetected_DefaultToFalse() 560 assertTrue(retrieved.hasEverValidatedInternetAccess()); in testCaptivePortalNeverDetected_DefaultToFalse() 580 Pair<String, WifiConfiguration> retrieved = in testMacRandomizationSettingDefaultToRandomizationNone() local 585 retrieved.second.macRandomizationSetting); in testMacRandomizationSettingDefaultToRandomizationNone() 608 Pair<String, WifiConfiguration> retrieved = in testMacRandomizationSettingUpgradeToRandomizationAuto() local 613 retrieved.second.macRandomizationSetting); in testMacRandomizationSettingUpgradeToRandomizationAuto() 637 Pair<String, WifiConfiguration> retrieved = in testMacRandomizationSettingNoUpgradeToRandomizationAutoForSuggestion() local [all …]
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter-settings/proto-google-cloud-securitycenter-settings-v1beta1/src/main/java/com/google/cloud/securitycenter/settings/v1beta1/ |
H A D | BatchCalculateEffectiveSettingsRequest.java | 85 * settings being retrieved. 113 * settings being retrieved. 148 * A maximum of 1000 effective settings can be retrieved in a batch. 166 * A maximum of 1000 effective settings can be retrieved in a batch. 186 * A maximum of 1000 effective settings can be retrieved in a batch. 202 * A maximum of 1000 effective settings can be retrieved in a batch. 219 * A maximum of 1000 effective settings can be retrieved in a batch. 701 * settings being retrieved. 728 * settings being retrieved. 755 * settings being retrieved. [all …]
|
H A D | BatchGetSettingsRequest.java | 80 * settings being retrieved. 108 * settings being retrieved. 141 * A maximum of 1000 settings can be retrieved in a batch. 163 * A maximum of 1000 settings can be retrieved in a batch. 185 * A maximum of 1000 settings can be retrieved in a batch. 208 * A maximum of 1000 settings can be retrieved in a batch. 633 * settings being retrieved. 660 * settings being retrieved. 687 * settings being retrieved. 713 * settings being retrieved. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/it/ |
H A D | ITDnsTest.java | 148 when the list has been retrieved and executing the subsequent delete operation. */ in clear() 230 Zone retrieved = DNS.getZone(ZONE1.getName()); in testCreateValidZone() local 231 assertEquals(created, retrieved); in testCreateValidZone() 249 Zone retrieved = DNS.getZone(ZONE_EMPTY_DESCRIPTION.getName()); in testCreateValidZoneEmptyDescription() local 250 assertEquals(created, retrieved); in testCreateValidZoneEmptyDescription() 1041 ChangeRequest retrieved = DNS.getChangeRequest(zone.getName(), created.getGeneratedId()); in testGetChange() local 1042 assertEqChangesIgnoreStatus(created, retrieved); in testGetChange() 1049 retrieved = in testGetChange() 1054 assertEqChangesIgnoreStatus(created, retrieved); in testGetChange() 1060 retrieved = in testGetChange() [all …]
|
/aosp_15_r20/frameworks/base/identity/java/android/security/identity/ |
H A D | ResultData.java | 37 /** Value was successfully retrieved. */ 49 /** The entry was not retrieved because user authentication failed. */ 52 /** The entry was not retrieved because reader authentication failed. */ 56 * The entry was not retrieved because it was configured without any access 67 * Returns a CBOR structure containing the retrieved data. 151 * Gets the names of namespaces with retrieved entries. 153 * @return collection of name of namespaces containing retrieved entries. May be empty if no 154 * data was retrieved. 161 * <p>This includes the name of entries that wasn't successfully retrieved. 170 * Get the names of all entries that was successfully retrieved. [all …]
|
H A D | CredentialDataResult.java | 40 * Returns a CBOR structure containing the retrieved device-signed data. 159 /** Value was successfully retrieved. */ 171 /** The entry was not retrieved because user authentication failed. */ 174 /** The entry was not retrieved because reader authentication failed. */ 178 * The entry was not retrieved because it was configured without any access 184 * Gets the names of namespaces with retrieved entries. 186 * @return collection of name of namespaces containing retrieved entries. May be empty if no 187 * data was retrieved. 194 * <p>This includes the name of entries that wasn't successfully retrieved. 203 * Get the names of all entries that was successfully retrieved from a name space. [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channelz_registry_test.cc | 68 RefCountedPtr<BaseNode> retrieved = in TEST_F() local 70 EXPECT_EQ(channelz_channel, retrieved); in TEST_F() 77 RefCountedPtr<BaseNode> retrieved = in TEST_F() local 79 EXPECT_EQ(channelz_channels[i], retrieved); in TEST_F() 89 RefCountedPtr<BaseNode> retrieved = in TEST_F() local 91 EXPECT_EQ(channelz_channel, retrieved); in TEST_F() 113 RefCountedPtr<BaseNode> retrieved = in TEST_F() local 115 EXPECT_EQ(even_channels[i], retrieved); in TEST_F() 116 retrieved = ChannelzRegistry::Get(odd_uuids[i]); in TEST_F() 117 EXPECT_EQ(retrieved, nullptr); in TEST_F() [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 | ListContextsResponse.java | 80 * The Contexts retrieved from the MetadataStore. 93 * The Contexts retrieved from the MetadataStore. 107 * The Contexts retrieved from the MetadataStore. 120 * The Contexts retrieved from the MetadataStore. 133 * The Contexts retrieved from the MetadataStore. 636 * The Contexts retrieved from the MetadataStore. 652 * The Contexts retrieved from the MetadataStore. 668 * The Contexts retrieved from the MetadataStore. 684 * The Contexts retrieved from the MetadataStore. 706 * The Contexts retrieved from the MetadataStore. [all …]
|
H A D | ListExecutionsResponse.java | 80 * The Executions retrieved from the MetadataStore. 93 * The Executions retrieved from the MetadataStore. 107 * The Executions retrieved from the MetadataStore. 120 * The Executions retrieved from the MetadataStore. 133 * The Executions retrieved from the MetadataStore. 637 * The Executions retrieved from the MetadataStore. 653 * The Executions retrieved from the MetadataStore. 669 * The Executions retrieved from the MetadataStore. 685 * The Executions retrieved from the MetadataStore. 707 * The Executions retrieved from the MetadataStore. [all …]
|
H A D | ListArtifactsResponse.java | 80 * The Artifacts retrieved from the MetadataStore. 93 * The Artifacts retrieved from the MetadataStore. 107 * The Artifacts retrieved from the MetadataStore. 120 * The Artifacts retrieved from the MetadataStore. 133 * The Artifacts retrieved from the MetadataStore. 637 * The Artifacts retrieved from the MetadataStore. 653 * The Artifacts retrieved from the MetadataStore. 669 * The Artifacts retrieved from the MetadataStore. 685 * The Artifacts retrieved from the MetadataStore. 707 * The Artifacts retrieved from the MetadataStore. [all …]
|
H A D | SearchModelDeploymentMonitoringStatsAnomaliesResponse.java | 86 * Stats retrieved for requested objectives. 105 * Stats retrieved for requested objectives. 125 * Stats retrieved for requested objectives. 143 * Stats retrieved for requested objectives. 162 * Stats retrieved for requested objectives. 723 * Stats retrieved for requested objectives. 745 * Stats retrieved for requested objectives. 766 * Stats retrieved for requested objectives. 788 * Stats retrieved for requested objectives. 816 * Stats retrieved for requested objectives. [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 | ListExecutionsResponse.java | 80 * The Executions retrieved from the MetadataStore. 93 * The Executions retrieved from the MetadataStore. 107 * The Executions retrieved from the MetadataStore. 120 * The Executions retrieved from the MetadataStore. 133 * The Executions retrieved from the MetadataStore. 637 * The Executions retrieved from the MetadataStore. 653 * The Executions retrieved from the MetadataStore. 669 * The Executions retrieved from the MetadataStore. 685 * The Executions retrieved from the MetadataStore. 707 * The Executions retrieved from the MetadataStore. [all …]
|
H A D | ListContextsResponse.java | 80 * The Contexts retrieved from the MetadataStore. 93 * The Contexts retrieved from the MetadataStore. 107 * The Contexts retrieved from the MetadataStore. 120 * The Contexts retrieved from the MetadataStore. 133 * The Contexts retrieved from the MetadataStore. 635 * The Contexts retrieved from the MetadataStore. 651 * The Contexts retrieved from the MetadataStore. 667 * The Contexts retrieved from the MetadataStore. 683 * The Contexts retrieved from the MetadataStore. 705 * The Contexts retrieved from the MetadataStore. [all …]
|
H A D | ListArtifactsResponse.java | 80 * The Artifacts retrieved from the MetadataStore. 93 * The Artifacts retrieved from the MetadataStore. 107 * The Artifacts retrieved from the MetadataStore. 120 * The Artifacts retrieved from the MetadataStore. 133 * The Artifacts retrieved from the MetadataStore. 635 * The Artifacts retrieved from the MetadataStore. 651 * The Artifacts retrieved from the MetadataStore. 667 * The Artifacts retrieved from the MetadataStore. 683 * The Artifacts retrieved from the MetadataStore. 705 * The Artifacts retrieved from the MetadataStore. [all …]
|
H A D | SearchModelDeploymentMonitoringStatsAnomaliesResponse.java | 86 * Stats retrieved for requested objectives. 104 * Stats retrieved for requested objectives. 123 * Stats retrieved for requested objectives. 140 * Stats retrieved for requested objectives. 158 * Stats retrieved for requested objectives. 697 * Stats retrieved for requested objectives. 719 * Stats retrieved for requested objectives. 740 * Stats retrieved for requested objectives. 762 * Stats retrieved for requested objectives. 790 * Stats retrieved for requested objectives. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/java/com/google/cloud/support/v2/ |
H A D | SearchCaseClassificationsResponse.java | 80 * The classifications retrieved. 94 * The classifications retrieved. 108 * The classifications retrieved. 121 * The classifications retrieved. 134 * The classifications retrieved. 641 * The classifications retrieved. 658 * The classifications retrieved. 674 * The classifications retrieved. 690 * The classifications retrieved. 713 * The classifications retrieved. [all …]
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/ |
H A D | window_list_utils.h | 57 // valid title can be retrieved, this function returns an empty string. 61 // valid title can be retrieved, this function returns an empty string. 65 // if no valid owner name can be retrieved, returns an empty string. 69 // found or if no valid owner name can be retrieved, returns an empty string. 73 // be retrieved, this function returns kNullWindowId. 77 // a window or no valid owner can be retrieved. 81 // cannot be found or no valid owner can be retrieved. 101 // cannot be retrieved, this function returns an empty DesktopRect. The returned 109 // or the bounds cannot be retrieved, this function returns an empty
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 103 cl::Option *Retrieved = Map["test-option"]; in TEST() local 104 ASSERT_EQ(&TestOption, Retrieved) << "Retrieved wrong option."; in TEST() 106 ASSERT_EQ(&cl::GeneralCategory,Retrieved->Category) << in TEST() 109 Retrieved->setCategory(TestCategory); in TEST() 110 ASSERT_EQ(&TestCategory,Retrieved->Category) << in TEST() 113 Retrieved->setDescription(Description); in TEST() 114 ASSERT_STREQ(Retrieved->HelpStr.data(), Description) in TEST() 117 Retrieved->setArgStr(ArgString); in TEST() 118 ASSERT_STREQ(ArgString, Retrieved->ArgStr.data()) in TEST() 121 Retrieved->setValueStr(ValueString); in TEST() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/signals/ |
D | EncoderEndpointsDaoTest.java | 94 DBEncoderEndpoint retrieved = mEncoderEndpointsDao.getEndpoint(BUYER_1); in testQueryEncoderEndPoint() local 96 assertEquals(inserted.getBuyer(), retrieved.getBuyer()); in testQueryEncoderEndPoint() 97 assertEquals(inserted.getDownloadUri(), retrieved.getDownloadUri()); in testQueryEncoderEndPoint() 110 DBEncoderEndpoint retrieved = mEncoderEndpointsDao.getEndpoint(BUYER_1); in testRegisterEndPointReplacesExisting() local 111 assertEquals(previous.getDownloadUri(), retrieved.getDownloadUri()); in testRegisterEndPointReplacesExisting() 118 retrieved = mEncoderEndpointsDao.getEndpoint(BUYER_1); in testRegisterEndPointReplacesExisting() 119 assertNotEquals(previous.getDownloadUri(), retrieved.getDownloadUri()); in testRegisterEndPointReplacesExisting() 123 retrieved.getDownloadUri()); in testRegisterEndPointReplacesExisting()
|
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/ |
H A D | ConnectionTest.java | 237 final Bundle retrieved = connection.getExtras(); in testSetAndGetExtras() local 238 assertNotNull(retrieved); in testSetAndGetExtras() 264 final Bundle retrieved = connection.getExtras(); in testPutExtras() local 265 assertNotNull(retrieved); in testPutExtras() 292 final Bundle retrieved = connection.getExtras(); in testRemoveExtras() local 293 assertNotNull(retrieved); in testRemoveExtras() 294 assertFalse(retrieved.containsKey("test-extra-key")); in testRemoveExtras() 321 final Bundle retrieved = connection.getExtras(); in testRemoveExtrasVariable() local 322 assertNotNull(retrieved); in testRemoveExtrasVariable() 323 assertFalse(retrieved.containsKey("test-extra-key")); in testRemoveExtrasVariable() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/ |
H A D | QueryEnhancedRequest.java | 335 …* Sets a collection of the attribute names to be retrieved from the database. These attributes can… 348 …* @param attributesToProject A collection of the attributes names to be retrieved from the databas… 364 … * Sets one or more attribute names to be retrieved from the database. These attributes can include 376 … * @param attributesToProject One or more attributes names to be retrieved from the database. 384 … * <p> Adds a single attribute name to be retrieved from the database. This attribute can include 389 … * @param attributeToProject An additional single attribute name to be retrieved from the database. 400 …* Adds a collection of nested attributes to be retrieved from the database. These attributes can i… 406 * @param nestedAttributeNames A collection of attributes to be retrieved from the database. 423 …* Adds a collection of nested attributes to be retrieved from the database. These attributes can i… 429 * @param nestedAttributeNames A collection of attributes to be retrieved from the database. [all …]
|