| /foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
| H A D | avcodec_audio_avbuffer_flac_encoder_demo.cpp | 189 inputLoop_->join();
in Stop() 204 outputLoop_->join();
in Stop() 225 inputLoop_->join();
in Flush() 241 outputLoop_->join();
in Flush()
|
| H A D | avcodec_audio_avbuffer_aac_encoder_demo.cpp | 205 inputLoop_->join(); in Stop() 220 outputLoop_->join(); in Stop() 240 inputLoop_->join(); in Flush() 256 outputLoop_->join(); in Flush()
|
| H A D | avcodec_audio_avbuffer_amrwb_encoder_demo.cpp | 210 inputLoop_->join(); in Stop() 225 outputLoop_->join(); in Stop() 246 inputLoop_->join(); in Flush() 262 outputLoop_->join(); in Flush()
|
| H A D | avcodec_audio_avbuffer_amrnb_encoder_demo.cpp | 210 inputLoop_->join(); in Stop() 225 outputLoop_->join(); in Stop() 246 inputLoop_->join(); in Flush() 262 outputLoop_->join(); in Flush()
|
| H A D | avcodec_audio_aac_encoder_demo.cpp | 192 inputLoop_->join(); in Stop() 207 outputLoop_->join(); in Stop() 230 inputLoop_->join(); in Flush() 246 outputLoop_->join(); in Flush()
|
| H A D | avcodec_audio_avbuffer_mp3_encoder_demo.cpp | 210 inputLoop_->join(); in Stop() 225 outputLoop_->join(); in Stop() 246 inputLoop_->join(); in Flush() 262 outputLoop_->join(); in Flush()
|
| H A D | avcodec_audio_flac_encoder_demo.cpp | 174 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 D | ista_service.h | 268 * @Description disable auto join. 276 * @Description enable auto join. 284 * @Description register auto join condition. 294 * @Description deregister auto join condition.
|
| H A D | sta_interface.h | 261 * @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 D | screen_agent.py | 70 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 D | util.py | 92 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 D | file_util.py | 143 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 D | abs.py | 206 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 D | astc_test_result_report.py | 63 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 D | googletest-output-test.py | 81 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 D | decode.py | 148 .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 D | merge_to_branch.py | 93 % ", ".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 D | linux_perf.py | 139 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 D | code-panel.mjs | 126 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 D | MSVSUtil.py | 24 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 D | mkapiref.py | 105 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 D | MSVSUtil.py | 24 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 D | log-file.js | 39 .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 D | explode_asserts.py | 205 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 D | 4-3.c | 366 /* 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()
|