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

  /external/llvm/utils/lit/lit/
ProgressBar.py 43 BOL = '' #: Move the cursor to the beginning of the line
78 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
214 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
217 self.BOL = self.term.BOL # BoL from col#79
222 self.BOL = self.term.UP + self.term.BOL
256 self.BOL + self.term.UP + self.term.CLEAR_EOL +
265 sys.stdout.write(self.BOL + self.term.CLEAR_EOL
    [all...]
  /external/llvm/lib/Support/
regengine.inc 97 #define BOL (OUT+1)
98 #define EOL (BOL+1)
99 #define BOLEOL (BOL+2)
100 #define NOTHING (BOL+3)
101 #define BOW (BOL+4)
102 #define EOW (BOL+5)
103 #define CODEMAX (BOL+5) /* highest code used */
709 /* is there an EOL and/or BOL between lastc and c? */
714 flagch = BOL;
719 flagch = (flagch == BOL) ? BOLEOL : EOL
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 135 #define BOL (OUT+1)
136 #define EOL (BOL+1)
137 #define BOLEOL (BOL+2)
138 #define NOTHING (BOL+3)
139 #define BOW (BOL+4)
140 #define EOW (BOL+5)
141 #define CODEMAX (BOL+5) /* highest code used */
806 /* is there an EOL and/or BOL between lastc and c? */
811 flagch = BOL;
816 flagch = (flagch == BOL) ? BOLEOL : EOL
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 94 #define BOL (OUT+1)
95 #define EOL (BOL+1)
96 #define BOLEOL (BOL+2)
97 #define NOTHING (BOL+3)
98 #define BOW (BOL+4)
99 #define EOW (BOL+5)
100 #define CODEMAX (BOL+5) /* highest code used */
699 /* is there an EOL and/or BOL between lastc and c? */
704 flagch = BOL;
709 flagch = (flagch == BOL) ? BOLEOL : EOL
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-bol-with-multiline.js 25 'Test for beginning of line (BOL or ^) matching in a multiline string</a>'
regexp-bol.js 25 'Test for beginning of line (BOL or ^) matching</a>'
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 175 #define BOL (1 << 6) /* Token at beginning of line. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 175 #define BOL (1 << 6) /* Token at beginning of line. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 175 #define BOL (1 << 6) /* Token at beginning of line. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 175 #define BOL (1 << 6) /* Token at beginning of line. */
    [all...]

Completed in 518 milliseconds