| /external/guice/core/src/com/google/inject/internal/ |
| ProvisionListenerStackCallback.java | 63 public T provision(Errors errors, InternalContext context, ProvisionCallback<T> callable) 65 Provision provision = new Provision(errors, context, callable); 78 throw errors 94 final Errors errors; field in class:ProvisionListenerStackCallback.Provision 103 public Provision(Errors errors, InternalContext context, ProvisionCallback<T> callable) { 106 this.errors = errors; [all...] |
| /external/guice/core/src/com/google/inject/spi/ |
| InjectionPoint.java | 29 import com.google.inject.internal.Errors; 91 Errors errors = new Errors(field); local 94 key = Annotations.getKey(declaringType.getFieldType(field), field, annotations, errors); 96 errors.merge(e.getErrorMessages()); 98 errors.merge(e.getErrors()); 100 errors.throwConfigurationExceptionIfErrorsExist(); 108 Errors errors = new Errors(member) local 242 Errors errors = new Errors(rawType); local 335 Errors errors = new Errors(); local 379 Errors errors = new Errors(); local [all...] |
| /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
| CheckedProviderMethodsModule.java | 29 import com.google.inject.internal.Errors; 94 Errors errors = new Errors(method); local 102 Key<?> key = getKey(errors, parameterTypes.get(i), method, parameterAnnotations[i]); 119 Key<T> key = getKey(errors, returnType, method, method.getAnnotations()); 121 = Annotations.findScopeAnnotation(errors, method.getAnnotations()); 123 for (Message message : errors.getMessages()) { 132 <T> Key<T> getKey(Errors errors, TypeLiteral<T> type, Member member, Annotation[] annotations) [all...] |
| /external/icu/icu4c/source/common/unicode/ |
| uidna.h | 172 * Output container for IDNA processing errors. 177 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... } 192 * Bit set indicating IDNA processing errors. 0 if no errors. 196 uint32_t errors; member in struct:UIDNAInfo 212 * If any processing step fails, then pInfo->errors will be non-zero and 214 * The label might be modified according to the types of errors. 215 * Labels with severe errors will be left in (or turned into) their Unicode form. 241 * If any processing step fails, then pInfo->errors will be non-zero. 242 * The label might be modified according to the types of errors [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| jamotest.cpp | 402 int32_t errors = 0; local 411 ++errors; 433 if (errors != 0) { 434 errln((UnicodeString)"Test word failures: " + errors + " out of " + total);
|
| /external/junit/src/main/java/junit/framework/ |
| TestResult.java | 11 * The test framework distinguishes between <i>failures</i> and <i>errors</i>. 12 * A failure is anticipated and checked for with assertions. Errors are 33 * Adds an error to the list of errors. The passed in exception 87 * Gets the number of detected errors. 94 * Returns an Enumeration for the errors 96 public synchronized Enumeration<TestFailure> errors() { method in class:TestResult
|
| /external/junit/src/main/java/junit/textui/ |
| ResultPrinter.java | 44 printDefects(result.errors(), result.errorCount(), "error"); 89 ", Errors: " + result.errorCount());
|
| /external/junit/src/main/java/org/junit/runners/ |
| ParentRunner.java | 119 * Adds to {@code errors} a throwable for each problem noted with the test class (available from {@link #getTestClass()}). 124 protected void collectInitializationErrors(List<Throwable> errors) { 125 validatePublicVoidNoArgMethods(BeforeClass.class, true, errors); 126 validatePublicVoidNoArgMethods(AfterClass.class, true, errors); 127 validateClassRules(errors); 128 applyValidators(errors); 131 private void applyValidators(List<Throwable> errors) { 134 errors.addAll(each.validateTestClass(getTestClass())); 140 * Adds to {@code errors} if any method in this class is annotated with 151 boolean isStatic, List<Throwable> errors) { 160 CLASS_RULE_VALIDATOR.validate(getTestClass(), errors); local 161 CLASS_RULE_METHOD_VALIDATOR.validate(getTestClass(), errors); local [all...] |
| /external/junit/src/main/java/org/junit/runners/parameterized/ |
| BlockJUnit4ClassRunnerWithParameters.java | 87 protected void validateConstructor(List<Throwable> errors) { 88 validateOnlyOneConstructor(errors); 90 validateZeroArgConstructor(errors); 95 protected void validateFields(List<Throwable> errors) { 96 super.validateFields(errors); 104 errors.add(new Exception("Invalid @Parameter value: " 116 errors.add(new Exception("@Parameter(" + index 119 errors.add(new Exception("@Parameter(" + index
|
| /external/libcups/filter/ |
| testraster.c | 201 int errors; /* Number of errors */ local 207 errors = do_ps_tests(); 208 errors += do_raster_tests(CUPS_RASTER_WRITE); 209 errors += do_raster_tests(CUPS_RASTER_WRITE_COMPRESSED); 210 errors += do_raster_tests(CUPS_RASTER_WRITE_PWG); 211 errors += do_raster_tests(CUPS_RASTER_WRITE_APPLE); 220 for (errors = 0, num_options = 0, options = NULL, i = 1; i < argc; i ++) 251 errors += do_ppd_tests(argv[i], num_options, options); 253 errors += do_ras_file(argv[i]) 328 int errors = 0; \/* Number of errors *\/ local 457 int errors = 0; \/* Number of errors *\/ local 521 int errors = 0; \/* Number of errors *\/ local [all...] |
| /external/libese/libese/include/ese/ |
| ese_hw_api.h | 163 const char **errors; member in struct:EseOperations 181 * Provided by libese to manage exposing usable errors up the stack to the
|
| /external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
| subpage_prot.c | 35 int errors; variable 80 ++errors; 119 errors = 0; 130 if (errors) { 131 printf("%d errors detected\n", errors);
|
| /external/ltp/testcases/kernel/ipc/ipc_stress/ |
| semaphore_test_02.c | 121 int errors = 0; variable 197 return (errors); 458 | Function: Creates system error message and increments errors | 467 errors++;
|
| /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
| s-c2.c | 235 int errors; local 246 errors = 0; 384 errors++; 393 if (errors == 0) { 404 output(" %i lock operation failed.\n", errors);
|
| /external/parameter-framework/upstream/parameter/ |
| SystemClass.cpp | 111 core::Results errors; local 112 bool bLoadPluginsSuccess = loadSubsystemsFromSharedLibraries(errors, pSubsystemPlugins); 116 strError = utility::asString(errors); 121 bool CSystemClass::loadSubsystemsFromSharedLibraries(core::Results &errors, 161 if (!loadPlugins(lstrPluginFiles, errors)) { 170 errors.push_back("Unable to load the following plugins: " + 179 bool CSystemClass::loadPlugins(list<string> &lstrPluginFiles, core::Results &errors) 205 errors.push_back(e.what());
|
| /external/protobuf/src/google/protobuf/ |
| message_unittest.cc | 185 vector<string> errors; local 190 errors = log.GetMessages(ERROR); 193 ASSERT_EQ(1, errors.size()); 196 errors[0]); 298 vector<string> errors; local 299 message.FindInitializationErrors(&errors); 300 ASSERT_EQ(3, errors.size()); 301 EXPECT_EQ("a", errors[0]); 302 EXPECT_EQ("b", errors[1]); 303 EXPECT_EQ("c", errors[2]) [all...] |
| /external/skia/tests/ |
| RecordingXfermodeTest.cpp | 143 SkString errors; local 163 errors.appendf("For SkXfermode %d %s: SkPictureRecorder bitmap is wrong\n", 170 REPORTER_ASSERT_MESSAGE(reporter, 0 == numErrors, errors.c_str());
|
| /external/strace/ |
| count.c | 42 int calls, errors; member in struct:call_counts 66 cc->errors++; 167 "calls", "errors", "syscall"); 184 error_cum += counts[i].errors; 199 if (cc->errors) 200 sprintf(error_str, "%u", cc->errors);
|
| /external/vboot_reference/futility/ |
| traversal.h | 65 int errors; member in struct:futil_traverse_state_s 71 * before calling. Returns nonzero (but no details) if there were any errors.
|
| /external/webrtc/talk/media/base/ |
| fakevideorenderer.h | 83 int errors() const { return errors_; } function in class:cricket::FakeVideoRenderer
|
| /external/wycheproof/java/com/google/security/wycheproof/testcases/ |
| RsaSignatureTest.java | 1133 int errors = 0; local [all...] |
| /frameworks/base/legacy-test/src/junit/framework/ |
| TestResult.java | 12 * The test framework distinguishes between <i>failures</i> and <i>errors</i>. 13 * A failure is anticipated and checked for with assertions. Errors are 37 * Adds an error to the list of errors. The passed in exception 82 * Gets the number of detected errors. 88 * Returns an Enumeration for the errors 90 public synchronized Enumeration<TestFailure> errors() { method in class:TestResult
|
| /frameworks/base/test-runner/src/junit/textui/ |
| ResultPrinter.java | 49 printDefects(result.errors(), result.errorCount(), "error"); 93 ", Errors: "+result.errorCount());
|
| /frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
| InstrumentationTestSuiteBuilderTest.java | 77 private Set<String> errors = new HashSet<String>(); field in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder 81 errors.add(testName(test)); 104 return errors.contains(testName);
|
| UnitTestSuiteBuilderTest.java | 70 private Set<String> errors = new HashSet<String>(); field in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder 74 errors.add(testName(test)); 97 return errors.contains(testName);
|