/third_party/openssl/crypto/ |
H A D | armv4cpuid.pl | 43 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 D | vktPipelineCacheSCTests.cpp | 75 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 D | export_targets.py | 93 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 D | MainFragment.java | 223 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 D | ExecutionUtils.cpp | 116 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 D | SkPath_serial.cpp | 109 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 D | memcpy.S | 62 add srcend, src, count 63 add dstend, dstin, count 160 add count, count, tmp1 /* Count is now 16 too large. */
|
H A D | strncmp.S | 172 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 D | glnames.py | 5018 # 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 D | X86FixupBWInsts.cpp | 303 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 D | FuzzDDLThreading.cpp | 127 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 D | vktPipelineCacheSCTests.cpp | 75 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 D | netbuf_adapter.c | 167 * @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 D | uart_dev_sample.c | 147 static void AddRemoveUartDev(struct UartHost *host, bool add) in AddRemoveUartDev() argument 167 if (add) { in AddRemoveUartDev()
|
/test/xts/acts/ |
H A D | get_dependency.py | 96 visited.add(node) 138 depends_list.add("acts")
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | huffyuvencdsp.asm | 60 add wd, wd 87 add maskq, 8
|
H A D | blockdsp.asm | 61 add blocksq, 768 73 add lenq, mmsize*8
|
H A D | pixblockdsp.asm | 64 add r0, 128 81 add r4, 2 * mmsize
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | UnitsRouter.java | 79 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 D | CharacterProperties.java | 57 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 D | EmojiProps.java | 114 set.add(start); in addPropertyStarts() 192 set.add(entry.chars); in addStrings()
|
H A D | FormattedValueFieldPositionIteratorImpl.java | 63 // 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 D | EasterHoliday.java | 206 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 D | CollationMapper.java | 68 * @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 D | FormattedValueFieldPositionIteratorImpl.java | 65 // 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()
|