Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 20 of 20) sorted by relevance

/aosp14/system/core/libutils/
H A DErrors_test.cpp35 TEST(errors, unwrap_or_return) { in TEST() argument
53 TEST(errors, unwrap_or_return_result) { in TEST() argument
69 TEST(errors, unwrap_or_return_result_int) { in TEST() argument
85 TEST(errors, unwrap_or_fatal) { in TEST() argument
91 TEST(errors, result_in_status) { in TEST() argument
112 TEST(errors, conversion_promotion) { in TEST() argument
126 TEST(errors, conversion_promotion_bool) { in TEST() argument
140 TEST(errors, conversion_promotion_char) { in TEST() argument
160 TEST(errors, conversion_construct) { in TEST() argument
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptCredentialInteractorTest.kt152 val errors = mutableListOf<CredentialStatus.Fail?>() regex
178 val errors = mutableListOf<CredentialStatus.Fail?>() regex
205 val errors = mutableListOf<CredentialStatus.Fail?>() regex
239 val errors = mutableListOf<CredentialStatus.Fail?>() regex
/aosp14/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/
H A DIconPackOverlayTest.java159 StringBuilder errors = new StringBuilder(); in containsAllOverlayedIcons() local
191 StringBuilder errors = new StringBuilder(); in hasEqualVectorDrawableAttributes() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/
H A DTimingsTraceAndSlogTest.java81 final List<String> errors = new ArrayList<>(); in testDifferentThreads() local
/aosp14/system/core/init/
H A Dapex_init_util.cpp70 std::vector<std::string> errors; in ParseConfigs() local
H A Dinterface_utils.cpp85 const std::string& errors = error_stream.str(); in CheckInterfaceInheritanceHierarchy() local
H A Dfirst_stage_init.cpp231 std::vector<std::pair<std::string, int>> errors; in FirstStageMain() local
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/util/
H A DTimingsTraceLogTest.java80 final List<String> errors = new ArrayList<>(); in testDifferentThreads() local
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp108 std::vector<std::string>* errors) { in ParsePropertyInfoFile()
/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java157 List<String> errors = mAppErrors.get(packageName); in testAppStability() local
284 List<String> errors; in addProcessError() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserSystemPackageInstaller.java319 final List<String> errors = getPackagesWhitelistErrors(mode); in checkWhitelistedSystemPackages() local
377 final List<String> errors = new ArrayList<>(); in getPackagesWhitelistErrors() local
796 final List<String> errors = getPackagesWhitelistErrors(mode); in dumpPackageWhitelistProblems() local
/aosp14/frameworks/base/test-base/src/junit/framework/
H A DTestResult.java90 public synchronized Enumeration<TestFailure> errors() { in errors() method in TestResult
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DUnitTestSuiteBuilderTest.java70 private Set<String> errors = new HashSet<String>(); field in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuare.kt98 fun errors(): IntArray { regex
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsShellCommand.java316 final List<PasswordValidationError> errors; in isNewCredentialSufficient() local
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java725 public void expectSSLCertificateError(int errors) { in expectSSLCertificateError()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptViewModelTest.kt406 val errors = listOf("woot", "oh yeah", "nope") regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3228 List<String> errors = Collections.synchronizedList(new ArrayList<>()); in testConcurrencyReadWrite() local
3306 List<String> errors = Collections.synchronizedList(new ArrayList<>()); in testConcurrencyRead() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java2431 final StringBuilder errors = new StringBuilder(); in assertContainsInAnyOrder() local
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2939 int errors = ERROR_NONE_SUPPORTED; in applyLevelLimits() local