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

  /frameworks/native/libs/binder/
Debug.cpp 48 static inline int isident(int c) function in namespace:android
118 valid = isident(c[3]) ? true : false;
126 if (!isident(c[i])) valid = false;
  /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 540 if (isIdent(token)) {
595 public static boolean isIdent(String token) {
596 return isident(token.charAt(0));
600 if (!isident(token.charAt(0))) {
753 static boolean isident(char c) { method in class:ApiFile
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 191 milliseconds