Home
last modified time | relevance | path

Searched refs:add (Results 1501 - 1525 of 5824) sorted by relevance

1...<<61626364656667686970>>...233

/third_party/openssl/crypto/
H A Darmv4cpuid.pl43 add r3,r2,r1
55 add r6,r3,r2 @ &spinlock
64 add r2,r2,r5
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp75 dst.glslSources.add(name.str()) << glu::VertexSource(code.str()); in createShaders()
89 dst.glslSources.add(name.str()) << glu::FragmentSource(code.str()); in createShaders()
102 dst.glslSources.add(name.str()) << glu::ComputeSource(code.str()); in createShaders()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py93 visited_keys.add(key)
319 libraries.add(target_name)
344 dep_libs.add(dep_name)
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DMainFragment.java223 mInstalledPkgs.add(packageInfo); in getInstalledPkgsList()
253 mDriverListPrefs.add(listPreference); in initEmptyListPreference()
285 mDriverListPrefs.add(listPreference); in initListPreference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp116 void CtorDtorRunner::add(iterator_range<CtorDtorIterator> CtorDtors) { in add() function in llvm::orc::CtorDtorRunner
150 LookupSet.add(Name); in run()
309 L.add(JD, MemoryBuffer::getMemBuffer(ChildBufferRef), VModuleKey())) in tryToGenerate()
/third_party/skia/src/core/
H A DSkPath_serial.cpp109 size = safe.add(size, safe.mul(pts, sizeof(SkPoint))); in writeToMemory()
110 size = safe.add(size, safe.mul(cnx, sizeof(SkScalar))); in writeToMemory()
111 size = safe.add(size, safe.mul(vbs, sizeof(uint8_t))); in writeToMemory()
/third_party/optimized-routines/string/aarch64/
H A Dmemcpy.S62 add srcend, src, count
63 add dstend, dstin, count
160 add count, count, tmp1 /* Count is now 16 too large. */
H A Dstrncmp.S172 add limit, limit, count
173 add tmp3, tmp3, count
176 add limit_wd, limit_wd, tmp3, lsr #3
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5018 # root.add( word, map[word] )
5070 def add( self, word, value ): member in StringNode
5084 child.add( word, value )
5356 dict.add( agl_glyphs[g], eval( "0x" + agl_values[g] ) )
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp303 MIB.add(MI->getOperand(i)); in tryReplaceLoad()
341 MIB.add(Op); in tryReplaceCopy()
366 MIB.add(MI->getOperand(i)); in tryReplaceExtend()
/third_party/skia/fuzz/
H A DFuzzDDLThreading.cpp127 fGpuTaskGroup.add([&]{ in DDLFuzzer()
248 fGpuTaskGroup.add([=, ddl{std::move(ddl)}]{ in recordAndPlayDDL()
264 fGpuTaskGroup.add([=] { in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp75 dst.glslSources.add(name.str()) << glu::VertexSource(code.str()); in createShaders()
89 dst.glslSources.add(name.str()) << glu::FragmentSource(code.str()); in createShaders()
102 dst.glslSources.add(name.str()) << glu::ComputeSource(code.str()); in createShaders()
/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnetbuf_adapter.c167 * @param add Indicates the pointer to the source network data buffer queue.
171 void NetBufQueueConcat(NetBufQueue *q, NetBufQueue *add) in NetBufQueueConcat() argument
173 skb_queue_splice_init(add, q); in NetBufQueueConcat()
/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_dev_sample.c147 static void AddRemoveUartDev(struct UartHost *host, bool add) in AddRemoveUartDev() argument
167 if (add) { in AddRemoveUartDev()
/test/xts/acts/
H A Dget_dependency.py96 visited.add(node)
138 depends_list.add("acts")
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvencdsp.asm60 add wd, wd
87 add maskq, 8
H A Dblockdsp.asm61 add blocksq, 768
73 add lenq, mmsize*8
H A Dpixblockdsp.asm64 add r0, 128
81 add r4, 2 * mmsize
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsRouter.java79 outputUnits_.add(complexTargetUnitImpl.build()); in UnitsRouter()
80 converterPreferences_.add(new ConverterPreference(inputUnit, complexTargetUnitImpl, in UnitsRouter()
107 // human-friendly rounding mode: integers, but add a decimal digit in route()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharacterProperties.java57 set.add(startHasProperty, c - 1); in makeSet()
63 set.add(startHasProperty, 0x10FFFF); in makeSet()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DEmojiProps.java114 set.add(start); in addPropertyStarts()
192 set.add(entry.chars); in addStrings()
H A DFormattedValueFieldPositionIteratorImpl.java63 // add attributes to the AttributedString in toCharacterIterator()
103 // Success: add the two span fields in addOverlapSpans()
107 attributes.add(newPos); in addOverlapSpans()
111 attributes.add(newPos); in addOverlapSpans()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DEasterHoliday.java206 calendar.add(Calendar.YEAR, 1); in doFirstBetween()
226 * lands on in this year, and then add the offset for this holiday to get
268 cal.add(Calendar.DATE, daysAfterEaster); in computeInYear()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DCollationMapper.java68 * @param cldrVersion version string to add to ICU data.
88 // visited, but we should add an empty sequence to the output data. in CollationMapper()
122 icuData.add(RB_COLLATIONS_DEFAULT, v.getValue()); in collectDefault()
125 // This is a bit special since the attribute we want to add depends on the element we are
143 icuData.add(rbPath, key.valueFrom(value)); in maybeAddSpecial()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java65 // add attributes to the AttributedString in toCharacterIterator()
105 // Success: add the two span fields in addOverlapSpans()
109 attributes.add(newPos); in addOverlapSpans()
113 attributes.add(newPos); in addOverlapSpans()

Completed in 16 milliseconds

1...<<61626364656667686970>>...233