OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOL
(Results
1 - 12
of
12
) 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/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 */
697
/* is there an EOL and/or
BOL
between lastc and c? */
702
flagch =
BOL
;
707
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 */
697
/* is there an EOL and/or
BOL
between lastc and c? */
702
flagch =
BOL
;
707
flagch = (flagch ==
BOL
) ? BOLEOL : EOL
[
all
...]
/external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h
195
static ByteTerm
BOL
(int inputPos)
YarrPattern.h
176
static PatternTerm
BOL
()
YarrPattern.cpp
376
m_alternative->m_terms.append(PatternTerm::
BOL
());
507
// Bubble up
BOL
flags
514
// If all the alternatives in parens start with
BOL
, then so does this one
[
all
...]
YarrInterpreter.cpp
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h
178
#define
BOL
(1 << 6) /* Token at beginning of line. */
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h
178
#define
BOL
(1 << 6) /* Token at beginning of line. */
[
all
...]
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h
178
#define
BOL
(1 << 6) /* Token at beginning of line. */
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/
flex.skl
1044
%% update
BOL
and yylineno
[
all
...]
Completed in 680 milliseconds