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

  /external/llvm/utils/lit/lit/
TclUtil.py 27 def at_end(self): member in class:TclLexer
73 if self.at_end():
92 if self.at_end():
99 if self.at_end():
111 while not self.at_end():
118 if self.at_end():
125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
145 if self.at_end() or self.look().isspace():
153 while not self.at_end():
  /external/mesa3d/src/mesa/main/
simple_list.h 163 #define at_end(list, elem) ((elem) == (list)) macro
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 79 gboolean at_end; member in struct:_GLocalFileEnumerator
267 if (local->at_end)
306 local->at_end = TRUE;
  /external/v8/src/
jsregexp.h 472 at_end(false),
478 return (at_end == that->at_end) &&
487 at_end |= that->at_end;
521 bool at_end: 1; member in struct:v8::internal::NodeInfo
    [all...]
  /external/v8/test/mjsunit/
regexp.js 332 assertFalse(/f(o)$\1/.test('foo'), "backref detects at_end");

Completed in 77 milliseconds