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

  /external/antlr/src/org/antlr/runtime/tree/
TreeParser.java 103 Object look = input.LT(1); local
104 if ( input.getTreeAdaptor().getChildCount(look)==0 ) {
111 int tokenType = input.getTreeAdaptor().getType(look);
114 look = input.LT(1);
115 tokenType = input.getTreeAdaptor().getType(look);
  /external/llvm/utils/lit/lit/
ShUtil.py 18 def look(self): member in class:ShLexer
50 c = self.look()
161 if self.look().isspace():
179 def look(self): member in class:ShParser
195 tok = self.look()
222 if self.look() == ('!',):
227 while self.look() == ('|',):
235 while self.look():
239 if not self.look():
TclUtil.py 35 def look(self): member in class:TclLexer
81 elif c == '\\' and self.look() in '{}':
113 if self.look().isspace() or self.look() == ';':
125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
126 self.look() == '{'):
145 if self.at_end() or self.look().isspace():
154 c = self.look()
178 def look(self): member in class:TclExecCommand
199 if self.look() is None
    [all...]
  /bionic/libc/regex/
engine.c 847 sopno look; local
922 for (look = 1;
923 OP(s = g->strip[pc+look]) != O_CH;
924 look += OPND(s))
926 FWD(aft, aft, look);
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 847 sopno look; local
922 for (look = 1;
923 OP(s = g->strip[pc+look]) != O_CH;
924 look += OPND(s))
926 FWD(aft, aft, look);
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /frameworks/base/core/java/android/text/
DynamicLayout.java 211 int look = TextUtils.indexOf(text, '\n', where + after); local
212 if (look < 0)
213 look = len;
215 look++; // we want the index after the \n
217 int change = look - (where + after);
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 133 milliseconds