HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 251 - 275 of 4021) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
codecs.h 55 encoding using the error handling method defined by errors. errors
65 const char *errors
71 encoding using the error handling method defined by errors. errors
81 const char *errors
108 const char *errors
115 const char *errors
123 const char *errors
131 const char *errors
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
codecs.h 55 encoding using the error handling method defined by errors. errors
65 const char *errors
71 encoding using the error handling method defined by errors. errors
81 const char *errors
108 const char *errors
115 const char *errors
123 const char *errors
131 const char *errors
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
uu_codec.py 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666):
20 errors defines the error handling to apply. It defaults to
25 assert errors == 'strict'
44 def uu_decode(input,errors='strict'):
53 errors defines the error handling to apply. It defaults to
61 assert errors == 'strict'
98 def encode(self,input,errors='strict'):
99 return uu_encode(input,errors)
101 def decode(self,input,errors='strict'):
102 return uu_decode(input,errors)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
uu_codec.py 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666):
20 errors defines the error handling to apply. It defaults to
25 assert errors == 'strict'
44 def uu_decode(input,errors='strict'):
53 errors defines the error handling to apply. It defaults to
61 assert errors == 'strict'
98 def encode(self,input,errors='strict'):
99 return uu_encode(input,errors)
101 def decode(self,input,errors='strict'):
102 return uu_decode(input,errors)
    [all...]
  /external/guice/core/src/com/google/inject/internal/
