/external/opencore/oscl/oscl/osclerror/src/ |
oscl_error_trapcleanup.cpp | 77 int32 error; local 78 OsclErrorTrapImp *trap = GetErrorTrap(error); 94 int32 error; local 95 OSCL_ASSERT(aTrap == NULL || aTrap == GetErrorTrap(error)); 97 OsclErrorTrapImp* trap = (aTrap) ? aTrap : GetErrorTrap(error); 178 //error here also. 192 //error here also. 213 //error here also.
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_execschedulerbase.cpp | 38 void OsclExecSchedulerBase::Error(int32 anError) const 39 //virtual method--default error handler.
|
/external/opencore/oscl/unit_test/src/ |
test_problem.h | 31 //line number of the error, if appropriate 33 //filename of the error, if appropriate
|
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/ |
pvmi_mio_avi_wav_file.cpp | 377 (0, "PvmiMIOAviWavFile::writeComplete: Error - writeAsync failed. aStatus=%d", aStatus)); 391 // Error: unmatching ID. 393 (0, "PvmiMIOAviWavFile::writeComplete: Error - unmatched cmdId %d failed. QSize %d", aWrite_cmd_id, iSentMediaData.size())); 490 LOG_ERR((0, "PvmiMIOAviWavFile::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status)); 504 LOG_ERR((0, "PvmiMIOAviWavFile::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status)); 516 LOG_ERR((0, "PvmiMIOAviWavFile::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status)); 529 LOG_ERR((0, "PvmiMIOAviWavFile::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status)); 541 LOG_ERR((0, "PvmiMIOAviWavFile::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status)); 553 LOG_ERR((0, "PvmiMIOAviWavFile::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status)); 565 LOG_ERR((0, "PvmiMIOAviWavFile::GetOutputParametersSync: Error - AllocateKvp failed. status=%d", status)) 1144 PV_AVI_FILE_PARSER_ERROR_TYPE error = PV_AVI_FILE_PARSER_SUCCESS; local 1175 PV_AVI_FILE_PARSER_ERROR_TYPE error = PV_AVI_FILE_PARSER_SUCCESS; local 1307 PVMFStatus error = PVMFSuccess; local [all...] |
/external/openssl/crypto/ |
o_dir.h | 43 /* returns NULL on error or end-of-directory. 46 /* returns 1 on success, 0 on error */
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/mint/ |
SDL_sysloadso.c | 37 const char *loaderror = "Unknown error"; 47 const char *loaderror = "Unknown error";
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/os2/ |
SDL_sysloadso.c | 42 /* Generate an error message if all loads failed */ 51 const char *loaderror = "Unknown error";
|
/external/qemu/telephony/ |
gsm.h | 45 /* convert a hexchar to an int, returns -1 on error */ 48 /* convert a hexchar to an int, returns 0 on error */ 51 /* convert a 2-char hex value into an int, returns -1 on error */ 54 /* convert a 2-char hex value into an int, returns 0 on error */ 57 /* convert a 4-char hex value into an int, returns -1 on error */ 60 /* convert a 4-char hex value into an int, returns 0 on error */ 149 assumes 'dst' is NULL or properly sized, returns 0 in case of success, -1 in case of error. 184 int error; member in struct:__anon4900
|
remote_call.h | 17 /* convert a base console port into a remote phone number, -1 on error */ 20 /* convert a remote phone number into a remote console port, -1 on error */
|
/external/quake/quake/src/QW/client/ |
sys.h | 49 void Sys_Error (char *error, ...); 50 // an error will cause the entire program to exit
|
/external/quake/quake/src/WinQuake/ |
sys.h | 49 void Sys_Error (const char *error, ...); 50 // an error will cause the entire program to exit
|
/external/quake/standalone/ |
main.cpp | 24 unsigned int error = eglGetError(); local 25 if (error != EGL_SUCCESS) { 26 fprintf(stderr, "%s: error %u\n", msg, error); 31 unsigned int error = glGetError(); local 32 if (error != GL_NO_ERROR) { 33 fprintf(stderr, "%s: error 0x%04X\n", msg, error);
|
/external/srec/portable/include/ |
pLastError.h | 30 * Retrieves a verbose error message associated with the result of GetLastError() and outputs it 33 * @param prefix A message to prefix the error message with.
|
/external/stlport/stlport/stl/config/ |
_evc.h | 33 # error No support for Windows CE below 3.0! 88 * Wrong COMDAT packing may cause LNK1179 error. 179 # error Unknown ARM SDK. 193 # error Unknown ARM SDK. 208 # error Unknown MIPS SDK. 216 # error Unknown SHx SDK. 219 # error Unknown SDK. 225 * defines the operatore before, there will be an error C2084:
|
/external/v8/benchmarks/ |
run.js | 45 function PrintError(name, error) { 46 PrintResult(name, error);
|
/external/v8/test/mjsunit/ |
class-of-builtins.js | 39 Error: [ Error, TypeError, RangeError, SyntaxError, ReferenceError, EvalError, URIError ]
|
leakcheck.js | 39 if (fac(6) != 720) throw "Error"; 45 if (result != "123xxx789") throw "Error";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.4-2-n.js | 28 generate a runtime error. 48 "error",
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
date-001.js | 10 The toString function is not generic; it generates a runtime error if its 16 generates a runtime error.
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8CustomPositionErrorCallback.cpp | 46 void V8CustomPositionErrorCallback::handleEvent(PositionError* error) 57 toV8(error)
|
/external/webkit/WebCore/loader/ |
WorkerThreadableLoader.cpp | 152 // If the client hasn't reached a termination state, then transition it by sending a cancellation error. 154 ResourceError error(String(), 0, String(), String()); 155 error.setIsCancellation(true); 156 clientWrapper->didFail(error); 213 static void workerContextDidFail(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, const ResourceError& error) 216 workerClientWrapper->didFail(error); 219 void WorkerThreadableLoader::MainThreadBridge::didFail(const ResourceError& error) 221 m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextDidFail, m_workerClientWrapper, error), m_taskMode);
|
/external/webkit/WebCore/platform/graphics/openvg/ |
EGLUtils.h | 26 static inline const char* toEGLErrorConstant(EGLint error) 28 switch (error) {
|
VGUtils.h | 26 static inline const char* toVGErrorConstant(VGErrorCode error) 28 switch (error) {
|
/external/webkit/WebCore/platform/network/curl/ |
AuthenticationChallenge.h | 40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error) 41 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
|
/external/webkit/WebKit/chromium/src/ |
WebPluginLoadObserver.cpp | 51 void WebPluginLoadObserver::didFailLoading(const WebURLError& error) 54 m_pluginContainer->plugin()->didFailLoadingFrameRequest(m_notifyURL, m_notifyData, error);
|