/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | DoubleArrayListTest.java | 93 list.add(0, 0D); in testModificationWithIteration() 218 list.add(17D); in testSize() 275 assertTrue(list.add(2D)); in testAdd() 278 assertTrue(list.add(3D)); in testAdd() 279 list.add(0, 4D); in testAdd() 282 list.add(0, 1D); in testAdd() 283 list.add(0, 0D); in testAdd() 286 list.add(Double.valueOf(5 + i)); in testAdd() 291 list.add(-1, 5D); in testAdd() 297 list.add( in testAdd() [all...] |
H A D | LongArrayListTest.java | 93 list.add(0, 0L); in testModificationWithIteration() 218 list.add(17L); in testSize() 275 assertTrue(list.add(2L)); in testAdd() 278 assertTrue(list.add(3L)); in testAdd() 279 list.add(0, 4L); in testAdd() 282 list.add(0, 1L); in testAdd() 283 list.add(0, 0L); in testAdd() 286 list.add(Long.valueOf(5 + i)); in testAdd() 291 list.add(-1, 5L); in testAdd() 297 list.add( in testAdd() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 316 '&add ($h,$SZ*($i&15)."(%rsp)")', # h+=X[i]+K[i] 324 '&add ($h,$a4)', # h+=Ch(e,f,g) 328 '&add ($h,$a0)', # h+=Sigma1(e) 331 '&add ($d,$h)', # d+=h 333 '&add ($h,$a3)', # h+=Maj(a,b,c) 336 '&add ($a1,$h);'. # h+=Sigma0(a) 372 add $inp,$len # end of input 596 add $SZ*0(%r15),$A 597 add $SZ*1(%r15),$B 598 add [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 316 '&add ($h,$SZ*($i&15)."(%rsp)")', # h+=X[i]+K[i] 324 '&add ($h,$a4)', # h+=Ch(e,f,g) 328 '&add ($h,$a0)', # h+=Sigma1(e) 331 '&add ($d,$h)', # d+=h 333 '&add ($h,$a3)', # h+=Maj(a,b,c) 336 '&add ($a1,$h);'. # h+=Sigma0(a) 372 add $inp,$len # end of input 596 add $SZ*0(%r15),$A 597 add $SZ*1(%r15),$B 598 add [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/bn/ |
H A D | ppc-mont.s | 253 add 14,5,8 254 add 30,4,8 817 add 6,4,8 1034 add 28,28,21 1226 add 23,19,19 1231 add 24,20,20 1233 add 25,21,21 1244 add 26,18,18 1250 add 27,19,19 1257 add 2 [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/bn/ |
H A D | ppc-mont.s | 253 add 14,5,8 254 add 30,4,8 817 add 6,4,8 1034 add 28,28,21 1226 add 23,19,19 1231 add 24,20,20 1233 add 25,21,21 1244 add 26,18,18 1250 add 27,19,19 1257 add 2 [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/bn/ |
H A D | ppc-mont.s | 260 add 14,5,8 261 add 30,4,8 824 add 6,4,8 1041 add 28,28,21 1233 add 23,19,19 1238 add 24,20,20 1240 add 25,21,21 1251 add 26,18,18 1257 add 27,19,19 1264 add 2 [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/bn/ |
H A D | ppc-mont.s | 260 add 14,5,8 261 add 30,4,8 824 add 6,4,8 1041 add 28,28,21 1233 add 23,19,19 1238 add 24,20,20 1240 add 25,21,21 1251 add 26,18,18 1257 add 27,19,19 1264 add 2 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 714 MIB.add(MI->getOperand(2)); in ReplaceInstruction() 717 MIB.add(MI->getOperand(0)); in ReplaceInstruction() 718 MIB.add(MI->getOperand(2)); in ReplaceInstruction() 723 MIB.add(MI->getOperand(0)); in ReplaceInstruction() 724 MIB.add(MI->getOperand(1)); in ReplaceInstruction() 725 MIB.add(MI->getOperand(2)); in ReplaceInstruction() 727 MIB.add(MI->getOperand(0)); in ReplaceInstruction() 728 MIB.add(MI->getOperand(2)); in ReplaceInstruction() 729 MIB.add(MI->getOperand(1)); in ReplaceInstruction() 737 MIB.add(M in ReplaceInstruction() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 816 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms() 819 programCollection.glslSources.add("frag") << glu::FragmentSource(getGraphicsPassthrough()) << buildOptions; in initPrograms() 841 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms() 887 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms() 906 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms() 929 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms() 955 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms() 989 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms() 997 programCollection.glslSources.add("vert") << glu::VertexSource(getVertexPassthrough()) << buildOptions; in initPrograms() 1025 programCollection.glslSources.add("geo in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 816 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms() 819 programCollection.glslSources.add("frag") << glu::FragmentSource(getGraphicsPassthrough()) << buildOptions; in initPrograms() 841 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms() 887 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms() 906 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms() 929 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms() 955 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms() 989 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms() 997 programCollection.glslSources.add("vert") << glu::VertexSource(getVertexPassthrough()) << buildOptions; in initPrograms() 1025 programCollection.glslSources.add("geo in initPrograms() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_dctdnoiz.c | 133 int add) in idct8_1d() 160 dst[0*dst_stridea] = (add ? dst[ 0*dst_stridea] : 0) + 0.25f * (x09 + x0b) + 0.353553390593274f*x0a; in idct8_1d() 161 dst[1*dst_stridea] = (add ? dst[ 1*dst_stridea] : 0) + 0.707106781186547f * (x0f + x15); in idct8_1d() 162 dst[2*dst_stridea] = (add ? dst[ 2*dst_stridea] : 0) + 0.707106781186547f * (x0f - x15); in idct8_1d() 163 dst[3*dst_stridea] = (add ? dst[ 3*dst_stridea] : 0) + 0.707106781186547f * (x0e + x16); in idct8_1d() 164 dst[4*dst_stridea] = (add ? dst[ 4*dst_stridea] : 0) + 0.707106781186547f * (x0e - x16); in idct8_1d() 165 dst[5*dst_stridea] = (add ? dst[ 5*dst_stridea] : 0) + 0.707106781186547f * (x10 - x14); in idct8_1d() 166 dst[6*dst_stridea] = (add ? dst[ 6*dst_stridea] : 0) + 0.707106781186547f * (x10 + x14); in idct8_1d() 167 dst[7*dst_stridea] = (add ? dst[ 7*dst_stridea] : 0) + 0.25f * (x09 + x0b) - 0.353553390593274f*x0a; in idct8_1d() 261 int add) in idct16_1d() 130 idct8_1d(float *dst, const float *src, int dst_stridea, int dst_strideb, int src_stridea, int src_strideb, int add) idct8_1d() argument 258 idct16_1d(float *dst, const float *src, int dst_stridea, int dst_strideb, int src_stridea, int src_strideb, int add) idct16_1d() argument [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_gblur.asm | 109 add %3, %5 228 add strideq, widthq 240 add strideq, widthq 409 add localbufq, mmsize 415 add localbufq, mmsize 493 add ptrq, 4 494 add localbufq, mmsize 506 add ptrq, mmsize 507 add localbufq, rows * mmsize 521 add ptr [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.cpp | 92 .add(predOps(ARMCC::AL)); in emitPrologueEpilogueSPUpdate() 122 // ADJCALLSTACKUP -> add, sp, sp, amount in eliminateCallFramePseudoInstr() 171 // Thumb add/sub sp, imm8 instructions implicitly multiply the offset by 4. in emitPrologue() 306 .add(predOps(ARMCC::AL)); in emitPrologue() 329 // and tMOVr instructions. We don't need to add any call frame information in emitPrologue() 414 .add(predOps(ARMCC::AL)); in emitPrologue() 420 .add(predOps(ARMCC::AL)); in emitPrologue() 426 .add(predOps(ARMCC::AL)); in emitPrologue() 430 .add(predOps(ARMCC::AL)); in emitPrologue() 442 .add(predOp in emitPrologue() [all...] |
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 137 __ add(current_input_offset(), in AdvanceCurrentPosition() 148 __ add(r0, r0, Operand(by)); in AdvanceRegister() 159 __ add(r0, r0, Operand(1)); in Backtrack() 174 // Pop Code offset from backtrack stack, add Code and jump to location. in Backtrack() 176 __ add(pc, r0, Operand(code_pointer())); in Backtrack() 198 __ add(r0, current_input_offset(), in CheckAtStart() 207 __ add(r0, current_input_offset(), in CheckNotAtStart() 222 __ add(backtrack_stackpointer(), in CheckGreedyLoop() 242 __ add(r3, r3, r1); in CheckNotBackReferenceIgnoreCase() 257 __ add(r in CheckNotBackReferenceIgnoreCase() [all...] |
/foundation/communication/ipc/example/rust_test/server/src/ |
H A D | main.rs | 21 use example_calc_ipc_service::{ICalc, CalcStub, EXAMPLE_IPC_CALC_SERVICE_ID, init_access_token, add, sub, mul, div};
28 fn add(&self, num1: i32, num2: i32) -> IpcResult<i32> {
in add() functions 29 Ok(add(&num1, &num2))
in add() 49 EXAMPLE_IPC_CALC_SERVICE_ID).expect("add server to samgr failed");
in main()
|
/third_party/FreeBSD/sys/dev/random/ |
H A D | uint128.h | 65 uint128_add64(uint128_t *big_uintp, uint64_t add) in uint128_add64() argument 68 (*big_uintp) += add; in uint128_add64() 72 word0p = big_uintp->u128t_word0 + add; in uint128_add64()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
H A D | IMETest.java | 27 box.add(new JTextField(sampleText)); in main() 28 box.add(new JTextField(sampleText)); in main() 29 jf.getContentPane().add(box); in main()
|
/third_party/skia/src/core/ |
H A D | SkTaskGroup.cpp | 13 void SkTaskGroup::add(std::function<void(void)> fn) { in add() function in SkTaskGroup 15 fExecutor.add([this, fn{std::move(fn)}] { in add() 25 fExecutor.add([=] { in batch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | LegacyPassManager.h | 32 /// PassManagerBase - An abstract interface to allow code to add passes to 44 virtual void add(Pass *P) = 0; 54 void add(Pass *P) override; 74 void add(Pass *P) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | StringTableBuilder.h | 44 size_t add(CachedHashStringRef S); 45 size_t add(StringRef S) { return add(CachedHashStringRef(S)); } in add() function in llvm::StringTableBuilder 52 /// returned by add will still be valid.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Utils.cpp | 51 unwrap(PM)->add(createLowerSwitchPass()); in LLVMAddLowerSwitchPass() 55 unwrap(PM)->add(createPromoteMemoryToRegisterPass()); in LLVMAddPromoteMemoryToRegisterPass() 59 unwrap(PM)->add(createAddDiscriminatorsPass()); in LLVMAddAddDiscriminatorsPass()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | castTest.js | 18 add(dx: number, dy: number): Point; 26 add: function(dx, dy) { 46 add: function (dx, dy) {
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | Rule.java | 94 map.get(glyph).add(rule); in createGlyphRuleMap() 144 features.add(feature.value); in featuredLookups() 146 lookupIds.add(lookup.value); in featuredLookups() 180 glyphGroup.add(glyph); in glyphGroupForText() 222 accumulateTo.add(newTargetRule); in applyRuleOnRuleWithSubst() 247 accumulateTo.add(newTargetRule); in applyRuleOnRuleWithSubst() 254 result.add(new RuleSegment()); in permuteToSegments() 262 newSegment.add(new GlyphGroup(glyphId)); in permuteToSegments() 263 newResult.add(newSegment); in permuteToSegments() 301 accumulateTo.add(newRul in applyRulesOnRuleWithoutSubst() [all...] |
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 539 void add (size_t bits, deUint32 value); 548 void Rank::add (size_t bits, deUint32 value) in add() function in tcu::lnx::x11::glx::Rank 580 rank.add(1, (caveat != GLX_NON_CONFORMANT_CONFIG)); in configRank() 583 rank.add(1, visual.getAttrib(GLX_TRANSPARENT_TYPE) == GLX_NONE); in configRank() 586 rank.add(1, visual.getAttrib(GLX_STEREO) == False); in configRank() 589 rank.add(1, visual.getAttrib(GLX_LEVEL) == 0); in configRank() 592 rank.add(1, alphaSize > 0); in configRank() 595 rank.add(1, depthSize > 0); in configRank() 598 rank.add(1, stencilSize > 0); in configRank() 601 rank.add( in configRank() [all...] |