Home
last modified time | relevance | path

Searched full:join (Results 1676 - 1700 of 8218) sorted by relevance

1...<<61626364656667686970>>...329

/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_flac_encoder_demo.cpp189 inputLoop_->join(); in Stop()
204 outputLoop_->join(); in Stop()
225 inputLoop_->join(); in Flush()
241 outputLoop_->join(); in Flush()
H A Davcodec_audio_avbuffer_aac_encoder_demo.cpp205 inputLoop_->join(); in Stop()
220 outputLoop_->join(); in Stop()
240 inputLoop_->join(); in Flush()
256 outputLoop_->join(); in Flush()
H A Davcodec_audio_avbuffer_amrwb_encoder_demo.cpp210 inputLoop_->join(); in Stop()
225 outputLoop_->join(); in Stop()
246 inputLoop_->join(); in Flush()
262 outputLoop_->join(); in Flush()
H A Davcodec_audio_avbuffer_amrnb_encoder_demo.cpp210 inputLoop_->join(); in Stop()
225 outputLoop_->join(); in Stop()
246 inputLoop_->join(); in Flush()
262 outputLoop_->join(); in Flush()
H A Davcodec_audio_aac_encoder_demo.cpp192 inputLoop_->join(); in Stop()
207 outputLoop_->join(); in Stop()
230 inputLoop_->join(); in Flush()
246 outputLoop_->join(); in Flush()
H A Davcodec_audio_avbuffer_mp3_encoder_demo.cpp210 inputLoop_->join(); in Stop()
225 outputLoop_->join(); in Stop()
246 inputLoop_->join(); in Flush()
262 outputLoop_->join(); in Flush()
H A Davcodec_audio_flac_encoder_demo.cpp174 inputLoop_->join(); in Stop()
189 outputLoop_->join(); in Stop()
212 inputLoop_->join(); in Flush()
228 outputLoop_->join(); in Flush()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dista_service.h268 * @Description disable auto join.
276 * @Description enable auto join.
284 * @Description register auto join condition.
294 * @Description deregister auto join condition.
H A Dsta_interface.h261 * @Description disable auto join.
269 * @Description enable auto join.
277 * @Description register auto join condition.
287 * @Description deregister auto join condition.
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py70 return os.path.join(base_path, DeccVariable.cur_case().suite_name, DeccVariable.cur_case().name)
102 fol_path = os.path.join(folder, save_name)
159 link = os.path.join(DeccVariable.cur_case().name, save_name)
196 link = os.path.join(DeccVariable.cur_case().name, save_name)
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py92 file_abs_path = os.path.join(file_path, file_base_name)
334 std_lib_path = os.path.join(sys.base_prefix, 'lib')
340 site_packages = [os.path.join(sys.prefix, 'lib', 'site-packages')]
342 site_packages.append(os.path.join(sys.real_prefix, 'lib', 'site-packages'))
H A Dfile_util.py143 folder_file = os.path.join(folder, folder_file_path)
156 folder_file = os.path.join(folder, child)
288 src_file_list = [os.path.join(src, src_file)
295 shutil.copytree(source, os.path.join(des, src_name))
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py206 result_dir = os.path.join(self.report_path, "result")
291 screenshot_base_path = os.path.join(
294 result.normal_screen_urls = os.path.join(screenshot_base_path, "normal", temp)
295 result.failure_screen_urls = os.path.join(screenshot_base_path, "failure", temp)
/third_party/astc-encoder/Test/
H A Dastc_test_result_report.py63 imageDir = os.path.join(scriptDir, "Images")
82 fullPath = os.path.join(root, name)
220 return ",".join(rows)
244 return ",".join(rows)
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test.py81 GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME)
301 '\n'.join(difflib.unified_diff(
313 open(os.path.join(
317 open(os.path.join(
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.py148 .val.bitset = { ${', '.join(isa.split_bits(field.val, 32))} },
165 .match.bitset = { ${', '.join(isa.split_bits(pattern.match, 32))} },
166 .dontcare.bitset = { ${', '.join(isa.split_bits(pattern.dontcare, 32))} },
167 .mask.bitset = { ${', '.join(isa.split_bits(pattern.mask, 32))} },
/third_party/node/deps/v8/tools/release/
H A Dmerge_to_branch.py93 % ", ".join(port_revision_list)):
110 self["revision_list"] = ", ".join(self["full_revision_list"])
140 bug_aggregate = ",".join(
149 self["new_commit_msg"] = "".join(msg_pieces)
/third_party/node/deps/v8/tools/chrome/
H A Dlinux_perf.py139 log("CHROME CMD: ", shlex.join(cmd))
148 log("LINUX PERF CMD: ", shlex.join(cmd))
181 print(shlex.join(cmd))
207 print(f"pprof -flame { ' '.join(path_strings)}")
/third_party/node/deps/v8/tools/system-analyzer/view/
H A Dcode-panel.mjs126 const kRegisterRegexpSource = `(?<register>${kRegisters.join('|')}|r[0-9]+)`
237 this.line = parts.join(' ');
252 .join('');
256 .join('');
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSUtil.py24 src_dir = os.path.abspath(os.path.join(this_dir, "..", ".."))
25 win_data_dir = os.path.join(src_dir, "data", "win")
26 large_pdb_shim_cc = os.path.join(win_data_dir, "large-pdb-shim.cc")
59 return "#".join(parts)
/third_party/nghttp2/doc/
H A Dmkapiref.py105 c = ' '.join(self.content).strip()
195 with open(os.path.join(funcsdir, doc.funcname + '.rst'), 'w') as f:
241 .format(' '.join(items[2:]).rstrip(',')))
284 func_proto = ''.join(func_proto)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSUtil.py24 src_dir = os.path.abspath(os.path.join(this_dir, "..", ".."))
25 win_data_dir = os.path.join(src_dir, "data", "win")
26 large_pdb_shim_cc = os.path.join(win_data_dir, "large-pdb-shim.cc")
59 return "#".join(parts)
/third_party/node/deps/npm/test/lib/utils/
H A Dlog-file.js39 .join('\n')
52 await logFile.load({ path: path.join(root, `${id}-`), ...options })
61 const logFiles = logDir.map((f) => path.join(root, f))
368 t.matchSnapshot(logs.map(l => l.content).join('\n'))
/third_party/littlefs/scripts/
H A Dexplode_asserts.py205 p = '|'.join('(?P<%s>%s)' % (n, '|'.join(l))
322 return ''.join(res)
331 return ''.join(res)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c366 /* Now stop the threads and join them */ in main()
373 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main()
376 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main()
380 UNRESOLVED(ret, "Worker thread join failed"); in main()

Completed in 38 milliseconds

1...<<61626364656667686970>>...329