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

  /external/chromium-trace/catapult/devil/devil/android/tools/
keyboard.py 102 def next_char(): function in function:main
117 Keyboard(devices[0], 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;
  /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/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/webrtc/base/
base64_unittest.cc 992 char next_char; local
    [all...]
  /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/libchrome/base/json/
json_parser.cc 282 char next_char = *NextChar(); local
283 if (next_char == '/') {
286 next_char = *NextChar();
287 if (next_char == '\n' || next_char == '\r')
290 } else if (next_char == '*') {
294 next_char = *NextChar();
295 if (previous_char == '*' && next_char == '/') {
302 previous_char = next_char;
462 int32_t next_char = 0 local
    [all...]
  /external/v8/src/parsing/
scanner.cc 1530 uc32 next_char = c0_; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
hex_float.h 746 auto next_char = is.peek(); local
747 if (next_char == '-' || next_char == '+') {
862 auto next_char = is.peek(); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 744 auto next_char = is.peek(); local
745 if (next_char == '-' || next_char == '+') {
860 auto next_char = is.peek(); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
read.c 44 #define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) (NEXT_CHAR == ':')
818 char next_char;
905 next_char = * input_line_pointer;
908 if (is_name_beginner (next_char) || next_char == '"')
916 next_char = (nul_char == '"' ? input_line_pointer[1] : nul_char);
950 && TC_START_LABEL_WITHOUT_COLON (nul_char, next_char)
960 next_char = restore_line_pointer (nul_char);
961 if (next_char == ':'
815 char next_char; 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/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 199 milliseconds