Home
last modified time | relevance | path

Searched refs:add (Results 1401 - 1425 of 5858) sorted by relevance

1...<<51525354555657585960>>...235

/third_party/node/deps/v8/src/regexp/
H A Dgen-regexp-special-case.cc27 out << " set.add(0x" << set.getRangeStart(i) << ");\n"; in PrintSet()
29 out << " set.add(0x" << set.getRangeStart(i) << ", 0x" in PrintSet()
95 special_add.add(i); in PrintSpecial()
97 ignore.add(i); in PrintSpecial()
/third_party/node/deps/openssl/openssl/crypto/bf/asm/
H A Dbf-586.pl125 &add( $tmp2, $tmp1);
131 &add( $tmp2, $tmp4);
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsparc_arch.h61 add %o7, reg, reg;
75 add %o7, reg, reg
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/
H A DBlockingMetadataBootstrappingGuardTest.java88 runnables.add(new BootstrappingRunnable()); in test_getOrBootstrap_shouldInvokeBootstrappingOnlyOnceWhenThreadsCallItAtTheSameTime()
89 runnables.add(new BootstrappingRunnable()); in test_getOrBootstrap_shouldInvokeBootstrappingOnlyOnceWhenThreadsCallItAtTheSameTime()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvSchema.java77 header.subList(hsize, header.size()).forEach(s -> columns.add(columns().getColumn(s))); in parseHeader()
90 rowAssignments.add( in parseRow()
/third_party/python/Lib/
H A Dabc.py156 usually in class decorators that add methods to the subject class.
175 abstracts.add(name)
176 # Also add any other newly added abstract methods.
179 abstracts.add(name)
/third_party/openssl/crypto/bf/asm/
H A Dbf-586.pl125 &add( $tmp2, $tmp1);
131 &add( $tmp2, $tmp4);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVaryingNameTests.cpp164 dst.spirvAsmSources.add("vert", DE_NULL) << vertexShader << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in createShaders()
165 dst.spirvAsmSources.add("frag", DE_NULL) << fragmentShader << SpirVAsmBuildOptions(vulkanVersion, targetSpirvVersion); in createShaders()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DLRUCache.hpp34 Data add(const Key &key, const Data &data);
157 Data LRUCache<Key, Data>::add(const Key &key, const Data &data) in add() function in sw::LRUCache
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp40 // The counter is incremented with calls to add() and decremented with calls to
51 // add() increments the internal counter.
52 // add() must not be called when the event is already signalled.
53 void add() const in add() function in sw::CountedEvent
56 wg.add(); in add()
/third_party/openssl/include/crypto/
H A Dsparc_arch.h61 add %o7, reg, reg;
75 add %o7, reg, reg
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DGlyphGroup.java39 public void add(int glyph) { in add() method in GlyphGroup
56 target.add(i); in copyTo()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DGlyphCoverage.java49 coverage.add(0); // Always include notdef in getGlyphCoverage()
63 coverage.add(glyphId); in touchGlyph()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
H A DOS2Tests.java88 rSet.add(r); in makeUnicodeRangeSet()
100 rSet.add(r); in makeCodePageRangeSet()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchnsecal.h173 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode &status);
174 virtual void add(EDateFields field, int32_t amount, UErrorCode &status);
H A Dhebrwcal.h52 * make sure to use the {@link #roll roll} and {@link #add add} methods
237 * information, see the documentation for Calendar::add().
245 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status);
249 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddenseranges.cpp32 void add(int32_t gapStart, int64_t gapLength) { in add() function in __anon21328::LargestGaps
130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue); in uprv_makeDenseRanges()
/third_party/optimized-routines/string/aarch64/
H A Dstrchr-mte.S71 add result, srcin, tmp1, lsr 2
100 add result, src, tmp1, lsr 2
H A Dmemset.S29 add dstend, dstin, count
95 add dst, dst, 64
H A Dstrchrnul-mte.S61 add result, srcin, tmp1, lsr 2
80 add result, src, tmp1, lsr 2
H A Dstrnlen.S73 add tmp, cntrem, 15
102 add result, result, synd, lsr 2
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bimap.hh104 hb_codepoint_t add (hb_codepoint_t lhs) in add() function
124 while (hb_set_next (set, &i)) add (i); in add_set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h98 virtual Error add(JITDylib &JD, ThreadSafeModule TSM,
136 virtual Error add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O,
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread_test.cpp52 .add(marl::Thread::Affinity( in TEST_F()
58 .add(marl::Thread::Affinity({core(35)}, allocator)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCVSXCopy.cpp108 .addImm(1) // add 1, not 0, because there is no implicit clearing in processBlock()
110 .add(SrcMO) in processBlock()
130 .add(SrcMO); in processBlock()

Completed in 10 milliseconds

1...<<51525354555657585960>>...235