HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 151 - 175 of 5380) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/services/Car/tools/keventreader/server/
main.cpp 41 static void error(int code) { function
49 error(1);
54 error(2);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
anydbm.py 36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
toaiff.py 19 __all__ = ["error", "toaiff"]
61 class error(Exception): class in inherits:Exception
74 except os.error:
86 raise error, filename + ': uncompress failed'
99 raise error, filename + ': ' + msg
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
109 raise error, filename + ': conversion to aiff failed'
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pickletools.py 16 error = KeyError variable in class:OptimizedPickleTests
  /prebuilts/gdb/linux-x86/lib/python2.7/
anydbm.py 36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
toaiff.py 19 __all__ = ["error", "toaiff"]
61 class error(Exception): class in inherits:Exception
74 except os.error:
86 raise error, filename + ': uncompress failed'
99 raise error, filename + ': ' + msg
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
109 raise error, filename + ': conversion to aiff failed'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pickletools.py 16 error = KeyError variable in class:OptimizedPickleTests
  /prebuilts/go/darwin-x86/src/syscall/
asm_freebsd_arm.s 24 BCS error
30 error: label
asm_netbsd_arm.s 24 BCS error
30 error: label
asm_openbsd_arm.s 26 BCS error
32 error: label
  /prebuilts/go/linux-x86/src/syscall/
asm_freebsd_arm.s 24 BCS error
30 error: label
asm_netbsd_arm.s 24 BCS error
30 error: label
asm_openbsd_arm.s 26 BCS error
32 error: label
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
toaiff.py 19 __all__ = ["error", "toaiff"]
61 class error(Exception): class in inherits:Exception
74 except os.error:
86 raise error, filename + ': uncompress failed'
99 raise error, filename + ': ' + msg
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
109 raise error, filename + ': conversion to aiff failed'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pickletools.py 16 error = KeyError variable in class:OptimizedPickleTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 36 class error(Exception): class in inherits:Exception
40 _errors = [error]
50 _errors.append(_mod.error)
55 error = tuple(_errors) variable
79 raise error, "need 'c' or 'n' flag to open new db"
82 raise error, "db type could not be determined"
toaiff.py 19 __all__ = ["error", "toaiff"]
61 class error(Exception): class in inherits:Exception
74 except os.error:
86 raise error, filename + ': uncompress failed'
99 raise error, filename + ': ' + msg
103 raise error, '%s: unsupported audio file type %r' % (filename, ftype)
109 raise error, filename + ': conversion to aiff failed'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pickletools.py 16 error = KeyError variable in class:OptimizedPickleTests
  /system/core/adb/
adb_listeners_test.cpp 68 std::string error; local
71 install_listener("tcp:9000", "tcp:9000", &transport_, false, nullptr, &error));
72 ASSERT_TRUE(error.empty());
78 std::string error; local
81 install_listener("tcp:9000", "tcp:9000", &transport_, false, nullptr, &error));
82 ASSERT_TRUE(error.empty());
85 install_listener("tcp:9000", "tcp:9001", &transport_, false, nullptr, &error));
86 ASSERT_TRUE(error.empty());
92 std::string error; local
95 install_listener("tcp:9000", "tcp:9000", &transport_, true, nullptr, &error));
107 std::string error; local
117 std::string error; local
128 std::string error; local
139 std::string error; local
154 std::string error; local
    [all...]
  /system/core/base/
parsenetaddress_test.cpp 24 std::string canonical, host, error; local
28 ParseNetAddress("www.google.com", &host, &port, &canonical, &error));
34 ParseNetAddress("www.google.com:666", &host, &port, &canonical, &error));
41 std::string canonical, host, error; local
44 EXPECT_TRUE(ParseNetAddress("1.2.3.4", &host, &port, &canonical, &error));
49 EXPECT_TRUE(ParseNetAddress("1.2.3.4:666", &host, &port, &canonical, &error));
56 std::string canonical, host, error; local
59 EXPECT_TRUE(ParseNetAddress("::1", &host, &port, &canonical, &error));
65 &canonical, &error));
70 EXPECT_TRUE(ParseNetAddress("[::1]:666", &host, &port, &canonical, &error));
113 std::string error; local
121 std::string host, error; local
    [all...]
  /system/keymaster/km_openssl/
aes_key.cpp 64 keymaster_error_t error = KM_ERROR_OK; local
68 error = KM_ERROR_MEMORY_ALLOCATION_FAILED;
69 return error;
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
LogAbortException.java 29 public void error(Log log) { method in class:LogAbortException
30 log.error(mFormat, mArgs);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
UnsupportedClassVersionErrorTest.java 32 UnsupportedClassVersionError error = new UnsupportedClassVersionError(); local
33 assertNotNull(error);
34 assertNull(error.getMessage());
42 "Some Error Message");
43 assertEquals("Wrong message", "Some Error Message", e.getMessage());
  /bionic/libc/bionic/
error.cpp 29 #include <error.h>
51 static void __error_tail(int status, int error) {
52 if (error != 0) {
53 fprintf(stderr, ": %s", strerror(error));
64 void error(int status, int error, const char* fmt, ...) { function
73 __error_tail(status, error);
76 void error_at_line(int status, int error, const char* file, unsigned int line, const char* fmt, ...) {
95 __error_tail(status, error);

Completed in 472 milliseconds

1 2 3 4 5 67 8 91011>>