/arkcompiler/ets_frontend/ts2panda/tests/types/ |
D | primitives.test.ts | 55 let buff = createLiteralBufferArray(expectedBuffValues); variable 95 let buff = createLiteralBufferArray(expectedBuffValues); variable 125 let buff = createLiteralBufferArray(expectedBuffValues); variable 154 let buff = createLiteralBufferArray(expectedBuffValues); variable 192 let buff = createLiteralBufferArray(expectedBuffValues); variable 220 let buff = createLiteralBufferArray(expectedBuffValues); variable 248 let buff = createLiteralBufferArray(expectedBuffValues); variable
|
D | class.test.ts | 63 let buff = createLiteralBufferArray(expectedBuffValues); variable 99 let buff = createLiteralBufferArray(expectedBuffValues); variable 134 let buff = createLiteralBufferArray(expectedBuffValues); variable 176 let buff = createLiteralBufferArray(expectedBuffValues); variable 211 let buff = createLiteralBufferArray(expectedBuffValues); variable 254 let buff = createLiteralBufferArray(expectedBuffValues); variable 299 let buff = createLiteralBufferArray(expectedBuffValues); variable 340 let buff = createLiteralBufferArray(expectedBuffValues); variable
|
D | array.test.ts | 71 let buff = createLiteralBufferArray(expectedBuffValues); variable 104 let buff = createLiteralBufferArray(expectedBuffValues); variable 155 let buff = createLiteralBufferArray(expectedBuffValues); variable 189 let buff = createLiteralBufferArray(expectedBuffValues); variable 218 let buff = createLiteralBufferArray(expectedBuffValues); variable 247 let buff = createLiteralBufferArray(expectedBuffValues); variable
|
D | function.test.ts | 56 let buff = createLiteralBufferArray(expectedBuffValues); variable 88 let buff = createLiteralBufferArray(expectedBuffValues); variable 127 let buff = createLiteralBufferArray(expectedBuffValues); variable 168 let buff = createLiteralBufferArray(expectedBuffValues); variable 206 let buff = createLiteralBufferArray(expectedBuffValues); variable
|
D | union.test.ts | 64 let buff = createLiteralBufferArray(expectedBuffValues); variable 100 let buff = createLiteralBufferArray(expectedBuffValues); variable 126 let buff = createLiteralBufferArray(expectedBuffValues); variable 163 let buff = createLiteralBufferArray(expectedBuffValues); variable
|
D | object.test.ts | 52 let buff = createLiteralBufferArray(expectedBuffValues); variable 89 let buff = createLiteralBufferArray(expectedBuffValues); variable
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | unix_native_stack_test.cpp | 34 char buff[1024] = "abcdefg"; variable
|
D | code_allocator_test.cpp | 60 uint8_t buff[] = {0xCC, 0xCC}; variable
|
D | bit_table_test.cpp | 417 std::array<uint32_t, 128> buff; in TEST_F() local
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | arena.h | 157 AlignedArena(size_t buff_size, void *buff) : Arena(buff_size, buff, AlignmentT) {} in AlignedArena() 174 …DoubleLinkedAlignedArena(size_t buff_size, void *buff) : AlignedArena<AlignmentT>(buff_size, buff)… in DoubleLinkedAlignedArena()
|
D | arena-inl.h | 27 inline Arena::Arena(size_t buff_size, void *buff) : Arena(buff_size, buff, ARENA_DEFAULT_ALIGNMENT)… in Arena() 29 inline Arena::Arena(size_t buff_size, void *buff, Alignment start_alignment) in Arena()
|
D | malloc_mem_pool-inl.h | 49 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.cpp | 92 void FunctionEmitter::GenBufferLiterals(const LiteralBuffer *buff) in GenBufferLiterals() 222 for (const auto *buff : pg_->BuffStorage()) { in GenLiteralBuffers() local 456 const LiteralBuffer *buff) in GenBufferLiterals()
|
D | typeExtractorEmitter.cpp | 239 for (const auto *buff : recorder->BuffStorage()) { in GenTypeLiteralBuffers() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 1422 static bool IsStartOrEndPosition(int idx, char *buff, const std::string &data) in IsStartOrEndPosition() 1509 static bool HandleBuffer(const int &ret, char *buff, std::string &data, panda::pandasm::Program &pr… in HandleBuffer() 1564 char buff[bufSize + 1]; in ReadFromPipe() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 841 std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize)> cb) in SetHostResolveBufferTracker()
|