/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 298 inputLoop_->join(); in StopInloop() 429 inputLoop_->join(); in WaitForEOS() 431 outputLoop_->join(); in WaitForEOS()
|
H A D | videoenc_ndk_sample.cpp | 264 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 D | VDecEncNdkSample.cpp | 353 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 D | ADecEncNdkSample.cpp | 334 inputLoopDec_->join(); in ReleaseDec() 565 inputLoopEnc_->join(); in ReleaseEnc() 574 outputLoopEnc_->join(); in ReleaseEnc()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-json-output-unittest.py | 795 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 D | gtest_xml_output_unittest.py | 294 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 D | check.py | 106 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 D | RBBITest.java | 421 thread.join(); in TestBug12873() 549 t1.join(); t2.join(); in TestBug13512()
|
/third_party/icu/icu4j/perf-tests/ |
H A D | perftests.pl | 273 $OUT .= join('', @_); 396 #print "[", join("\n", @out), "]\n"; 417 #print "#$method:", join(";",@$data), "\n";
|
/third_party/jinja2/ |
H A D | lexer.py | 144 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 D | aco_statistics.cpp | 76 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 D | isa.py | 451 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 D | util.js | 464 // 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 D | test-crypto-sign-verify.js | 302 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 D | lexer.py | 142 "(%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 D | lexer.py | 141 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 D | index.js | 101 return parts.join(', '); 327 headers.warning = warnings.join(',').trim(); 561 headers['if-none-match'] = etags.join(',').trim();
|
/third_party/libxml2/ |
H A D | install.py | 237 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 D | s-c.c | 426 "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 D | stress.c | 499 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 D | 3-2.c | 294 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 D | test-lz4-speed.py | 122 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 D | PRESUBMIT.py | 85 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 D | mkerr.pl | 240 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 D | scriptutil.py | 156 return f'{type(self).__name__}({", ".join(args)})' 339 metavar=f'"{{all|{"|".join(sorted(pool))}}},..."') 349 parser.error(f'invalid --fail values: {", ".join(exc.unique)}')
|