Searched refs:bol (Results 1 - 10 of 10) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIndentingWriter.java75 bol();
130 bol();
164 private void bol() { method in class:IndentingWriter
H A DHex.java269 boolean bol = true;
/external/smali/util/src/main/java/org/jf/util/
H A DWrappedIndentingWriter.java90 bol();
145 bol();
179 private void bol() { method in class:WrappedIndentingWriter
H A DHex.java281 boolean bol = true;
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c379 FT_Bool bol = TRUE; local
441 if ( bol )
444 bol = FALSE;
686 bol = TRUE;
1535 bol = TRUE;
/external/freetype/src/psaux/
H A Dt1decode.c379 FT_Bool bol = TRUE; local
441 if ( bol )
444 bol = FALSE;
686 bol = TRUE;
1535 bol = TRUE;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1decode.c379 FT_Bool bol = TRUE; local
441 if ( bol )
444 bol = FALSE;
686 bol = TRUE;
1535 bol = TRUE;
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc402 // Read '\n'-terminated line from file. On success, modify "bol"
407 bool ReadLine(const char **bol, const char **eol) { argument
440 *bol = bol_;
446 const char *bol() { function in class:__anon2531::LineReader
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py1381 - formatting state (level, bol) is cloned and used in insertion points
1396 # bol bool beginning of line?
1422 self.bol = 1
1431 self.bol = create_from.bol
1552 if self.marker and self.bol:
1563 self.bol = 1
1579 self.bol = 0
1614 if self.bol:
1617 self.bol
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dxcode.py988 bol = ''
990 bol = ' '
991 makefile.write('%s%s \\\n' % (bol, concrete_output))

Completed in 987 milliseconds