| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 34 def __init__(self, name): argument 73 def run_test(file, tool, flag=False): argument 193 def compare(file, flag=False): argument
|
| /arkcompiler/ets_runtime/test/ |
| D | runtest.py | 92 def match_list_name(list, name): argument 300 def run_test(self, file): argument 414 def run_test_on_device(self, file): argument 439 def judge_test(self, file, out): argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 237 ElfSecName name = it->second; in GetSegmentNum() local 253 ElfSecName name = it->second; in SetLastSection() local 262 llvm::ELF::Elf64_Word ElfBuilder::FindShName(std::string name, uintptr_t strTabPtr, int strTabSize) in FindShName() 320 void ElfBuilder::MergeTextSections(std::ofstream &file, in MergeTextSections() 358 void ElfBuilder::MergeArkStackMapSections(std::ofstream &file, in MergeArkStackMapSections() 410 void ElfBuilder::PackELFSections(std::ofstream &file) in PackELFSections() 538 void ElfBuilder::PackELFSegment(std::ofstream &file) in PackELFSegment() 576 ElfSecName name = it; in PackELFSegment() local
|
| D | an_file_info.cpp | 37 std::ofstream file(rawPath, std::ofstream::binary); in Save() local 156 std::string name = d.GetSecName(s.first); in Dump() local
|
| D | stub_file_info.cpp | 35 std::ofstream file(realPath.c_str(), std::ofstream::binary); in Save() local 176 std::string name = d.GetSecName(s.first); in Dump() local
|
| D | aot_file_manager.cpp | 190 void AOTFileManager::PrintAOTEntry(const JSPandaFile *file, const Method *method, uintptr_t entry) in PrintAOTEntry() 261 #define DISABLE_SINGLE_STEP_DEBUGGING(name) \ in AdjustBCStubAndDebuggerStubEntries() argument
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | runner.rb | 40 def name method in TestRunner.Plugin 71 def self.create_runner(file, id, reporter_factory, root_dir, report_dir) argument
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | jshelpers.js | 30 function isJsFile(file) { argument 54 function createFileDiagnostic(file, start, length, message, ...args) { argument 202 function getPropertyNameForPropertyNameNode(name) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 432 def __init__(self, args, name): argument 658 def get_test_id(file): argument 690 def summarize_list(name, tests_list): argument 1123 def __init__(self, args, name): argument
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 67 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) {g_opCodeIndex++, panda::pand… argument 74 static panda::pandasm::Record MakeRecordDefinition(const std::string &name) in MakeRecordDefinition() 80 static panda::pandasm::Function MakeFuncDefintion(const std::string &name, const std::string &retur… in MakeFuncDefintion() 95 static panda::pandasm::Label MakeLabel(const std::string &name) in MakeLabel() 1680 std::ifstream file; in HandleJsonFile() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 889 …SNApi::ExecuteModuleFromBuffer(EcmaVM *vm, const void *data, int32_t size, const std::string &file) in ExecuteModuleFromBuffer() 900 Local<ObjectRef> JSNApi::GetExportObject(EcmaVM *vm, const std::string &file, const std::string &ke… in GetExportObject() 905 ecmascript::CString name = vm->GetAssetPath(); in GetExportObject() local 934 Local<ObjectRef> JSNApi::GetExportObjectFromBuffer(EcmaVM *vm, const std::string &file, in GetExportObjectFromBuffer() 1807 void FunctionRef::SetName(const EcmaVM *vm, Local<StringRef> name) in SetName() 1823 JSHandle<JSTaggedValue> name = JSFunctionBase::GetFunctionName(thread, func); in GetName() local 2317 #define EXCEPTION_ERROR_NEW(name, type) \ argument 3669 ecmascript::CString name = bundleName.c_str(); in SetBundleName() local 3680 ecmascript::CString name = moduleName.c_str(); in SetModuleName() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|