HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1126 - 1150 of 2948) sorted by null

<<41424344454647484950>>

  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 42 * Handle an error or a warning, return 0 if the checked error is
49 severe ? "Error" : "Warning", msg, err);
185 perror("Error: op_write_native_code()");
193 perror("Error: op_write_debug_line_info()");
217 perror("Error: op_unload_native_code()");
233 perror("Error: op_write_native_code()");
245 jvmtiError error; local
264 perror("Error: op_open_agent()");
270 fprintf(stderr, "Error: GetEnv(), rc=%i\n", rc)
    [all...]
  /external/oprofile/gui/
oprof_start_util.cpp 234 * Execute a command synchronously. An error message is shown
259 if (reader.error())
267 string error = reader.error_str() + "\n"; local
268 error += "Failed: \n" + err.str() + "\n";
274 error += "\n\nCommand was :\n\n" + cmdline + "\n";
276 QMessageBox::warning(0, 0, format(error, 50).c_str());
  /external/oprofile/pp/
oparchive.cpp 127 image_error error; local
130 error, true);
132 if (error == image_ok)
142 if (it->error == image_not_found && is_prefix(exe_name, "anon "))
155 copy_one_file(it->error, real_exe_name, exe_archive_file);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 98 int error = inflateInit2(&zcontext_, local
100 if (error != Z_OK) {
101 return error;
108 int error = inflate(&zcontext_, flush); local
109 return error;
239 int error = Z_OK; local
252 error = deflate(&zcontext_, flush);
253 } while (error == Z_OK && zcontext_.avail_out == 0);
262 return error;
  /external/qemu/android/
opengles.c 43 #error Unknown HOST_LONG_BITS
76 char* error; local
79 symbol = adynamicLibrary_findSymbol(rendererLib, #name, &error); \
83 derror("GLES emulation: Could not find required symbol (%s): %s", #name, error); \
84 free(error); \
96 char* error = NULL; local
103 rendererLib = adynamicLibrary_open(RENDERER_LIB_NAME, &error);
105 derror("Could not load OpenGLES emulation library: %s", error);
  /external/qemu/block/
cow.c 159 int error = 0; local
163 error = cow_set_bit(bs, sector_num + i);
164 if (error) {
169 return error;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/win32/
SDL_syscdrom.c 118 char error[256]; local
120 mciGetErrorString(mci_error, error, 256);
121 SDL_SetError("mciSendCommand() error: %s", error);
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.c 337 OSErr error = noErr; local
345 if (/* error = */ GetSharedLibrary(libName, kCompiledCFragArch,
347 if (/* error = */ FindSymbol(connID, funcName, &func, &symClass))
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 124 int (*error)( member in struct:_XExtensionHooks
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 72 TBuf<128> error; local
73 error.Copy(error8);
77 RDebug::Print(error, param);
79 RDebug::Print(error);
82 RFileLogger::WriteFormat(KLibName, _L("SDL.txt"), EFileLoggingModeAppend, error, param);
84 RFileLogger::Write(KLibName, _L("SDL.txt"), EFileLoggingModeAppend, error);
  /external/regex-re2/re2/testing/
tester.h 58 bool error() { return error_; } function in class:re2::TestInstance
78 bool error_; // error during constructor?
96 bool error() { return error_; } function in class:re2::Tester
  /external/smack/src/org/jivesoftware/smackx/provider/
AdHocCommandDataProvider.java 106 else if (parser.getName().equals("error")) {
107 XMPPError error = PacketParserUtils.parseError(parser); local
108 adHocCommandData.setError(error);
  /external/stressapptest/src/
error_diag.cc 80 // Atomically add error instance to device.
120 // Returns true of any error associated with this device is fatal.
149 // Returns false on error. true otherwise.
156 // Returns false on error. true otherwise.
165 // Returns -1 on error, 1 if diagnoser reports error externally; 0 otherwise.
168 ECCErrorInstance *error = new ECCErrorInstance; local
169 if (!error)
171 error->severity_ = SAT_ERROR_CORRECTABLE;
172 dimm_device->AddErrorInstance(error);
180 ECCErrorInstance *error = new ECCErrorInstance; local
192 MiscompareErrorInstance *error = new MiscompareErrorInstance; local
218 HDDMiscompareErrorInstance *error = new HDDMiscompareErrorInstance; local
272 HDDSectorTagErrorInstance *error = new HDDSectorTagErrorInstance; local
    [all...]
  /external/valgrind/main/drd/tests/
omp_matinv.c 244 /** Compute the average square error between the identity matrix and the
279 "-q: quiet mode -- do not print computed error.\n"
294 double error; local
312 fprintf(stderr, "Error: wrong number of arguments.\n");
317 /* Error checking. */
330 error = identity_error(prod, matrix_size);
331 ratio = error / (eps * matrix_size);
334 printf("error = %g; epsilon = %g; error / (epsilon * n) = %g\n",
335 error, eps, ratio)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_das.c 51 int error = 405; local
67 error = 401;
82 error = 407;
111 error = 403;
116 error = 503;
119 error = 0;
124 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK :
129 if (error) {
131 error)) {
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 279 DBusError error; local
283 dbus_error_init(&error);
284 priv->con = dbus_bus_get(DBUS_BUS_SYSTEM, &error);
290 "bus: %s - %s", error.name, error.message);
293 dbus_error_free(&error);
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 78 int i, error; local
94 error = (int) GetLastError();
95 if (error == ERROR_NO_MORE_ITEMS)
98 error);
150 fprintf(stderr, "Error - pcap_findalldevs: %s\n", err);
  /external/zlib/src/contrib/iostream2/
zstream.h 62 * decompression. errno can be checked to distinguish two error
63 * cases (if errno is zero, the zlib error is Z_MEM_ERROR).
78 * the zlib error number (see function error() below).
91 /* Returns the error message for the last error which occurred on the
92 * given compressed file. errnum is set to zlib error number. If an
93 * error occurred in the file system and not in the compression library,
95 * to get the exact error code.
97 const char* error(int* errnum) function in class:izstream
230 const char* error(int* errnum) { function in class:ozstream
    [all...]
  /external/zlib/src/contrib/minizip/
iowin32.c 46 int error; member in struct:__anon29011
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:__anon29639
  /frameworks/base/core/jni/
android_util_Log.cpp 41 jint error; member in struct:android::levels_t
53 case 'E': return levels.error;
159 levels.error = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "ERROR", "I"));
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 51 std::string error; local
52 mTarget = mcld::TargetRegistry::lookupTarget(mTriple, error);
57 mTriple.c_str(), error.c_str());
  /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);

Completed in 615 milliseconds

<<41424344454647484950>>