HomeSort by relevance Sort by last modified time
    Searched refs:VERIFY_ERROR_NONE (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/analysis/
DexPrepare.h 54 VERIFY_ERROR_NONE = 0, /* no error; must be zero */
82 #define VERIFY_OK(_failure) ((_failure) == VERIFY_ERROR_NONE)
CodeVerify.cpp 782 VerifyError failure = VERIFY_ERROR_NONE;
996 VerifyError failure = VERIFY_ERROR_NONE;
    [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]

Completed in 38 milliseconds