Home
last modified time | relevance | path

Searched full:join (Results 5501 - 5525 of 8027) sorted by relevance

1...<<221222223224225226227228229230>>...322

/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp298 inputLoop_->join(); in StopInloop()
429 inputLoop_->join(); in WaitForEOS()
431 outputLoop_->join(); in WaitForEOS()
H A Dvideoenc_ndk_sample.cpp264 inputLoop_->join(); in StopInloop()
399 inputLoop_->join(); in WaitForEOS()
401 outputLoop_->join(); in WaitForEOS()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H A DVDecEncNdkSample.cpp353 inputLoopDec_->join(); in ReleaseDec()
361 outputLoopDec_->join(); in ReleaseDec()
664 outputLoopEnc_->join(); in ReleaseEnc()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H A DADecEncNdkSample.cpp334 inputLoopDec_->join(); in ReleaseDec()
565 inputLoopEnc_->join(); in ReleaseEnc()
574 outputLoopEnc_->join(); in ReleaseEnc()
/third_party/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py795 output_file = os.path.join(gtest_test_utils.GetTempDir(),
820 json_path = os.path.join(gtest_test_utils.GetTempDir(),
863 json_path = os.path.join(gtest_test_utils.GetTempDir(),
H A Dgtest_xml_output_unittest.py294 output_file = os.path.join(gtest_test_utils.GetTempDir(),
318 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
371 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
/third_party/icu/tools/commit-checker/
H A Dcheck.py106 default = os.path.join(os.path.dirname(__file__), "..", "..")
172 print("\t- Component(s): " + (' '.join(sorted([str(component.name) for component in issue.issue.fields.components]))))
498 print(" - **%s**: %s" % (component, ' '.join("[%s](#issue-%s)" % (issue_id, sectionToFragment(issue_id)) for issue_id in componentToTicket[component])))
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITest.java421 thread.join(); in TestBug12873()
549 t1.join(); t2.join(); in TestBug13512()
/third_party/icu/icu4j/perf-tests/
H A Dperftests.pl273 $OUT .= join('', @_);
396 #print "[", join("\n", @out), "]\n";
417 #print "#$method:", join(";",@$data), "\n";
/third_party/jinja2/
H A Dlexer.py144 f"({'|'.join(re.escape(x) for x in sorted(operators, key=lambda x: -len(x)))})"
519 root_parts_re = "|".join(
686 source = "\n".join(lines)
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp76 void join(const BlockCycleEstimator& other);
415 BlockCycleEstimator::join(const BlockCycleEstimator& pred) in join() function in aco::BlockCycleEstimator
489 block_est.join(blocks[pred]); in collect_preasm_stats()
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py451 p = os.path.join(self.base_path, imprt.attrib['file'])
540 fmt = ''.join(parts)
552 return ', '.join(parts)
/third_party/node/lib/internal/
H A Dutil.js464 // The built-in Array#join is slower in v8 6.0
465 function join(output, separator) { function
824 join,
/third_party/node/test/parallel/
H A Dtest-crypto-sign-verify.js302 const publicKey = example.publicKey.join('\n');
620 const sigfile = path.join(tmpdir.path, 's5.sig');
622 const msgfile = path.join(tmpdir.path, 's5.msg');
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py142 "(%s)" % "|".join(re.escape(x) for x in sorted(operators, key=lambda x: -len(x)))
509 % "|".join(
673 source = "\n".join(lines)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py141 operator_re = re.compile('(%s)' % '|'.join(re.escape(x) for x in
489 (c('(.*?)(?:%s)' % '|'.join(
610 source = '\n'.join(lines)
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js101 return parts.join(', ');
327 headers.warning = warnings.join(',').trim();
561 headers['if-none-match'] = etags.join(',').trim();
/third_party/libxml2/
H A Dinstall.py237 file_path = os.path.join(args.source_file, patch)
246 tar_file_path = os.path.join(args.source_file, "libxml2-2.9.14.tar.xz")
247 target_dir = os.path.join(args.gen_dir, "libxml2-2.9.14")
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c426 "Unable to join a canceled thread"); in do_threads_test()
494 /* We will join every threads */ in do_threads_test()
499 "Unable to join a thread"); in do_threads_test()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Dstress.c499 UNRESOLVED(ret, "Unable to join a thread"); in cell_fini()
637 output("Starting to join the threads...\n"); in main()
639 /* Everybody is stopping, we must join them, and destroy the cell data */ in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D3-2.c294 UNRESOLVED(ret, "Unable to join a thread"); in test_stack()
779 /* Wait for the sem and join eventually the thread */ in main()
794 "Unable to join a thread"); in main()
/third_party/lz4/tests/
H A Dtest-lz4-speed.py122 return str('Changes in %s since %s:\n' % (branch, last_commit)) + '\n'.join(commits)
159 raise RuntimeError("ERROR: number of result lines=%d is different that expected %d\n%s" % (len(result), linesExpected, '\n'.join(result)))
162 myfile.write('\n'.join(result) + '\n')
/third_party/node/deps/v8/
H A DPRESUBMIT.py85 sys.path.append(input_api.os_path.join(
146 sys.path = sys.path + [input_api.os_path.join(
179 abs_f = os.path.join(parent_dir, relative_f)
/third_party/node/deps/openssl/openssl/util/
H A Dmkerr.pl240 print STDERR " ", join(' ', @rassigned), "\n";
326 $guard = "OSSL_" . join('_', split(m|[./]|, uc $guard));
416 $guard = join('_', split(m|[./]|, uc $guard));
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py156 return f'{type(self).__name__}({", ".join(args)})'
339 metavar=f'"{{all|{"|".join(sorted(pool))}}},..."')
349 parser.error(f'invalid --fail values: {", ".join(exc.unique)}')

Completed in 27 milliseconds

1...<<221222223224225226227228229230>>...322