| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | regexp_test.cpp | 104 RegExpParser parser = RegExpParser(); in TEST_F() local 114 RegExpParser parser = RegExpParser(); in TEST_F() local 124 RegExpParser parser = RegExpParser(); in TEST_F() local 134 RegExpParser parser = RegExpParser(); in TEST_F() local 144 RegExpParser parser = RegExpParser(); in TEST_F() local 154 RegExpParser parser = RegExpParser(); in TEST_F() local 164 RegExpParser parser = RegExpParser(); in TEST_F() local 174 RegExpParser parser = RegExpParser(); in TEST_F() local 184 RegExpParser parser = RegExpParser(); in TEST_F() local 194 RegExpParser parser = RegExpParser(); in TEST_F() local [all …]
|
| D | exception_test.cpp | 146 pandasm::Parser parser; in TEST_F() local 231 pandasm::Parser parser; in TEST_F() local 319 pandasm::Parser parser; in TEST_F() local 408 pandasm::Parser parser; in TEST_F() local 498 pandasm::Parser parser; in TEST_F() local 588 pandasm::Parser parser; in TEST_F() local 674 pandasm::Parser parser; in TEST_F() local 760 pandasm::Parser parser; in TEST_F() local 848 pandasm::Parser parser; in TEST_F() local 936 pandasm::Parser parser; in TEST_F() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
| D | regexp_test.cpp | 121 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 131 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 141 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 151 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 161 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 171 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 181 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 191 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 201 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local 211 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserStatusContext.h | 78 …explicit SavedParserContext(ParserImpl *parser, Args &&...args) : parser_(parser), prev_(parser->c… in SavedParserContext() 98 …explicit SavedClassPrivateContext(ParserImpl *parser) : parser_(parser), prev_(parser->classPrivat… in SavedClassPrivateContext() 118 …explicit FunctionContext(ParserImpl *parser, ParserStatus newStatus) : SavedParserContext(parser, … in FunctionContext() 158 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext()
|
| D | JSparser.cpp | 18 namespace ark::es2panda::parser { namespace
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 113 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local 141 Utf16JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local 177 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local 198 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local 224 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local 252 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local 267 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local 283 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 302 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 319 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local [all …]
|
| D | ason_test.cpp | 98 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 124 Utf16JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 153 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 166 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 177 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 186 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 195 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 205 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 218 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local 229 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/panda_guard/tests/unittest/ |
| D | guard_args_parser_test.cpp | 35 GuardArgsParser parser; variable 72 GuardArgsParser parser; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | spreadLowering.cpp | 40 auto *const parser = ctx->parser->AsETSParser(); in CreateSpreadArrayDeclareStatements() local 57 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayLengthStatement() local 88 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayDeclareStatement() local 117 auto *const parser = ctx->parser->AsETSParser(); in CreateSpreadArrIteratorStatement() local 134 auto *const parser = ctx->parser->AsETSParser(); in CreateElementsAssignStatementBySpreadArr() local 159 auto *const parser = ctx->parser->AsETSParser(); in CreateElementsAssignStatementBySingle() local 180 auto *const parser = ctx->parser->AsETSParser(); in CreateNewArrayElementsAssignStatement() local 218 auto *const parser = ctx->parser->AsETSParser(); in CreateLoweredExpression() local
|
| D | objectIndexAccess.cpp | 31 ir::Expression *ObjectIndexLowering::ProcessIndexSetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexSetAccess() argument 50 ir::Expression *ObjectIndexLowering::ProcessIndexGetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexGetAccess() argument 80 auto *const parser = ctx->parser->AsETSParser(); in Perform() local
|
| D | expandBrackets.cpp | 44 parser::ETSParser *parser, checker::ETSChecker *checker, in ProcessNewArrayInstanceExpression() argument 83 parser::ETSParser *parser, checker::ETSChecker *checker, in ProcessNewMultiDimArrayInstanceExpression() argument 155 auto *const parser = ctx->parser->AsETSParser(); in Perform() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | optimize_bytecode_test.cpp | 92 panda::pandasm::Parser parser; variable 147 panda::pandasm::Parser parser; variable 207 panda::pandasm::Parser parser; variable
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 68 Parser parser; in HWTEST_F_L0() local 97 Parser parser; in HWTEST_F_L0() local 119 Parser parser; in HWTEST_F_L0() local 148 Parser parser; in HWTEST_F_L0() local 197 Parser parser; in CreateJSPandaFileAndConstpool() local 233 Parser parser; in HWTEST_F_L0() local 267 Parser parser; in HWTEST_F_L0() local 304 Parser parser; in HWTEST_F_L0() local 323 Parser parser; in HWTEST_F_L0() local 357 Parser parser; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | class_hash_table_test.cpp | 105 pandasm::Parser parser; in TEST_F() local 144 pandasm::Parser parser; in TEST_F() local 163 pandasm::Parser parser; in TEST_F() local 210 pandasm::Parser parser; in TEST_F() local 241 pandasm::Parser parser; in TEST_F() local 279 pandasm::Parser parser; in TEST_F() local 320 pandasm::Parser parser; in TEST_F() local
|
| D | aot_test.cpp | 101 pandasm::Parser parser; in TEST_F() local 138 pandasm::Parser parser; in TEST_F() local 318 pandasm::Parser parser; in TEST_F() local 362 pandasm::Parser parser; in TEST_F() local 379 pandasm::Parser parser; in TEST_F() local 424 pandasm::Parser parser; in TEST_F() local 476 pandasm::Parser parser; in TEST_F() local 707 pandasm::Parser parser; in TEST_F() local 771 pandasm::Parser parser; in TEST_F() local 788 pandasm::Parser parser; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc_llvm.h | 31 void AddExtraOptions(PandArgParser *parser) override in AddExtraOptions()
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | verify_262abc_files.py | 58 parser = argparse.ArgumentParser(description="Verify .abc files using ark_verifier tool.") variable
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | xcrun.py | 22 parser = argparse.ArgumentParser( variable
|
| /arkcompiler/ets_frontend/es2panda/parser/context/ |
| D | parserContext.cpp | 18 namespace panda::es2panda::parser { namespace
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | aot_test.cpp | 117 pandasm::Parser parser; in TEST_F() local 153 pandasm::Parser parser; in TEST_F() local 366 pandasm::Parser parser; in PaocSpecifyMethodsEmit() local 436 pandasm::Parser parser; in PaocMultipleFilesEmitFirst() local 454 pandasm::Parser parser; in PaocMultipleFilesEmitSecond() local 511 pandasm::Parser parser; in TEST_F() local 562 pandasm::Parser parser; in TEST_F() local 682 pandasm::Parser parser; in PaocClustersEmit() local 745 pandasm::Parser parser; in PandaFilesEmitFirst() local 763 pandasm::Parser parser; in PandaFilesEmitSecond() local
|
| D | class_hash_table_test.cpp | 105 pandasm::Parser parser; in TEST_F() local 135 pandasm::Parser parser; in GetClassHashTableABC1() local 155 pandasm::Parser parser; in GetClassHashTableABC2() local 218 pandasm::Parser parser; in TEST_F() local 249 pandasm::Parser parser; in TEST_F() local 287 pandasm::Parser parser; in TEST_F() local 321 pandasm::Parser parser; in GetClassIdFromClassHashTableABC() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/ |
| D | sampler_napi_traces_check.py | 20 parser = argparse.ArgumentParser(description="Napi trace test") variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/ |
| D | sampler_traces_check.py | 21 parser = argparse.ArgumentParser(description="Sampler trace test") variable
|
| /arkcompiler/ets_frontend/ets2panda/parser/context/ |
| D | parserContext.cpp | 19 namespace ark::es2panda::parser { namespace
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/ |
| D | run_javar8.py | 34 def is_file(parser, arg): argument 39 def is_dir(parser, arg): argument
|