/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITestMonkey.java | 118 fAppliedRules.add(""); in prepareAppliedRules() 134 * Note: As of Unicode 6.1, fPrependSet is empty, so don't add it to fSets 190 fSets.add(fCRLFSet); fClassNames.add("CRLF"); in RBBICharMonkey() 191 fSets.add(fControlSet); fClassNames.add("Control"); in RBBICharMonkey() 192 fSets.add(fExtendSet); fClassNames.add("Extended"); in RBBICharMonkey() 193 fSets.add(fRegionalIndicatorSet); fClassNames.add("RegionalIndicato in RBBICharMonkey() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBITestMonkey.java | 115 fAppliedRules.add(""); in prepareAppliedRules() 131 * Note: As of Unicode 6.1, fPrependSet is empty, so don't add it to fSets 187 fSets.add(fCRLFSet); fClassNames.add("CRLF"); in RBBICharMonkey() 188 fSets.add(fControlSet); fClassNames.add("Control"); in RBBICharMonkey() 189 fSets.add(fExtendSet); fClassNames.add("Extended"); in RBBICharMonkey() 190 fSets.add(fRegionalIndicatorSet); fClassNames.add("RegionalIndicato in RBBICharMonkey() [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ia64.S | 39 // add[->st8] 1[+1] 1[+0] 157 #define ADDP add 165 // bn_[add|sub]_words routines. 206 (p18) add r39=r37,r34 213 (p58) add r41=1,r41 } // (p20) 220 (p59) add r8=1,r8 // return value 266 (p58) add r41=-1,r41 } // (p20) 273 (p59) add r8=1,r8 // return value 346 (p50) add r40=r38,r35 // (p27) 347 (p54) add r4 [all...] |
H A D | sparcv8plus.S | 197 add %g1,%o5,%o4 199 add %o4,%g2,%o4 206 add %g1,%o5,%o4 208 add %o4,%g3,%o4 215 add %g1,%o5,%o4 217 add %o4,%g2,%o4 223 add %g1,%o5,%o4 225 add %o4,%g3,%o4 241 add %g1,%o5,%o4 243 add [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | ia64.S | 39 // add[->st8] 1[+1] 1[+0] 157 #define ADDP add 165 // bn_[add|sub]_words routines. 206 (p18) add r39=r37,r34 213 (p58) add r41=1,r41 } // (p20) 220 (p59) add r8=1,r8 // return value 266 (p58) add r41=-1,r41 } // (p20) 273 (p59) add r8=1,r8 // return value 346 (p50) add r40=r38,r35 // (p27) 347 (p54) add r4 [all...] |
H A D | sparcv8plus.S | 197 add %g1,%o5,%o4 199 add %o4,%g2,%o4 206 add %g1,%o5,%o4 208 add %o4,%g3,%o4 215 add %g1,%o5,%o4 217 add %o4,%g2,%o4 223 add %g1,%o5,%o4 225 add %o4,%g3,%o4 241 add %g1,%o5,%o4 243 add [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | jrevdct_arm.S | 86 add r7, r2, r6 91 add r5, r0, r4 @ r5 = tmp0 95 add r0, r2, r5, lsl #13 @ r0 = tmp10 97 add r4, r6, r3, lsl #13 @ r4 = tmp11 106 add r0, r3, r5 @ r0 = 'z2' 107 add r2, r1, r7 @ r2 = 'z1' 108 add r4, r3, r7 @ r4 = 'z3' 109 add r6, r1, r5 @ r6 = 'z4' 111 add r8, r4, r6 @ r8 = z3 + z4 128 add r [all...] |
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | unique_vector_test.cc | 43 unique_vec.add(0); in TEST() 44 unique_vec.add(1); in TEST() 45 unique_vec.add(2); in TEST() 64 unique_vec.add(0); in TEST() 65 unique_vec.add(0); in TEST() 66 unique_vec.add(0); in TEST() 67 unique_vec.add(1); in TEST() 68 unique_vec.add(1); in TEST() 69 unique_vec.add(2); in TEST() 88 unique_vec.add( in TEST() [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBStatisticsPanel.java | 174 mainBox.add(jLabelStatsTitle); in initComponents() 175 mainBox.add(Box.createVerticalStrut(10)); in initComponents() 176 mainBox.add(jLabelStatsName); in initComponents() 177 mainBox.add(jTextFieldStatsName); in initComponents() 178 mainBox.add(Box.createVerticalStrut(5)); in initComponents() 179 mainBox.add(jLabelStatsComment); in initComponents() 180 mainBox.add(jTextFieldStatsComment); in initComponents() 181 mainBox.add(Box.createVerticalStrut(5)); in initComponents() 182 mainBox.add(jLabelStatsManager); in initComponents() 183 mainBox.add(jTextFieldStatsManage in initComponents() [all...] |
H A D | BundleItemDialog.java | 165 lookups[i].add(Box.createHorizontalGlue()); in initComponents() 166 lookups[i].add(lookupLabels[i]); in initComponents() 167 lookups[i].add(Box.createHorizontalStrut(5)); in initComponents() 168 lookups[i].add(lookupFields[i]); in initComponents() 169 lookupBox.add(lookups[i]); in initComponents() 189 box0.add(groupLabel); box0.add(groupComboBox); in initComponents() 190 box1.add(keyLabel); box1.add(keyField); in initComponents() 191 box8.add(defTransLabe in initComponents() [all...] |
H A D | ResourceCreationDialog.java | 140 infoTitlePanel.add(titleLabel); infoTitlePanel.add(titleField); in initComponents() 141 infoCommentPanel.add(commentLabel); infoCommentPanel.add(commentField); in initComponents() 142 infoManagerPanel.add(managerLabel); infoManagerPanel.add(managerField); in initComponents() 143 infoBox.add(infoTitlePanel); in initComponents() 144 infoBox.add(infoCommentPanel); in initComponents() 145 infoBox.add(infoManagerPanel); in initComponents() 146 infoPanel.add(infoBo in initComponents() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocalePriorityListTest.java | 35 LocalePriorityList list = LocalePriorityList.add("af, en, fr;q=0.9").build(); in testLanguagePriorityList() 39 LocalePriorityList list2 = LocalePriorityList.add( in testLanguagePriorityList() 45 .add(new ULocale("af")) in testLanguagePriorityList() 46 .add(ULocale.FRENCH, 0.9d) in testLanguagePriorityList() 47 .add(ULocale.ENGLISH) in testLanguagePriorityList() 52 LocalePriorityList list4 = LocalePriorityList.add(list).build(); in testLanguagePriorityList() 56 LocalePriorityList list5 = LocalePriorityList.add("af, fr;q=0.9, en").build(true); in testLanguagePriorityList() 62 LocalePriorityList list = LocalePriorityList.add("af, en, fr").build(); in testGetULocales() 70 LocalePriorityList list = LocalePriorityList.add("af, en, fr").build(); in testIterator() 85 LocalePriorityList.add("d in testQValue() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocalePriorityListTest.java | 32 LocalePriorityList list = LocalePriorityList.add("af, en, fr;q=0.9").build(); in testLanguagePriorityList() 36 LocalePriorityList list2 = LocalePriorityList.add( in testLanguagePriorityList() 42 .add(new ULocale("af")) in testLanguagePriorityList() 43 .add(ULocale.FRENCH, 0.9d) in testLanguagePriorityList() 44 .add(ULocale.ENGLISH) in testLanguagePriorityList() 49 LocalePriorityList list4 = LocalePriorityList.add(list).build(); in testLanguagePriorityList() 53 LocalePriorityList list5 = LocalePriorityList.add("af, fr;q=0.9, en").build(true); in testLanguagePriorityList() 59 LocalePriorityList list = LocalePriorityList.add("af, en, fr").build(); in testGetULocales() 67 LocalePriorityList list = LocalePriorityList.add("af, en, fr").build(); in testIterator() 82 LocalePriorityList.add("d in testQValue() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
H A D | IceELFSectionTest.cpp | 103 Strtab.add(S); in TEST() 114 Strtab.add("unpop"); in TEST() 115 Strtab.add("pop"); in TEST() 116 Strtab.add("lollipop"); in TEST() 117 Strtab.add("a"); in TEST() 118 Strtab.add("popular"); in TEST() 119 Strtab.add("pops"); in TEST() 120 Strtab.add("lipop"); in TEST() 121 Strtab.add(".strtab"); in TEST() 122 Strtab.add(" in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | IPO.cpp | 70 unwrap(PM)->add(createArgumentPromotionPass()); in LLVMAddArgumentPromotionPass() 74 unwrap(PM)->add(createCalledValuePropagationPass()); in LLVMAddCalledValuePropagationPass() 78 unwrap(PM)->add(createConstantMergePass()); in LLVMAddConstantMergePass() 82 unwrap(PM)->add(createDeadArgEliminationPass()); in LLVMAddDeadArgEliminationPass() 86 unwrap(PM)->add(createPostOrderFunctionAttrsLegacyPass()); in LLVMAddFunctionAttrsPass() 90 unwrap(PM)->add(createFunctionInliningPass()); in LLVMAddFunctionInliningPass() 94 unwrap(PM)->add(llvm::createAlwaysInlinerLegacyPass()); in LLVMAddAlwaysInlinerPass() 98 unwrap(PM)->add(createGlobalDCEPass()); in LLVMAddGlobalDCEPass() 102 unwrap(PM)->add(createGlobalOptimizerPass()); in LLVMAddGlobalOptimizerPass() 106 unwrap(PM)->add(createIPConstantPropagationPas in LLVMAddIPConstantPropagationPass() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CharsetDetector.java | 199 matches.add(m); in detectAll() 480 list.add(new CSRecognizerInfo(new CharsetRecog_UTF8(), true)); 481 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_BE(), true)); 482 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_LE(), true)); 483 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_BE(), true)); 484 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_LE(), true)); 486 list.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_sjis(), true)); 487 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022JP(), true)); 488 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022CN(), true)); 489 list.add(ne [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CharsetDetector.java | 188 matches.add(m); in detectAll() 459 list.add(new CSRecognizerInfo(new CharsetRecog_UTF8(), true)); 460 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_BE(), true)); 461 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_LE(), true)); 462 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_BE(), true)); 463 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_LE(), true)); 465 list.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_sjis(), true)); 466 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022JP(), true)); 467 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022CN(), true)); 468 list.add(ne [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhdencdsp.asm | 57 add tempq, xq 68 add tempq, xq 72 add tempq, xq 76 add tempq, xq 80 add tempq, xq 84 add tempq, xq 86 add tempq, 4 139 add xq, mmsize 143 add lowq, widthq 144 add high [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 167 adds $a0,$a0,$a0 @ a[0:7]+=a[0:7], i.e. add with itself 240 @ modulus and then add it back if subtraction borrowed. 257 adds $a0,$a0,$ff @ add synthesized modulus 330 adds $a0,$a0,$ff @ add synthesized modulus 486 @ if a-b borrows, add modulus. 493 adds $a0,$a0,$ff @ add synthesized modulus 715 @ and if it borrowed, add modulus back. 727 add sp,sp,#48 734 adds @acc[1],@acc[1],@acc[0] @ add modulus or zero 767 add [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 167 adds $a0,$a0,$a0 @ a[0:7]+=a[0:7], i.e. add with itself 240 @ modulus and then add it back if subtraction borrowed. 257 adds $a0,$a0,$ff @ add synthesized modulus 330 adds $a0,$a0,$ff @ add synthesized modulus 486 @ if a-b borrows, add modulus. 493 adds $a0,$a0,$ff @ add synthesized modulus 715 @ and if it borrowed, add modulus back. 727 add sp,sp,#48 734 adds @acc[1],@acc[1],@acc[0] @ add modulus or zero 767 add [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha256-armv4.S | 117 add r2,r1,r2,lsl#6 @ len to point at the end of inp 136 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 143 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 157 add r11,r11,r2 @ h+=X[i] 160 add r11,r11,r0,ror#6 @ h+=Sigma1(e) 162 add r11,r11,r12 @ h+=K256[i] 165 add r11,r11,r2 @ h+=Ch(e,f,g) 184 add r7,r7,r11 @ d+=h 186 add r11,r11,r0,ror#2 @ h+=Sigma0(a) 187 @ add r1 [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha256-armv4.S | 117 add r2,r1,r2,lsl#6 @ len to point at the end of inp 136 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 143 add r4,r4,r12 @ h+=Maj(a,b,c) from the past 157 add r11,r11,r2 @ h+=X[i] 160 add r11,r11,r0,ror#6 @ h+=Sigma1(e) 162 add r11,r11,r12 @ h+=K256[i] 165 add r11,r11,r2 @ h+=Ch(e,f,g) 184 add r7,r7,r11 @ d+=h 186 add r11,r11,r0,ror#2 @ h+=Sigma0(a) 187 @ add r1 [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ProtobufArrayListTest.java | 88 list.add(0, 0); in testModificationWithIteration() 98 list.add(2); in testMakeImmutable() 99 list.add(4); in testMakeImmutable() 100 list.add(6); in testMakeImmutable() 101 list.add(8); in testMakeImmutable() 155 list.add(2); in testSet() 156 list.add(4); in testSet() 182 assertTrue(list.add(2)); in testAdd() 185 assertTrue(list.add(3)); in testAdd() 186 list.add( in testAdd() [all...] |
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 245 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ 248 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 252 HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh, head, &((add)->fieldname), keylen_in, hashval, add, cmpfcn); \ 255 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ 258 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 262 HASH_ADD_KEYPTR_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, add); \ 265 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ 268 HASH_VALUE(&((add) [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_opt_peephole_ffma.c | 33 * is only ever used in an add and replaces both with an fma. 84 * actually the result of the add and not the multiply, the intention of in get_mul_for_src() 86 * value and what they don't care about is the add. Another reason is that in get_mul_for_src() 173 nir_alu_instr *add = nir_instr_as_alu(instr); in brw_nir_opt_peephole_ffma_instr() 174 if (add->op != nir_op_fadd) in brw_nir_opt_peephole_ffma_instr() 177 assert(add->dest.dest.is_ssa); in brw_nir_opt_peephole_ffma_instr() 178 if (add->exact) in brw_nir_opt_peephole_ffma_instr() 181 assert(add->src[0].src.is_ssa && add->src[1].src.is_ssa); in brw_nir_opt_peephole_ffma_instr() 188 if (add in brw_nir_opt_peephole_ffma_instr() [all...] |