Home
last modified time | relevance | path

Searched full:join (Results 926 - 950 of 7866) sorted by relevance

1...<<31323334353637383940>>...315

/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js72 let downloadResultPath = path.join(downloadPath, "downloadResult");
81 const resultPath = path.join(resultFolder, datetime, testFiles[i][0]);
91 const resultPath = path.join(resultFolder, datetime, testFiles[i][0]);
96 const htmlPath = path.join(resultFolder, datetime);
/foundation/arkui/ace_engine/test/unittest/scripts/
H A Drun.py77 test_suite_path = os.path.join(root, test_suite_name)
91 test_suite_path = os.path.join(root, file)
122 json_file_path = os.path.join(test_directory, "test_result.json")
138 code_path = os.path.join(code_path, "out/rk3568/clang_x64/tests/unittest/ace_engine")
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphoto_album_dao.h101 LEFT JOIN album_plugin \
147 LEFT JOIN album_plugin \
149 LEFT JOIN PhotoAlbum \
151 LEFT JOIN \
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dbuild_before_generate.py37 file_path = os.path.join(root, file_name)
92 file_path = os.path.join(root_path, path_str)
143 all_system_info_path = os.path.join(
146 part_info_path = os.path.join(
/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Dcolored.py95 return os.path.join(Colored.LOG_DIR, self.log_project)
98 return os.path.join(Colored.LOG_DIR, self.log_project, self.log_date)
101 return os.path.join(self.get_fuzz_current_project_log_dir(), "run.log")
105 run_log = os.path.join(
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dencrypt.py48 pub_key_path = os.path.join(Variables.exec_dir, PUBLIC_KEY_FILE)
53 pub_key_path = os.path.join(Variables.top_dir, PUBLIC_KEY_FILE)
108 pri_key_path = os.path.join(Variables.exec_dir, PRIVATE_KEY_FILE)
112 pri_key_file = os.path.join(Variables.top_dir, PRIVATE_KEY_FILE)
/third_party/ffmpeg/libavcodec/
H A Daptxdec.c32 * Join 2 subbands and upsample by 2.
57 * Join 4 subbands and upsample by 4.
67 /* Join 4 subbands into 2 intermediate subbands upsampled to 2 samples. */ in aptx_qmf_tree_synthesis()
75 /* Join 2 samples from intermediate subbands upsampled to 4 samples. */ in aptx_qmf_tree_synthesis()
/third_party/PyYAML/tests/lib/
H A Dtest_appliance.py22 if os.path.isfile(os.path.join(directory, filename)):
57 sys.stdout.write('%s(%s)...\n' % (name, ', '.join(filenames)))
93 sys.stdout.write('%s(%s): %s\n' % (name, ', '.join(filenames), kind))
135 filenames.append(os.path.join(DATA, base+ext))
/third_party/mbedtls/scripts/
H A Dmin_requirements.py49 return ';'.join(split_req)
67 nested_file = os.path.join(os.path.dirname(filename),
95 req_file_name = os.path.join(temp_dir, 'requirements.txt')
128 options.files = [os.path.join(os.path.dirname(__file__),
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dserial_buffer.py73 self.read_thread.join()
74 self.lines_thread.join()
118 self.read_thread.join()
160 self.lines_thread.join()
/third_party/json/docs/mkdocs/scripts/
H A Dcheck_structure.py94 report('style/numbering', f'{file}:{lineno} ({current_section})', f'undocumented overloads: {", ".join([f"({x})" for x in undocumented])}')
96 report('style/numbering', f'{file}:{lineno} ({current_section})', f'unexpected overloads: {", ".join([f"({x})" for x in unexpected])}')
159 example_file = os.path.join('examples', os.path.basename(example_file))
163 content = ' '.join(open(markdown_file).readlines())
/third_party/jerryscript/tools/
H A Dsrcgenerator.py27 SRCMERGER = os.path.join(TOOLS_DIR, 'srcmerger.py')
28 JERRY_CORE = os.path.join(ROOT_DIR, 'jerry-core')
29 JERRY_PORT = os.path.join(ROOT_DIR, 'jerry-port', 'default')
30 JERRY_LIBM = os.path.join(ROOT_DIR, 'jerry-libm')
/third_party/littlefs/scripts/
H A Dchangeprefix.py97 print(' '.join(shlex.quote(c) for c in cmd))
110 to_path = os.path.join(
124 print(' '.join(shlex.quote(c) for c in cmd))
128 print(' '.join(shlex.quote(c) for c in cmd))
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py29 path = '\\'.join(parts[1:])
123 bin_dir = os.path.join(work_dir, 'bin')
127 work_folder = os.path.join(work_dir, "build_" + (sys.platform.replace('32', "")), bits)
151 run_shell('%s "%s" -G"%s" %s' % (cmake, work_dir, generator, " ".join([
/third_party/node/deps/v8/tools/
H A Dtry_perf.py79 print('No trybots specified. Using default %s.' % ','.join(DEFAULT_BOTS))
108 cmd.append('-p \'testfilter=[%s]\'' % ','.join(benchmarks))
115 print('Running %s' % ' '.join(cmd))
116 subprocess.check_call(' '.join(cmd), shell=True, cwd=V8_BASE)
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim41 [os.path.isdir(os.path.join(candidate, fp)) for fp in fingerprints]):
50 sys.path.append(os.path.join(v8_root, 'tools', 'vim'))
57 build_cmd = ' '.join(['autoninja', '-C', build_dir, targets])
102 let l:targets = a:0 > 0 ? join(a:000, ' ') : ''
/third_party/node/test/parallel/
H A Dtest-single-executable-application.js10 const { join } = require('path');
58 const requirableFile = join(tmpdir.path, 'requirable.js');
59 const outputFile = join(tmpdir.path, process.platform === 'win32' ? 'sea.exe' : 'sea');
110 { env: { COMMON_DIRECTORY: join(__dirname, '..', 'common') } });
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py32 from os.path import join, exists, basename, dirname, isdir namespace
39 PTY_HELPER = join(dirname(__file__), '../../tools/pseudo-tty.py')
149 file_prefix = join(self.root, reduce(join, tst[1:], ""))
/third_party/node/test/report/
H A Dtest-report-writereport.js53 const absolutePath = path.join(tmpdir.path, file);
64 const absolutePath = path.join(tmpdir.path, file);
76 const filename = path.join(process.report.directory, 'custom-name-3.json');
120 const reportDir = path.join(tmpdir.path, 'does', 'not', 'exist');
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py35 value = " ".join(filter(None, value)) # Filter out empty strings.
92 "build {}: {}".format(" ".join(out_outputs), " ".join([rule] + all_inputs))
113 self._line("default %s" % " ".join(self._as_list(paths)))
H A DMSVSUserFile.py33 item = os.path.join(path, command)
46 arg = '""'.join(arg.split('"'))
97 environment = " ".join(env_list)
106 "CommandArguments": " ".join(command[1:]),
/third_party/ninja/misc/
H A Doutput_test.py23 with open(os.path.join(d, 'build.ninja'), 'w') as f:
48 BUILD_SIMPLE_ECHO = '\n'.join((
132 with open(os.path.join(d, 'build.ninja'), 'w'):
135 with open(os.path.join(d, '.ninja_log'), 'w') as f:
/third_party/node/deps/npm/node_modules/columnify/
H A Dutils.js13 return Array.apply(null, {length: len + 1}).join(str).slice(0, len)
85 if (line && wcwidth(line.join(' ')) + wcwidth(word) < max) {
91 return l.join(' ')
150 return result.join(' ')
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py35 value = " ".join(filter(None, value)) # Filter out empty strings.
92 "build {}: {}".format(" ".join(out_outputs), " ".join([rule] + all_inputs))
113 self._line("default %s" % " ".join(self._as_list(paths)))
H A DMSVSUserFile.py33 item = os.path.join(path, command)
46 arg = '""'.join(arg.split('"'))
97 environment = " ".join(env_list)
106 "CommandArguments": " ".join(command[1:]),

Completed in 10 milliseconds

1...<<31323334353637383940>>...315