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

  /external/llvm/utils/lit/lit/
ProgressBar.py 47 BOL = '' #: Move the cursor to the beginning of the line
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
229 self.BOL = self.term.BOL # BoL from col#79
234 self.BOL = self.term.UP + self.term.BOL
268 self.BOL + self.term.UP + self.term.CLEAR_EOL +
277 sys.stdout.write(self.BOL + self.term.CLEAR_EOL
    [all...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/llvm-subzero/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/lib/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...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 88 ~c231=BOL # Bolivia
rel.conf 94 ~c200,~c231=BOL # Bolivia
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 183 #define BOL (1 << 6) /* Token at beginning of line. */
    [all...]
  /external/libvncserver/webclients/novnc/include/
keysym.js 26 XK_Begin = 0xff58, /* BOL */
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 1115 p.errorf("internal error: backing up before BOL")
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 1115 p.errorf("internal error: backing up before BOL")
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 1556 milliseconds