| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MultithreadingTest.cpp | 111 thread.join(); in runMultithreadedGLTest() 201 thread.join(); in TEST_P() 305 t1.join(); in TEST_P() 306 t2.join(); in TEST_P() 505 thread.join(); in TEST_P() 682 textureThread.join(); in mainThreadDraw() 782 thread.join(); 884 thread0.join(); 885 thread1.join();
|
| /third_party/skia/src/gpu/tessellate/shaders/ |
| H A D | GrStrokeTessellationShader.cpp | 39 // A join calculates its starting angle using prevCtrlPtAttr. in GrStrokeTessellationShader() 44 // If p0 == prevCtrlPtAttr, then no join is emitted. in GrStrokeTessellationShader() 46 // pts=[p0, p3, p3, p3] is a reserved pattern that means this patch is a join only, in GrStrokeTessellationShader() 50 // double-sided round join, anchored on p0 and rotating from (p0 - prevCtrlPtAttr) to in GrStrokeTessellationShader() 63 // argsAttr.xy contains the lastControlPoint for setting up the join. in GrStrokeTessellationShader() 67 // numTotalEdges is negative and the join type is "kRound", it also instructs the in GrStrokeTessellationShader() 68 // shader to only allocate one segment the preceding round join. in GrStrokeTessellationShader() 72 // argsAttr contains the lastControlPoint for setting up the join. in GrStrokeTessellationShader() 117 // limit and need to revert to a bevel join.
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | recursiveConditionalCrash3.symbols | 89 type Join<K, P> = K extends string | number ?
90 >Join : Symbol(Join, Decl(recursiveConditionalCrash3.ts, 37, 1))
133 T | Join<T, SplitWithAllPossibleCombinations<U, D>>
135 >Join : Symbol(Join, Decl(recursiveConditionalCrash3.ts, 37, 1))
189 ? `${K}` | Join<`${K}`, KeysCanBeExpanded_<T[K], N, [1, ...Depth]>>
191 >Join : Symbol(Join, Decl(recursiveConditionalCrash3.ts, 37, 1))
|
| H A D | variableDeclaratorResolvedDuringContextualTyping.symbols | 51 static join(promises: { [name: string]: Promise; }): Promise;
52 >join : Symbol(Promise.join, Decl(variableDeclaratorResolvedDuringContextualTyping.ts, 20, 39), Decl(variableDeclaratorResolvedDuringContextualTyping.ts, 21, 69))
58 static join(promises: Promise[]): Promise;
59 >join : Symbol(Promise.join, Decl(variableDeclaratorResolvedDuringContextualTyping.ts, 20, 39), Decl(variableDeclaratorResolvedDuringContextualTyping.ts, 21, 69))
218 public static join<ValueType>(promises: TPromise<ValueType>[]): TPromise<ValueType[]>;
219 >join : Symbol(TPromise.join, Decl(variableDeclaratorResolvedDuringContextualTyping.ts, 47, 61))
|
| /third_party/python/Lib/ |
| H A D | calendar.py | 321 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek) 337 return ' '.join(self.formatweekday(i, width) for i in self.iterweekdays()) 405 return ''.join(v) 452 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek) 466 s = ''.join(self.formatweekday(i) for i in self.iterweekdays()) 498 return ''.join(v) 522 return ''.join(v) 545 return ''.join(v).encode(encoding, "xmlcharrefreplace") 646 return spacing.join(c.center(colwidth) for c in cols)
|
| /third_party/python/Lib/test/ |
| H A D | test_genericpath.py | 351 'join', 'split', 'splitext', 'isabs', 'basename', 'dirname', 504 # Check join() raises friendly TypeErrors. 508 self.pathmodule.join(b'bytes', 'str') 510 self.pathmodule.join('str', b'bytes') 513 self.pathmodule.join(42, 'str') 515 self.pathmodule.join('str', 42) 517 self.pathmodule.join(42) 519 self.pathmodule.join([]) 521 self.pathmodule.join(bytearray(b'foo'), bytearray(b'bar'))
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | sk_painter.cpp | 104 skPaint.setStrokeJoin(SkPaint::Join::kRound_Join); in SetPen() 106 skPaint.setStrokeJoin(SkPaint::Join::kBevel_Join); in SetPen() 108 skPaint.setStrokeJoin(SkPaint::Join::kMiter_Join); in SetPen() 111 skPaint.setStrokeJoin(SkPaint::Join::kMiter_Join); in SetPen()
|
| /foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/ |
| H A D | native_image_system_test.cpp | 121 producerThread.join(); in HWTEST_F() 158 producerThread.join(); in HWTEST_F() 189 producerThread.join(); in HWTEST_F() 338 thread.join(); in HWTEST_F()
|
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
| H A D | backup_const_column.h | 131 const std::string GALLERY_TAG_WITH_PHOTOS = "EXISTS (SELECT 1 FROM " + GALLERY_TABLE_MERGE_FACE + " INNER JOIN \ 137 const std::string GALLERY_FACE_TABLE_JOIN_TAG = GALLERY_TABLE_MERGE_FACE + " INNER JOIN " + GALLERY_TABLE_MERGE_TAG + 138 " ON " + GALLERY_MERGE_FACE_TAG_ID + " = " + GALLERY_MERGE_TAG_TAG_ID + " INNER JOIN " + GALLERY_TABLE_MEDIA + 141 const std::string GALLERY_FACE_TABLE_FULL = GALLERY_TABLE_MERGE_FACE + " INNER JOIN " + GALLERY_TABLE_FACE + " ON " +
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| H A D | ut_rtg.cpp | 198 FFRT_LOGE("Failed To Join Thread %d", tid); in HWTEST_F() 214 thread.join(); in HWTEST_F() 266 FFRT_LOGE("Failed To Join Thread %d", tid); in HWTEST_F() 299 thread.join(); in HWTEST_F()
|
| /foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
| H A D | RdbstorePredicatesJoinJsunit.test.js | 127 "SELECT * FROM user INNER JOIN book ON user.userId = Book.userId WHERE book.name = 'SanGuo'") 152 "SELECT * FROM user CROSS JOIN book ON user.userId = book.userId"); 177 "SELECT * FROM user LEFT OUTER JOIN book ON user.userId = book.userId"); 193 "SELECT * FROM user LEFT OUTER JOIN book USING(userId) WHERE book.name = 'SanGuo'");
|
| /foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/ |
| H A D | RdbstorePredicatesJoinJsunit.test.js | 123 "SELECT * FROM user INNER JOIN book ON user.userId = Book.userId WHERE book.name = 'SanGuo'") 148 "SELECT * FROM user CROSS JOIN book ON user.userId = book.userId"); 173 "SELECT * FROM user LEFT OUTER JOIN book ON user.userId = book.userId"); 189 "SELECT * FROM user LEFT OUTER JOIN book USING(userId) WHERE book.name = 'SanGuo'");
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_pen.cpp | 260 Pen::JoinStyle join = CastToPen(*cPen).GetJoinStyle(); in OH_Drawing_PenGetJoin() local 261 OH_Drawing_PenLineJoinStyle cJoin = static_cast<OH_Drawing_PenLineJoinStyle>(join); in OH_Drawing_PenGetJoin() 276 Pen::JoinStyle join = static_cast<Pen::JoinStyle>(cJoin); in OH_Drawing_PenSetJoin() local 277 pen->SetJoinStyle(join); in OH_Drawing_PenSetJoin()
|
| /test/testfwk/xdevice/plugins/devicetest/driver/ |
| H A D | windows.py | 96 self.result = os.path.join(request.config.report_path, "result", "%s.xml" % test_name) 200 tmp_sub_folder = os.path.join(self.config.tmp_folder, folder_name) 208 devicetest_module = os.path.join(Variables.modules_dir, "_devicetest") 236 test_list.append(os.path.join(root, _file))
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | generate_pkcs7_tests.py | 113 length = int(''.join(data[leng_i + 1: data_i]), 16) 120 print(''.join(data[data_i:data_i+length])) 174 HEX_DATA = list(map(''.join, [[DATA_STR[i], DATA_STR[i+1]] for i in range(0, len(DATA_STR), \ 181 TEST_DATA.add(new_test[0], ''.join(new_test[1]))
|
| H A D | check_test_cases.py | 146 for data_file_name in glob.glob(os.path.join(directory, 'suites', 151 sh_file = os.path.join(directory, sh_file) 165 key = ';'.join([base_name, description.decode('utf-8')]) 225 sys.stdout.write('\n'.join(descriptions + ['']))
|
| /third_party/node/deps/v8/tools/ |
| H A D | eval_gc_nvp.py | 77 return "\n".join(ret) 126 return ",".join(ret) 137 ret.append("\n".join(self._compute_percentiles())) 138 return "\n".join(ret)
|
| /third_party/node/tools/ |
| H A D | find-inactive-tsc.mjs | 96 await fs.promises.readFile(path.join('.tmp/votes', vote), 'utf8'), 224 console.log(`INACTIVE_TSC_HANDLES=${inactive.map((entry) => '@' + entry).join(' ')}`); 225 const commitDetails = `${inactive.join(' ')} did not participate in three consecutive TSC votes: ${votes.join(' ')}`;
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
| H A D | symmetric_importKey.https.any.js | 234 return "[" + obj.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 239 return "{" + keyValuePairs.join(", ") + "}"; 253 value = "[" + value.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 261 return "{" + keyValuePairs.join(", ") + "}";
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/util/ |
| H A D | helpers.js | 63 return "[" + obj.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 68 return "{" + keyValuePairs.join(", ") + "}"; 82 value = "[" + value.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 90 return "{" + keyValuePairs.join(", ") + "}";
|
| /third_party/ninja/misc/ |
| H A D | ninja_syntax.py | 54 value = ' '.join(filter(None, value)) # Filter out empty strings. 128 self._line('build %s: %s' % (' '.join(out_outputs), 129 ' '.join([rule] + all_inputs))) 153 self._line('default %s' % ' '.join(as_list(paths)))
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | format_info.py | 193 print(' {0},'.format(', '.join(format_channel_bits(fmat, bits)))) 195 print(' {0},'.format(', '.join(format_channel_bits(fmat, bits)))) 202 print(' .Swizzle = {{ {0} }},'.format(', '.join(map(str, fmat.swizzle)))) 206 print(' .ArrayFormat = MESA_ARRAY_FORMAT({0}),'.format(', '.join([
|
| /third_party/node/deps/npm/lib/commands/ |
| H A D | cache.js | 4 const { join } = require('path') 110 const cachePath = join(this.npm.cache, '_cacache') 168 const cache = join(this.npm.cache, '_cacache') 191 const cachePath = join(this.npm.cache, '_cacache')
|
| /third_party/node/deps/npm/node_modules/cli-table3/src/ |
| H A D | utils.js | 17 return Array(times + 1).join(str); 258 lines.push(line.join('')); 269 lines.push(line.join('')); 324 return [OSC, '8', SEP, SEP, url || text, BEL, text, OSC, '8', SEP, SEP, BEL].join('');
|
| /third_party/libinput/tools/ |
| H A D | libinput-analyze-recording.py | 153 header_line = f"{' | '.join(headers)}" 197 fields.append(", ".join(keys_down)) 198 print(" | ".join(fields)) 218 f"Axes present but without events: {', '.join([a.name for a in unused_axes])}"
|