HomeSort by relevance Sort by last modified time
    Searched full:error (Results 1226 - 1250 of 11596) sorted by null

<<41424344454647484950>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
spinlock_types.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
spinlock_up.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
bitops_32.h 16 #error only <linux/bitops.h> can be included directly
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
spinlock_up.h 16 #error "please don't include this file directly"
  /ndk/samples/san-angeles/jni/
app-win32.c 56 GLenum error = glGetError(); local
57 if (error != GL_NO_ERROR)
60 _stprintf(errorString, _T("0x%04x"), error);
61 MessageBox(NULL, errorString, _T("GL Error"), MB_OK);
68 EGLint error = eglGetError(); local
69 if (error != EGL_SUCCESS)
72 _stprintf(errorString, _T("0x%04x"), error);
73 MessageBox(NULL, errorString, _T("EGL Initialization Error"), MB_OK);
91 #error WINDOW_BPP must be 16 or 32
  /packages/apps/Email/src/org/apache/commons/io/output/
LockableFileWriter.java 68 * @throws IOException in case of an I/O error
80 * @throws IOException in case of an I/O error
93 * @throws IOException in case of an I/O error
105 * @throws IOException in case of an I/O error
117 * @throws IOException in case of an I/O error
130 * @throws IOException in case of an I/O error
142 * @throws IOException in case of an I/O error
156 * @throws IOException in case of an I/O error
228 * @throws IOException if an error occurs
265 * @throws IOException if an I/O error occurs
    [all...]
  /packages/apps/IM/src/com/android/im/app/adapter/
