Home
last modified time | relevance | path

Searched refs:add (Results 251 - 275 of 5934) sorted by relevance

1...<<11121314151617181920>>...238

/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp15 add(sub[2]); in setBounds()
26 add(curve.ptAtT(t)); in setBounds()
32 add(sub[2]); in setBounds()
43 add(curve.ptAtT(t)); in setBounds()
49 add(sub[3]); in setBounds()
60 add(curve.ptAtT(t)); in setBounds()
/third_party/ffmpeg/libavcodec/arm/
H A Didctdsp_arm.S36 add r6, r6, r5
37 add r8, r7, r8, lsr #8
54 add r6, r5, r6, lsr #16
55 add r8, r7, r8, lsr #24
78 add r6, r6, r5
79 add r8, r7, r8, lsr #8
96 add r6, r5, r6, lsr #16
97 add r8, r7, r8, lsr #24
107 add r0, r0, #16 /* moved from [E] */
115 add r
[all...]
H A Dmdct_neon.S35 add r7, r2, r12, lsl #1
54 add r8, r1, r8, lsl #3
55 add r6, r1, r6, lsl #3
80 add r4, r4, lr, lsl #3
81 add r6, r6, lr, lsl #3
130 add r1, r1, r4
134 add r0, r5, r4, lsl #2
135 add r1, r5, r4, lsl #1
167 add r7, r2, lr @ in4u
169 add r
[all...]
H A Dac3dsp_armv6.S28 add r5, sp, #40
33 add r1, r1, r2, lsl #1 @ psd + start
34 add r0, r0, r4, lsl #1 @ mask + band
35 add r4, r4, lr
36 add r7, r7, r2 @ bap + start
51 add r9, r9, r5 @ + floor => m
53 add r11, r7, r8
/third_party/ffmpeg/libavcodec/x86/
H A Dbswapdsp.asm66 add r0, mmsize*2
67 add r1, mmsize*2
78 add r1, mmsize
79 add r0, mmsize
98 add r1, 16
99 add r0, 16
126 add r1, 8
127 add r0, 8
141 add r1, 4
142 add r
[all...]
/third_party/icu/icu4c/source/common/
H A Duniset_closure.cpp99 // _applyPattern calls add() etc., which set pat to empty. in applyPattern()
117 ((UnicodeSet *)set)->add(c); in _set_add()
122 ((UnicodeSet *)set)->add(start, end); in _set_addRange()
127 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length)); in _set_addString()
134 // add the result of a full case mapping to the set
140 // add a single-code point case mapping in addCaseMapping()
141 set.add(result); in addCaseMapping()
143 // add a string case mapping from full with length result in addCaseMapping()
145 set.add(str); in addCaseMapping()
148 // result < 0: the code point mapped to itself, no need to add i in addCaseMapping()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_closure.cpp99 // _applyPattern calls add() etc., which set pat to empty. in applyPattern()
117 ((UnicodeSet *)set)->add(c); in _set_add()
122 ((UnicodeSet *)set)->add(start, end); in _set_addRange()
127 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length)); in _set_addString()
134 // add the result of a full case mapping to the set
140 // add a single-code point case mapping in addCaseMapping()
141 set.add(result); in addCaseMapping()
143 // add a string case mapping from full with length result in addCaseMapping()
145 set.add(str); in addCaseMapping()
148 // result < 0: the code point mapped to itself, no need to add i in addCaseMapping()
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dsbrdsp_neon.S44 add x1, x0, #64*4
45 add x2, x0, #128*4
46 add x3, x0, #192*4
47 add x4, x0, #256*4
96 add x1, x0, #60*4
97 add x2, x0, #64*4
111 add x1, x1, #8
124 add x2, x1, #60*4
140 add x1, x1, #56*4
141 add x
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl62 add %o7, .Linp_align-1b, %o7
82 add $key, 32, $key
91 add $key, 32, $key
106 add %o7, 64, %o7
127 add $out, 16, $inp
152 add %o7, .Linp_align-1b, %o7
172 add $key, 32, $key
181 add $key, 32, $key
196 add %o7, 64, %o7
217 add
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl62 add %o7, .Linp_align-1b, %o7
82 add $key, 32, $key
91 add $key, 32, $key
106 add %o7, 64, %o7
127 add $out, 16, $inp
152 add %o7, .Linp_align-1b, %o7
172 add $key, 32, $key
181 add $key, 32, $key
196 add %o7, 64, %o7
217 add
[all...]
/third_party/python/Lib/test/
H A Dtest_mailbox.py71 keys.append(self._box.add(self._template % 0))
73 keys.append(self._box.add(mailbox.Message(_sample_message)))
75 keys.append(self._box.add(email.message_from_string(_sample_message)))
77 keys.append(self._box.add(io.BytesIO(_bytes_sample_message)))
79 keys.append(self._box.add(_sample_message))
81 keys.append(self._box.add(_bytes_sample_message))
84 keys.append(self._box.add(
99 key = self._box.add(self._nonascii_msg.encode('latin-1'))
106 key = self._box.add(subj.encode('latin-1'))
113 self._box.add(sel
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DNameUnicodeTransliterator.java186 .add('<').add('>') // for controls in addSourceTargetSet()
187 .add('(').add(')') // for controls in addSourceTargetSet()
188 .add('-') in addSourceTargetSet()
189 .add(' ') in addSourceTargetSet()
191 .add(CLOSE_DELIM); in addSourceTargetSet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNameUnicodeTransliterator.java187 .add('<').add('>') // for controls in addSourceTargetSet()
188 .add('(').add(')') // for controls in addSourceTargetSet()
189 .add('-') in addSourceTargetSet()
190 .add(' ') in addSourceTargetSet()
192 .add(CLOSE_DELIM); in addSourceTargetSet()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DTestCase.java27 result.add("message: " + message + "'"); in toString()
28 result.add("locale: '" + locale.toLanguageTag() + "'"); in toString()
29 result.add("arguments: " + arguments); in toString()
30 result.add("expected: '" + expected + "'"); in toString()
31 result.add("ignore: " + ignore); in toString()
32 result.add("ignoreReason: '" + ignoreReason + "'"); in toString()
33 result.add("errors: " + errors); in toString()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dcore_tests.cpp114 nir_ssa_def *add = nir_iadd(b, one, one); in TEST_F() local
116 nir_cursor c = nir_instr_free_and_dce(add->parent_instr); in TEST_F()
117 ASSERT_FALSE(shader_contains_def(add)); in TEST_F()
128 nir_ssa_def *add = nir_iadd(b, one, one); in TEST_F() local
130 /* This risks triggering removing add multiple times, which can segfault in in TEST_F()
132 nir_ssa_def *add2 = nir_iadd(b, add, add); in TEST_F()
136 ASSERT_FALSE(shader_contains_def(add)); in TEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_json_common_test.cpp54 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local
57 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); in HWTEST_F()
79 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local
81 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); in HWTEST_F()
103 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local
105 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); in HWTEST_F()
125 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local
127 EXPECT_EQ(JsonCommon::Append(src, add, false), -E_NO_DATA); in HWTEST_F()
139 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local
142 EXPECT_EQ(JsonCommon::Append(src, add, fals in HWTEST_F()
158 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
177 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
196 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
215 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
234 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
249 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
263 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
277 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
291 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java91 table.add(Arrays.asList( in listFontMetrics()
93 table.add(Arrays.asList(new String[] { in listFontMetrics()
95 table.add(Arrays.asList(new String[] { in listFontMetrics()
97 table.add(Arrays.asList(new String[] { in listFontMetrics()
99 table.add( in listFontMetrics()
101 table.add(Arrays.asList( in listFontMetrics()
103 table.add(Arrays.asList( in listFontMetrics()
105 table.add(Arrays.asList( in listFontMetrics()
107 table.add(Arrays.asList( in listFontMetrics()
109 table.add(Array in listFontMetrics()
[all...]
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S135 add pc, pc, tmp1
158 add dst, dst, tmp1
159 add src, src, tmp1
162 add pc, pc, tmp1, lsl #1
266 add src, src, #64
268 add dst, dst, #64
275 add dst, dst, tmp1
276 add src, src, tmp1
278 add pc, pc, tmp1
321 add sr
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp121 /// add/sub sp brackets around call sites. Returns true if the call frame is
306 .add(predOps(ARMCC::AL)); in emitAligningInstructions()
311 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
312 .add(condCodeOp()); in emitAligningInstructions()
321 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
322 .add(condCodeOp()); in emitAligningInstructions()
326 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
327 .add(condCodeOp()); in emitAligningInstructions()
336 .add(predOps(ARMCC::AL)); in emitAligningInstructions()
525 .add(predOp in emitPrologue()
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_opt_redundant_flags.c82 a->qpu.alu.add.op != b->qpu.alu.add.op || in vir_instr_flags_op_equal()
84 a->qpu.alu.add.a_unpack != b->qpu.alu.add.a_unpack || in vir_instr_flags_op_equal()
85 a->qpu.alu.add.b_unpack != b->qpu.alu.add.b_unpack || in vir_instr_flags_op_equal()
86 a->qpu.alu.add.output_pack != b->qpu.alu.add.output_pack || in vir_instr_flags_op_equal()
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/ec/
H A Dx25519-ppc64.s169 add 9,9,21
176 add 7,7,12
180 add 10,10,21
184 add 8,8,12
232 add 6,7,7
245 add 6,8,8
267 add 6,10,10
276 add 6,9,9
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/ec/
H A Dx25519-ppc64.s169 add 9,9,21
176 add 7,7,12
180 add 10,10,21
184 add 8,8,12
232 add 6,7,7
245 add 6,8,8
267 add 6,10,10
276 add 6,9,9
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ec/
H A Dx25519-ppc64.s173 add 9,9,21
180 add 7,7,12
184 add 10,10,21
188 add 8,8,12
239 add 6,7,7
252 add 6,8,8
274 add 6,10,10
283 add 6,9,9
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ec/
H A Dx25519-ppc64.s173 add 9,9,21
180 add 7,7,12
184 add 10,10,21
188 add 8,8,12
239 add 6,7,7
252 add 6,8,8
274 add 6,10,10
283 add 6,9,9
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DMetadataTableSchema.java154 .add(MAIN_REGION)
155 .add(EXTRA_REGIONS)
156 .add(NATIONAL_PREFIX)
157 .add(IDD_PREFIX)
158 .add(TIMEZONE)
159 .add(MOBILE_PORTABLE_REGIONS)
160 .add(NATIONAL_PREFIX_OPTIONAL)
161 .add(EXTENSION_PREFIX)

Completed in 12 milliseconds

1...<<11121314151617181920>>...238