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

  /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/libchrome/base/json/
json_parser.cc 441 char next_char = *NextChar(); local
442 if (next_char == '/') {
445 next_char = *NextChar();
446 if (next_char == '\n' || next_char == '\r')
449 } else if (next_char == '*') {
453 next_char = *NextChar();
454 if (previous_char == '*' && next_char == '/') {
461 previous_char = next_char;
628 int32_t next_char = 0 local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video.py 150 next_char = ''
151 while next_char != '\n':
152 next_char = stderr.read(1)
153 line += next_char
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 120 const char *next_char = StripPrefix(line, suppression_types_[type]); local
121 if (next_char && *next_char == ':') {
122 line = ++next_char;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 755 auto next_char = is.peek(); local
756 if (next_char == '-' || next_char == '+') {
871 auto next_char = is.peek(); local
    [all...]
  /external/webrtc/webrtc/base/
base64_unittest.cc 992 char next_char; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 106 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) function
171 next_char (buffer, glyph);
183 next_char (buffer, glyph);
194 next_char (buffer, space_glyph);
207 next_char (buffer, other_glyph);
212 next_char (buffer, glyph); /* glyph is initialized in earlier branches. */
  /external/webrtc/talk/media/base/
yuvframegenerator.cc 194 char next_char; local
195 result->get(next_char);
196 uint8_t digit = next_char - '0';
229 char next_char; local
230 value_str_stream.get(next_char);
237 uint8_t digit = next_char - '0';
  /external/chromium-trace/catapult/devil/devil/android/tools/
keyboard.py 107 def next_char(): function in function:main
122 Keyboard(devices[0], next_char())
  /external/v8/src/parsing/
scanner.cc 1425 uc32 next_char = c0_; local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 2983 milliseconds