/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryBasicGeometryShaderTests.cpp | 598 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms() 637 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms() 649 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms() 719 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms() 843 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms() 855 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms() 938 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms() 1014 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms() 1054 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-tag-table.py | 400 self.from_bcp_47[iso_code].add (tag) 414 self.to_bcp_47[ot_tag].add (bcp_47_tag) 415 self.from_bcp_47[bcp_47_tag].add (ot_tag) 423 s.add ('%s-%s' % (language, suffix)) 553 self.grandfathered.add (subtag.lower ()) 594 self.prefixes[subtag].add (line.split (' ')[1]) 607 ls.add (language) 609 self.macrolanguages[macrolanguage].add (language) 744 bcp_47.macrolanguages['ro-MD'].add ('mo') 792 A number to add t [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 652 // we'd need to perform an add because it gets subtracted again by LE! in ProcessLoop() 686 MIB.add(MI->getOperand(0)); in RevertWhile() 696 MIB.add(MI->getOperand(1)); // branch target in RevertWhile() 716 MIB.add(MI->getOperand(1)); in RevertLoopDec() 717 MIB.add(MI->getOperand(2)); in RevertLoopDec() 753 MIB.add(MI->getOperand(1)); // branch target in RevertLoopEnd() 771 MIB.add(Count); in ExpandLoopStart() 773 MIB.add(Start->getOperand(1)); in ExpandLoopStart() 970 MIB.add(End->getOperand(0)); in Expand() 971 MIB.add(En in Expand() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingTraversalControlTests.cpp | 460 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 475 programCollection.glslSources.add("isect_report") << glu::IntersectionSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 487 programCollection.glslSources.add("isect_pass_through") << glu::IntersectionSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 501 programCollection.glslSources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 513 programCollection.glslSources.add("ahit_pass_through") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 529 programCollection.glslSources.add("ahit_ignore") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 545 programCollection.glslSources.add("ahit_terminate") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 559 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 573 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
|
/third_party/gn/src/gn/ |
H A D | builder_record.cc | 90 if (all_deps_.add(record) && !record->resolved()) { in AddDep() 92 record->waiting_on_resolution_.add(this); in AddDep()
|
H A D | xml_element_writer.cc | 13 add(attr_key, attr_value); in XmlAttributes() 16 XmlAttributes& XmlAttributes::add(std::string_view attr_key, in add() function in XmlAttributes
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUNotifier.java | 17 * <p>Abstract implementation of a notification facility. Clients add 25 * to add type-safe notification. AcceptsListener should return 62 listeners.add(l); in addListener() 129 queue.add(list); in queue()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | FontTableCache.cpp | 75 ((FontTableCache *) this)->add(tableTag, table, length); in find() 80 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add() function in FontTableCache
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | FontTableCache.cpp | 73 ((FontTableCache *) this)->add(tableTag, table, length); in find() 78 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add() function in FontTableCache
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | FontTableCache.cpp | 71 ((FontTableCache *) this)->add(tableTag, table); in find() 76 void FontTableCache::add(LETag tableTag, const void *table) in add() function in FontTableCache
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | ThreadTest.java | 40 threads.add(thread); in TestThreads() 85 threads.add(new Thread() { in TestAnyTranslit()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | ThreadTest.java | 37 threads.add(thread); in TestThreads() 82 threads.add(new Thread() { in TestAnyTranslit()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUNotifier.java | 18 * <p>Abstract implementation of a notification facility. Clients add 26 * to add type-safe notification. AcceptsListener should return 64 listeners.add(l); in addListener() 131 queue.add(list); in queue()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ArabicCharacterData.java | 78 private void add(int character) in add() method in ArabicCharacterData 108 data.add(characterSet.charAt(i)); in factory()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrlist.h | 65 void add(NFRule* thing) { in add() function in NFRuleList 80 add(NULL); // ensure null termination in release()
|
/third_party/jerryscript/tests/jerry/ |
H A D | array-prototype-map.js | 99 var thisArg = {add: 10}; 101 return this.add + value;
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_info_c.py | 43 seen.add(x["value"]) 60 seen.add(opcode)
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packagerConfig.py | 94 SC_HELPER.add(fileName) 111 def add(self, filename): member in SCAbstraction 113 Source control add of a file. 115 subprocess.call(["git", "add", filename])
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | export_to_github.sh | 98 git remote add v8_origin "$v8_origin" 112 git add $cmakelists
|
/third_party/node/tools/dep_updaters/ |
H A D | update-googletest.sh | 15 git remote add googletest-upstream https://github.com/google/googletest.git 59 git worktree add "$WORKTREE" "$NEW_UPSTREAM_SHA1" 92 # as we need to add it to $GITHUB_ENV variable.
|
/third_party/musl/src/ldso/loongarch64/ |
H A D | tlsdesc.s | 31 add.d $a0, $a0, $t2 # a0=dtv+8*modidx 33 add.d $a0, $a0, $t1 # a0=dtv[modidx]+off
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uniquecharstr.h | 58 int32_t add(const char16_t*p, UErrorCode &errorCode) { in add() function in UniqueCharStrings 97 return add(key->getTerminatedBuffer(), errorCode); in addByValue()
|
/third_party/node/benchmark/http/ |
H A D | _chunky_http_client.js | 54 const add = 11; 76 size = (size * mult + add) % mod;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrlist.h | 65 void add(NFRule* thing) { in add() function in NFRuleList 80 add(nullptr); // ensure null termination in release()
|
/third_party/ltp/testcases/network/stress/interface/ |
H A D | if-addr-adddel.sh | 23 tst_res TINFO "'$cmd' add/del IPv$TST_IPVER '$new_ip' $NS_TIMES times" 37 ifconfig $iface add $new_ip/$netmask 42 ip) ip addr add $new_ip/$netmask dev $iface ;; 46 tst_res TFAIL "command failed to add $new_ip to $iface"
|