/third_party/node/deps/icu-small/source/common/ |
H A D | uchar.cpp | 628 /* add the start code point to the USet */ in _enumPropertyStartsRange() 630 sa->add(sa->set, start); in _enumPropertyStartsRange() 636 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1) 644 /* add the start code point of each same-value range of the main trie */ in uchar_addPropertyStarts() 647 /* add code points with hardcoded properties, plus the ones following them */ in uchar_addPropertyStarts() 649 /* add for u_isblank() */ in uchar_addPropertyStarts() 652 /* add for IS_THAT_CONTROL_SPACE() */ in uchar_addPropertyStarts() 653 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts() 654 sa->add(s in uchar_addPropertyStarts() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
H A D | RbnfDemo.java | 256 panel1.add(new Panel()); in createDemoFrame() 257 panel1.add(numberField, "Center"); in createDemoFrame() 258 panel1.add(lenientParseButton); in createDemoFrame() 259 panel.add(panel1, "Center"); in createDemoFrame() 269 panel2.add(button); in createDemoFrame() 277 panel2.add(button); in createDemoFrame() 285 panel2.add(button); in createDemoFrame() 294 panel2.add(button); in createDemoFrame() 295 panel2.add(new Panel()); in createDemoFrame() 304 panel2.add(butto in createDemoFrame() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uchar.cpp | 652 /* add the start code point to the USet */ in _enumPropertyStartsRange() 654 sa->add(sa->set, start); in _enumPropertyStartsRange() 660 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1) 668 /* add the start code point of each same-value range of the main trie */ in uchar_addPropertyStarts() 671 /* add code points with hardcoded properties, plus the ones following them */ in uchar_addPropertyStarts() 673 /* add for u_isblank() */ in uchar_addPropertyStarts() 676 /* add for IS_THAT_CONTROL_SPACE() */ in uchar_addPropertyStarts() 677 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts() 678 sa->add(s in uchar_addPropertyStarts() [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-mont.pl | 196 add %rax,$lo0 # discarded 206 add %rax,$hi1 209 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 217 add %rax,$hi0 227 add %rax,$hi1 230 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 237 add $hi0,$hi1 251 add %rax,$lo0 # ap[0]*bp[i]+tp[0] 259 add %rax,$lo0 # discarded 270 add [all...] |
H A D | vis3-mont.pl | 62 add %sp, $bias, %g4 ! real top of stack 64 add $num, 63, %g5 66 add %g5, %g5, %g1 67 add %g5, %g1, %g1 ! 3*buffer size 98 add %sp, $bias+$frame, $tp 100 add $tp, %g5, $anp 105 add $bp, 8, $bp 117 add $ap, 16, $ap 132 add $np, 16, $np 147 add [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-mont.pl | 196 add %rax,$lo0 # discarded 206 add %rax,$hi1 209 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 217 add %rax,$hi0 227 add %rax,$hi1 230 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 237 add $hi0,$hi1 251 add %rax,$lo0 # ap[0]*bp[i]+tp[0] 259 add %rax,$lo0 # discarded 270 add [all...] |
H A D | vis3-mont.pl | 62 add %sp, $bias, %g4 ! real top of stack 64 add $num, 63, %g5 66 add %g5, %g5, %g1 67 add %g5, %g1, %g1 ! 3*buffer size 98 add %sp, $bias+$frame, $tp 100 add $tp, %g5, $anp 105 add $bp, 8, $bp 117 add $ap, 16, $ap 132 add $np, 16, $np 147 add [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | hevcdsp_sao_neon.S | 44 add w10, w8, w5 // k + sao_left_class 48 add w6, w6, #7 68 add v3.8h, v1.8h, v20.8h // +1 access upper short 71 add v1.8h, v0.8h, v2.8h // src[x] + table 77 add x0, x0, x2 // dst += stride_dst 78 add x1, x1, x3 // src += stride_src 94 add w5, w5, #0xF 113 add x13, x11, x4 // src_b (next) = src + sao_edge_pos 125 add v20.16b, v20.16b, v21.16b // diff = diff0 + diff1 126 add v2 [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | qpel.asm | 58 add r1, r4 59 add r2, 4 62 add r0, r3 81 add r2, 16 102 add r1, r4 103 add r2, 8 106 add r0, r3 125 add r2, 32 148 add r1, r4 149 add r [all...] |
/third_party/gn/src/gn/ |
H A D | pointer_set_unittest.cc | 64 EXPECT_TRUE(set.add(kFoo1)); in TEST() 68 EXPECT_FALSE(set.add(kFoo1)); in TEST() 72 EXPECT_TRUE(set.add(kFoo2)); in TEST() 77 EXPECT_FALSE(set.add(kFoo1)); in TEST() 78 EXPECT_FALSE(set.add(kFoo2)); in TEST() 80 EXPECT_TRUE(set.add(kFoo3)); in TEST() 86 EXPECT_FALSE(set.add(kFoo1)); in TEST() 87 EXPECT_FALSE(set.add(kFoo2)); in TEST() 88 EXPECT_FALSE(set.add(kFoo3)); in TEST() 129 set2.add(kFoo in TEST() [all...] |
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gf100.asm | 20 add $r2 (mul high u32 $r2 u32 $r3) $r2 22 add $r2 (mul high u32 $r2 u32 $r3) $r2 24 add $r2 (mul high u32 $r2 u32 $r3) $r2 26 add $r2 (mul high u32 $r2 u32 $r3) $r2 28 add $r2 (mul high u32 $r2 u32 $r3) $r2 32 add $r1 (mul u32 $r1 u32 $r0) $r3 35 $p0 add b32 $r0 $r0 0x1 38 $p0 add b32 $r0 $r0 0x1 58 add $r2 (mul high u32 $r2 u32 $r3) $r2 60 add [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyStringArrayList.java | 145 public void add(int index, String element) { in add() method in LazyStringArrayList 147 list.add(index, element); in add() 151 private void add(int index, ByteString element) { in add() method in LazyStringArrayList 153 list.add(index, element); in add() 157 private void add(int index, byte[] element) { in add() method in LazyStringArrayList 159 list.add(index, element); in add() 166 // delegates to add(Object). This implementation instead delegates to in addAll() 216 public void add(ByteString element) { in add() method in LazyStringArrayList 218 list.add(element); in add() 223 public void add(byt method in LazyStringArrayList 349 public void add(int index, byte[] s) { add() method in LazyStringArrayList.ByteArrayListView 392 public void add(int index, ByteString s) { add() method in LazyStringArrayList.ByteStringListView [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-586.pl | 179 &add($tmp1,$e); # tmp1+=e; 189 &add($f,$tmp1); } # f+=tmp1 190 else { &add($tmp1,$f); } # f becomes a in next round 208 &add($e,$tmp1); # e+=F_00_19(b,c,d) 216 &add($f,$a); # f+=ROTATE(a,5) 226 &add($e,$tmp1); # e+=F_00_19(b,c,d) 233 &add($f,$tmp1); # f+=ROTATE(a,5) 249 &add($e,$tmp1); # e+=F_20_39(b,c,d) 260 &add($f,$a); # f+=ROTATE(a,5) 270 &add( [all...] |
H A D | sha256-armv4.pl | 95 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 102 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 118 add $h,$h,$t1 @ h+=X[i] 121 add $h,$h,$t0,ror#$Sigma1[0] @ h+=Sigma1(e) 123 add $h,$h,$t2 @ h+=K256[i] 126 add $h,$h,$t1 @ h+=Ch(e,f,g) 145 add $d,$d,$h @ d+=h 147 add $h,$h,$t0,ror#$Sigma0[0] @ h+=Sigma0(a) 148 @ add $h,$h,$t3 @ h+=Maj(a,b,c) 160 add [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-586.pl | 179 &add($tmp1,$e); # tmp1+=e; 189 &add($f,$tmp1); } # f+=tmp1 190 else { &add($tmp1,$f); } # f becomes a in next round 208 &add($e,$tmp1); # e+=F_00_19(b,c,d) 216 &add($f,$a); # f+=ROTATE(a,5) 226 &add($e,$tmp1); # e+=F_00_19(b,c,d) 233 &add($f,$tmp1); # f+=ROTATE(a,5) 249 &add($e,$tmp1); # e+=F_20_39(b,c,d) 260 &add($f,$a); # f+=ROTATE(a,5) 270 &add( [all...] |
H A D | sha256-armv4.pl | 95 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 102 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past 118 add $h,$h,$t1 @ h+=X[i] 121 add $h,$h,$t0,ror#$Sigma1[0] @ h+=Sigma1(e) 123 add $h,$h,$t2 @ h+=K256[i] 126 add $h,$h,$t1 @ h+=Ch(e,f,g) 145 add $d,$d,$h @ d+=h 147 add $h,$h,$t0,ror#$Sigma0[0] @ h+=Sigma0(a) 148 @ add $h,$h,$t3 @ h+=Maj(a,b,c) 160 add [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberPermutationTest.java | 93 skeletonParts.add(currentSection); in testPermutations() 96 currentSection.add(skeletonPart); in testPermutations() 102 resultLines.add("# © 2019 and later: Unicode, Inc. and others."); in testPermutations() 103 resultLines.add("# License & terms of use: http://www.unicode.org/copyright.html"); in testPermutations() 104 resultLines.add(""); in testPermutations() 128 resultLines.add(skeleton); in testPermutations() 134 resultLines.add(" " + locale.toLanguageTag()); in testPermutations() 136 resultLines.add(" " + lnf.format(input).toString()); in testPermutations() 140 resultLines.add(""); in testPermutations()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberPermutationTest.java | 90 skeletonParts.add(currentSection); in testPermutations() 93 currentSection.add(skeletonPart); in testPermutations() 99 resultLines.add("# © 2019 and later: Unicode, Inc. and others."); in testPermutations() 100 resultLines.add("# License & terms of use: http://www.unicode.org/copyright.html"); in testPermutations() 101 resultLines.add(""); in testPermutations() 125 resultLines.add(skeleton); in testPermutations() 131 resultLines.add(" " + locale.toLanguageTag()); in testPermutations() 133 resultLines.add(" " + lnf.format(input).toString()); in testPermutations() 137 resultLines.add(""); in testPermutations()
|
/third_party/node/benchmark/fixtures/ |
H A D | coverage-many-branches.js | 12 add() { 20 return add(); 34 function add(x, y) { function 36 return mt.add(); 75 const operations = ['add', 'addSpecial', 'mult', 'multSpecial']; 79 case 'add': 80 if (add(Math.random() * 10, Math.random() * 10) > 10) { 84 add(Math.random() * 10, Math.random() * 10); 91 add(Math.random() * 10, Math.random() * 10) > 10) { 93 add(Mat [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 139 if (inst->alu.add.magic_write && in qpu_inst_is_tlb() 140 (inst->alu.add.waddr == V3D_QPU_WADDR_TLB || in qpu_inst_is_tlb() 141 inst->alu.add.waddr == V3D_QPU_WADDR_TLBU)) in qpu_inst_is_tlb() 306 if (v3d_qpu_add_op_num_src(inst->alu.add.op) > 0) in calculate_deps() 307 process_mux_deps(state, n, inst->alu.add.a); in calculate_deps() 308 if (v3d_qpu_add_op_num_src(inst->alu.add.op) > 1) in calculate_deps() 309 process_mux_deps(state, n, inst->alu.add.b); in calculate_deps() 316 switch (inst->alu.add.op) { in calculate_deps() 368 if (inst->alu.add.op != V3D_QPU_A_NOP) { in calculate_deps() 369 process_waddr_deps(state, n, inst->alu.add in calculate_deps() 1997 alu_reads_register(struct v3d_qpu_instr *inst, bool add, bool magic, uint32_t index) alu_reads_register() argument [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb_2_rgb.asm | 59 add srcq, wq 60 add dstq, wq 76 add wq, 4 103 add wq, mmsize*2 119 add srcq, wq 120 add dstq, wq 136 add wq, 4 148 add wq, mmsize 194 add ydstq, wq 195 add udst [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 127 add x29,sp,#0 152 add x29,sp,#0 178 add x29,sp,#0 202 add x29,sp,#0 226 add x29,sp,#0 249 add x29,sp,#0 270 add x29,sp,#0 295 add x29,sp,#0 332 add x29,sp,#0 353 add x2 [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_maskedclamp.asm | 38 add srcq, wq 39 add darkq, wq 40 add brightq, wq 41 add dstq, wq 62 add wq, mmsize 70 add srcq, wq 71 add darkq, wq 72 add brightq, wq 73 add dstq, wq 93 add w [all...] |
H A D | vf_limiter.asm | 29 add srcq, wq 30 add dstq, wq 45 add xq, mmsize 48 add srcq, slinesizeq 49 add dstq, dlinesizeq 58 add srcq, wq 59 add dstq, wq 73 add xq, mmsize 76 add srcq, slinesizeq 77 add dst [all...] |
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | RecipesTableSchema.java | 108 .add(COUNTRY_CODE) 109 .add(OLD_FORMAT) 110 .add(NEW_FORMAT) 111 .add(IS_FINAL_MIGRATION) 112 .add(DESCRIPTION) 121 .add(COUNTRY_CODE) 122 .add(OLD_FORMAT) 123 .add(NEW_FORMAT) 124 .add(IS_FINAL_MIGRATION) 125 .add(DESCRIPTIO [all...] |