HomeSort by relevance Sort by last modified time
    Searched defs:isident (Results 1 - 11 of 11) sorted by null

  /frameworks/native/libs/binder/
Debug.cpp 49 static inline int isident(int c) function in namespace:android
119 valid = isident(c[3]) ? true : false;
127 if (!isident(c[i])) valid = false;
  /system/libhwbinder/
Debug.cpp 50 static inline int isident(int c) function in namespace:android::hardware
120 valid = isident(c[3]) ? true : false;
128 if (!isident(c[i])) valid = false;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 221 def isident(char): function
229 if not isident(name[0]):
232 if not isident(char) and not isdigit(char):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_parse.py 210 def isident(char): function
218 if not isident(name[0]):
221 if not isident(char) and not isdigit(char):
  /external/python/cpython2/Lib/
sre_parse.py 221 def isident(char): function
229 if not isident(name[0]):
232 if not isident(char) and not isdigit(char):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 211 def isident(char): function
219 if not isident(name[0]):
222 if not isident(char) and not isdigit(char):
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py 211 def isident(char): function
219 if not isident(name[0]):
222 if not isident(char) and not isdigit(char):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 211 def isident(char): function
219 if not isident(name[0]):
222 if not isident(char) and not isdigit(char):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 211 def isident(char): function
219 if not isident(name[0]):
222 if not isident(char) and not isdigit(char):
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 556 if (isIdent(token)) {
611 public static boolean isIdent(String token) {
612 return isident(token.charAt(0));
616 if (!isident(token.charAt(0))) {
769 static boolean isident(char c) { method in class:ApiFile
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 1158 milliseconds