Home
last modified time | relevance | path

Searched refs:EXIT_ERROR (Results 1 – 25 of 26) sorted by relevance

12

/external/tpm2-tss/test/integration/
Dmain-fapi.c81 return EXIT_ERROR; in main()
188 ret = EXIT_ERROR; in main()
195 ret = EXIT_ERROR; in main()
202 ret = EXIT_ERROR; in main()
208 ret = EXIT_ERROR; in main()
217 ret = EXIT_ERROR; in main()
226 ret = EXIT_ERROR; in main()
234 ret = EXIT_ERROR; in main()
242 ret = EXIT_ERROR; in main()
265 ret = EXIT_ERROR; in main()
[all …]
Dtest-fapi.h11 #define EXIT_ERROR 99 macro
/external/oj-libjdwp/src/share/back/
DstepControl.c44 EXIT_ERROR(error, "getting frame count"); in getFrameCount()
71 EXIT_ERROR(error, "enabling single step"); in enableStepping()
85 EXIT_ERROR(error, "disabling single step"); in disableStepping()
272 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting step request"); in handleFramePopEvent()
375 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting step request"); in handleExceptionCatchEvent()
444 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting step request"); in handleMethodEnterEvent()
507 EXIT_ERROR(error, "initializing step state"); in completeStep()
527 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting step request"); in stepControl_handleStep()
602 EXIT_ERROR(AGENT_ERROR_INVALID_EVENT_TYPE, in stepControl_handleStep()
612 EXIT_ERROR(error, "setting up notify frame pop"); in stepControl_handleStep()
[all …]
DclassTrack.c213 EXIT_ERROR(error,"unable to get-tag with class trackingEnv!"); in classTrack_addPreparedClass()
222 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"KlassNode"); in classTrack_addPreparedClass()
227 EXIT_ERROR(error,"signature"); in classTrack_addPreparedClass()
234 EXIT_ERROR(error,"SetTag"); in classTrack_addPreparedClass()
276 EXIT_ERROR(AGENT_ERROR_INTERNAL,"Failed to allocate tag-tracking jvmtiEnv"); in classTrack_initialize()
312 EXIT_ERROR(error,"loaded classes array"); in classTrack_initialize()
Dutil.c66 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef pobj"); in saveGlobalRef()
69 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef *pobj"); in saveGlobalRef()
72 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef env"); in saveGlobalRef()
75 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"saveGlobalRef obj"); in saveGlobalRef()
79 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"NewGlobalRef"); in saveGlobalRef()
91 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"tossGlobalRef pobj"); in tossGlobalRef()
95 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"tossGlobalRef env"); in tossGlobalRef()
98 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"tossGlobalRef obj"); in tossGlobalRef()
110 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"findClass env"); in findClass()
113 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"findClass name"); in findClass()
[all …]
DthreadControl.c149 EXIT_ERROR(error, "getting frame count"); in getStackDepth()
176 EXIT_ERROR(error, "cannot set thread local storage"); in setThreadLocalStorage()
195 EXIT_ERROR(error, "cannot get thread local storage"); in getThreadLocalStorage()
311 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"thread table entry"); in insertThread()
318 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"thread table entry"); in insertThread()
330 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"thread table entry"); in insertThread()
521EXIT_ERROR(error, "cannot process deferred thread event notifications at thread start"); in processDeferredEventModes()
576 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "no java.lang.thread class"); in threadControl_initialize()
579 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "cannot resume thread"); in threadControl_initialize()
584 EXIT_ERROR(error, "getting method location"); in threadControl_initialize()
[all …]
DdebugInit.c528 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead at VM_INIT time"); in cbEarlyVMInit()
557 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM died more than once"); in cbEarlyVMDeath()
578 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead at initial Exception event"); in cbEarlyException()
768 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead at initialize() time"); in initialize()
774 EXIT_ERROR(error, "unable to disable JVMTI event notification"); in initialize()
778 EXIT_ERROR(error, "unable to disable JVMTI event notification"); in initialize()
782 EXIT_ERROR(error, "unable to disable JVMTI event notification"); in initialize()
790 EXIT_ERROR(error, "unable to clear JVMTI callbacks"); in initialize()
829 EXIT_ERROR(map2jvmtiError(arg.error), "No transports initialized"); in initialize()
866 EXIT_ERROR(AGENT_ERROR_INTERNAL,"VM dead before initialize() completes"); in initialize()
[all …]
DeventHandler.c122 EXIT_ERROR(0, "Problems tracking active callbacks"); \
184 EXIT_ERROR(AGENT_ERROR_INVALID_EVENT_TYPE,"bad index for handler"); in getHandlerChain()
257 EXIT_ERROR(AGENT_ERROR_INTERNAL,"iterator function NULL"); in eventHandlerRestricted_iterator()
663 EXIT_ERROR(AGENT_ERROR_INTERNAL,"handler function NULL"); in event_callback()
740 EXIT_ERROR(error,"Can't get jclass for a methodID, invalid?"); in getMethodClass()
1264 EXIT_ERROR(error,"Can't clear event callbacks on vm death"); in cbVMDeath()
1485 EXIT_ERROR(error,"Can't enable vm init events"); in eventHandler_initialize()
1490 EXIT_ERROR(error,"Can't enable vm death events"); in eventHandler_initialize()
1495 EXIT_ERROR(error,"Can't enable thread start events"); in eventHandler_initialize()
1500 EXIT_ERROR(error,"Can't enable thread end events"); in eventHandler_initialize()
[all …]
Dinvoker.c338 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting thread invoke request"); in invoker_enableInvokeRequests()
474 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"Invalid method signature"); in invokeStatic()
562 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"Invalid method signature"); in invokeVirtual()
661 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"Invalid method signature"); in invokeNonvirtual()
681 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting thread invoke request"); in invoker_doInvoke()
760 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting thread invoke request"); in invoker_completeInvokeRequest()
837 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting thread invoke request"); in invoker_isPending()
850 EXIT_ERROR(AGENT_ERROR_INVALID_THREAD, "getting thread invoke request"); in invoker_isEnabled()
DeventHelper.c385 EXIT_ERROR(error,"signature"); in writeClassEvent()
445 EXIT_ERROR(AGENT_ERROR_INVALID_EVENT_TYPE,"unknown event index"); in handleEventCommandSingle()
621 EXIT_ERROR(AGENT_ERROR_INVALID_EVENT_TYPE,"Event Helper Command"); in handleCommand()
834 EXIT_ERROR(AGENT_ERROR_INVALID_EVENT_TYPE,"ExceptionOccurred"); in saveEventInfoRefs()
1002 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"badAdd(eventBag)"); in eventHelper_recordEvent()
1022 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"bagAdd(eventBag)"); in eventHelper_recordClassUnload()
1042 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"bagAdd(eventBag)"); in eventHelper_recordFrameEvent()
1082 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"HelperCommand"); in eventHelper_reportInvokeDone()
1100 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"HelperCommmand"); in eventHelper_reportVMInit()
1116 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"HelperCommmand"); in eventHelper_suspendThread()
DcommonRef.c110 EXIT_ERROR(error,"GetObjectsWithTags"); in getLocalRef()
113 EXIT_ERROR(AGENT_ERROR_INTERNAL, in getLocalRef()
246 EXIT_ERROR(AGENT_ERROR_NULL_POINTER,"NewGlobalRef"); in strengthenNode()
311 EXIT_ERROR(AGENT_ERROR_INTERNAL,"RefNode count < 0"); in deleteNodeByID()
Derror_messages.h50 #define EXIT_ERROR(error,msg) \ macro
DdebugDispatch.c60 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"command set array"); in debugDispatch_initialize()
Derror_messages.c108 EXIT_ERROR(AGENT_ERROR_INTERNAL,"Requested errorexit=y exit()"); in error_message()
132 EXIT_ERROR(AGENT_ERROR_INTERNAL,"Assertion Failed"); in jdiAssertionFailed()
DSDE.c333 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY, "SDE line table"); in assureLineTableSize()
357 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY, "SDE file table"); in assureFileTableSize()
381 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY, "SDE stratum table"); in assureStratumTableSize()
DvmDebug.c138 EXIT_ERROR(JVMTI_ERROR_INTERNAL, in vmDebug_initalize()
DstandardHandlers.c177 EXIT_ERROR(AGENT_ERROR_INVALID_EVENT_TYPE,"Unable to install VM Death event handler"); in standardHandlers_onConnect()
DdebugLoop.c285 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"packet list"); in enqueue()
Dtransport.c326 EXIT_ERROR(JVMTI_ERROR_NONE, "could not connect, timeout or fatal error"); in acceptThread()
DeventFilter.c545 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"Invalid filter modifier"); in eventFilterRestricted_passesFilter()
600 EXIT_ERROR(AGENT_ERROR_ILLEGAL_ARGUMENT,"Invalid filter modifier"); in eventFilterRestricted_passesUnloadFilter()
DoutStream.c372 EXIT_ERROR(AGENT_ERROR_INVALID_OBJECT,"Invalid type key"); in outStream_writeValue()
DArrayReferenceImpl.c566 EXIT_ERROR(AGENT_ERROR_INVALID_OBJECT,NULL); in setValues()
/external/e2fsprogs/misc/
Dfsck.c511 exit(EXIT_ERROR); in execute()
626 status = EXIT_ERROR; in wait_one()
631 status = EXIT_ERROR; in wait_one()
770 exit(EXIT_ERROR); in compile_fs_type()
1129 exit(EXIT_ERROR); in PRS()
1141 exit(EXIT_ERROR); in PRS()
1153 exit(EXIT_ERROR); in PRS()
1162 exit(EXIT_ERROR); in PRS()
1248 exit(EXIT_ERROR); in PRS()
1294 exit(EXIT_ERROR); in main()
Dfsck.h32 #define EXIT_ERROR 8 macro
/external/elfutils/src/
Dstack.c104 #define EXIT_ERROR 1 macro
762 return error_message_count != 0 ? EXIT_ERROR : EXIT_OK; in main()

12