Home
last modified time | relevance | path

Searched full:join (Results 801 - 825 of 6405) sorted by relevance

1...<<31323334353637383940>>...257

/foundation/ai/intelligent_voice_framework/utils/
H A Dthread_wrapper.cpp24 Join(); in ~ThreadWrapper()
54 void ThreadWrapper::Join() in Join() function in OHOS::IntellVoiceUtils::ThreadWrapper
62 thread_->join(); in Join()
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.cpp27 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinRtg()
52 if (!(tgwrap.tg->Join(tid))) { in JoinTG()
53 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinTG()
/foundation/resourceschedule/ffrt/benchmarks/speedup/
H A Dplot.py41 color='r', marker='o', linestyle='-', label=''.join(['speedup=1@duration=', str(min_duration)]))
64 marker='s', linestyle='-.', label=''.join(['base speedup=1@duration=', str(base_min_duration)]))
70 color='r', marker='o', linestyle='-', label=''.join(['curren speedup=1@duration=', str(current_min_duration)]))
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsubscription.cpp83 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId) }); in GetKey()
88 return Constant::Join(RELATION_PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId), bundleName }); in GetRelationKey()
93 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstrategy_meta_data.cpp59 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { devId, userId, "default", bundleName, storeId }); in GetKey()
61 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, in GetKey()
67 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dmatrix_meta_data.cpp45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
50 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId, RMOTE_CONSISTENT }); in GetConsistentKey()
55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
/third_party/gn/infra/recipe_modules/macos_sdk/
H A Dapi.py82 cache_dir = self.m.path['cache'].join('macos_sdk')
87 sdk_dir = cache_dir.join('XCode.app')
89 cache_dir.join('mac_toolchain'),
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitThreadTest.java34 try {thread.join();} catch(InterruptedException e) {}; in MUThreadTest()
83 t1.join(); in NumericRaceTest()
84 t2.join(); in NumericRaceTest()
/third_party/mesa3d/bin/
H A Dmeson-options.py44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
51 value = '[' + ', '.join(["'" + v + "'" for v in value.value]) + ']'
/third_party/jsoncpp/
H A Dinstall.py58 file_path = os.path.join(args.source_file, patch)
67 tar_file_path = os.path.join(args.source_file, "jsoncpp-1.9.5.tar.gz")
68 target_dir = os.path.join(args.gen_dir, "jsoncpp-1.9.5")
/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes_cpp.py34 can_use_input_modifiers = "".join([opcodes[name].input_mod for name in reversed(opcode_names)])
35 can_use_output_modifiers = "".join([opcodes[name].output_mod for name in reversed(opcode_names)])
36 is_atomic = "".join([opcodes[name].is_atomic for name in reversed(opcode_names)])
/third_party/node/test/parallel/
H A Dtest-fs-readfile-fd.js10 const join = require('path').join;
58 const filename = join(tmpdir.path, 'test.txt');
H A Dtest-fs-sir-writes-alot.js26 const join = require('path').join;
30 const filename = join(tmpdir.path, 'out.txt');
H A Dtest-fs-utils-get-dirents.js18 fs.writeFileSync(path.join(tmpdir.path, filename), '');
65 ].join(''));
120 ].join(''));
H A Dtest-fs-watch.js11 const { join } = require('path');
20 get dirPath() { return join(tmpdir.path, this.dirName); }
21 get filePath() { return join(this.dirPath, this.fileName); }
H A Dtest-fs-write-stream-end.js32 const file = path.join(tmpdir.path, 'write-end-test0.txt');
39 const file = path.join(tmpdir.path, 'write-end-test1.txt');
49 const file = path.join(tmpdir.path, 'write-end-test2.txt');
/third_party/node/test/sequential/
H A Dtest-diagnostic-dir-cpu-prof.js27 const dir = path.join(tmpdir.path, 'prof');
53 const dir = path.join(tmpdir.path, 'diag');
54 const dir2 = path.join(tmpdir.path, 'prof');
/third_party/node/deps/v8/third_party/inspector_protocol/lib/
H A DForward_h.template7 #ifndef {{"_".join(config.protocol.namespace)}}_Forward_h
8 #define {{"_".join(config.protocol.namespace)}}_Forward_h
77 #endif // !defined({{"_".join(config.protocol.namespace)}}_Forward_h)
/third_party/node/test/es-module/
H A Dtest-esm-wasm.mjs24 ].join('\n'),
56 ].join('\n'),
74 ].join('\n'),
/third_party/node/deps/npm/lib/utils/
H A Dnpm-usage.js57 return indentNewline() + out.join(indentNewline()).slice(2)
71 const usage = usageLines.join(indentNewline(INDENT + maxLen + 1))
73 }).join('\n')
/third_party/node/deps/npm/test/lib/commands/
H A Dfind-dupes.js74 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-sub')),
78 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-dep-a', 'node_modules', 'test-sub')),
82 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-dep-b', 'node_modules', 'test-sub')),
/third_party/icu/icu4c/source/test/intltest/
H A Dsimplethread.h29 void join(); // A thread must be joined before deleting its SimpleThread.
53 // pool.join(); // Wait until all threads have terminated.
61 void join();
/third_party/rust/crates/cxx/tools/cargo/
H A Dbuild.rs60 let parent_dir = Path::new(&out_dir).join("symlink"); in main()
61 let original_dir = parent_dir.join("original"); in main()
62 let link_dir = parent_dir.join("link"); in main()
/third_party/python/Tools/peg_generator/pegen/
H A Dast_dump.py59 return "%s(%s)" % (node.__class__.__name__, ", ".join(args)), not args
60 return "%s(%s%s)" % (node.__class__.__name__, prefix, sep.join(args)), False
64 return "[%s%s]" % (prefix, sep.join(_format(x, level)[0] for x in node)), False
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_pypi_packages.py41 savedir = os.path.join("data", "pypi")
51 for name in os.listdir(os.path.join("data", "pypi")):
52 full_path = os.path.join("data", "pypi", name)

Completed in 11 milliseconds

1...<<31323334353637383940>>...257