OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_char
(Results
1 - 16
of
16
) sorted by null
/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/dbus/bus/
policy.c
1280
char
next_char
;
local
[
all
...]
/external/libchrome/base/json/
json_parser.cc
437
char
next_char
= *NextChar();
local
438
if (
next_char
== '/') {
441
next_char
= *NextChar();
442
if (
next_char
== '\n' ||
next_char
== '\r')
445
} else if (
next_char
== '*') {
449
next_char
= *NextChar();
450
if (previous_char == '*' &&
next_char
== '/') {
457
previous_char =
next_char
;
625
int32_t
next_char
= 0
local
[
all
...]
/external/libweave/third_party/chromium/base/json/
json_parser.cc
432
char
next_char
= *NextChar();
local
433
if (
next_char
== '/') {
436
next_char
= *NextChar();
437
if (
next_char
== '\n' ||
next_char
== '\r')
440
} else if (
next_char
== '*') {
444
next_char
= *NextChar();
445
if (previous_char == '*' &&
next_char
== '/') {
452
previous_char =
next_char
;
620
int32_t
next_char
= 0
local
[
all
...]
/external/v8/src/parsing/
scanner.cc
1301
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/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar
Completed in 2816 milliseconds