/frameworks/base/core/jni/ |
Time.cpp | 106 next_char(int *m, int k) function in namespace:android 119 buf[0] = next_char(&n, 1000); 120 buf[1] = next_char(&n, 100); 121 buf[2] = next_char(&n, 10); 125 buf[4] = next_char(&n, 10); 129 buf[6] = next_char(&n, 10); 136 buf[9] = next_char(&n, 10); 140 buf[11] = next_char(&n, 10); 144 buf[13] = next_char(&n, 10);
|
/cts/tools/dasm/src/java_cup/ |
lexer.java | 55 protected static int next_char; field in class:lexer 135 next_char = System.in.read(); 136 if (next_char == EOF_CHAR) 145 * next_char2 to next_char and then reads a new next_char2. 151 old_char = next_char; 152 next_char = next_char2; 153 if (next_char == EOF_CHAR) 241 /* next_char == '/' at this point */ 253 if (next_char == EOF_CHAR) 260 if (next_char == '*' && next_char2 == '/' [all...] |
/external/v8/preparser/ |
preparser-process.cc | 70 uint8_t next_char = buffer_[offset_]; local 72 if (next_char > 0x7fu) { 73 fprintf(stderr, "Non-ASCII character in input: '%c'.", next_char); 78 return static_cast<int32_t>(next_char);
|
/system/core/toolbox/ |
readtty.c | 26 char next_char(char key, char current) function 172 current_char = next_char(last_char_in, current_char);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libform.so | |
libform.so.5 | |
libform.so.5.6 | |
libform.a | [all...] |
libtic.a | [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
fmt.c | 198 static int next_char; variable 219 next_char = GETC(); 240 c = next_char; 249 next_char = EOF; 269 next_char = c;
|
/external/chromium/base/json/ |
json_reader.cc | 608 wchar_t next_char = *(json_pos_ + 1); local 609 if ('/' == next_char) { 622 } else if ('*' == next_char) {
|
/external/v8/src/ |
scanner-base.cc | 670 uc32 next_char = c0_; local 672 AddLiteralChar(next_char); 673 if (keyword_match.AddChar(next_char)) continue;
|
/cts/tools/dasm/etc/ |
java_cup.jar | |
java_cup.jar.old | |
java_cup-new.jar | |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |