/external/libchrome/base/json/ |
D | json_parser.cc | 437 char next_char = *NextChar(); in EatComment() local 438 if (next_char == '/') { in EatComment() 441 next_char = *NextChar(); in EatComment() 442 if (next_char == '\n' || next_char == '\r') in EatComment() 445 } else if (next_char == '*') { in EatComment() 449 next_char = *NextChar(); in EatComment() 450 if (previous_char == '*' && next_char == '/') { in EatComment() 457 previous_char = next_char; in EatComment() 625 int32_t next_char = 0; in ConsumeStringRaw() local 629 CBU8_NEXT(start_pos_, index_, length, next_char); in ConsumeStringRaw() [all …]
|
/external/libweave/third_party/chromium/base/json/ |
D | json_parser.cc | 432 char next_char = *NextChar(); in EatComment() local 433 if (next_char == '/') { in EatComment() 436 next_char = *NextChar(); in EatComment() 437 if (next_char == '\n' || next_char == '\r') in EatComment() 440 } else if (next_char == '*') { in EatComment() 444 next_char = *NextChar(); in EatComment() 445 if (previous_char == '*' && next_char == '/') { in EatComment() 452 previous_char = next_char; in EatComment() 620 int32_t next_char = 0; in ConsumeStringRaw() local 624 CBU8_NEXT(start_pos_, index_, length, next_char); in ConsumeStringRaw() [all …]
|
/external/webrtc/webrtc/base/ |
D | base64_unittest.cc | 992 char next_char; in TEST() local 993 EXPECT_TRUE(Base64::GetNextBase64Char('A', &next_char)); in TEST() 994 EXPECT_EQ('B', next_char); in TEST() 995 EXPECT_TRUE(Base64::GetNextBase64Char('Z', &next_char)); in TEST() 996 EXPECT_EQ('a', next_char); in TEST() 997 EXPECT_TRUE(Base64::GetNextBase64Char('/', &next_char)); in TEST() 998 EXPECT_EQ('A', next_char); in TEST() 999 EXPECT_FALSE(Base64::GetNextBase64Char('&', &next_char)); in TEST()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | 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/ |
D | sanitizer_suppressions.cc | 120 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local 121 if (next_char && *next_char == ':') { in Parse() 122 line = ++next_char; in Parse()
|
/external/webrtc/talk/media/base/ |
D | yuvframegenerator.cc | 194 char next_char; in ComputeBarcodeDigits() local 195 result->get(next_char); in ComputeBarcodeDigits() 196 uint8_t digit = next_char - '0'; in ComputeBarcodeDigits() 229 char next_char; in DrawBarcode() local 230 value_str_stream.get(next_char); in DrawBarcode() 237 uint8_t digit = next_char - '0'; in DrawBarcode()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-normalize.cc | 106 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function 171 next_char (buffer, glyph); in decompose_current_character() 183 next_char (buffer, glyph); in decompose_current_character() 194 next_char (buffer, space_glyph); in decompose_current_character() 207 next_char (buffer, other_glyph); in decompose_current_character() 212 next_char (buffer, glyph); /* glyph is initialized in earlier branches. */ in decompose_current_character()
|
/external/dbus/bus/ |
D | policy.c | 1280 char next_char; in bus_rules_check_can_own() local 1286 next_char = data[strlen (rule->d.own.service_name)]; in bus_rules_check_can_own() 1287 if (next_char != '\0' && next_char != '.') in bus_rules_check_can_own()
|
/external/v8/src/parsing/ |
D | scanner.cc | 1301 uc32 next_char = c0_; in ScanIdentifierOrKeyword() local 1303 AddLiteralChar(next_char); in ScanIdentifierOrKeyword()
|
/external/robolectric/v3/libs/ |
D | vtd-xml-2.11.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ximpleware/
com/ ... |