| /arkcompiler/toolchain/tooling/test/ |
| D | pt_base64_test.cpp | 45 std::string dec = "Hello"; in HWTEST_F_L0() local 48 uint32_t len = PtBase64::Encode(dec, enc); in HWTEST_F_L0() 60 std::string dec = "If you can see this message, it means that PtBase64Decode works well"; in HWTEST_F_L0() local 63 uint32_t len = PtBase64::Encode(dec, des); in HWTEST_F_L0() 69 EXPECT_EQ(des, dec); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_decorator.ts | 28 @dec ["1"]() { } 29 @dec.dec ["h"]() { }
|
| D | test_decorator3.ts | 19 @dec set baz(a) { }; 20 @dec get baz() { };
|
| D | test_decorator5.ts | 18 @dec constructor() { };
|
| D | test_decorator1.ts | 17 function foo(@dec a) { };
|
| D | test_decorator4.ts | 18 @dec a();
|
| D | test_decorator6.ts | 18 @dec [a: number]: string;
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | malloc_mem_pool-inl.h | 41 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to get new arena with size " << std::dec << size << " for " in AllocArenaImpl() 57 LOG_MALLOC_MEM_POOL(DEBUG) << "Allocated new arena with size " << std::dec << size_for_buff in AllocArenaImpl() 65 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free arena with size " << std::dec << arena->GetSize() in FreeArenaImpl() 77 LOG_MALLOC_MEM_POOL(DEBUG) << "Try to get new pool with size " << std::dec << size << " for " in AllocPoolImpl() 80 …LOG_MALLOC_MEM_POOL(DEBUG) << "Allocated new pool with size " << std::dec << size << " at addr = "… in AllocPoolImpl() 88 …LOG_MALLOC_MEM_POOL(DEBUG) << "Try to free pool with size " << std::dec << size << " at addr = " <… in FreePoolImpl()
|
| D | mmap_mem_pool-inl.h | 184 LOG_MMAP_MEM_POOL(DEBUG) << "Try to get new arena with size " << std::dec << size << " for " in AllocArenaImpl() 195 …LOG_MMAP_MEM_POOL(DEBUG) << "Allocated new arena with size " << std::dec << pool_for_arena.GetSize… in AllocArenaImpl() 208 …LOG_MMAP_MEM_POOL(DEBUG) << "Try to free arena with size " << std::dec << size << " at addr = " <<… in FreeArenaImpl() 224 << std::dec << compiler_space_current_size_; in AllocRawMemCompilerImpl() 238 << std::dec << internal_space_current_size_; in AllocRawMemInternalImpl() 252 << std::dec << code_space_current_size_; in AllocRawMemCodeImpl() 259 … LOG_MMAP_MEM_POOL(DEBUG) << "Occupied memory for " << SpaceTypeToString(type) << " - " << std::dec in AllocRawMemObjectImpl() 401 …LOG_MMAP_MEM_POOL(DEBUG) << "Freed " << std::dec << size << " memory for " << SpaceTypeToString(po… in FreePoolUnsafe() 408 LOG_MMAP_MEM_POOL(DEBUG) << "Try to get new pool with size " << std::dec << size << " for " in AllocPoolImpl() 411 LOG_MMAP_MEM_POOL(DEBUG) << "Allocated new pool with size " << std::dec << pool.GetSize() in AllocPoolImpl() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 450 os << " <TaggedArray[" << std::dec << len << "]>\n"; in DumpArrayClass() 465 os << " <ConstantPool[" << std::dec << len << "]>\n"; in DumpConstantPoolClass() 525 os << "| NumberOfProps :" << std::dec << jshclass->NumberOfProps(); in DumpHClass() 526 os << "| InlinedProperties :" << std::dec << jshclass->GetInlinedProperties(); in DumpHClass() 562 os << " Order: " << std::dec << attr.GetOffset(); in DumpAttr() 563 os << " SortedIndex: " << std::dec << attr.GetSortedIndex(); in DumpAttr() 565 os << " Order: " << std::dec << attr.GetDictionaryOrder(); in DumpAttr() 1086 …ft << std::setw(DUMP_TYPE_OFFSET) << "[Int] : " << std::hex << "0x" << GetInt() << std::dec << " (" in DumpTaggedValue() 1249 os << " - node num: " << std::dec << capacity << "\n"; in Dump() 1250 os << " - delete node num: " << std::dec << NumberOfDeletedNodes() << "\n"; in Dump() [all …]
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | environment.cpp | 64 …static const auto DEC = BOOL.of_charset("0123456789"); // NOLINT(readability-static-accessed-thro… in EnvOptions() local 65 …static const auto HEX = DEC.of_string("0x") >> DEC; // NOLINT(readability-static-accessed-thro… in EnvOptions() 72 static const auto NUM = HEX | DEC |= NUM_HANDLER; in EnvOptions()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | relocator.cpp | 146 << std::left << std::setw(leftAdjustment) << std::dec << type in DumpRelocateText() 148 … << std::left << std::setw(leftAdjustment) << std::dec << static_cast<intptr_t>(addend); in DumpRelocateText() 168 << std::left << std::setw(leftAdjustment) << std::dec << static_cast<int>(binding) in DumpRelocateText() 169 << std::left << std::setw(leftAdjustment) << std::dec << static_cast<int>(type) in DumpRelocateText() 170 << std::left << std::setw(leftAdjustment) << std::dec << cur->st_name in DumpRelocateText()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 221 (*out) << sep << std::dec << InstId(GetInput(i).GetInst(), allocator); in DumpInputs() 235 (*out) << std::dec << "(vr" << imm.vreg << ")"; in DumpInputs() 249 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 256 (*out) << ", " << GetShiftTypeStr(GetShiftType()) << " 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 263 (*out) << ", " << GetShiftTypeStr(GetShiftType()) << " 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 270 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 277 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 309 (*out) << "0x" << std::hex << GetIntValue() << std::dec; in DumpInputs() 663 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() 676 (*out) << ", 0x" << std::hex << GetImm() << std::dec; in DumpInputs() [all …]
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | tlab.cpp | 31 …CATOR(DEBUG) << "Construct a new TLAB at addr " << std::hex << address << " with size " << std::dec in TLAB() 42 …OR(DEBUG) << "Fill a TLAB with buffer at addr " << std::hex << address << " with size " << std::dec in Fill() 49 << std::dec << GetSize(); in ~TLAB()
|
| D | bump-allocator-inl.h | 68 …LOG_BUMP_ALLOCATOR(DEBUG) << "Expand memory: Add " << std::dec << size << " bytes of memory at add… in ExpandMemory() 82 LOG_BUMP_ALLOCATOR(DEBUG) << "Try to allocate " << std::dec << size << " bytes of memory"; in Alloc() 118 LOG_BUMP_ALLOCATOR(DEBUG) << "Try to create a TLAB with size " << std::dec << size; in CreateNewTLAB() 132 …LOG_BUMP_ALLOCATOR(DEBUG) << "Created new TLAB with size " << std::dec << size << " at addr " << s… in CreateNewTLAB() 138 …LOG_BUMP_ALLOCATOR(DEBUG) << "Don't have enough memory for new TLAB with size " << std::dec << siz… in CreateNewTLAB()
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | postfixOperations.test.ts | 21 Dec, 71 new Dec(new Imm(2)),
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | verifier.cpp | 42 LOG_COMPILER(ERROR) << "at: " << std::dec << gate; in RunDataIntegrityCheck() 56 LOG_COMPILER(ERROR) << "at: " << std::dec << out; in RunDataIntegrityCheck() 65 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() 70 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() 80 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() 85 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() 93 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck() 98 LOG_COMPILER(ERROR) << "id: " << std::dec << circuit->GetId(gate); in RunDataIntegrityCheck()
|
| /arkcompiler/ets_runtime/test/deopttest/dec/ |
| D | BUILD.gn | 16 host_aot_test_action("dec") {
|
| /arkcompiler/ets_runtime/test/aottest/dec/ |
| D | BUILD.gn | 16 host_aot_test_action("dec") {
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | msg_set_parser.h | 92 static const auto DEC = p2::of_charset("0123456789"); in MessageSetParser() local 97 static const auto NUM = DEC |= NUM_HANDLER; in MessageSetParser()
|
| /arkcompiler/runtime_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 60 static const auto DEC = p2::of_charset("0123456789"); in BreakpointParser() local 70 static const auto OFFSET = p4::of_string("0x") >> HEX | DEC |= OFFSET_HANDLER; in BreakpointParser()
|
| /arkcompiler/runtime_core/verification/config/ |
| D | README.md | 12 offset format: dec or hex (0x...)
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | debug.cpp | 27 std::cerr << "IN " << file << ":" << std::dec << line << ": " << function << std::endl; in AssertionFail()
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.cpp | 69 …ING_MAP(DEBUG) << "Try to AddObject with addr " << std::hex << obj_addr << " and size " << std::dec in AddObject() 149 …_MAP(DEBUG) << "Try to RemoveObject with addr " << std::hex << obj_addr << " and size " << std::dec in RemoveObject() 184 … << std::hex << next_obj_addr << " as INITIALIZED with offset " << std::dec in RemoveObject() 243 …LOG_CROSSING_MAP(DEBUG) << "FindFirstObject for maps [" << std::dec << first_map << ", " << last_m… in FindFirstObject()
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_iterate_inl.h | 43 << inst_.GetOffset() << std::dec << ": " << inst_
|