Searched refs:bol (Results 1 - 8 of 8) 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/dexlib/src/main/java/org/jf/dexlib/Util/
H A DIndentingWriter.java83 bol();
138 bol();
172 private void bol() { method in class:IndentingWriter
H A DHex.java281 boolean bol = true;
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc390 // Read '\n'-terminated line from file. On success, modify "bol"
395 bool ReadLine(const char **bol, const char **eol) { argument
428 *bol = bol_;
434 const char *bol() { function in class:__anon3951::LineReader
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c373 FT_Bool bol = TRUE; local
435 if ( bol )
438 bol = FALSE;
680 bol = TRUE;
1522 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/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dxcode.py990 bol = ''
992 bol = ' '
993 makefile.write('%s%s \\\n' % (bol, concrete_output))

Completed in 714 milliseconds