/third_party/node/deps/v8/src/regexp/ |
H A D | gen-regexp-special-case.cc | 27 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 D | bf-586.pl | 125 &add( $tmp2, $tmp1); 131 &add( $tmp2, $tmp4);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | sparc_arch.h | 61 add %o7, reg, reg; 75 add %o7, reg, reg
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/ |
H A D | BlockingMetadataBootstrappingGuardTest.java | 88 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 D | CsvSchema.java | 77 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 D | abc.py | 156 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 D | bf-586.pl | 125 &add( $tmp2, $tmp1); 131 &add( $tmp2, $tmp4);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmVaryingNameTests.cpp | 164 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 D | LRUCache.hpp | 34 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 D | Synchronization.hpp | 40 // 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 D | sparc_arch.h | 61 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 D | GlyphGroup.java | 39 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 D | GlyphCoverage.java | 49 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 D | OS2Tests.java | 88 rSet.add(r); in makeUnicodeRangeSet() 100 rSet.add(r); in makeCodePageRangeSet()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | chnsecal.h | 173 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode &status); 174 virtual void add(EDateFields field, int32_t amount, UErrorCode &status);
|
H A D | hebrwcal.h | 52 * 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 D | denseranges.cpp | 32 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 D | strchr-mte.S | 71 add result, srcin, tmp1, lsr 2 100 add result, src, tmp1, lsr 2
|
H A D | memset.S | 29 add dstend, dstin, count 95 add dst, dst, 64
|
H A D | strchrnul-mte.S | 61 add result, srcin, tmp1, lsr 2 80 add result, src, tmp1, lsr 2
|
H A D | strnlen.S | 73 add tmp, cntrem, 15 102 add result, result, synd, lsr 2
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bimap.hh | 104 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 D | Layer.h | 98 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 D | thread_test.cpp | 52 .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 D | PPCVSXCopy.cpp | 108 .addImm(1) // add 1, not 0, because there is no implicit clearing in processBlock() 110 .add(SrcMO) in processBlock() 130 .add(SrcMO); in processBlock()
|