| /foundation/arkui/ace_engine/build/tools/ |
| H A D | build_js.py | 33 interface_target_path = os.path.join(target_out_path, "interface") 38 third_party_target_path = os.path.join(target_out_path, "third_party") 43 parse5_target_path = os.path.join(third_party_target_path, "parse5") 46 weex_loader_target_path = os.path.join(third_party_target_path, "weex-loader") 49 js2bundle_target_path = os.path.join(target_out_path, "developtools") 53 js2bundle_target_path = os.path.join(js2bundle_target_path, "ace_js2bundle") 55 js2bundle_target_path = os.path.join(js2bundle_target_path, "ace-loader") 58 js2bundle_node_modules_target_path = os.path.join(js2bundle_target_path, "node_modules") 62 target_i18n_path = os.path.join(js2bundle_target_path, "sample", "rich", "i18n") 65 source_i18n_path = os.path.join(project_pat [all...] |
| /test/testfwk/developer_test/local_coverage/ |
| H A D | coverage_tools.py | 35 all_system_info_path = os.path.join( 38 system_info_path = os.path.join( 62 coverage_path = os.path.join(developer_path, "reports/coverage") 63 code_path = os.path.join( 73 gcda_dir_path = os.path.join(developer_path, "local_coverage/code_coverage/results/coverage/data/cxx") 76 remove_out = os.path.join(gcda_dir_path, i, "obj/out") 77 remove_thrd = os.path.join(gcda_dir_path, i, "obj/third_party") 87 coverage_rc_path = os.path.join( 90 lcovrc_cov_template_path = os.path.join(coverage_rc_path, "lcovrc_cov_template") 92 tmp_cov_path = os.path.join(coverage_rc_pat [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_predicates.cpp | 36 * Adds a {@code cross join} condition to a SQL statement.
40 return Join(JoinType::CROSS, tableName);
in CrossJoin() 44 * Adds an {@code inner join} condition to a SQL statement.
48 return Join(JoinType::INNER, tableName);
in InnerJoin() 52 * Adds a {@code left outer join} condition to a SQL statement.
56 return Join(JoinType::LEFT, tableName);
in LeftOuterJoin() 61 RdbPredicates *RdbPredicates::Join(int join, const std::string &tableName)
in Join() argument 64 LOG_WARN("RdbPredicates join failed: table name is null or empty.");
in Join() 68 joinTypes.push_back(GetGrammar(join));
in Join() [all...] |
| /test/testfwk/developer_test/local_coverage/code_coverage/ |
| H A D | multiprocess_code_coverage.py | 46 sys.localcoverage_path = os.path.join(current_path, "..") 54 print("execute command: {}".format(" ".join(cmd_list))) 67 coverage_log_path = os.path.join( 80 subsystem_config_filepath = os.path.join(CODEPATH, SYSTEM_JSON) 96 subsystem_rootpath.append(os.path.join(CODEPATH, path)) 140 topdir = os.path.join(cov_path, "obj") 150 if not os.path.isfile(os.path.join(find_path, fn)): 166 gcno_path = os.path.join( 167 os.path.join(CODEPATH, OUTPUT), gcda_strip_path, gcno_name 181 src_dir = os.path.join(CODEPAT [all...] |
| /test/testfwk/developer_test/src/core/build/ |
| H A D | pretreat_targets.py | 72 template_path = os.path.join(sys.framework_root_dir, "libs", 74 target_path = os.path.join(sys.source_code_root_path, path) 75 config_path = os.path.join(target_path, "config.json") 76 gn_path = os.path.join(target_path, "BUILD.gn") 77 gn_bak_path = os.path.join(target_path, "BuildBak") 78 test_path = os.path.join(target_path, "src", "main", "js", 101 shutil.copytree(template_path, os.path.join(target_path, "src")) 102 shutil.copy(config_path, os.path.join(target_path, "src", "main")) 107 shutil.copy(os.path.join(target_path, file), test_path) 108 with os.fdopen(os.open(os.path.join(test_pat [all...] |
| /test/testfwk/developer_test/src/core/ |
| H A D | utils.py | 60 file_name = os.path.join(dirs[0], file_name)
67 log_path = os.path.join(report_path, "log")
72 device_log_file = os.path.join(log_path, device_file_name)
97 build_output_name = os.path.join(first_build_output,
100 build_output_path = os.path.join(sys.source_code_root_path,
110 product_form_dir = os.path.join(sys.source_code_root_path,
117 if os.path.isdir(os.path.join(product_form_dir,
131 ohos_config_path = os.path.join(sys.source_code_root_path, "out", "ohos_config.json")
139 device_json_file = os.path.join(sys.source_code_root_path,
157 build_prop = os.path.join(sy [all...] |
| /test/xts/tools/build/ |
| H A D | suite.py | 56 resource_reldir = ''.join(chr(ord(ch) - 1) for ch in XTS_RESOURCE_ROOT) 57 return os.path.join(xts_root, resource_reldir) 79 ohos_dir = os.path.join(self.args.source_dir, 'plugins', 'ohos') 80 devicetest_dir = os.path.join(self.args.source_dir, 'plugins', 'devicetest') 81 gen_dir0 = os.path.join(self.args.source_dir, 'dist') 82 gen_dir1 = os.path.join(ohos_dir, 'dist') 83 gen_dir2 = os.path.join(devicetest_dir, 'dist') 97 run_scripts = ",".join( 98 [os.path.join(self.args.source_dir, "run.bat"), 99 os.path.join(sel [all...] |
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
| H A D | media_library_db_upgrade.h | 70 LEFT JOIN album_plugin \
89 INNER JOIN Photos \
178 INNER JOIN temp_album_bundle_name AS M \
180 LEFT JOIN PhotoAlbum AS PA2 \
182 LEFT JOIN album_plugin \
195 INNER JOIN temp_album_bundle_name AS M \
197 INNER JOIN PhotoAlbum AS PA2 \
199 INNER JOIN PhotoMap AS PM \
205 INNER JOIN temp_album_bundle_name AS M \
207 INNER JOIN PhotoMa [all...] |
| H A D | photo_album_clone.h | 61 LEFT JOIN PhotoMap \
63 LEFT JOIN Photos AS P1 \
65 LEFT JOIN Photos AS P2 \
72 LEFT JOIN PhotoMap \
74 LEFT JOIN Photos AS P1 \
76 LEFT JOIN Photos AS P2 \
|
| /test/xts/acts/arkui/libuv/ |
| H A D | genlocal.py | 79 mustpass = os.path.join(G_MUSTPASSPATH, "{}{}".format(suiteitem, G_MUSTPASSFILE)) 100 pagefilename = os.path.join(hapdirpath, G_PATHDIRPATH, "{}.ets".format(suitename)) 101 attrtmp = os.path.join(G_TMPPATH, G_PAGEATTRTEMPPATH) 116 temppagefilename = os.path.join(G_TMPPATH, G_PAGETEMPPATH) 122 pagefilename = os.path.join(hapdirpath, G_PATHDIRPATH, "{}.ets".format(suitename)) 128 attrtmp = os.path.join(G_TMPPATH, G_PAGEATTRTEMPPATH) 138 temptestfilename = os.path.join(G_TMPPATH, G_TESTCASETEMPPATH) 139 testfilename = os.path.join(hapdirpath, G_TESTDIRPATH, "{}.test.ets".format(suitename)) 148 configjsonname = os.path.join(hapdirpath, G_CONFIGJSONPATH) 152 buildgnname = os.path.join(hapdirpat [all...] |
| /test/testfwk/developer_test/local_coverage/resident_service/ |
| H A D | init_gcov.py | 34 sys.localcoverage_path = os.path.join(current_path, "..") 42 recv_path = os.path.join(developer_path, "local_coverage/resident_service/resources") 45 recv_restores_path = os.path.join(recv_path, "restores_environment") 48 recv_restores_name = os.path.join(recv_restores_path, "init.cfg") 54 cfg_file_path = os.path.join(recv_path, "init.cfg") 93 recv_path = os.path.join(developer_path, "local_coverage/resident_service/resources") 97 cfg_file_path = os.path.join(recv_path, "faultloggerd.cfg") 143 tree.write(os.path.join(config_path, 'foundation.xml'), encoding='utf-8', xml_declaration=True) 144 return os.path.join(config_path, 'foundation.xml') 166 new_json = os.path.join(config_pat [all...] |
| H A D | pull_service_gcda.py | 26 sys.localcoverage_path = os.path.join(current_path, "..") 43 origin_foundation = os.path.join(cfg_path, "foundation_origin.json") 65 local_sh_path = os.path.join(resident_service_path, "resources", "gcov_flush.sh") 81 home_path = '/'.join(roots_path.split("/")[:3]) 86 gcov_root = os.path.join(gcda_path, 'out', product_name, component_gcda_path) 96 os.path.join(developertest_path, "reports/coverage/data/cxx", 101 tar_path = os.path.join(gcda_file_path, "%s.tar.gz" % gcda_file_name) 106 local_tar = os.path.join(local_gcda_path, "%s.tar.gz" % gcda_file_name) 142 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") 143 service_path = os.path.join( [all...] |
| /foundation/ability/idl_tool/test/hdi_unittest/base/ |
| H A D | test_base.py | 33 self.idl_dir = os.path.join(self.working_dir, "foo") 34 self.output_dir = os.path.join(self.working_dir, "out") 35 self.target_dir = os.path.join(self.working_dir, "target") 62 return os.path.realpath(os.path.join(current_path, 75 self.output_dir = os.path.join(self.working_dir, output_dir) 78 self.target_dir = os.path.join(self.working_dir, target_dir) 118 output_path = os.path.join(self.working_dir, "hash_out") 121 self.set_output_path(os.path.join(output_path, "hash.txt")) 123 self.set_target_dir(os.path.join(self.working_dir, "hash_target")) 133 output_path = os.path.join(sel [all...] |
| /test/testfwk/developer_test/libs/fuzzlib/ |
| H A D | fuzzer_helper.py | 51 SOURCE_OUT_DIR = os.path.join(SOURCE_ROOT_DIR, "out") 53 TDD_BUILD_GN_PATH = os.path.join( 79 return ' '.join(pipes.quote(part) for part in command) 94 project_yaml_path = os.path.join( 123 project_dir_path = os.path.join(args.project_path, args.project_name) 135 file_path = os.path.join(project_dir_path, 'project.xml') 141 file_path = os.path.join(project_dir_path, "%s.cpp" % args.project_name) 147 file_path = os.path.join(project_dir_path, "%s.h" % args.project_name) 152 file_path = os.path.join(project_dir_path, "BUILD.gn") 158 corpus_dir = os.path.join(project_dir_pat [all...] |
| /applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/entry/src/main/ets/model/ |
| H A D | Logger.ts | 21 console.log(`[${this.prefix}]: ${args.join('')}`) 25 console.info(`[${this.prefix}]: ${args.join('')}`) 29 console.debug(`[${this.prefix}]: ${args.join('')}`) 33 console.warn(`[${this.prefix}]: ${args.join('')}`) 37 console.error(`[${this.prefix}]: ${args.join('')}`)
|
| /applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowManage/WindowComponent/src/main/ets/components/util/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/ets/model/ |
| H A D | Logger.ts | 21 console.log(`[${this.prefix}]: ${args.join('')}`); 25 console.info(`[${this.prefix}]: ${args.join('')}`); 29 console.debug(`[${this.prefix}]: ${args.join('')}`); 33 console.warn(`[${this.prefix}]: ${args.join('')}`); 37 console.error(`[${this.prefix}]: ${args.join('')}`);
|
| /foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/ets/model/ |
| H A D | Logger.ts | 21 console.log(`[${this.prefix}]: ${args.join('')}`) 25 console.info(`[${this.prefix}]: ${args.join('')}`) 29 console.debug(`[${this.prefix}]: ${args.join('')}`) 33 console.warn(`[${this.prefix}]: ${args.join('')}`) 37 console.error(`[${this.prefix}]: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider2/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionservice/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider3/entry/src/main/ets/model/ |
| H A D | Logger.ts | 20 console.log(`${TAG}.${tag}: ${args.join('')}`) 24 console.info(`${TAG}.${tag}: ${args.join('')}`) 28 console.debug(`${TAG}.${tag}: ${args.join('')}`) 32 console.warn(`${TAG}.${tag}: ${args.join('')}`) 36 console.error(`${TAG}.${tag}: ${args.join('')}`)
|
| /test/testfwk/developer_test/local_coverage/push_coverage_so/ |
| H A D | push_coverage.py | 24 sys.localcoverage_path = os.path.join(current_path, "..") 34 parts_info_json = os.path.join(out_path, "build_configs", "parts_info", "part_subsystem.json") 53 parts_info_json = os.path.join(out_path, "build_configs", "parts_info", "parts_path_info.json") 62 path = os.path.join(out_path, "obj", json_obj[test_part]) 74 subsystem_config_json = os.path.join(out_path, "build_configs", "subsystem_info", "subsystem_build_config.json") 90 path.append(os.path.join(out_path, "obj", s)) 119 source_path = os.path.join(out_path, json_obj["source"]) 146 full_dest = os.path.join("/", dest_path) 160 out_path = os.path.join(root_path, "out", get_product_name(root_path)) 161 developer_path = os.path.join(root_pat [all...] |
| /test/xts/tools/lite/build/ |
| H A D | suite.py | 79 _out_file = os.path.join(_suite_out_file, 103 _config_file = os.path.join(_suite_out_file, 106 _config_file = os.path.join(_out_file, 129 module_info_list_file = os.path.join(module_info_dir, 181 ohos_dir = os.path.join(self.args.project_dir, 'plugins', 'ohos') 183 factory_script = os.path.join(self.args.project_dir, "factory.sh") 194 dist_dir = os.path.join(self.args.project_dir, 'dist') 195 ohos_dist_dir = os.path.join(ohos_dir, 'dist') 196 run_scripts = ",".join( 197 [os.path.join(sel [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/theme/tools/ |
| H A D | build_theme_code.py | 133 row = ''.join((row, values['base'])) 137 row = ''.join((row, ' + ')) 138 row = ''.join((row, str(values['offset']))) 139 row = ''.join((row, ';\n')) 140 new_content = ''.join((new_content, row)) 152 ret = ''.join((ret, char[i])) 154 ret = ''.join((ret, char[i].capitalize())) 168 content = ''.join((content, '{')) 173 content = ''.join((content, ' nullptr,')) 175 content = ''.join((conten [all...] |