ConstructorInjector.java 61 Object construct(final Errors errors, final InternalContext context,
71 errors, context.getInjectorOptions(), expectedType);
85 return provision(errors, context, constructionContext);
87 return provisionCallback.provision(errors, context, new ProvisionCallback<T>() {
89 return provision(errors, context, constructionContext);
99 private T provision(Errors errors, InternalContext context,
104 Object[] parameters = SingleParameterInjector.getAll(errors, context, parameterInjectors);
114 membersInjector.injectMembers(t, errors, context, false)
    [all...]
MembersInjectorStore.java 43 @Override protected MembersInjectorImpl<?> create(TypeLiteral<?> type, Errors errors)
45 return createWithListeners(type, errors);
67 public <T> MembersInjectorImpl<T> get(TypeLiteral<T> key, Errors errors) throws ErrorsException {
68 return (MembersInjectorImpl<T>) cache.get(key, errors);
87 private <T> MembersInjectorImpl<T> createWithListeners(TypeLiteral<T> type, Errors errors)
89 int numErrorsBefore = errors.size();
95 errors.merge(e.getErrorMessages())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
uu_codec.py 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666):
20 errors defines the error handling to apply. It defaults to
25 assert errors == 'strict'
44 def uu_decode(input,errors='strict'):
53 errors defines the error handling to apply. It defaults to
61 assert errors == 'strict'
98 def encode(self,input,errors='strict'):
99 return uu_encode(input,errors)
101 def decode(self,input,errors='strict'):
102 return uu_decode(input,errors)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
uu_codec.py 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666):
20 errors defines the error handling to apply. It defaults to
25 assert errors == 'strict'
44 def uu_decode(input,errors='strict'):
53 errors defines the error handling to apply. It defaults to
61 assert errors == 'strict'
98 def encode(self,input,errors='strict'):
99 return uu_encode(input,errors)
101 def decode(self,input,errors='strict'):
102 return uu_decode(input,errors)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666):
20 errors defines the error handling to apply. It defaults to
25 assert errors == 'strict'
44 def uu_decode(input,errors='strict'):
53 errors defines the error handling to apply. It defaults to
61 assert errors == 'strict'
98 def encode(self,input,errors='strict'):
99 return uu_encode(input,errors)
101 def decode(self,input,errors='strict'):
102 return uu_decode(input,errors)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 15 def uu_encode(input,errors='strict',filename='<data>',mode=0666):
20 errors defines the error handling to apply. It defaults to
25 assert errors == 'strict'
44 def uu_decode(input,errors='strict'):
53 errors defines the error handling to apply. It defaults to
61 assert errors == 'strict'
98 def encode(self,input,errors='strict'):
99 return uu_encode(input,errors)
101 def decode(self,input,errors='strict'):
102 return uu_decode(input,errors)
    [all...]
  /external/libcups/cups/
testi18n.c 121 errors; /* Error count */ local
198 errors = 0;
219 errors ++;
244 errors ++;
267 errors ++;
286 errors ++;
293 errors ++;
298 errors ++;
312 errors ++;
321 errors ++
    [all...]
testlang.c 33 int errors = 0; /* Number of errors */ local
66 errors ++;
101 errors ++;
115 errors ++;
124 errors ++;
133 errors ++;
145 return (errors > 0);
  /prebuilts/go/darwin-x86/src/os/user/
lookup_android.go 9 import "errors"
17 return nil, errors.New("user: Current not implemented on android")
21 return nil, errors.New("user: Lookup not implemented on android")
25 return nil, errors.New("user: LookupId not implemented on android")
29 return nil, errors.New("user: LookupGroup not implemented on android")
33 return nil, errors.New("user: LookupGroupId not implemented on android")
37 return nil, errors.New("user: GroupIds not implemented on android")
  /prebuilts/go/linux-x86/src/os/user/
lookup_android.go 9 import "errors"
17 return nil, errors.New("user: Current not implemented on android")
21 return nil, errors.New("user: Lookup not implemented on android")
25 return nil, errors.New("user: LookupId not implemented on android")
29 return nil, errors.New("user: LookupGroup not implemented on android")
33 return nil, errors.New("user: LookupGroupId not implemented on android")
37 return nil, errors.New("user: GroupIds not implemented on android")
  /toolchain/binutils/binutils-2.25/libiberty/
gather-docs 54 $errors = 0;
60 $errors ++;
101 exit $errors if $errors;
105 $errors ++;
123 $errors ++;
128 exit $errors;
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
test_support.py 12 # the number of errors that are encountered.
19 # errors = 0
20 # errors += EXPECT_EQ('test', test())
22 # return errors
124 # errors
126 errors = 0
128 errors += EXPECT_EQ('test', module.name)
129 errors += EXPECT_EQ('testspace', module.namespace)
130 errors += EXPECT_EQ(1, len(module.structs))
131 errors += EXPECT_EQ('teststruct', module.structs[0].name
    [all...]
  /system/extras/libfec/test/
test_rs.c 39 int i, rc, neras, errors; local
56 printf("%d errors\n", neras);
69 errors = 0;
73 ++errors;
76 printf("\t\t%d errors in output\n", errors);
82 errors = 0;
86 ++errors;
89 printf("\t\t%d errors in output\n", errors);
    [all...]
  /external/fec/
rstest.c 72 int errors; local
83 for(errors=0;errors<=(nn-kk)/2;errors++){
91 /* Make temp copy, seed with errors */
96 for(i=0;i<errors;i++){
117 if(derrors != errors){
118 printf("(%d,%d) decoder says %d errors, true number is %d\n",nn,kk,derrors,errors);
128 printf("(%d,%d) decoder uncorrected errors! output ^ input:",nn,kk)
144 int errors; local
225 int errors; local
    [all...]
  /external/junit/src/main/java/org/junit/experimental/theories/
Theories.java 77 protected void collectInitializationErrors(List<Throwable> errors) {
78 super.collectInitializationErrors(errors);
79 validateDataPointFields(errors);
80 validateDataPointMethods(errors);
83 private void validateDataPointFields(List<Throwable> errors) {
91 errors.add(new Error("DataPoint field " + field.getName() + " must be static"));
94 errors.add(new Error("DataPoint field " + field.getName() + " must be public"));
99 private void validateDataPointMethods(List<Throwable> errors) {
107 errors.add(new Error("DataPoint method " + method.getName() + " must be static"));
110 errors.add(new Error("DataPoint method " + method.getName() + " must be public"))
133 validateParameterSupplier(annotation.value(), errors); local
    [all...]
  /external/junit/src/main/java/org/junit/internal/runners/rules/
RuleMemberValidator.java 18 * {@code TestClass} are written to a list of errors.
83 * for rejecting the class to a list of errors.
86 * @param errors the list of errors.
88 public void validate(TestClass target, List<Throwable> errors) {
93 validateMember(each, errors);
97 private void validateMember(FrameworkMember<?> member, List<Throwable> errors) {
99 strategy.validate(member, annotation, errors);
155 * Examine the given member and add any violations of the strategy's validation logic to the given list of errors
158 * @param errors The list of errors to add validation violations t
    [all...]
  /external/junit/src/main/java/org/junit/runners/
BlockJUnit4ClassRunner.java 123 protected void collectInitializationErrors(List<Throwable> errors) {
124 super.collectInitializationErrors(errors);
126 validateNoNonStaticInnerClass(errors);
127 validateConstructor(errors);
128 validateInstanceMethods(errors);
129 validateFields(errors);
130 validateMethods(errors);
133 protected void validateNoNonStaticInnerClass(List<Throwable> errors) {
137 errors.add(new Exception(gripe));
142 * Adds to {@code errors} if the test class has more than one constructor
196 RULE_VALIDATOR.validate(getTestClass(), errors); local
200 RULE_METHOD_VALIDATOR.validate(getTestClass(), errors); local
    [all...]
  /development/testrunner/
android_build.py 26 import errors
47 raise errors.AbortError
66 raise errors.AbortError
90 raise errors.AbortError
126 raise errors.AbortError
148 raise errors.AbortError
167 raise errors.AbortError
188 raise errors.AbortError
208 raise errors.AbortError
  /external/autotest/client/cros/cellular/
scpi.py 14 errors when we take the first ref or drop the last ref.
20 On first entry, we check for errors, but do not stop if we find
21 them; these are errors that were accumulated on the device before
34 errors = self.scpi._WaitAndFetchErrors(
35 raise_on_error=False) # Never raise when clearing old errors
81 errors = []
102 errors.append(error)
105 errors.reverse()
106 return errors
109 """Waits for command completion, returns errors.""
    [all...]
  /external/junit/src/main/java/org/junit/runners/model/
FrameworkMethod.java 64 * Adds to {@code errors} if this method:
73 public void validatePublicVoidNoArg(boolean isStatic, List<Throwable> errors) {
74 validatePublicVoid(isStatic, errors);
76 errors.add(new Exception("Method " + method.getName() + " should have no parameters"));
82 * Adds to {@code errors} if this method:
90 public void validatePublicVoid(boolean isStatic, List<Throwable> errors) {
93 errors.add(new Exception("Method " + method.getName() + "() " + state + " be static"));
96 errors.add(new Exception("Method " + method.getName() + "() should be public"));
99 errors.add(new Exception("Method " + method.getName() + "() should be void"));
131 public void validateNoTypeParametersOnArgs(List<Throwable> errors) {
    [all...]
  /external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py 53 errors = []
71 errors.append(errmsg)
73 # If self.error is not zero, there were errors.
74 if errors:
75 raise error.TestFail('There were %d partition errors: %s' %
76 (len(errors), ': '.join(errors)))

Completed in 1151 milliseconds

<<11121314151617181920>>