| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_parser_test.cpp | 42 Parser p; variable 64 Parser p; variable 88 Parser p; variable 105 Parser p; variable 122 Parser p; variable 142 Parser p; variable 162 Parser p; variable 179 Parser p; variable 205 panda::pandasm::Parser p; variable 227 Parser p; variable [all …]
|
| D | parser_test.cpp | 28 Parser p; in TEST() local 45 Parser p; in TEST() local 62 Parser p; in TEST() local 73 Parser p; in TEST() local 84 Parser p; in TEST() local 100 Parser p; in TEST() local 116 Parser p; in TEST() local 127 Parser p; in TEST() local 138 Parser p; in TEST() local 158 Parser p; in TEST() local [all …]
|
| D | emitter_test.cpp | 52 Parser p; in TEST() local 190 Parser p; in TEST() local 275 Parser p; in TEST() local 354 Parser p; in TEST() local 370 Parser p; in TEST() local 384 Parser p; in TEST() local 398 Parser p; in TEST() local 412 Parser p; in TEST() local 430 Parser p; in TEST() local 457 Parser p; in TEST() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_5/ |
| D | test-ts-export.ts | 17 export interface I1 { p: string } property 18 export interface I2 { p: string } property 19 export interface I3 { p: string } property 26 interface I4 { p: string } property 27 interface I5 { p: string } property 28 interface II6 { p: string } property
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | parser_test.cpp | 31 Parser p; in TEST() local 48 Parser p; in TEST() local 65 Parser p; in TEST() local 76 Parser p; in TEST() local 87 Parser p; in TEST() local 103 Parser p; in TEST() local 120 Parser p; in TEST() local 131 Parser p; in TEST() local 142 Parser p; in TEST() local 163 Parser p; in TEST() local [all …]
|
| D | emitter_test.cpp | 55 Parser p; in TEST() local 212 Parser p; in TEST() local 302 Parser p; in TEST() local 360 Parser p; in TEST() local 376 Parser p; in TEST() local 390 Parser p; in TEST() local 404 Parser p; in TEST() local 418 Parser p; in TEST() local 436 Parser p; in TEST() local 463 Parser p; in TEST() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/ |
| D | array_test.js | 22 function foo(p) { argument 26 function foo1(p) { argument 30 function foo2(p) { argument
|
| D | sample_test.js | 29 function foo1(p) { return p.x; }; argument 30 function foo2(p) { return p.y; }; argument 31 function foo3(p) { return p.z; }; argument
|
| /arkcompiler/runtime_core/assembler/utils/ |
| D | number-utils.h | 61 inline bool ValidateInteger(const std::string_view &p) in ValidateInteger() 101 inline int64_t IntegerNumber(std::string_view p) in IntegerNumber() 131 inline bool ValidateFloat(const std::string_view &p) in ValidateFloat() 170 inline double FloatNumber(std::string_view p, bool is_64bit) in FloatNumber() 185 inline size_t ToNumber(std::string_view p) in ToNumber()
|
| /arkcompiler/runtime_core/static_core/assembler/utils/ |
| D | number-utils.cpp | 23 int64_t IntegerNumber(std::string_view p) in IntegerNumber() 57 bool ValidateInteger(std::string_view p) in ValidateInteger() 94 bool ValidateFloat(std::string_view p) in ValidateFloat()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | internal_allocator_test.cpp | 165 auto *p = allocator_->AllocArray<S>(1); in TEST_F() local 171 auto *p = allocator_->New<S>(); in TEST_F() local 178 auto *p = allocator_->New<S[]>(1); in TEST_F() local 207 auto *p = allocator_->AllocArrayLocal<S>(1); in TEST_F() local 213 auto *p = allocator_->AllocArrayLocal<S>(1); in TEST_F() local 219 auto *p = allocator_->NewLocal<S>(); in TEST_F() local 226 auto *p = allocator_->NewLocal<S[]>(1); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | caddress_allocator.h | 80 void deallocate(pointer p, [[maybe_unused]] size_type n) in deallocate() 86 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() 94 void destroy(U *p) // NOLINT(readability-identifier-naming) in destroy() 120 auto p = reinterpret_cast<void *>(Allocate(sizeof(S))); in New() local
|
| D | chunk_allocator.h | 91 void deallocate([[maybe_unused]] pointer p, [[maybe_unused]] size_type n) {} in deallocate() 94 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() 99 void destroy(U *p) // NOLINT(readability-identifier-naming) in destroy()
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | obj_pool_test.cpp | 43 auto p = pool.New(); in VerifierTestObjPool1() local 72 auto p = pool.New(); in VerifierTestObjPool1() local 83 auto p = pool.New(); in VerifierTestObjPool1() local 121 auto p = pool.New(); in VerifierTestObjPool3() local 197 auto p = pool.New(); in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | internal_allocator-inl.h | 47 void *p = Alloc(sizeof(T), GetAlignment<T>()); in New() local 61 void *p = Alloc(SIZE_BEFORE_DATA_OFFSET + sizeof(ElementType) * size, GetAlignment<T>()); in New() local 86 void *p = ToVoidPtr(ToUintPtr(data) - SIZE_BEFORE_DATA_OFFSET); in DeleteArray() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-promise.ts | 16 export let p = new Promise<number>((resolve) => { variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definition30.ts | 18 abstract accessor p: any; property in C
|
| D | test_satisfies2.ts | 19 const p = { constant
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_accessor/ |
| D | ts_inline_accessor.ts | 49 let p = new Person("xiaoming", 18); variable
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_same_name/ |
| D | ts_inline_accessor_same_name.ts | 35 let p = new Person("xiaoming"); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/ |
| D | return_pending_promise_to_js_test.js | 54 async function doAwait(p) { argument 61 function doThen(p) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/symbol/ |
| D | symbol.js | 23 const p = Symbol.prototype; constant
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases_api_version_10/ |
| D | test-switchCase-statement-1.ts | 20 class C { static p = "str" } property in C
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/ |
| D | test-switchCase-statement-1.ts | 20 class C { static p = "str" } property in C
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/02_function/ |
| D | 06_setter_01.ts | 26 let p = new Person(); variable
|