/external/openscreen/platform/base/ |
D | ip_address_unittest.cc | 69 ErrorOr<IPAddress> address = IPAddress::Parse("192.168.0.1"); in TEST() 76 EXPECT_FALSE(IPAddress::Parse("192..0.1")) in TEST() 78 EXPECT_FALSE(IPAddress::Parse(".192.168.0.1")) in TEST() 80 EXPECT_FALSE(IPAddress::Parse(".192.168.1")) in TEST() 82 EXPECT_FALSE(IPAddress::Parse("..192.168.0.1")) in TEST() 84 EXPECT_FALSE(IPAddress::Parse("..192.1")) in TEST() 86 EXPECT_FALSE(IPAddress::Parse("192.168.0.1.")) in TEST() 88 EXPECT_FALSE(IPAddress::Parse("192.168.1.")) in TEST() 90 EXPECT_FALSE(IPAddress::Parse("192.168.1..")) in TEST() 92 EXPECT_FALSE(IPAddress::Parse("192.168..")) in TEST() [all …]
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | parser_unittest.py | 44 self.assertEquals(parser.Parse(source, "my_file.mojom"), expected) 54 self.assertEquals(parser.Parse(source, "my_file.mojom"), expected) 67 parser.Parse(source, "my_file.mojom") 82 parser.Parse(source1, "my_file.mojom") 99 parser.Parse(source2, "my_file.mojom") 111 parser.Parse(source3, "my_file.mojom") 128 parser.Parse(source4, "my_file.mojom") 151 self.assertEquals(parser.Parse(source, "my_file.mojom"), expected) 171 self.assertEquals(parser.Parse(source, "my_file.mojom"), expected) 198 self.assertEquals(parser.Parse(source, "my_file.mojom"), expected) [all …]
|
/external/webrtc/test/ |
D | rtcp_packet_parser.cc | 24 bool RtcpPacketParser::Parse(const void* data, size_t length) { in Parse() function in webrtc::test::RtcpPacketParser 34 if (!header.Parse(next_packet, buffer_end - next_packet)) { in Parse() 42 app_.Parse(header); in Parse() 45 bye_.Parse(header, &sender_ssrc_); in Parse() 48 xr_.Parse(header, &sender_ssrc_); in Parse() 51 ij_.Parse(header); in Parse() 56 fir_.Parse(header, &sender_ssrc_); in Parse() 59 pli_.Parse(header, &sender_ssrc_); in Parse() 62 if (!loss_notification_.Parse(header, &sender_ssrc_) && in Parse() 63 !remb_.Parse(header, &sender_ssrc_)) { in Parse() [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 347 listener.EnterAlt(int.Parse(elements[1])); in Dispatch() 349 listener.EnterSubRule(int.Parse(elements[1])); in Dispatch() 351 listener.ExitSubRule(int.Parse(elements[1])); in Dispatch() 353 listener.EnterDecision(int.Parse(elements[1]), elements[2].Equals("true")); in Dispatch() 355 listener.ExitDecision(int.Parse(elements[1])); in Dispatch() 357 listener.Location(int.Parse(elements[1]), in Dispatch() 358 int.Parse(elements[2])); in Dispatch() 375 listener.LT(int.Parse(elements[1]), t); in Dispatch() 377 listener.Mark(int.Parse(elements[1])); in Dispatch() 380 listener.Rewind(int.Parse(elements[1])); in Dispatch() [all …]
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 436 listener.EnterAlt( int.Parse( elements[1] ) ); in Dispatch() 440 listener.EnterSubRule( int.Parse( elements[1] ) ); in Dispatch() 444 listener.ExitSubRule( int.Parse( elements[1] ) ); in Dispatch() 448 listener.EnterDecision(int.Parse(elements[1]), elements[2].Equals("true")); in Dispatch() 452 listener.ExitDecision( int.Parse( elements[1] ) ); in Dispatch() 456 listener.Location( int.Parse( elements[1] ), in Dispatch() 457 int.Parse( elements[2] ) ); in Dispatch() 482 listener.LT( int.Parse( elements[1] ), t ); in Dispatch() 486 listener.Mark( int.Parse( elements[1] ) ); in Dispatch() 492 listener.Rewind( int.Parse( elements[1] ) ); in Dispatch() [all …]
|
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | common_header_unittest.cc | 23 EXPECT_FALSE(header.Parse(buffer, 0)); in TEST() 24 EXPECT_FALSE(header.Parse(buffer, 1)); in TEST() 25 EXPECT_FALSE(header.Parse(buffer, 2)); in TEST() 26 EXPECT_FALSE(header.Parse(buffer, 3)); in TEST() 27 EXPECT_TRUE(header.Parse(buffer, 4)); in TEST() 35 EXPECT_FALSE(header.Parse(buffer, sizeof(buffer))); in TEST() 37 EXPECT_FALSE(header.Parse(buffer, sizeof(buffer))); in TEST() 39 EXPECT_TRUE(header.Parse(buffer, sizeof(buffer))); in TEST() 41 EXPECT_FALSE(header.Parse(buffer, sizeof(buffer))); in TEST() 48 EXPECT_FALSE(header.Parse(buffer, sizeof(buffer) - 1)); in TEST() [all …]
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_run_test.cc | 39 Result r = parser.Parse(in); in TEST_F() 57 Result r = parser.Parse(in); in TEST_F() 66 Result r = parser.Parse(in); in TEST_F() 86 Result r = parser.Parse(in); in TEST_F() 106 Result r = parser.Parse(in); in TEST_F() 126 Result r = parser.Parse(in); in TEST_F() 146 Result r = parser.Parse(in); in TEST_F() 166 Result r = parser.Parse(in); in TEST_F() 186 Result r = parser.Parse(in); in TEST_F() 206 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_bind_test.cc | 39 Result r = parser.Parse(in); in TEST_F() 76 Result r = parser.Parse(in); in TEST_F() 97 Result r = parser.Parse(in); in TEST_F() 117 Result r = parser.Parse(in); in TEST_F() 138 Result r = parser.Parse(in); in TEST_F() 159 Result r = parser.Parse(in); in TEST_F() 180 Result r = parser.Parse(in); in TEST_F() 201 Result r = parser.Parse(in); in TEST_F() 224 Result r = parser.Parse(in); in TEST_F() 253 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_expect_test.cc | 41 Result r = parser.Parse(in); in TEST_F() 83 Result r = parser.Parse(in); in TEST_F() 126 Result r = parser.Parse(in); in TEST_F() 149 Result r = parser.Parse(in); in TEST_F() 173 Result r = parser.Parse(in); in TEST_F() 196 Result r = parser.Parse(in); in TEST_F() 219 Result r = parser.Parse(in); in TEST_F() 242 Result r = parser.Parse(in); in TEST_F() 265 Result r = parser.Parse(in); in TEST_F() 288 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_shader_test.cc | 28 Result r = parser.Parse(in); in TEST_F() 46 Result r = parser.Parse(in); in TEST_F() 55 Result r = parser.Parse(in); in TEST_F() 64 Result r = parser.Parse(in); in TEST_F() 81 Result r = parser.Parse(in); in TEST_P() 102 Result r = parser.Parse(in); in TEST_F() 111 Result r = parser.Parse(in); in TEST_F() 120 Result r = parser.Parse(in); in TEST_F() 139 Result r = parser.Parse(in); in TEST_F() 163 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_depth_test.cc | 49 Result r = parser.Parse(in); in TEST_F() 92 Result r = parser.Parse(in); in TEST_F() 119 Result r = parser.Parse(in); in TEST_F() 146 Result r = parser.Parse(in); in TEST_F() 173 Result r = parser.Parse(in); in TEST_F() 200 Result r = parser.Parse(in); in TEST_F() 227 Result r = parser.Parse(in); in TEST_F() 254 Result r = parser.Parse(in); in TEST_F() 281 Result r = parser.Parse(in); in TEST_F() 308 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_pipeline_set_test.cc | 35 auto r = parser.Parse(in); in TEST_F() 52 auto r = parser.Parse(in); in TEST_F() 69 auto r = parser.Parse(in); in TEST_F() 86 auto r = parser.Parse(in); in TEST_F() 103 auto r = parser.Parse(in); in TEST_F() 120 auto r = parser.Parse(in); in TEST_F() 137 auto r = parser.Parse(in); in TEST_F() 154 auto r = parser.Parse(in); in TEST_F() 171 auto r = parser.Parse(in); in TEST_F() 188 auto r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_struct_test.cc | 33 Result r = parser.Parse(in); in TEST_F() 81 Result r = parser.Parse(in); in TEST_F() 93 Result r = parser.Parse(in); in TEST_F() 113 Result r = parser.Parse(in); in TEST_F() 125 Result r = parser.Parse(in); in TEST_F() 137 Result r = parser.Parse(in); in TEST_F() 149 Result r = parser.Parse(in); in TEST_F() 161 Result r = parser.Parse(in); in TEST_F() 173 Result r = parser.Parse(in); in TEST_F() 185 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_image_test.cc | 29 Result r = parser.Parse(in); in TEST_F() 40 Result r = parser.Parse(in); in TEST_F() 51 Result r = parser.Parse(in); in TEST_F() 62 Result r = parser.Parse(in); in TEST_F() 73 Result r = parser.Parse(in); in TEST_F() 84 Result r = parser.Parse(in); in TEST_F() 95 Result r = parser.Parse(in); in TEST_F() 106 Result r = parser.Parse(in); in TEST_F() 117 Result r = parser.Parse(in); in TEST_F() 128 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_attach_test.cc | 30 Result r = parser.Parse(in); in TEST_F() 44 Result r = parser.Parse(in); in TEST_F() 55 Result r = parser.Parse(in); in TEST_F() 68 Result r = parser.Parse(in); in TEST_F() 81 Result r = parser.Parse(in); in TEST_F() 98 Result r = parser.Parse(in); in TEST_F() 125 Result r = parser.Parse(in); in TEST_P() 156 Result r = parser.Parse(in); in TEST_F() 186 Result r = parser.Parse(in); in TEST_F() 201 Result r = parser.Parse(in); in TEST_F() [all …]
|
D | parser_stencil_test.cc | 61 Result r = parser.Parse(in); in TEST_F() 116 Result r = parser.Parse(in); in TEST_F() 142 Result r = parser.Parse(in); in TEST_F() 168 Result r = parser.Parse(in); in TEST_F() 194 Result r = parser.Parse(in); in TEST_F() 221 Result r = parser.Parse(in); in TEST_F() 248 Result r = parser.Parse(in); in TEST_F() 275 Result r = parser.Parse(in); in TEST_F() 302 Result r = parser.Parse(in); in TEST_F() 329 Result r = parser.Parse(in); in TEST_F() [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | parse_html_deps_unittest.py | 17 module = parser.Parse('') 25 module = parser.Parse(None) 42 module = parser.Parse(html) 61 module = parser.Parse(html) 78 module = parser.Parse(html) 106 module = parser.Parse(html) 118 module = parse_html_deps.HTMLModuleParser().Parse(html) 129 module = parser.Parse(html) 154 module = parse_html_deps.HTMLModuleParser().Parse(html) 179 self.assertRaises(lambda: parser.Parse(html)) [all …]
|
/external/skia/modules/skottie/src/ |
D | SkottieJson.cpp | 24 bool Parse<SkScalar>(const Value& v, SkScalar* s) { in Parse() function 28 return Parse((*array)[0], s); in Parse() 41 bool Parse<bool>(const Value& v, bool* b) { in Parse() function 68 bool Parse<int>(const Value& v, int* i) { in Parse() function 73 bool Parse<size_t>(const Value& v, size_t* sz) { in Parse() function 78 bool Parse<SkString>(const Value& v, SkString* s) { in Parse() function 88 bool Parse<SkV2>(const Value& v, SkV2* v2) { in Parse() function 95 && Parse<SkScalar>(av[0], &v2->x) in Parse() 96 && Parse<SkScalar>(av[1], &v2->y); in Parse() 100 bool Parse<SkPoint>(const Value& v, SkPoint* pt) { in Parse() function [all …]
|
/external/llvm-project/flang/lib/Parser/ |
D | token-parsers.h | 41 std::optional<const char *> Parse(ParseState &state) const { in Parse() function 68 static std::optional<Success> Parse(ParseState &state) { in Parse() function 92 static std::optional<Success> Parse(ParseState &state) { in Parse() function 97 return space.Parse(state); in Parse() 127 std::optional<Success> Parse(ParseState &state) const { in Parse() function 128 space.Parse(state); in Parse() 140 at = nextCh.Parse(state); in Parse() 147 at = nextCh.Parse(state); in Parse() 172 return spaceCheck.Parse(state); in Parse() 174 return space.Parse(state); in Parse() [all …]
|
D | user-state.cpp | 17 std::optional<Success> StartNewSubprogram::Parse(ParseState &state) { in Parse() function in Fortran::parser::StartNewSubprogram 24 std::optional<CapturedLabelDoStmt::resultType> CapturedLabelDoStmt::Parse( in Parse() function in Fortran::parser::CapturedLabelDoStmt 27 auto result{parser.Parse(state)}; in Parse() 37 EndDoStmtForCapturedLabelDoStmt::Parse(ParseState &state) { in Parse() function in Fortran::parser::EndDoStmtForCapturedLabelDoStmt 40 if (auto enddo{parser.Parse(state)}) { in Parse() 52 std::optional<Success> EnterNonlabelDoConstruct::Parse(ParseState &state) { in Parse() function in Fortran::parser::EnterNonlabelDoConstruct 59 std::optional<Success> LeaveDoConstruct::Parse(ParseState &state) { in Parse() function in Fortran::parser::LeaveDoConstruct 66 std::optional<Name> OldStructureComponentName::Parse(ParseState &state) { in Parse() function in Fortran::parser::OldStructureComponentName 67 if (std::optional<Name> n{name.Parse(state)}) { in Parse() 77 std::optional<DataComponentDefStmt> StructureComponents::Parse( in Parse() function in Fortran::parser::StructureComponents [all …]
|
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/bulk_test_results/ |
D | openjdk_src_repo_test_results.txt | 11 Parse error. Found "Just" <IDENTIFIER>, expected one of ";" "@" "\u001a" "abstract" "class" "defa… 14 (line 25,col 12) Parse error. Found "}", expected "(" 29 (line 25,col 28) Parse error. Found "1" <INTEGER_LITERAL>, expected "}" 54 (line 11,col 43) Parse error. Found ".", expected one of ")" "," "@" "[" 55 (line 14,col 2) Parse error. Found <EOF>, expected "}" 56 (line 14,col 2) Parse error. Found <EOF>, expected one of ";" "<" "@" "abstract" "boolean" "byte" … 59 (line 12,col 35) Parse error. Found ")", expected one of "enum" "exports" "module" "open" "opens" … 62 (line 8,col 19) Parse error. Found "{", expected one of ";" "default" 68 (line 9,col 18) Parse error. Found "{", expected one of ";" "default" 74 (line 17,col 21) Parse error. Found ",", expected one of "!=" "%" "&" "&&" "(" ")" "*" "+" "-" "/"… [all …]
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlparser_unittest.cpp | 18 std::unique_ptr<CFX_XMLDocument> Parse(pdfium::span<const char> input) { in Parse() function in CFX_XMLParserTest 21 return parser.Parse(); in Parse() 29 ASSERT_TRUE(Parse(input) == nullptr); in TEST_F() 37 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() 62 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() 87 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() 101 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() 115 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() 129 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() 143 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() [all …]
|
/external/skqp/modules/skottie/src/ |
D | SkottieJson.cpp | 24 bool Parse<SkScalar>(const Value& v, SkScalar* s) { in Parse() function 28 return Parse((*array)[0], s); in Parse() 41 bool Parse<bool>(const Value& v, bool* b) { in Parse() function 68 bool Parse<int>(const Value& v, int* i) { in Parse() function 73 bool Parse<size_t>(const Value& v, size_t* sz) { in Parse() function 78 bool Parse<SkString>(const Value& v, SkString* s) { in Parse() function 88 bool Parse<SkPoint>(const Value& v, SkPoint* pt) { in Parse() function 93 return Parse<SkScalar>(ov["x"], &pt->fX) in Parse() 94 && Parse<SkScalar>(ov["y"], &pt->fY); in Parse() 98 bool Parse<std::vector<float>>(const Value& v, std::vector<float>* vec) { in Parse() function [all …]
|
/external/deqp-deps/amber/src/vkscript/ |
D | datum_type_parser.cc | 27 std::unique_ptr<type::Type> DatumTypeParser::Parse(const std::string& data) { in Parse() function in amber::vkscript::DatumTypeParser 30 return tp.Parse("R32_SINT"); in Parse() 32 return tp.Parse("R32_UINT"); in Parse() 34 return tp.Parse("R8_SINT"); in Parse() 36 return tp.Parse("R8_UINT"); in Parse() 38 return tp.Parse("R16_SINT"); in Parse() 40 return tp.Parse("R16_UINT"); in Parse() 42 return tp.Parse("R64_SINT"); in Parse() 44 return tp.Parse("R64_UINT"); in Parse() 46 return tp.Parse("R32_SFLOAT"); in Parse() [all …]
|
/external/deqp-deps/amber/src/ |
D | descriptor_set_and_binding_parser_test.cc | 25 Result r = parser.Parse(":1234"); in TEST_F() 35 Result r = parser.Parse("1234"); in TEST_F() 44 Result r = parser.Parse("1234:5678"); in TEST_F() 53 Result r = parser.Parse(""); in TEST_F() 59 Result r = parser.Parse("abcd"); in TEST_F() 65 Result r = parser.Parse("1234a5678"); in TEST_F() 71 Result r = parser.Parse("1234:a5678"); in TEST_F() 79 Result r = parser.Parse("-1234:5678"); in TEST_F() 88 Result r = parser.Parse(":-1234"); in TEST_F() 96 Result r = parser.Parse("-1234"); in TEST_F() [all …]
|