Home
last modified time | relevance | path

Searched refs:add (Results 1151 - 1175 of 4499) sorted by relevance

1...<<41424344454647484950>>...180

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp598 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 Dgen-tag-table.py400 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 DARMLowOverheadLoops.cpp652 // 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 DvktRayTracingTraversalControlTests.cpp460 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 Dbuilder_record.cc90 if (all_deps_.add(record) && !record->resolved()) { in AddDep()
92 record->waiting_on_resolution_.add(this); in AddDep()
H A Dxml_element_writer.cc13 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 DICUNotifier.java17 * <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 DFontTableCache.cpp75 ((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 DFontTableCache.cpp73 ((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 DFontTableCache.cpp71 ((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 DThreadTest.java40 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 DThreadTest.java37 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 DICUNotifier.java18 * <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 DArabicCharacterData.java78 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 Dnfrlist.h65 void add(NFRule* thing) { in add() function in NFRuleList
80 add(NULL); // ensure null termination in release()
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-map.js99 var thisArg = {add: 10};
101 return this.add + value;
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_info_c.py43 seen.add(x["value"])
60 seen.add(opcode)
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packagerConfig.py94 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 Dexport_to_github.sh98 git remote add v8_origin "$v8_origin"
112 git add $cmakelists
/third_party/node/tools/dep_updaters/
H A Dupdate-googletest.sh15 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 Dtlsdesc.s31 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 Duniquecharstr.h58 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.js54 const add = 11;
76 size = (size * mult + add) % mod;
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrlist.h65 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 Dif-addr-adddel.sh23 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"

Completed in 12 milliseconds

1...<<41424344454647484950>>...180