Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 267) sorted by relevance

1234567891011

/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp42 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 …]
Dparser_test.cpp28 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 …]
Demitter_test.cpp52 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/
Dtest-ts-export.ts17 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/
Dparser_test.cpp31 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 …]
Demitter_test.cpp55 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/
Darray_test.js22 function foo(p) { argument
26 function foo1(p) { argument
30 function foo2(p) { argument
Dsample_test.js29 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/
Dnumber-utils.h61 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/
Dnumber-utils.cpp23 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/
Dinternal_allocator_test.cpp165 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/
Dcaddress_allocator.h80 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
Dchunk_allocator.h91 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/
Dobj_pool_test.cpp43 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/
Dinternal_allocator-inl.h47 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/
Darkts-promise.ts16 export let p = new Promise<number>((resolve) => { variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definition30.ts18 abstract accessor p: any; property in C
Dtest_satisfies2.ts19 const p = { constant
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor/
Dts_inline_accessor.ts49 let p = new Person("xiaoming", 18); variable
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_same_name/
Dts_inline_accessor_same_name.ts35 let p = new Person("xiaoming"); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_pending_promise_to_js_test.js54 async function doAwait(p) { argument
61 function doThen(p) { argument
/arkcompiler/ets_runtime/test/moduletest/symbol/
Dsymbol.js23 const p = Symbol.prototype; constant
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases_api_version_10/
Dtest-switchCase-statement-1.ts20 class C { static p = "str" } property in C
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/
Dtest-switchCase-statement-1.ts20 class C { static p = "str" } property in C
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/02_function/
D06_setter_01.ts26 let p = new Person(); variable

1234567891011