ChatListenerAdapter.java 52 ImErrorInfo error) {
54 Log.d(TAG, "onSendMessageError(" + ses + ", " + msg + ", " + error + ")");
58 public void onInviteError(IChatSession ses, ImErrorInfo error) {
60 Log.d(TAG, "onInviteError(" + ses + ", " + error + ")");
  /sdk/eclipse/scripts/
create_all_symlinks.sh 6 echo "Error: $*"
  /system/core/libcutils/
ashmem-dev.c 37 * descriptor, or <0 on error
56 goto error;
61 goto error;
65 error:
  /system/extras/procrank/
procrank.c 55 int error; local
82 error = pm_kernel_create(&ker);
83 if (error) {
84 fprintf(stderr, "Error creating kernel interface -- "
89 error = pm_kernel_pids(ker, &pids, &num_procs);
90 if (error) {
91 fprintf(stderr, "Error listing processes.\n");
102 error = pm_process_create(ker, pids[i], &proc);
103 if (!error) {
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterPM.h 42 Return: TI_RESULT_OK on success. Any other value indicates an error.
58 Return: TI_RESULT_OK on success. Any other value indicates an error.
86 Return: TI_RESULT_OK on success. Any other value indicates an error.
99 Return: TI_RESULT_OK on success. Any other value indicates an error.
112 Return: TI_RESULT_OK on success. Any other value indicates an error.
124 Return: TI_RESULT_OK on success. Any other value indicates an error.
136 Return: TI_RESULT_OK on success. Any other value indicates an error.
150 Return: TI_RESULT_OK on success. Any other value indicates an error.
164 Return: TI_RESULT_OK on success. Any other value indicates an error.
  /external/freetype/src/truetype/
ttgxvar.c 133 FT_Error error = TT_Err_Ok; local
135 FT_UNUSED( error );
218 FT_Error error = TT_Err_Ok; local
220 FT_UNUSED( error );
286 FT_Error error = TT_Err_Ok; local
292 FT_UNUSED( error );
296 if ( (error = face->goto_table( face, TTAG_avar, stream, &table_len )) != 0 )
369 /* FreeType error code. 0 means success. */
377 FT_Error error; local
401 if ( (error = face->goto_table( face, TTAG_gvar, stream, &table_len )) != 0
622 FT_Error error = TT_Err_Ok; local
855 FT_Error error = TT_Err_Ok; local
991 FT_Error error = TT_Err_Ok; local
1117 FT_Error error; local
1326 FT_Error error; local
    [all...]
ttgload.c 172 FT_Error error; local
180 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
183 if ( error )
196 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
199 if ( error )
267 FT_Error error; local
276 /* the following line sets the `error' variable through macros! */
278 return error;
328 FT_Error error; local
347 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 0, n_contours )
554 FT_Error error; local
776 FT_Error error; local
831 FT_Error error = TT_Err_Ok; local
1093 FT_Error error; local
1197 FT_Error error = TT_Err_Ok; local
1697 FT_Error error; local
1759 FT_Error error; local
1837 FT_Error error = tt_size_ready_bytecode( size ); local
1895 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 ); local
1964 FT_Error error; local
    [all...]
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
NativeConverter.java 26 * If a call to convert results in an Error, the conversion may be
38 * @return int error code returned by ICU
53 * If a call to convert results in an Error, the conversion may be
65 * @return int error code returned by ICU
79 * If a call to convert results in an Error, the conversion may be
91 * @return int error code returned by ICU
105 * If a call to convert results in an Error, the conversion may be
117 * @return int error code returned by ICU
132 * @return int error code returned by ICU
149 * @return int error code returned by IC
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLInput.java 54 * if there is a database error.
65 * if there is a database error.
75 * if there is a database error.
85 * if there is a database error.
95 * if there is a database error.
105 * if there is a database error.
115 * if there is a database error.
125 * if there is a database error.
136 * if there is a database error.
147 * if there is a database error
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
iochannels.sgml 199 @error:
212 @error:
223 @error:
236 @error:
248 @error:
260 @error:
273 @error:
284 @error:
294 @error:
306 @error:
    [all...]
  /external/srec/portable/include/
ptrd.h 47 #error "Thread is not defined!"
54 #error Portable Synchronization not defined for this OS!
130 * @return ESR_SUCCESS if success, or an an error indicating the cause of the
140 * @return ESR_SUCCESS if success, or an an error indicating the cause of the
162 * @return ESR_SUCCESS if success, or an an error indicating the cause of the
180 * @return ESR_SUCCESS if success, or an an error indicating the cause of the
208 * @return ESR_SUCCESS if success, or an an error indicating the cause of the
236 * @return ESR_SUCCESS if success, or an an error indicating the cause of the
253 * @return ESR_SUCCESS if success, or an an error indicating the cause of the
274 * @return ESR_SUCCESS if success, or an an error indicating the cause of th
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 186 OMX_TRACE4(pComponentPrivate->dbg, "Error in Select\n");
192 "Error from Component Thread in select");
222 "Error in HadleCommand function");*/
242 "Error in DisablePort function");
253 "Error in EnablePort function");
285 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled DSP output buffer\n");
291 "Error from Component Thread while processing dsp Responses");
305 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled input buffer\n");
311 "Error from Component Thread while processing input buffer");
322 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free input buffers\n")
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest4.java 99 } catch (Error err) {
100 System.out.println("Error when obj = " + objToSave);
157 } catch (Error err) {
158 System.out.println("Error when obj = " + objToSave);
196 } catch (Error err) {
197 System.out.println("Error when obj = " + objToSave);
235 } catch (Error err) {
236 System.out.println("Error when obj = " + objToSave);
288 } catch (Error err) {
289 System.out.println("Error when obj = " + objToSave)
    [all...]
  /external/bluetooth/bluez/audio/
telephony-ofono.c 136 return g_dbus_create_error(msg, "org.bluez.Error.InvalidArguments",
189 error("Unable to allocate new D-Bus %s message", method);
209 error("Sending %s failed", method);
233 error("in telephony_terminate_call_req, no active call");
404 error("iter_get_basic_args: expected %c but got %c",
473 error("ofono replied with an error: %s, %s",
483 error("Unexpected signature in GetProperties return");
491 error("Unexpected signature in GetProperties return");
503 error("Unexpected signature in GetProperties return")
    [all...]
telephony-maemo.c 320 error("Unable to allocate new D-Bus message");
338 error("Unable to allocate new D-Bus message");
356 error("Unable to allocate new D-Bus message");
373 error("Unable to allocate new D-Bus message");
390 error("Unable to allocate new D-Bus message");
407 error("Unable to allocate new D-Bus message");
424 error("Unable to allocate new D-Bus message");
441 error("Unable to allocate new D-Bus message");
521 error("No active call");
572 error("Unable to allocate new D-Bus %s message", method)
    [all...]
  /external/webkit/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 80 WebCoreSynchronousLoader::WebCoreSynchronousLoader(ResourceError& error, ResourceResponse& response, Vector<char>& data)
81 : m_error(error)
110 void WebCoreSynchronousLoader::didFail(ResourceHandle* handle, const ResourceError& error)
112 m_error = error;
321 ResourceError error(g_quark_to_string(SOUP_HTTP_ERROR),
326 client->didFail(handle.get(), error);
534 GError* error = 0; local
536 GMappedFile* fileMapping = g_mapped_file_new(fileName, false, &error);
540 if (error) {
541 g_error_free(error);
731 GError *error = 0; local
781 GError *error = 0; local
827 GError *error = 0; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 101 log_err_status(*pErrorCode, "error parsing %s: %s\n", filename, u_errorName(*pErrorCode));
372 log_err("error comparing %s with %s at difference item %d: %s\n",
382 log_err("error: %s contains U+%04x..U+%04x but %s does not\n", a_name, start, end, b_name);
384 log_err("error: %s and %s both contain U+%04x..U+%04x but should not intersect\n", a_name, b_name, start, end);
548 log_err("Space char test error : %d or %d \n", (int32_t)sampleSpaces[i], (int32_t)sampleNonSpaces[i]);
553 log_err("u_isJavaSpaceChar() test error : %d or %d \n", (int32_t)sampleSpaces[i], (int32_t)sampleNonSpaces[i]);
562 log_err("White Space char test error : %lx or %lx \n", sampleWhiteSpaces[i], sampleNonWhiteSpaces[i]);
571 log_err("Undefined char test error : U+%04x or U+%04x\n", (int32_t)sampleUndefined[i], (int32_t)sampleDefined[i]);
580 log_err("Non-baseform char test error : U+%04x or U+%04x",(int32_t)sampleNonBase[i], (int32_t)sampleBase[i]);
589 log_err("Digit char test error : %lx or %lx\n", sampleDigits[i], sampleNonDigits[i])
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSet.java 185 * if an error occurs accessing the database.
212 * if an error occurs accessing the database.
224 * if an error occurs accessing the database.
266 * if an error occurs accessing the database.
284 * if an error occurs accessing the database.
300 * if an error occurs accessing the database.
318 * if an error occurs accessing the database.
333 * if an error occurs accessing the database.
347 * if an error occurs accessing the database.
362 * if an error occurs accessing the database
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_port.cpp 118 /* ignore the error for now */
143 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncPort::Connect: Error - Peer port does not support capability interface"));
157 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncPort::Connect: Error - Invalid port tag"));
163 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncPort::Connect: Error - Settings negotiation failed. status=%d", status));
198 (0, "PVMFOMXEncPort::setParametersSync: Error - VerifiyAndSetParameter failed on parameter #%d", i));
261 /* ignore the error for now */
287 /* ignore the error for now */
325 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncPort::GetInputParametersSync: Error - AllocateKvp failed. status=%d", status));
353 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncPort::GetInputParametersSync: Error - AllocateKvp failed. status=%d", status));
386 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFOMXEncPort::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status))
    [all...]

Completed in 276 milliseconds

<<41424344454647484950>>