Home
last modified time | relevance | path

Searched refs:Parse (Results 1 - 25 of 251) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dregexp_test.cpp107 parser.Parse(); in TEST_F()
117 parser.Parse(); in TEST_F()
127 parser.Parse(); in TEST_F()
137 parser.Parse(); in TEST_F()
147 parser.Parse(); in TEST_F()
157 parser.Parse(); in TEST_F()
167 parser.Parse(); in TEST_F()
177 parser.Parse(); in TEST_F()
187 parser.Parse(); in TEST_F()
197 parser.Parse(); in TEST_F()
[all...]
H A Doptions_test.cpp50 ASSERT_TRUE(GetParser()->Parse(GetCorrectOptionsList())); in TEST_F()
58 ASSERT_FALSE(GetParser()->Parse(invalidOptions)); in TEST_F()
71 ASSERT_TRUE(GetParser()->Parse(optionsVector)); in TEST_F()
74 ASSERT_FALSE(GetParser()->Parse(optionsVector)); in TEST_F()
79 ASSERT_FALSE(GetParser()->Parse(optionsVector)); in TEST_F()
86 ASSERT_TRUE(GetParser()->Parse(GetCorrectOptionsList())); in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dpandargs_test.cpp214 EXPECT_TRUE(paParser.Parse(ARGC_BOOL_ONLY, argvBoolOnly)); in TEST()
220 EXPECT_TRUE(paParser.Parse(ARGC_BOOL_ONLY, argvBoolOnly)); in TEST()
232 EXPECT_FALSE(paParser.Parse(ARGC_BOOL_ONLY, argvBoolOnly)); in TEST()
242 EXPECT_TRUE(paParser.Parse(ARGC_BOOL_ONLY, argvBoolOnly)); in TEST()
256 EXPECT_TRUE(paParser.Parse(ARGC_INT_ONLY, argvIntOnly)); in TEST()
259 EXPECT_TRUE(paParser.Parse(ARGC_INT_ONLY, argvIntOnly)); in TEST()
273 EXPECT_TRUE(paParser.Parse(ARGC_DOUBLE_ONLY, argvDoubleOnly)); in TEST()
276 EXPECT_TRUE(paParser.Parse(ARGC_DOUBLE_ONLY, argvDoubleOnly)); in TEST()
290 EXPECT_TRUE(paParser.Parse(ARGC_UINT64_INT, argvUint64Int)); in TEST()
293 EXPECT_TRUE(paParser.Parse(ARGC_UINT64_IN in TEST()
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Dpandargs_test.cpp235 EXPECT_TRUE(PA_PARSER.Parse(argc_bool_only, argv_bool_only)); in HWTEST()
240 EXPECT_TRUE(PA_PARSER.Parse(argc_bool_only, argv_bool_only)); in HWTEST()
253 EXPECT_FALSE(PA_PARSER.Parse(argc_bool_only, argv_bool_only)); in HWTEST()
264 EXPECT_TRUE(PA_PARSER.Parse(argc_bool_only, argv_bool_only)); in HWTEST()
279 EXPECT_TRUE(PA_PARSER.Parse(argc_int_only, argv_int_only)); in HWTEST()
282 EXPECT_TRUE(PA_PARSER.Parse(argc_int_only, argv_int_only)); in HWTEST()
297 EXPECT_TRUE(PA_PARSER.Parse(argc_double_only, argv_double_only)); in HWTEST()
300 EXPECT_TRUE(PA_PARSER.Parse(argc_double_only, argv_double_only)); in HWTEST()
315 EXPECT_TRUE(PA_PARSER.Parse(argcUint64Int, argvUint64Int)); in HWTEST()
318 EXPECT_TRUE(PA_PARSER.Parse(argcUint64In in HWTEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dason_test.cpp102 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
107 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0()
112 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0()
117 JSHandle<JSTaggedValue> result5 = parser.Parse(handleStr5); in HWTEST_F_L0()
131 JSHandle<JSTaggedValue> result2 = parser.Parse(*handleStr2); in HWTEST_F_L0()
138 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0()
145 JSHandle<JSTaggedValue> result4 = parser.Parse(*handleStr4); in HWTEST_F_L0()
158 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
169 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
180 JSHandle<JSTaggedValue> result = parser.Parse(handleSt in HWTEST_F_L0()
[all...]
H A Djson_parser_test.cpp117 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
122 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0()
127 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0()
148 JSHandle<JSTaggedValue> result2 = parser.Parse(*handleStr2); in HWTEST_F_L0()
155 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0()
162 JSHandle<JSTaggedValue> result4 = parser.Parse(*handleStr4); in HWTEST_F_L0()
183 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
202 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
229 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
254 JSHandle<JSTaggedValue> result = parser.Parse(emptyStrin in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp64 maplecl::RetCode maplecl::Option<UTCLType>::Parse(ssize_t &argsIndex, const std::deque<std::string_view> &args, in Parse() function in maplecl::Option
165 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
185 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
219 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
247 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
282 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
300 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
318 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
332 auto err = maplecl::CommandLine::GetCommandLine().Parse(argc, (char **)argv); in TEST()
350 auto err = maplecl::CommandLine::GetCommandLine().Parse(arg in TEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
H A Dregexp_test.cpp124 parser.Parse(); in HWTEST_F_L0()
134 parser.Parse(); in HWTEST_F_L0()
144 parser.Parse(); in HWTEST_F_L0()
154 parser.Parse(); in HWTEST_F_L0()
164 parser.Parse(); in HWTEST_F_L0()
174 parser.Parse(); in HWTEST_F_L0()
184 parser.Parse(); in HWTEST_F_L0()
194 parser.Parse(); in HWTEST_F_L0()
204 parser.Parse(); in HWTEST_F_L0()
214 parser.Parse(); in HWTEST_F_L0()
[all...]
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp34 auto item = p.Parse(v); in TEST()
51 auto item = p.Parse(v); in TEST()
68 auto item = p.Parse(v); in TEST()
79 auto item = p.Parse(v); in TEST()
90 auto item = p.Parse(v); in TEST()
106 auto item = p.Parse(v); in TEST()
122 auto item = p.Parse(v); in TEST()
133 auto item = p.Parse(v); in TEST()
145 auto item = p.Parse(v); in TEST()
165 auto item = p.Parse( in TEST()
[all...]
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp31 auto item = p.Parse(v); in TEST()
48 auto item = p.Parse(v); in TEST()
65 auto item = p.Parse(v); in TEST()
76 auto item = p.Parse(v); in TEST()
87 auto item = p.Parse(v); in TEST()
103 auto item = p.Parse(v); in TEST()
119 auto item = p.Parse(v); in TEST()
130 auto item = p.Parse(v); in TEST()
142 auto item = p.Parse(v); in TEST()
162 auto item = p.Parse( in TEST()
[all...]
H A Dassembler_emitter_test.cpp69 auto res = p.Parse(source); in HWTEST_F()
110 auto res = p.Parse(source, source_filename); in HWTEST_F()
241 auto res = p.Parse(source, source_filename); in HWTEST_F()
354 auto res = p.Parse(source); in HWTEST_F()
421 auto res = p.Parse(source); in HWTEST_F()
435 auto res = p.Parse(source); in HWTEST_F()
449 auto res = p.Parse(source); in HWTEST_F()
463 auto res = p.Parse(source); in HWTEST_F()
478 auto res = p.Parse(source); in HWTEST_F()
500 auto res = p.Parse(sourc in HWTEST_F()
[all...]
H A Dassembler_parser_test.cpp45 auto item = p.Parse(v); in HWTEST_F()
67 auto item = p.Parse(v); in HWTEST_F()
90 auto item = p.Parse(v); in HWTEST_F()
107 auto item = p.Parse(v); in HWTEST_F()
124 auto item = p.Parse(v); in HWTEST_F()
144 auto item = p.Parse(v); in HWTEST_F()
164 auto item = p.Parse(v); in HWTEST_F()
181 auto item = p.Parse(v); in HWTEST_F()
205 auto res = p.Parse(source, "source"); in HWTEST_F()
249 auto item = p.Parse(sourc in HWTEST_F()
[all...]
H A Demitter_test.cpp66 auto res = p.Parse(source, source_filename); in TEST()
212 auto res = p.Parse(source, source_filename); in TEST()
301 auto res = p.Parse(source); in TEST()
361 auto res = p.Parse(source); in TEST()
375 auto res = p.Parse(source); in TEST()
389 auto res = p.Parse(source); in TEST()
403 auto res = p.Parse(source); in TEST()
418 auto res = p.Parse(source); in TEST()
435 auto res = p.Parse(source); in TEST()
463 auto res = p.Parse(sourc in TEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.h32 static JSTaggedValue Parse(EcmaRuntimeCallInfo *argv);
44 static JSTaggedValue Parse(EcmaRuntimeCallInfo *argv);
50 static JSTaggedValue Parse(EcmaRuntimeCallInfo *argv);
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp27 TEST(BytecodeInstructionV4_IMM4, Parse) in TEST()
47 TEST(BytecodeInstructionIMM8, Parse) in TEST()
82 TEST(BytecodeInstructionIMM16, Parse) in TEST()
117 TEST(BytecodeInstructionIMM32, Parse) in TEST()
152 TEST(BytecodeInstructionIMM64, Parse) in TEST()
187 TEST(BytecodeInstructionV4_V4, Parse) in TEST()
199 TEST(BytecodeInstructionV8, Parse) in TEST()
219 TEST(BytecodeInstructionV16, Parse) in TEST()
231 TEST(BytecodeInstructionID32, Parse) in TEST()
242 TEST(BytecodeInstructionID16, Parse) in TEST()
[all...]
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp46 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
56 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
66 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
76 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
86 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
96 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
106 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
119 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
289 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0()
292 json = PtJson::Parse(st in HWTEST_F_L0()
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.h83 bool Parse(const std::string &text);
84 bool Parse(std::streambuf *stream_buf);
92 bool Parse();
125 Parser(this).Parse(text); in JsonObject()
129 Parser(this).Parse(stream_buf); in JsonObject()
H A Djson_parser.cpp25 bool JsonObject::Parser::Parse(const std::string &text) in Parse() function in panda::JsonObject::Parser
29 return Parse(); in Parse()
32 bool JsonObject::Parser::Parse(std::streambuf *stream_buf) in Parse() function in panda::JsonObject::Parser
36 return Parse(); in Parse()
39 bool JsonObject::Parser::Parse() in Parse() function in panda::JsonObject::Parser
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.h84 PANDA_PUBLIC_API bool Parse(const std::string &text);
85 PANDA_PUBLIC_API bool Parse(std::streambuf *streamBuf);
93 bool Parse();
127 Parser(this).Parse(text); in JsonObject()
131 Parser(this).Parse(streamBuf); in JsonObject()
H A Djson_parser.cpp26 bool JsonObject::Parser::Parse(const std::string &text) in Parse() function in ark::JsonObject::Parser
30 return Parse(); in Parse()
33 bool JsonObject::Parser::Parse(std::streambuf *streamBuf) in Parse() function in ark::JsonObject::Parser
37 return Parse(); in Parse()
40 bool JsonObject::Parser::Parse() in Parse() function in ark::JsonObject::Parser
/arkcompiler/runtime_core/static_core/dprof/converter/
H A Dmain.cpp31 bool Parse(ark::Span<const char *> args) in Parse() function in ark::dprof::ArgsParser
34 if (!parser_.Parse(args.Size(), args.Data())) { in Parse()
71 if (!parser.Parse(args)) { in Main()
/arkcompiler/runtime_core/compiler/tests/
H A Dclass_hash_table_test.cpp106 auto res = parser.Parse(GetSourceCode()); in TEST_F()
145 auto res = parser.Parse(source); in TEST_F()
164 auto res = parser.Parse(source); in TEST_F()
211 auto res = parser.Parse(GetSourceCode()); in TEST_F()
242 auto res = parser.Parse(GetSourceCode()); in TEST_F()
280 auto res = parser.Parse(GetSourceCode()); in TEST_F()
321 auto res = parser.Parse(GetSourceCode()); in TEST_F()
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dmetadata_test.cpp39 auto program = ark::pandasm::Parser().Parse(R"( in TEST()
94 auto program = ark::pandasm::Parser().Parse(R"( in TEST()
170 auto program = ark::pandasm::Parser().Parse(GetTestSource1()); in TEST()
186 auto program = ark::pandasm::Parser().Parse(GetTestSource2()); in TEST()
245 auto program = ark::pandasm::Parser().Parse(GetTestFinalSource1()); in TEST()
259 auto program = ark::pandasm::Parser().Parse(GetTestFinalSource2()); in TEST()
274 auto program = ark::pandasm::Parser().Parse(GetTestFinalSource3()); in TEST()
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_heapdump_test.h62 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgress()
95 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgressFinished()
131 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgressChunk()
156 std::unique_ptr<PtJson> contentJson = PtJson::Parse(content); in RecvReportProgressChunk()
H A Djs_closure_scope_test.h50 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
64 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
76 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
117 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
173 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
218 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
231 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
243 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()
284 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in JsClosureScopeTest()

Completed in 25 milliseconds

1234567891011