HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 851 - 875 of 3032) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
codecvt.h 54 error, enumerator in enum:codecvt_base::result
105 * conversion failed and codecvt_base::error is returned.
147 * Otherwise the reset failed and codecvt_base::error is returned.
185 * conversion failed and codecvt_base::error is returned.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
codecvt.h 53 error, enumerator in enum:codecvt_base::result
104 * conversion failed and codecvt_base::error is returned.
146 * Otherwise the reset failed and codecvt_base::error is returned.
184 * conversion failed and codecvt_base::error is returned.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 53 error, enumerator in enum:codecvt_base::result
104 * conversion failed and codecvt_base::error is returned.
146 * Otherwise the reset failed and codecvt_base::error is returned.
184 * conversion failed and codecvt_base::error is returned.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 6 __all__ = ["error","AudioDev"]
8 class error(Exception): class in inherits:Exception
89 raise error, 'bad output rate'
104 raise error, 'bad sample width'
113 raise error, 'bad # of channels'
117 raise error, 'params not specified'
179 raise error, 'params not specified'
232 raise error, 'no audio device'
copy.py 10 For module specific errors, copy.Error is raised.
55 class Error(Exception):
57 error = Error # backward compatibility variable
64 __all__ = ["Error", "copy", "deepcopy"]
94 raise Error("un(shallow)copyable object of type %s" % cls)
188 raise Error(
re.py 100 This module also defines an exception 'error'.
112 "UNICODE", "error" ]
129 error = sre_compile.error variable
241 except error, v:
242 raise error, v # invalid expression
256 except error, v:
257 raise error, v # invalid expression
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 257 def error(msg): function
263 error("%d arguments are too many;" % nargs)
267 error("Invalid argument %r;" % sys.argv[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 23 """Basic interface for SAX error handlers.
32 def error(self, exception): member in class:ErrorHandler
33 "Handle a recoverable error."
37 "Handle a non-recoverable error."
69 not reporting an error. Typically, the application will use
93 (because of an unrecoverable error) or reached the end of
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
audiodev.py 6 __all__ = ["error","AudioDev"]
8 class error(Exception): class in inherits:Exception
89 raise error, 'bad output rate'
104 raise error, 'bad sample width'
113 raise error, 'bad # of channels'
117 raise error, 'params not specified'
179 raise error, 'params not specified'
232 raise error, 'no audio device'
copy.py 10 For module specific errors, copy.Error is raised.
55 class Error(Exception):
57 error = Error # backward compatibility variable
64 __all__ = ["Error", "copy", "deepcopy"]
94 raise Error("un(shallow)copyable object of type %s" % cls)
188 raise Error(
re.py 100 This module also defines an exception 'error'.
112 "UNICODE", "error" ]
129 error = sre_compile.error variable
241 except error, v:
242 raise error, v # invalid expression
256 except error, v:
257 raise error, v # invalid expression
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 257 def error(msg): function
263 error("%d arguments are too many;" % nargs)
267 error("Invalid argument %r;" % sys.argv[1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 23 """Basic interface for SAX error handlers.
32 def error(self, exception): member in class:ErrorHandler
33 "Handle a recoverable error."
37 "Handle a non-recoverable error."
69 not reporting an error. Typically, the application will use
93 (because of an unrecoverable error) or reached the end of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
XmlErrorHandler.java 32 * XML error handler used by the parser to report errors/warnings.
39 /** link to the delta visitor, to set the xml error flag */
48 * Sent when an XML error is detected.
73 * Xml Error call back
78 public void error(SAXParseException exception) throws SAXException { method in class:XmlErrorHandler
83 * Xml Fatal Error call back
113 * Handles a parsing error and an optional line number.
125 message = "Unknown error " + exception.getClass().getCanonicalName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceProcessor.java 147 String error = mValidator.isValid(name); local
148 if (error != null) {
149 return RefactoringStatus.createFatalErrorStatus(error);
  /system/bt/osi/src/
thread.c 49 int error; member in struct:start_arg
68 goto error;
72 goto error;
76 goto error;
82 goto error;
86 start.error = 0;
91 if (start.error)
92 goto error;
96 error:;
182 start->error = errno
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 156 int error; local
157 CALL_AND_WAIT(error = bt_interface->get_adapter_property(BT_PROPERTY_BDNAME), adapter_properties);
158 if (error != BT_STATUS_SUCCESS) {
176 int error; local
177 CALL_AND_WAIT(error = bt_interface->set_adapter_property(property), adapter_properties);
178 if (error != BT_STATUS_SUCCESS) {
182 CALL_AND_WAIT(error = bt_interface->get_adapter_property(BT_PROPERTY_BDNAME), adapter_properties);
183 if (error != BT_STATUS_SUCCESS) {
202 int error = sock->listen(BTSOCK_RFCOMM, "meow", (const uint8_t *)&HFP_AG_UUID, 0, &rfcomm_fd, 0); local
203 if (error != BT_STATUS_SUCCESS)
230 int error = sock->connect(&bt_remote_bdaddr, BTSOCK_RFCOMM, (const uint8_t *)&HFP_AG_UUID, 0, &rfcomm_fd, 0); local
    [all...]
  /system/core/logd/
LogTimes.h 87 void error(void) { lock(); error_Locked(); unlock(); } function in class:LogTimeEntry
  /system/extras/libpagemap/
pm_process.c 36 int error; local
48 error = snprintf(filename, MAX_FILENAME, "/proc/%d/pagemap", pid);
49 if (error < 0 || error >= MAX_FILENAME) {
50 error = (error < 0) ? (errno) : (-1);
52 return error;
57 error = errno;
59 return error;
62 error = read_maps(proc)
77 int error; local
110 int error; local
181 int error; local
250 int error; local
    [all...]
  /system/extras/procmem/
procmem.c 76 int error; local
103 error = pm_kernel_create(&ker);
104 if (error) {
105 fprintf(stderr, "error creating kernel interface -- "
112 error = pm_process_create(ker, pid, &proc);
113 if (error) {
114 fprintf(stderr, "error creating process interface -- "
120 error = pm_process_workingset(proc, NULL, 1);
121 if (error) {
122 fprintf(stderr, "error resetting working set for process.\n")
    [all...]
  /system/gatekeeper/
gatekeeper_messages.cpp 31 uint32_t error; member in struct:gatekeeper::serial_header_t
67 if (error == ERROR_NONE) {
72 if (error == ERROR_RETRY) {
86 if (error != ERROR_NONE) {
88 header->error = error;
91 if (error == ERROR_RETRY) {
98 header->error = error;
110 if (header->error == ERROR_NONE)
173 gatekeeper_error_t error = ERROR_NONE; local
    [all...]
  /system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h 73 * elements like the error and user ID. Delegates specialized serialization
77 GateKeeperMessage() : error(ERROR_NONE) {}
78 GateKeeperMessage(gatekeeper_error_t error) : error(error) {}
91 * Returns the number of bytes written or 0 on error.
103 * error to ERROR_RETRY.
132 gatekeeper_error_t error; member in struct:gatekeeper::GateKeeperMessage
  /system/keymaster/
key_blob_test.cpp 315 keymaster_error_t error = DeserializeAuthEncryptedBlob( local
317 if (error == KM_ERROR_OK) {
320 error = OcbDecryptKey(hw_enforced_, sw_enforced_, hidden_, master_key_, ciphertext_,
323 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, error)
soft_keymaster_context.cpp 91 static keymaster_error_t TranslateAuthorizationSetError(AuthorizationSet::Error err) {
164 keymaster_error_t error = SetAuthorizations(key_description, origin, hw_enforced, sw_enforced); local
165 if (error != KM_ERROR_OK)
166 return error;
169 error = BuildHiddenAuthorizations(key_description, &hidden);
170 if (error != KM_ERROR_OK)
171 return error;
183 keymaster_error_t error = DeserializeAuthEncryptedBlob(blob, &encrypted_key_material, local
185 if (error != KM_ERROR_OK)
186 return error;
261 keymaster_error_t error = FakeKeyAuthorizations(pkey.get(), sw_enforced, sw_enforced); local
307 keymaster_error_t error = BuildHiddenAuthorizations(additional_params, &hidden); local
403 keymaster_error_t error = local
    [all...]
  /system/media/audio_utils/
resampler.c 196 int error; local
218 &error);
220 ALOGW("ReSampler: Cannot create speex resampler: %s", speex_resampler_strerror(error));

Completed in 92 milliseconds

<<31323334353637383940>>