| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_pragma.h | 25 class MIRModule; // circular dependency exists, no other choice 26 class MIRType; // circular dependency exists, no other choice 27 class MIRFunction; // circular dependency exists, no other choice 28 class MIRSymbol; // circular dependency exists, no other choice 29 class MIRSymbolTable; // circular dependency exists, no other choice 30 class MIRTypeNameTable; // circular dependency exists, no other choice
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | filesystem.cpp | 31 if (path.empty() || Exists(path)) { in CreateDirectory() 41 if (!Exists(path)) { in CreateDirectory() 47 bool Exists(const std::string& path) in Exists() function 106 if (Exists(realPath)) { in CreateEmptyFile() 107 LOG_FULL(INFO) << realPath << " exists, skip creation"; in CreateEmptyFile() 114 if (Exists(dir)) { in CreateEmptyFile() 115 LOG_FULL(INFO) << dir << " exists, skip creation"; in CreateEmptyFile()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 33 def exists(name, d): function 42 if not os.path.exists(args.old): 43 logging.error("Input file (%s) does not exists.", args.old) 46 if not os.path.exists(args.new): 47 logging.error("Input file (%s) does not exists.", args.new) 71 if not exists("error", old_res[filename]): 72 if not exists("error", new_res[filename]): 73 if exists("code_item section", new_res[filename]):
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 32 def exists(name, d): function 41 if not os.path.exists(args.old): 42 print("Input file (%s) does not exists." % args.old) 45 if not os.path.exists(args.new): 46 print("Input file (%s) does not exists." % args.new) 70 if not exists("error", old_res[filename]): 71 if not exists("error", new_res[filename]): 72 if exists("code_item section", new_res[filename]):
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | preparation.py | 55 if not os.path.exists(java_path): 60 if not os.path.exists(node_path): 71 if os.path.exists(output_log_file): 73 if os.path.exists(daily_report_file): 75 if os.path.exists(pictures_dic):
|
| /arkcompiler/ets_frontend/testTs/ |
| D | utils.py | 35 if not os.path.exists(path): 40 if os.path.exists(path): 45 if os.path.exists(path): 87 if os.path.exists(os.path.join(ts2abc_build_dir, "package.json")): 89 elif os.path.exists(os.path.join(ts2abc_build_dir, "..", "package.json")):
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/ |
| D | aot_file_test.cpp | 57 if (Exists(this->testAnPath_.c_str())) { in TearDown() 60 if (Exists(this->testApPath_.c_str())) { in TearDown() 63 if (Exists(this->testAiPath_.c_str())) { in TearDown() 66 if (Exists(this->workerAnPath_.c_str())) { in TearDown() 69 if (Exists(this->workerApPath_.c_str())) { in TearDown() 72 if (Exists(this->workerAiPath_.c_str())) { in TearDown() 95 ASSERT_TRUE(Exists(testAbcPath_)); in SetTestAbcPath() 137 ASSERT_TRUE(Exists(workerAbcPath_)); in SetWorkerAbcPath() 190 ASSERT_TRUE(Exists(testApPath)); in GetApFileInTest() 316 // Ensure AOT file exists in BindPreloadedPandaFilesInAotFileTest() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | module_snapshot_interfaces.cpp | 28 if (!filesystem::Exists(path.c_str())) { in Serialize() 29 LOG_ECMA(INFO) << "ModuleSnapshotInterface::Serialize: " << path <<" is not exists"; in Serialize() 45 if (!filesystem::Exists(path.c_str())) { in Deserialize() 46 LOG_ECMA(INFO) << "ModuleSnapshotInterface::Deserialize: " << path << " is not exists"; in Deserialize()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | create_empty_file_test.cpp | 56 EXPECT_TRUE(filesystem::Exists(file_path)); in HWTEST_F_L0() 74 EXPECT_TRUE(filesystem::Exists(file_path)); in HWTEST_F_L0() 85 EXPECT_TRUE(filesystem::Exists(dir_path)); in HWTEST_F_L0() 86 EXPECT_TRUE(filesystem::Exists(file_path)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/test/moduletest/mapget/ |
| D | mapget.js | 187 objkeys6.push("Key: " + key + ", Exists: " + hasKey); 190 …Exists: true", "Key: 1, Retrieved Value: ark_numberValue", "Key: 1, Exists: true", "Key: true, Ret…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | runnable_module.py | 52 if not source_file.exists(): 71 if not (self._disasm_file and self._disasm_file.exists()): 88 if not self.source_file.exists(): 93 if not self.source_file.exists(): 95 if not self.panda_file.exists():
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | result.py | 30 if (os.path.exists(summary_report)): 34 if (os.path.exists(details_report)): 38 if (os.path.exists(failures_report)):
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_analysis_results.h | 70 bool &exists); 73 …codeAnalysisResult &GetOrCreateBytecodeAnalysisResult(const std::string &recordname, bool &exists); 77 // Following methods should only be called when no writer modifying analysis results exists 91 const std::string &name, bool &exists) in GetOrCreateElementInMap() argument 96 exists = false; in GetOrCreateElementInMap()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | draw_cfg_test.cpp | 110 EXPECT_TRUE(std::filesystem::exists(dump_file)); 117 EXPECT_TRUE(std::filesystem::exists(dot_file)); 118 EXPECT_TRUE(std::filesystem::exists(png_file)); 144 EXPECT_TRUE(std::filesystem::exists(dump_file)); 151 EXPECT_TRUE(std::filesystem::exists(dot_file)); 152 EXPECT_TRUE(std::filesystem::exists(png_file));
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/ |
| D | prepare.ps1 | 20 # Check if the 'ets' directory exists in ScriptDir 23 Write-Error "Please make sure the 'ets' directory exists before running bindings test." 87 # Check if source directory exists 93 # Remove destination directory if it exists
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/ |
| D | @ohos.util.TreeSet.ets | 144 * @returns the value of the first element if exists 155 * @returns the higher value of the given key's element if exists or undefined 164 * @returns the value of the last element if exists 175 * @returns the lower value of the given key's element if exists or undefined 193 * @returns the value of the first element in the TreeSet if exists 208 * @returns the value of the last element in the TreeSet if exists
|
| /arkcompiler/runtime_core/taihe/ |
| D | process_sdk_files.py | 43 if output_path.exists(): 47 if base_path.exists(): 63 if root_path.exists():
|
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | utils.py | 70 if os.path.exists(path): 76 if os.path.exists(path): 81 if os.path.exists(file): 86 if not os.path.exists(path): 155 if os.path.exists(case_data): 167 if os.path.exists(need_case_data_path):
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_saver.h | 66 * whether profile saver instance exists. 104 * If no entry exists, a new empty one will be created, added to the cache and then returned. 109 * Processes the existing profiling info from the jit code cache(if exists) and returns 157 * If no entry exists, a new empty one will be created, added to the cache and then returned.
|
| /arkcompiler/runtime_core/libabckit/tests/stress/ |
| D | stress_sts.py | 118 if not os.path.exists(abs_path): 119 logger.debug('Not exists %s', abs_path) 128 if not os.path.exists(abs_path): 129 logger.debug('Not exists %s', abs_path) 148 if result.returncode == 0 and not os.path.exists(abc_path):
|
| /arkcompiler/runtime_core/static_core/plugins/ |
| D | CMakeLists.txt | 16 if(PANDA_WITH_TOOLCHAIN AND (EXISTS ${ES2PANDA_PATH})) 36 if(EXISTS ${${PLUGIN_SOURCE}}/CMakeLists.txt)
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/ |
| D | environment.py | 57 if must_exist and not expanded.exists(): 83 if self.local_env_path and self.local_env_path.exists(): 90 if self.global_env_path.exists():
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | utils.py | 57 if path.exists(target_path): 81 if not force_download and path.exists(stamp_file): 86 if force_download or not path.exists(temp_path): 89 if path.exists(dest_path): 110 if path.exists(dest_path) and remove_if_exist: 126 …write content to file if file exists it will be truncated. if file does not exist it wil be created
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/ |
| D | ResolveSdks.ts | 101 let exists = fileExistsCache.get(fileName); 102 if (exists === undefined) { 103 exists = ts.sys.fileExists(fileName); 104 fileExistsCache.set(fileName, exists); 106 return exists; 109 let exists = dirExistsCache.get(directoryName); 110 if (exists === undefined) { 111 exists = ts.sys.directoryExists(directoryName); 112 dirExistsCache.set(directoryName, exists); 114 return exists;
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | gen_pa_file.py | 41 if os.path.isabs(out_dir) and not os.path.exists(out_dir): 164 if not os.path.exists(out_merged_dependency_proto_dir): 201 if not os.path.exists(out_dependency_abc_dir): 204 if not os.path.exists(out_dependency_proto_dir): 250 if os.path.exists(out_dir_disassember_test): 266 if not os.path.exists(out_dir): 277 if not os.path.exists(out_file): 308 if not os.path.exists(tc_file): 338 is_out_tc_pa_file = os.path.exists(out_tc_pa_file) 342 is_target_pa_file = os.path.exists(target_pa_file)
|