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

  /dalvik/libdex/
DexUtf.cpp 263 bool dexIsValidTypeDescriptor(const char* s) {
273 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
276 if (!dexIsValidTypeDescriptor(s)) {
284 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
287 if (!dexIsValidTypeDescriptor(s)) {
295 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
298 if (!dexIsValidTypeDescriptor(s)) {
DexUtf.h 105 bool dexIsValidTypeDescriptor(const char* s);
117 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
122 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
127 * is true if dexIsValidTypeDescriptor() returns true and the descriptor
DexSwapVerify.cpp 595 if (!dexIsValidTypeDescriptor(descriptor)) {
    [all...]

Completed in 136 milliseconds