/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceFeatures2.inl | 40 return tcu::TestStatus::pass("Querying succeeded"); 78 return tcu::TestStatus::pass("Querying succeeded"); 117 return tcu::TestStatus::pass("Querying succeeded"); 154 return tcu::TestStatus::pass("Querying succeeded"); 191 return tcu::TestStatus::pass("Querying succeeded"); 231 return tcu::TestStatus::pass("Querying succeeded"); 268 return tcu::TestStatus::pass("Querying succeeded"); 305 return tcu::TestStatus::pass("Querying succeeded"); 342 return tcu::TestStatus::pass("Querying succeeded"); 379 return tcu::TestStatus::pass("Querying succeeded"); [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | AppsFilterUtils.java | 58 /** Returns true if the querying package may query for the potential target package */ 59 public static boolean canQueryViaComponents(AndroidPackage querying, in canQueryViaComponents() argument 61 if (!querying.getQueriesIntents().isEmpty()) { in canQueryViaComponents() 62 for (Intent intent : querying.getQueriesIntents()) { in canQueryViaComponents() 68 if (!querying.getQueriesProviders().isEmpty() in canQueryViaComponents() 69 && matchesProviders(querying.getQueriesProviders(), potentialTarget)) { in canQueryViaComponents() 75 public static boolean canQueryViaPackage(AndroidPackage querying, in canQueryViaPackage() argument 77 return !querying.getQueriesPackages().isEmpty() in canQueryViaPackage() 78 && querying.getQueriesPackages().contains(potentialTarget.getPackageName()); in canQueryViaPackage() 81 public static boolean canQueryAsInstaller(PackageStateInternal querying, in canQueryAsInstaller() argument [all …]
|
H A D | AppsFilterSnapshot.java | 70 * Returns whether the querying package is allowed to see the target package. 72 * @param querying the querying package 75 boolean canQueryPackage(@NonNull AndroidPackage querying, String potentialTarget); in canQueryPackage() argument 78 * Dump the packages that are queryable by the querying package. 81 * @param filteringAppId the querying package's app ID
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkDeviceFeatures2.inl | 41 return tcu::TestStatus::pass("Querying succeeded"); 80 return tcu::TestStatus::pass("Querying succeeded"); 120 return tcu::TestStatus::pass("Querying succeeded"); 157 return tcu::TestStatus::pass("Querying succeeded"); 194 return tcu::TestStatus::pass("Querying succeeded"); 231 return tcu::TestStatus::pass("Querying succeeded"); 268 return tcu::TestStatus::pass("Querying succeeded"); 305 return tcu::TestStatus::pass("Querying succeeded"); 343 return tcu::TestStatus::pass("Querying succeeded"); 380 return tcu::TestStatus::pass("Querying succeeded"); [all …]
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingController.java | 149 * A method for querying which bluetooth pairing dialog fragment variant this device requires. 182 * A method for querying if the bluetooth device is a LE coordinated set member device. 191 * A method for querying if the bluetooth device from a coordinated set is bonding late. 200 * A method for querying if the bluetooth device has a profile already set up on this device. 224 * A method for querying if the bluetooth device has access to contacts on the device. 262 * A method for querying if the provided editable is a valid passkey/pin format for this device. 273 * A method for querying what message should be shown to the user as additional text in the 293 * A method for querying what message hint should be shown to the user as additional text in the 313 * A method for querying the maximum passkey/pin length for this device. 333 * A method for querying if the device uses an alphanumeric passkey. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/ |
H A D | README.md | 49 * All `x86`/`x86_64` targets are supported on all platforms by querying the 52 application. If you need raw support for querying `cpuid`, consider using the 57 supports these on Linux by querying ELF auxiliary vectors (using `getauxval` 58 when available), and if that fails, by querying `/proc/cpuinfo`. 60 querying `mrs` is implemented for Linux >= 4.11, but not enabled by default. 63 * `arm32`, `powerpc64`: `std_detect` supports these on FreeBSD by querying ELF 65 * `arm64`: run-time feature detection is implemented by directly querying `mrs`. 68 * `arm64`: run-time feature detection is implemented by querying `sysctl`. 71 * `arm64`: run-time feature detection is implemented by querying `IsProcessorFeaturePresent`.
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/ |
H A D | README.md | 49 * All `x86`/`x86_64` targets are supported on all platforms by querying the 52 application. If you need raw support for querying `cpuid`, consider using the 57 supports these on Linux by querying ELF auxiliary vectors (using `getauxval` 58 when available), and if that fails, by querying `/proc/cpuinfo`. 60 querying `mrs` is implemented for Linux >= 4.11, but not enabled by default. 63 * `arm32`, `powerpc64`: `std_detect` supports these on FreeBSD by querying ELF 65 * `arm64`: run-time feature detection is implemented by directly querying `mrs`. 68 * `arm64`: run-time feature detection is implemented by querying `sysctl`. 71 * `arm64`: run-time feature detection is implemented by querying `IsProcessorFeaturePresent`.
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/ |
H A D | README.md | 49 * All `x86`/`x86_64` targets are supported on all platforms by querying the 52 application. If you need raw support for querying `cpuid`, consider using the 57 supports these on Linux by querying ELF auxiliary vectors (using `getauxval` 58 when available), and if that fails, by querying `/proc/cpuinfo`. 60 querying `mrs` is implemented for Linux >= 4.11, but not enabled by default. 63 * `arm32`, `powerpc64`: `std_detect` supports these on FreeBSD by querying ELF 65 * `arm64`: run-time feature detection is implemented by directly querying `mrs`. 68 * `arm64`: run-time feature detection is implemented by querying `sysctl`. 71 * `arm64`: run-time feature detection is implemented by querying `IsProcessorFeaturePresent`.
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/ |
H A D | README.md | 49 * All `x86`/`x86_64` targets are supported on all platforms by querying the 52 application. If you need raw support for querying `cpuid`, consider using the 57 supports these on Linux by querying ELF auxiliary vectors (using `getauxval` 58 when available), and if that fails, by querying `/proc/cpuinfo`. 60 querying `mrs` is implemented for Linux >= 4.11, but not enabled by default. 63 * `arm32`, `powerpc64`: `std_detect` supports these on FreeBSD by querying ELF 65 * `arm64`: run-time feature detection is implemented by directly querying `mrs`. 68 * `arm64`: run-time feature detection is implemented by querying `sysctl`. 71 * `arm64`: run-time feature detection is implemented by querying `IsProcessorFeaturePresent`.
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/ |
H A D | README.md | 49 * All `x86`/`x86_64` targets are supported on all platforms by querying the 52 application. If you need raw support for querying `cpuid`, consider using the 57 supports these on Linux by querying ELF auxiliary vectors (using `getauxval` 58 when available), and if that fails, by querying `/proc/cpuinfo`. 60 querying `mrs` is implemented for Linux >= 4.11, but not enabled by default. 63 * `arm32`, `powerpc64`: `std_detect` supports these on FreeBSD by querying ELF 65 * `arm64`: run-time feature detection is implemented by directly querying `mrs`. 68 * `arm64`: run-time feature detection is implemented by querying `sysctl`. 71 * `arm64`: run-time feature detection is implemented by querying `IsProcessorFeaturePresent`.
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/ |
H A D | query_extensions.h | 28 template <typename Querying, typename... Es> 31 template <typename Querying, typename E, typename... Es> 32 struct QueryExtensionRecursion<Querying, E, Es...> { 33 static void* Query(absl::string_view id, Querying* p) { 35 return QueryExtensionRecursion<Querying, Es...>::Query(id, p); 39 template <typename Querying> 40 struct QueryExtensionRecursion<Querying> { 41 static void* Query(absl::string_view, Querying*) { return nullptr; }
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingController.java | 114 * A method for querying which bluetooth pairing dialog fragment variant this device requires. 147 * A method for querying if the bluetooth device has a profile already set up on this device. 157 * A method for querying if the bluetooth device has access to contacts on the device. 178 * A method for querying if the provided editable is a valid passkey/pin format for this device. 189 * A method for querying what message should be shown to the user as additional text in the 209 * A method for querying what message hint should be shown to the user as additional text in the 229 * A method for querying the maximum passkey/pin length for this device. 249 * A method for querying if the device uses an alphanumeric passkey. 277 * A method for querying if this bluetooth device type has a key it would like displayed 294 * A method for querying if this bluetooth device type has other content it would like displayed
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/ |
D | ExternalDbFacadeTest.java | 608 assertWithMessage("Number of rows on querying TABLE_FILES for all media is") in testQueryMedia_match() 624 "Number of rows on querying TABLE_FILES for (generation: " in testQueryMedia_match() 656 "Number of rows on querying TABLES_FILES with cvPending and cvTrashed " in testQueryMedia_noMatch() 685 "Number of rows on querying TABLES_FILES with modified date for all media" in testQueryMedia_withDateModified() 701 "Number of rows on querying TABLE_FILES with modified date for " in testQueryMedia_withDateModified() 725 assertWithMessage("Number of rows on querying TABLES_FILES for all media is") in testQueryMedia_withMimeType() 737 "Number of rows on querying TABLES_FILES for media with mime type VIDEO is") in testQueryMedia_withMimeType() 746 "Number of rows on querying TABLES_FILES for media with mime type IMAGE is") in testQueryMedia_withMimeType() 765 assertWithMessage("Number of rows on querying TABLES_FILES for all media is") in testQueryMedia_withAlbum() 774 "Number of rows on querying TABLES_FILES for media with ALBUM_ID_CAMERA is") in testQueryMedia_withAlbum() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/app/usage/ |
D | NetworkStatsManager.java | 282 * null} value when querying for the mobile network type to receive usage 288 * Otherwise, pass {@code null} when querying all wifi networks. 327 * null} value when querying for the mobile network type to receive usage 333 * Otherwise, pass {@code null} when querying all wifi networks. 376 * null} value when querying for the mobile network type to receive usage 382 * Otherwise, pass {@code null} when querying all wifi networks. 520 * null} value when querying for the mobile network type to receive usage 526 * Otherwise, pass {@code null} when querying all wifi networks. 575 * null} value when querying for the mobile network type to receive usage 581 * Otherwise, pass {@code null} when querying all wifi networks. [all …]
|
/aosp_15_r20/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | ContactsQueryHelper.java | 122 Slog.w(TAG, "Cursor is null when querying contact."); in queryContact() 154 Slog.w(TAG, "SQLite exception when querying contacts.", exception); in queryContact() 156 Slog.w(TAG, "Illegal Argument exception when querying contacts.", exception); in queryContact() 158 Slog.e(TAG, "Exception when querying contacts.", exception); in queryContact() 175 Slog.w(TAG, "Cursor is null when querying contact phone number."); in queryPhoneNumber() 187 Slog.e(TAG, "Exception when querying contact phone number.", exception); in queryPhoneNumber()
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/KeyRotationTest/src/android/appsecurity/cts/keyrotationtest/service/ |
H A D | SignatureQueryService.java | 287 * has the provided {@code expectedSignatureDigests} when querying by package name and uid. 295 * cannot be found when querying for the app's uid. 297 * the API returns one of the expected signing certificates is not found when querying 300 * the API returns one of the expected signing certificates is not found when querying 329 * provided {@code companionPackageName} have the same signing identity when querying by 338 * package name cannot be found when querying for the companion app's uid. 341 * identity when querying by name. 344 * identity when querying by uid.
|
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1/src/main/java/com/google/cloud/networkmanagement/v1/ |
H A D | ListConnectivityTestsResponse.java | 203 * Locations that could not be reached (when querying all locations with `-`). 217 * Locations that could not be reached (when querying all locations with `-`). 231 * Locations that could not be reached (when querying all locations with `-`). 246 * Locations that could not be reached (when querying all locations with `-`). 1201 * Locations that could not be reached (when querying all locations with `-`). 1215 * Locations that could not be reached (when querying all locations with `-`). 1229 * Locations that could not be reached (when querying all locations with `-`). 1244 * Locations that could not be reached (when querying all locations with `-`). 1259 * Locations that could not be reached (when querying all locations with `-`). 1281 * Locations that could not be reached (when querying all locations with `-`). [all …]
|
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1beta1/src/main/java/com/google/cloud/networkmanagement/v1beta1/ |
H A D | ListConnectivityTestsResponse.java | 205 * Locations that could not be reached (when querying all locations with `-`). 219 * Locations that could not be reached (when querying all locations with `-`). 233 * Locations that could not be reached (when querying all locations with `-`). 248 * Locations that could not be reached (when querying all locations with `-`). 1213 * Locations that could not be reached (when querying all locations with `-`). 1227 * Locations that could not be reached (when querying all locations with `-`). 1241 * Locations that could not be reached (when querying all locations with `-`). 1256 * Locations that could not be reached (when querying all locations with `-`). 1271 * Locations that could not be reached (when querying all locations with `-`). 1293 * Locations that could not be reached (when querying all locations with `-`). [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | XmlPullParserUtil.java | 33 * @throws XmlPullParserException If an error occurs querying the parser. 44 * @throws XmlPullParserException If an error occurs querying the parser. 56 * @throws XmlPullParserException If an error occurs querying the parser. 67 * @throws XmlPullParserException If an error occurs querying the parser. 80 * @throws XmlPullParserException If an error occurs querying the parser.
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | XmlPullParserUtil.java | 33 * @throws XmlPullParserException If an error occurs querying the parser. 44 * @throws XmlPullParserException If an error occurs querying the parser. 56 * @throws XmlPullParserException If an error occurs querying the parser. 67 * @throws XmlPullParserException If an error occurs querying the parser. 80 * @throws XmlPullParserException If an error occurs querying the parser.
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/sync/ |
D | PickerSearchProviderClient.java | 65 * Method for querying CloudMediaProvider for media search result. 93 * Method for querying CloudMediaProvider for search suggestions 108 * Method for querying CloudMediaProvider for MediaCategories 125 * Method for querying CloudMediaProvider for MediaSets 143 * Method for querying Medias inside a MediaSet
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
H A D | RestrictedLockUtilsTest.java | 344 // Querying the parent should return the policy, since it affects the parent. in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile() 349 // Querying the child should return that too. in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile() 354 // Querying for some unrelated feature should return nothing. Nothing! in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile() 372 // Querying the parent should not return the policy, because it's not a policy that should in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile() 378 // Querying the child should still return the policy. in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile() 398 // Querying the parent should not return the policy, even though it's shared by default, in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile() 404 // Querying the child should still return the policy. in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 580 GLU_EXPECT_NO_ERROR(gl.getError(), "Querying GL_MAX_COLOR_TEXTURE_SAMPLES value failed."); in iterate() 586 GLU_EXPECT_NO_ERROR(gl.getError(), "Querying GL_MAX_SAMPLES value failed."); in iterate() 599 …GLU_EXPECT_NO_ERROR(gl.getError(), "Querying texture target-spcecific maximum sample value failed.… in iterate() 720 GLU_EXPECT_NO_ERROR(gl.getError(), "Querying maximum sample value failed."); in iterate() 733 …GLU_EXPECT_NO_ERROR(gl.getError(), "Querying texture target-spcecific maximum sample value failed.… in iterate() 845 GLU_EXPECT_NO_ERROR(gl.getError(), "Querying maximum sample value failed."); in iterate() 858 …GLU_EXPECT_NO_ERROR(gl.getError(), "Querying texture target-spcecific maximum sample value failed.… in iterate() 970 GLU_EXPECT_NO_ERROR(gl.getError(), "Querying GL_MAX_SAMPLES value failed."); in iterate() 987 …GLU_EXPECT_NO_ERROR(gl.getError(), "Querying texture target-spcecific maximum sample value failed.… in iterate() 1196 …"Querying maximum GL_MAX_COLOR_TEXTURE_SAMPLES and GL_MAX_DEPTH_TEXTURE_SAMPLES property values fa… in iterate() [all …]
|
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/ |
H A D | ContactsSharingTest.java | 128 * contacts provider. The primary contacts provider verification is done by querying for 130 * the primary provider. The clone contacts provider verification is done by querying for 160 * contacts provider. The primary contacts provider verification is done by querying for 162 * the primary provider. The clone contacts provider verification is done by querying for 194 * by querying for raw_contacts from a cloned app with a launcher activity to ensure the read is 196 * querying for raw_contacts from a cloned app without a launcher activity. Please note that by
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/state/ |
D | StateTracker_test.cpp | 133 // check StateTracker was updated by querying for state in TEST() 143 // check StateTracker was updated by querying for state in TEST() 153 // check StateTracker was NOT updated by querying for state in TEST() 163 // check StateTracker was updated by querying for state in TEST() 354 // check StateTracker was updated by querying for state in TEST() 379 // check StateTracker was updated by querying for state in TEST() 409 // Check StateTracker was updated by querying for state. in TEST() 448 // check StateTracker was updated by querying for state in TEST()
|