| /third_party/rust/crates/cxx/syntax/ |
| H A D | mangle.rs | 81 macro_rules! join { macros 83 symbol::join(&[$(&$segment),+]) 91 join!( in extern_fn() 98 None => join!(efn.name.namespace, CXXBRIDGE, efn.name.rust), in extern_fn() 103 join!( in operator() 114 join!(extern_fn(efn, types), var.rust, 0) in operator() 119 join!(extern_fn(efn, types), var.rust, 1) in r_trampoline()
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | mangle.rs | 81 macro_rules! join { macros 83 symbol::join(&[$(&$segment),+]) 91 join!( in extern_fn() 98 None => join!(efn.name.namespace, CXXBRIDGE, efn.name.rust), in extern_fn() 103 join!( in operator() 114 join!(extern_fn(efn, types), var.rust, 0) in operator() 119 join!(extern_fn(efn, types), var.rust, 1) in r_trampoline()
|
| /third_party/pcre2/pcre2/doc/ |
| H A D | pcre2_substitute.3 | 60 .\" JOIN 64 .\" JOIN 67 .\" JOIN 71 .\" JOIN 74 .\" JOIN 78 .\" JOIN 82 .\" JOIN
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | update_chrome_angle.py | 22 os.chdir(os.path.join(script_dir, "..")) 30 chrome_folder = os.path.join(os.environ['LOCALAPPDATA'], 'Google', 'Chrome SxS', 'Application') 47 binary_path = os.path.join(path, binary_name) 62 chrome_file = os.path.join(chrome_folder, str) 68 dest_folder = os.path.join(chrome_folder, sorted_chrome_bins[0]) 81 src = os.path.join(source_folder, filename) 85 dst = os.path.join(dest_folder, filename)
|
| /third_party/skia/infra/bots/recipes/ |
| H A D | test_canvaskit.py | 37 copy_dest = checkout_root.join('skia', 'modules', 'canvaskit', 43 'src': base_dir.join('canvaskit.js'), 44 'dst': copy_dest.join('canvaskit.js'), 47 'src': base_dir.join('canvaskit.wasm'), 48 'dst': copy_dest.join('canvaskit.wasm'), 51 recursive_read = [checkout_root.join('skia')] 72 script=checkout_root.join(INNER_KARMA_SCRIPT),
|
| /third_party/skia/include/core/ |
| H A D | SkStrokeRec.h | 40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() 60 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) { in setStrokeParams() argument 62 fJoin = join; in setStrokeParams() 117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap, 149 uint32_t fJoin : 15; // SkPaint::Join
|
| /test/xts/tools/lite/build/ |
| H A D | utils.py | 166 new_output = os.path.join(output, os.path.dirname(source_file). 227 files.append(os.path.join(dir_path, filename)) 304 module_info_list_file = os.path.join(suite_out_dir, 'module_info.json') 306 module_info_list_file = os.path.join(suite_out_dir, 326 all_module_file = os.path.join(out_dir, 'module_info.json') 331 with open(os.path.join(root, file), 'r') as json_data: 334 os.remove(os.path.join(root, file)) 338 test_component_file = os.path.join(out_dir, 'test_component.json') 365 gradle_dir = os.path.join(project_path, "gradle") 371 gralde_output_dir = os.path.join(gradle_di [all...] |
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_util.py | 29 self.join = os.path.join 50 os.path.join = self.join 176 return '/'.join(path) 177 os.path.join = _join 185 return '\\'.join(path) 186 os.path.join = _join 203 return '/'.join(path) 204 os.path.join [all...] |
| /third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
| H A D | perf_puppeteer_skottie_frames_test.go | 45 fi, err := os.Stat(filepath.Join(benchmarkPath, "out")) 55 require.NoError(t, os.MkdirAll(filepath.Join(lotties, "animation_1"), 0777)) 82 "--input_lottie", filepath.Join(lotties, "animation_1", "data.json"), 83 "--assets", filepath.Join(lotties, "animation_1", "images"), 96 require.NoError(t, os.MkdirAll(filepath.Join(lotties, "animation_1"), 0777)) 123 "--input_lottie", filepath.Join(lotties, "animation_1", "data.json"), 124 "--assets", filepath.Join(lotties, "animation_1", "images"), 141 err = writeFilesToDisk(filepath.Join(input, "out"), map[string]string{ 160 outputFile := filepath.Join(output, "perf-taskid1352.json") 240 err = writeFilesToDisk(filepath.Join(inpu [all...] |
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
| H A D | photo_album_clone.h | 61 LEFT JOIN PhotoMap \
63 LEFT JOIN Photos AS P1 \
65 LEFT JOIN Photos AS P2 \
72 LEFT JOIN PhotoMap \
74 LEFT JOIN Photos AS P1 \
76 LEFT JOIN Photos AS P2 \
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| H A D | rdb_predicates.h | 43 * @brief Obtains the join clause in the predicates.
48 * @brief Adds a {@code cross join} condition to a SQL statement.
53 * @brief Adds an {@code inner join} condition to a SQL statement.
58 * @brief Adds a {@code left outer join} condition to a SQL statement.
76 RdbPredicates *Join(int join, const std::string &tableName);
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-writefile-with-fd.js | 10 const join = require('path').join; 17 const filename = join(tmpdir.path, 'test.txt'); 49 const file = join(tmpdir.path, 'test1.txt'); 71 const file = join(tmpdir.path, 'test.txt'); 83 const file = join(tmpdir.path, 'test.txt');
|
| H A D | test-repl-mode.js | 22 assert.strictEqual(cli.output.accumulator.join(''), '> 3\n> '); 26 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> '); 33 assert.match(cli.output.accumulator.join(''), 38 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> '); 61 assert.strictEqual(cli.output.accumulator.join(''), '> 3\n> '); 65 assert.strictEqual(cli.output.accumulator.join(''), 'undefined\n> ');
|
| /third_party/node/deps/npm/node_modules/text-table/ |
| H A D | index.js | 25 return c + Array(size).join(' '); 42 var s = Array(Math.max(n + 1, 1)).join(' '); 47 return Array(Math.ceil(n / 2 + 1)).join(' ') 48 + c + Array(Math.floor(n / 2 + 1)).join(' ') 53 }).join(hsep).replace(/\s+$/, ''); 54 }).join('\n');
|
| /third_party/python/Tools/scripts/ |
| H A D | linktree.py | 38 linkname = os.path.join(newtree, link) 40 os.symlink(os.path.join(os.pardir, oldtree), linkname) 59 oldname = os.path.join(old, name) 60 linkname = os.path.join(link, name) 61 newname = os.path.join(new, name) 73 linkname = os.path.join(os.pardir,
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | StrokeFixedCountTessellator.h | 42 // Returns the fixed number of edges that are always emitted with the given join type. If the 43 // join is round, the caller needs to account for the additional radial edges on their own. 44 // Specifically, each join always emits: 47 // and a half-width edge to begin the join). 52 // * A half-width edge at the end of the join that will be colocated with the first 55 constexpr static int NumFixedEdgesInJoin(SkPaint::Join joinType) { in NumFixedEdgesInJoin()
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | recursiveReverseMappedType.symbols | 20 function join<T>(l: Recur<T>[]): Recur<T> {
21 >join : Symbol(join, Decl(recursiveReverseMappedType.ts, 4, 30))
40 const x: Recur<T> | undefined = join(l);
44 >join : Symbol(join, Decl(recursiveReverseMappedType.ts, 4, 30))
|
| /third_party/skia/third_party/externals/freetype/builds/meson/ |
| H A D | generate_reference_docs.py | 43 include_dir = os.path.join(args.input_dir, "include") 44 include_config_dir = os.path.join(include_dir, "config") 45 include_cache_dir = os.path.join(include_dir, "cache") 48 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h")) 50 os.path.join( 55 os.path.join(
|
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | extra.rs | 24 join: proc_macro::Span, 36 join: group.span(), 53 pub fn join(&self) -> Span { in join() functions 56 DelimSpanEnum::Compiler { join, .. } => Span::_new(imp::Span::Compiler(*join)), in join() 82 Debug::fmt(&self.join(), f) in fmt()
|
| /third_party/node/deps/npm/test/lib/commands/ |
| H A D | cache.js | 40 const cache = path.join(npm.cache, '_cacache') 68 const cache = path.join(npm.cache, '_cacache') 74 await registry.package({ manifest, tarballs: { '1.0.0': path.join(npm.prefix, 'package') } }) 95 const cache = path.join(npm.cache, '_cacache') 102 await registry.package({ manifest, tarballs: { '1.0.0': path.join(npm.prefix, 'package') } }) 104 manifest: manifest2, tarballs: { '1.0.0': path.join(npm.prefix, 'package') }, 125 const cache = path.join(npm.cache, '_cacache') 141 const cache = path.join(npm.cache, '_cacache') 158 const cache = path.join(npm.cache, '_cacache') 173 const cache = path.join(np [all...] |
| /third_party/rust/crates/nix/test/ |
| H A D | test_stat.rs | 100 let filename = tempdir.path().join("foo.txt"); in test_stat_and_fstat() 114 let filename = tempdir.path().join("foo.txt"); in test_fstatat() 130 let filename = tempdir.path().join("bar.txt"); in test_stat_fstat_lstat() 131 let linkname = tempdir.path().join("barlink"); in test_stat_fstat_lstat() 152 let filename = tempdir.path().join("foo.txt"); in test_fchmod() 177 let fullpath = tempdir.path().join(filename); in test_fchmodat() 227 let fullpath = tempdir.path().join("file"); in test_utimes() 245 let target = tempdir.path().join("target"); in test_lutimes() 246 let fullpath = tempdir.path().join("symlink"); in test_lutimes() 272 let fullpath = tempdir.path().join("fil in test_futimens() [all...] |
| /third_party/python/Lib/test/ |
| H A D | _test_multiprocessing.py | 96 # (join() and is_alive(), the support function can be reused 273 p.join() 293 p.join() 331 p.join() 360 p.join() 377 parent_process().join(timeout=support.SHORT_TIMEOUT) 413 p.join() 432 p.join() 462 join = TimingWrapper(p.join) 5526 def join(self): global() member in TestPoolNotLeakOnFailure.test_release_unused_processes.FailingForkProcess [all...] |
| /third_party/vk-gl-cts/scripts/ |
| H A D | make_release.py | 67 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath) 128 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", "gen_release_info.py")) 167 targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file))) 180 fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath)) 181 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath)) 198 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile)) 199 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile)) 214 config = BuildConfig(os.path.join(packageBuildInfo.getTmpBasePath(), self.baseConfig.getBuildDir()), 217 srcPath = os.path.join(packageBuildInf [all...] |
| /test/xts/dcts/distributeddatamgr/jstest/distributed_data_object_stage/client/entry/src/main/ets/test/ |
| H A D | DataObjectEtsunit.test.ets | 208 * @tc.desc: sessionId1 genSessionId, remote join sessionId1, sync success
239 console.info(logTag + "local: join session");
242 console.info(logTag + "join error: " + error.code + error.message);
274 * @tc.desc: sessionId1 "abcde", remote join sessionId1, sync success
305 console.info(logTag + "local: join session");
308 console.info(logTag + "join error: " + error.code + error.message);
341 * @tc.desc: sessionId1 "123456", remote join sessionId1, sync success
372 console.info(logTag + "local: join session");
375 console.info(logTag + "join error: " + error.code + error.message);
409 * @tc.desc: local join sessionId [all...] |
| /third_party/skia/third_party/externals/spirv-tools/utils/ |
| H A D | generate_grammar_tables.py | 81 return '{' + ', '.join(['SpvCapability{}'.format(c) for c in caps]) + '}' 92 return '{}_caps_{}'.format(PYGEN_VARIABLE_PREFIX, ''.join(caps)) 106 return '\n'.join(arrays) 118 return '{' + ', '.join( 132 PYGEN_VARIABLE_PREFIX, ''.join(extensions)) 146 return '\n'.join(arrays) 264 return ', '.join(template).format( 269 operands=', '.join(self.operands), 301 return ', '.join(template).format( 306 operands=', '.join(sel [all...] |