Home
last modified time | relevance | path

Searched refs:add (Results 701 - 725 of 7051) sorted by relevance

1...<<21222324252627282930>>...283

/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
H A DSynchronizationTests.cpp44 ev.add(); in TEST()
51 ev.add(); in TEST()
61 ev.add(); in TEST()
77 ev.add(); in TEST()
91 ev.add(); in TEST()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DPostScriptTableBuilderTest.java38 names.add(".notdef"); in testPostTableBuilding()
39 names.add("numbersign"); in testPostTableBuilding()
40 names.add("nonstandardglyph"); in testPostTableBuilding()
41 names.add("dcroat"); in testPostTableBuilding()
42 names.add("nonstandardglyph2"); in testPostTableBuilding()
/third_party/skia/src/pathops/
H A DSkPathOpsBounds.h22 // Note that add(), unlike SkRect::join() or SkRect::growToInclude()
25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in add() function
32 void add(const SkPathOpsBounds& toAdd) { in add() function
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom); in add()
36 void add(const SkPoint& pt) { in add() function
43 void add(const SkDPoint& pt) { in add() function
/third_party/skia/tests/
H A DPathOpsDRectTest.cpp33 rect->add(quad[1]); in setRawBounds()
34 rect->add(quad[2]); in setRawBounds()
39 rect->add(cubic[1]); in setRawBounds()
40 rect->add(cubic[2]); in setRawBounds()
41 rect->add(cubic[3]); in setRawBounds()
55 // FIXME: add a recursive box subdivision method to verify that tight bounds is correct in DEF_TEST()
69 // FIXME: add a recursive box subdivision method to verify that tight bounds is correct in DEF_TEST()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBasicTests.cpp256 programCollection.add("fragment") << glu::FragmentSource(fragmentGLSL); in initFrameBufferPrograms()
269 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms()
305 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms()
332 programCollection.add("geometry") << glu::GeometrySource(geometryGLSL); in initFrameBufferPrograms()
351 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
375 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
405 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
421 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
507 programCollection.add("fragment") << glu::FragmentSource(fragment.str()); in initFrameBufferPrograms()
547 programCollection.add("ver in initFrameBufferPrograms()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DRenumberingSubsetter.java33 temp.add(new GlyphTableSubsetter());
34 temp.add(new RenumberingCMapTableSubsetter());
35 temp.add(new PostScriptTableSubsetter());
36 temp.add(new HorizontalMetricsTableSubsetter());
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-set.cc67 s.add (18); in main()
68 s.add (12); in main()
79 s.add (18); in main()
80 s.add (12); in main()
/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitForModuleImportingModuleAugmentationRetainsImport.js8 add: (a: number, b: number) => number;
13 prototype.add = (a: number, b: number) => a + b;
40 prototype.add = function (a, b) { return a + b; };
53 add: (a: number, b: number) => number;
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dmemscan_64.S33 add %o0, 1, %o0
48 add %o0, 8, %o0
60 add %o0, -5, %g2
66 add %o0, -8, %g2
105 1: add %o0, %o1, %o0
119 add %o0, %o2, %o3
131 add %o3, %o4, %o0
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dnft_conntrack_helper.sh48 ip netns add ${ns1}
49 ip netns add ${ns2}
51 ip link add veth0 netns ${ns1} type veth peer name veth0 netns ${ns2} > /dev/null 2>&1
63 ip -net ${ns1} addr add 10.0.1.1/24 dev veth0
64 ip -net ${ns1} addr add dead:1::1/64 dev veth0
66 ip -net ${ns2} addr add 10.0.1.2/24 dev veth0
67 ip -net ${ns2} addr add dead:1::2/64 dev veth0
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dudpgro.sh26 ip netns add "${PEER_NS}"
28 ip link add type veth
30 ip addr add dev veth0 192.168.1.2/24
31 ip addr add dev veth0 2001:db8::2/64 nodad
34 ip -netns "${PEER_NS}" addr add dev veth1 192.168.1.1/24
35 ip -netns "${PEER_NS}" addr add dev veth1 2001:db8::1/64 nodad
85 ip -netns "${PEER_NS}" addr add dev veth1 ${addr2}
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_acl_drops.sh39 ip link add dev br0 type bridge vlan_filtering 1 mcast_snooping 0
48 tc qdisc add dev $swp1 clsact
49 tc qdisc add dev $swp2 clsact
98 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \
101 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 \
123 tc filter add dev $swp2 egress protocol ip pref 2 handle 102 \
126 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \
H A Dmirror_gre_scale.sh62 ip address add dev $h1 $(mirror_gre_ipv6_addr 1 $i)::1/64
63 ip address add dev $h2 $(mirror_gre_ipv6_addr 1 $i)::2/64
65 ip address add dev $swp3 $(mirror_gre_ipv6_addr 2 $i)::1/64
66 ip address add dev $h3 $(mirror_gre_ipv6_addr 2 $i)::2/64
80 filter add dev $swp1 ingress pref 1000 \
167 ip link add name br1 type bridge vlan_filtering 1
172 tc qdisc add dev $swp1 clsact
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dudpgro.sh28 ip netns add "${PEER_NS}"
30 ip link add type veth
32 ip addr add dev veth0 192.168.1.2/24
33 ip addr add dev veth0 2001:db8::2/64 nodad
36 ip -netns "${PEER_NS}" addr add dev veth1 192.168.1.1/24
37 ip -netns "${PEER_NS}" addr add dev veth1 2001:db8::1/64 nodad
87 ip -netns "${PEER_NS}" addr add dev veth1 ${addr2}
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre_scale.sh62 ip address add dev $h1 $(mirror_gre_ipv6_addr 1 $i)::1/64
63 ip address add dev $h2 $(mirror_gre_ipv6_addr 1 $i)::2/64
65 ip address add dev $swp3 $(mirror_gre_ipv6_addr 2 $i)::1/64
66 ip address add dev $h3 $(mirror_gre_ipv6_addr 2 $i)::2/64
80 filter add dev $swp1 ingress pref 1000 \
167 ip link add name br1 type bridge vlan_filtering 1
173 tc qdisc add dev $swp1 clsact
H A Ddevlink_trap_acl_drops.sh39 ip link add dev br0 type bridge vlan_filtering 1 mcast_snooping 0
48 tc qdisc add dev $swp1 clsact
49 tc qdisc add dev $swp2 clsact
98 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \
101 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 \
123 tc filter add dev $swp2 egress protocol ip pref 2 handle 102 \
126 tc filter add dev $swp2 egress protocol ip pref 1 handle 101 \
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_conntrack_helper.sh48 ip netns add ${ns1}
49 ip netns add ${ns2}
51 ip link add veth0 netns ${ns1} type veth peer name veth0 netns ${ns2} > /dev/null 2>&1
63 ip -net ${ns1} addr add 10.0.1.1/24 dev veth0
64 ip -net ${ns1} addr add dead:1::1/64 dev veth0
66 ip -net ${ns2} addr add 10.0.1.2/24 dev veth0
67 ip -net ${ns2} addr add dead:1::2/64 dev veth0
/third_party/ffmpeg/libavcodec/x86/
H A Daacencdsp.asm38 add inq, sizeq
39 add outq, sizeq
47 add sizeq, mmsize
72 add inq, sizeq
73 add outq, sizeq
74 add scaledq, sizeq
84 add sizeq, mmsize
H A Dfmtconvert.asm43 add srcq, lenq
44 add dstq, lenq
53 add lenq, 32
68 add srcq, lenq
69 add dstq, lenq
80 add mulq, 4
81 add lenq, 32
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_framerate.asm54 add src1q, widthq
55 add src2q, widthq
56 add dstq, widthq
80 add xq, mmsize
82 add src1q, src1_linesizeq
83 add src2q, src2_linesizeq
84 add dstq, dst_linesizeq
/third_party/icu/icu4c/source/layoutex/
H A DRunArrays.cpp62 le_int32 RunArray::add(le_int32 limit) in add() function in RunArray
106 le_int32 FontRuns::add(const LEFontInstance *font, le_int32 limit) in add() function in FontRuns
108 le_int32 index = RunArray::add(limit); in add()
158 le_int32 LocaleRuns::add(const Locale *locale, le_int32 limit) in add() function in LocaleRuns
160 le_int32 index = RunArray::add(limit); in add()
210 le_int32 ValueRuns::add(le_int32 value, le_int32 limit) in add() function in ValueRuns
212 le_int32 index = RunArray::add(limit); in add()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextdependency.py28 yet they add additional code complexity.
45 self.__nodes[src].adj.add(dest)
67 seen.add(node)
70 seen.add(x)
80 seen.add(y)
131 self.allExts.add(name)
134 self.khrExts.add(name)
137 self.ratifiedExts.add(name)
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnmodifiableLazyStringListTest.java83 list.add(STRING_B); in testModifyMethods()
109 byteStringList.add(BYTE_STRING_B); in testModifyMethods()
183 iter.add("bar"); in testListIterator()
210 byteIter.add(BYTE_STRING_A); in testListIterator()
221 rawList.add(STRING_A); in createSampleList()
222 rawList.add(STRING_B); in createSampleList()
223 rawList.add(STRING_C); in createSampleList()
/kernel/linux/linux-5.10/sound/soc/sh/
H A Dsiu_dai.c249 u32 __iomem *add; in siu_dai_spbstart() local
254 add = info->pram; in siu_dai_spbstart()
255 for (cnt = 0; cnt < PRAM0_SIZE; cnt++, add++, ptr++) in siu_dai_spbstart()
256 siu_write32(add, *ptr); in siu_dai_spbstart()
259 add = info->pram + (0x0100 / sizeof(u32)); in siu_dai_spbstart()
260 for (cnt = 0; cnt < PRAM1_SIZE; cnt++, add++, ptr++) in siu_dai_spbstart()
261 siu_write32(add, *ptr); in siu_dai_spbstart()
264 add = info->xram; in siu_dai_spbstart()
265 for (cnt = 0; cnt < XRAM0_SIZE + XRAM1_SIZE + XRAM2_SIZE; cnt++, add++) in siu_dai_spbstart()
266 siu_write32(add, in siu_dai_spbstart()
[all...]
/kernel/linux/linux-6.6/sound/soc/sh/
H A Dsiu_dai.c249 u32 __iomem *add; in siu_dai_spbstart() local
254 add = info->pram; in siu_dai_spbstart()
255 for (cnt = 0; cnt < PRAM0_SIZE; cnt++, add++, ptr++) in siu_dai_spbstart()
256 siu_write32(add, *ptr); in siu_dai_spbstart()
259 add = info->pram + (0x0100 / sizeof(u32)); in siu_dai_spbstart()
260 for (cnt = 0; cnt < PRAM1_SIZE; cnt++, add++, ptr++) in siu_dai_spbstart()
261 siu_write32(add, *ptr); in siu_dai_spbstart()
264 add = info->xram; in siu_dai_spbstart()
265 for (cnt = 0; cnt < XRAM0_SIZE + XRAM1_SIZE + XRAM2_SIZE; cnt++, add++) in siu_dai_spbstart()
266 siu_write32(add, in siu_dai_spbstart()
[all...]

Completed in 9 milliseconds

1...<<21222324252627282930>>...283