HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 476 - 500 of 1660) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-L/include/linux/
virtio_blk.h 75 __u32 errors; member in struct:virtio_scsi_inhdr
  /development/testrunner/
run_command.py 26 import errors namespace
56 except errors.WaitForResponseTimedOutError:
77 errors.WaitForResponseTimedOutError if command did not complete within
79 errors.AbortError is command returned error code and SetAbortOnError is on.
138 raise errors.WaitForResponseTimedOutError
145 raise errors.AbortError(msg=output)
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_manifest_unittest.cc 16 namespace errors = extensions::manifest_errors;
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_url_fetcher.py 78 errors = []
85 errors.append('%s: expected %s got %s' % (desc, expected, actual))
87 return (len(errors) == 0, ', '.join(errors))
142 errors = []
149 errors.append('%s: expected %s got %s' % (desc, expected, actual))
151 return (len(errors) == 0, ', '.join(errors))
mock_file_system.py 110 errors = []
116 errors.append('%s: expected %s got %s' % (desc, expected, actual))
118 return (len(errors) == 0, ', '.join(errors))
  /external/chromium_org/chrome/common/extensions/
update_manifest.h 79 // errors().
83 const std::string& errors() { return errors_; } function in class:UpdateManifest
  /external/chromium_org/components/sync_driver/
failed_data_types_handler.h 24 bool UpdateFailedDataTypes(const TypeErrorMap& errors);
26 // Resets the current set of data type errors.
29 // Resets the set of types with cryptographer errors.
32 // Resets those persistence errors that intersect with |purged_types|.
45 // Returns a list of all the errors this class has recorded.
48 // Returns all types with failure errors. This includes, fatal, crypto, and
52 // Returns the types that are failing due to unrecoverable or datatype errors.
55 // Returns the types that are failing due to cryptographer errors.
58 // Returns the types that are failing due to persistence errors.
65 // Returns true if there are any types with errors
    [all...]
  /external/chromium_org/ppapi/generators/
idl_ast.py 111 # Track the file node to update errors
150 # tree including versions, types, etc... Errors counts will be collected
178 errors = filenode.GetProperty('ERRORS')
179 if errors:
180 self.errors += errors
  /external/chromium_org/third_party/android_testrunner/
run_command.py 27 import errors namespace
57 except errors.WaitForResponseTimedOutError:
78 errors.WaitForResponseTimedOutError if command did not complete within
80 errors.AbortError is command returned error code and SetAbortOnError is on.
137 raise errors.WaitForResponseTimedOutError
141 raise errors.AbortError(msg=output)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 141 /* This is for simulating bit errors */
143 int errors = 0;
152 errors++;
158 if (errors == 1)
160 else if (errors%2 == 1)
167 /*if (errors && (errors%2==0))*/
  /external/chromium_org/third_party/tlslite/tlslite/
checker.py 8 from .errors import *
18 L{tlslite.errors.TLSAuthenticationError} will be raised.
55 @raise tlslite.errors.TLSAuthenticationError: If the other
  /external/chromium_org/tools/gyp/test/small/
gyptest-small.py 52 if result.failures or result.errors:
  /external/chromium_org/v8/tools/
nacl-run.py 39 def Check(output, errors):
57 errors = file(errname).read()
61 sys.stderr.write(errors)
62 return exit_code or Check(output, errors)
  /external/compiler-rt/make/
options.mk 35 # FIXME: Remove these pipes once ranlib errors are fixed.
41 # FIXME: Remove these pipes once ranlib errors are fixed.
  /external/kernel-headers/original/uapi/linux/
virtio_blk.h 120 __u32 errors; member in struct:virtio_scsi_inhdr
  /external/libopus/celt/
opus_custom_demo.c 141 /* This is for simulating bit errors */
143 int errors = 0;
152 errors++;
158 if (errors == 1)
160 else if (errors%2 == 1)
167 /*if (errors && (errors%2==0))*/
  /external/lldb/test/unittest2/test/
test_setups.py 46 self.assertEqual(len(result.errors), 0)
64 self.assertEqual(len(result.errors), 0)
94 self.assertEqual(len(result.errors), 0)
109 self.assertEqual(len(result.errors), 1)
110 error, _ = result.errors[0]
139 self.assertEqual(len(result.errors), 2)
143 error, _ = result.errors[0]
252 self.assertEqual(len(result.errors), 0)
281 self.assertEqual(len(result.errors), 0)
324 self.assertEqual(len(result.errors), 1
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 24 For counts of detected and suppressed errors, rerun with: -v
25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
noisy_child.stderr.exp 22 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partial_load_ok.stderr.exp 27 For counts of detected and suppressed errors, rerun with: -v
28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_blk.h 71 __u32 errors; member in struct:virtio_scsi_inhdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_blk.h 71 __u32 errors; member in struct:virtio_scsi_inhdr

Completed in 609 milliseconds

<<11121314151617181920>>