/external/zlib/src/contrib/minizip/ |
iowin32.c | 46 int error; member in struct:__anon21650 84 w32fiow.error = 0; 211 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; 233 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; 274 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; 298 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; 337 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; 376 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; 408 ret = ((WIN32FILE_IOWIN*)stream) -> error;
|
/frameworks/av/media/libmedia/ |
Metadata.cpp | 145 bool error = false; local 151 error = true; 156 error = true; 163 return !error;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cod_amr.h | 166 Word16 mem_err[M + L_SUBFR], *error; member in struct:__anon22055
|
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
Hid.java | 44 error("Usage: hid [FILE]"); 63 error("HID injection failed.", e); 86 error("Error reading in events.", ex); 104 error("Unknown command \"" + e.getCommand() + "\". Ignoring event."); 122 private static void error(String msg) { method in class:Hid 123 error(msg, null); method 126 private static void error(String msg, Exception e) { method in class:Hid
|
/frameworks/base/core/jni/ |
android_hardware_location_ActivityRecognitionHardware.cpp | 135 int error = hw_get_module( local 138 if (error != 0) { 139 ALOGE("Error hw_get_module: %d", error); 143 error = activity_recognition_open(&sModule->common, &sDevice); 144 if (error != 0) { 145 ALOGE("Error opening device: %d", error); 155 ALOGE("Error obtaining ActivityChanged callback."); 188 int error = activity_recognition_close(sDevice) local [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiLogger.java | 42 // Logging duration for same error message. 53 // Cache for error. 70 static final void error(String logMessage, Object... objs) { method in class:HdmiLogger
|
/frameworks/base/services/core/jni/ |
com_android_server_connectivity_Vpn.cpp | 68 goto error; 75 goto error; 82 goto error; 87 error: 219 int error = SYSTEM_ERROR; local 229 if ((error = ifc_add_address(name, address, jPrefixLength)) != 0) { 231 strerror(-error)); 234 if ((error = ifc_del_address(name, address, jPrefixLength)) != 0) { 236 strerror(-error)); 247 return !error; [all...] |
/frameworks/base/tools/aapt2/ |
Util.h | 158 const std::string& error() const; 172 inline const std::string& StringBuilder::error() const { function in class:StringBuilder
|
/frameworks/minikin/sample/ |
example_skia.cpp | 109 FT_Error error = FT_Init_FreeType(&library); local 110 if (error) {
|
/frameworks/native/opengl/tests/angeles/ |
app-linux.cpp | 100 fprintf(stderr,"%s(): egl error 0x%x (%s)\n", 107 GLenum error = glGetError(); local 108 if (error != GL_NO_ERROR) 109 fprintf(stderr, "GL Error: 0x%04x\n", (int)error); 115 EGLint error = eglGetError(); local 117 if (error && error != EGL_SUCCESS) 118 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error); [all...] |
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
GL2JavaView.java | 143 int error; local 144 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) { 145 Log.e(TAG, op + ": glError " + error); 146 throw new RuntimeException(op + ": glError " + error);
|
/hardware/intel/common/libva/va/drm/ |
va_drm_auth_x11.c | 65 const char *error; local 69 error = dlerror(); 71 if (error) { 72 fprintf(stderr, "error: failed to resolve %s() function: %s\n", 73 name, error);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
fdct4x4_test.cc | 84 const uint32_t error = diff * diff; local 85 if (max_error < error) 86 max_error = error; 87 total_error += error; 92 << "Error: 4x4 FHT/IHT has an individual round trip error > 1"; 95 << "Error: 4x4 FHT/IHT has average round trip error > 1 per block"; 148 << "Error: 16x16 FDCT has coefficient larger than 4*DCT_MAX_VALUE"; 175 const uint32_t error = diff * diff local [all...] |
fdct8x8_test.cc | 86 << "Error: 8x8 FDCT/FHT has a sign bias > " 115 << "Error: 4x4 FDCT/FHT has a sign bias > " 160 const int error = diff * diff; local 161 if (max_error < error) 162 max_error = error; 163 total_error += error; 168 << "Error: 8x8 FDCT/IDCT or FHT/IHT has an individual" 169 << " roundtrip error > 1"; 172 << "Error: 8x8 FDCT/IDCT or FHT/IHT has average roundtrip " 173 << "error > 1/5 per block" 201 const int error = diff * diff; local [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
JAXPDOMTestDocumentBuilderFactory.java | 96 public void error(SAXParseException ex) { method in class:JAXPDOMTestDocumentBuilderFactory.LoadErrorHandler
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
HandlerBaseTest.java | 124 h.error(new SAXParseException("Foo", new LocatorImpl()));
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
DefaultHandlerTest.java | 160 h.error(new SAXParseException("Foo", new LocatorImpl()));
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
MockHandler.java | 65 public void error(SAXParseException exception) throws SAXException { method in class:MockHandler 66 logger.add("error", exception);
|
/libcore/luni/src/main/native/ |
java_lang_ProcessManager.cpp | 81 int error = errno; local 82 TEMP_FAILURE_RETRY(write(status_pipe_fd, &error, sizeof(int))); 171 // Check status pipe for an error code. If execvp(2) succeeds, the other
|
/libcore/luni/src/test/java/libcore/xml/ |
SaxTest.java | 267 @Override public void error(SAXParseException e) { method in class:SaxTest.ThrowingHandler
|
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 135 || &error ("Couldn't wipe out $workpath\n"); 139 mkdir ($workpath, 0777) || &error ("Couldn't mkdir $workpath: $!\n"); 144 &error ("Failed to find $scriptpath containing perl test scripts.\n"); 158 || &error ("Couldn't mkdir $workpath/$dir: $!\n"); 166 || &error ("Couldn't opendir $scriptpath: $!\n"); 174 || &error ("Couldn't mkdir $workpath/$dir: $!\n"); 176 || &error ("Couldn't opendir $scriptpath/$dir: $!\n"); 189 &error ("\nNo tests in $scriptpath, and none were specified.\n"); 246 mkdir (".ostest", 0777) || &error ("Couldn't create .ostest: $!\n", 1); 248 chdir (".ostest") || &error ("Couldn't chdir to .ostest: $!\n", 1) 624 sub error subroutine [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_pan.cpp | 23 error("Callback: '%s' is not called on the correct thread", __FUNCTION__);\ 38 #define error(fmt, ...) ALOGE ("## ERROR : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) macro 59 static void control_state_callback(btpan_control_state_t state, int local_role, bt_status_t error, 65 (jint)error, js_ifname); 69 static void connection_state_callback(btpan_connection_state_t state, bt_status_t error, const bt_bdaddr_t *bd_addr, 76 error("Fail to new jbyteArray bd addr for PAN channel state"); 83 (jint)error, (jint)local_role, (jint)remote_role); 115 error("Bluetooth module is not loaded"); 133 error("Failed to get Bluetooth PAN Interface") [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
ResendMessageAction.java | 95 String error = "ResendMessageAction: Cannot resend message " + messageId + "; "; local 97 error += ("status = " + MessageData.getStatusDescription(message.getStatus())); 99 error += "not found in database"; 101 LogUtil.e(TAG, error);
|
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/ |
BuglePhotoViewController.java | 156 final String error = context.getResources().getQuantityString( local 158 Toast.makeText(context, error, Toast.LENGTH_SHORT).show();
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
Log.java | 92 public void error(Object message) { method in class:Log 96 public void error(Object message, Throwable t) { method in class:Log
|