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 50 VERIFY_ERROR_NONE = 0, /* no error; must be zero */
78 #define VERIFY_OK(_failure) ((_failure) == VERIFY_ERROR_NONE)
CodeVerify.c 724 VerifyError failure = VERIFY_ERROR_NONE;
937 VerifyError failure = VERIFY_ERROR_NONE;
    [all...]
  /dalvik/vm/interp/
Interp.c     [all...]

Completed in 53 milliseconds