Searched defs:dexIsValidTypeDescriptor (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexUtf.cpp263 bool dexIsValidTypeDescriptor(const char* s) { function
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)) {

Completed in 35 milliseconds