Home
last modified time | relevance | path

Searched refs:add (Results 4451 - 4475 of 8132) sorted by relevance

1...<<171172173174175176177178179180>>...326

/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp233 GetThreadPool().add([=] { in allocateImageMemory()
241 GetThreadPool().add([=] { in allocateImageMemory()
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp165 fUniquelyKeyedEntryMap.add(entry); in makeNewEntryMRU()
208 GrSurfaceProxyView GrThreadSafeCache::add(const GrUniqueKey& key, const GrSurfaceProxyView& view) { in add() function in GrThreadSafeCache
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dtree.go428 func (s SpanSet) add(rhs SpanID) SpanSet {
452 return s.add(rhs)
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapSizeTable.java188 subTables.add(this.createIndexSubTable(i)); in getIndexSubTableList()
489 this.indexSubTables.add(this.createIndexSubTableBuilder(i)); in initialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java162 set.add(flag); in asSet()
297 set.add(style); in asSet()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java287 result.add(data.readUByte(ix)); in splitPush()
289 result.add(data.readShort(ix)); in splitPush()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatareader.cpp315 tailoring.unsafeBackwardSet->add(start, end); in read()
322 tailoring.unsafeBackwardSet->add(lead); in read()
H A Ddayperiodrules.cpp219 rule.add(startHour, hour, period); in setDayPeriodForHoursFromCutoffs()
498 void DayPeriodRules::add(int32_t startHour, int32_t limitHour, DayPeriod period) { in add() function in DayPeriodRules
H A Ddtptngen_impl.h251 void add(const UnicodeString& basePattern, const PtnSkeleton& skeleton, const UnicodeString& value, UBool skeletonWasSpecified, UErrorCode& status);
301 void add(const UnicodeString &pattern, UErrorCode& status);
H A Dplurrule_impl.h363 AndConstraint* add(UErrorCode& status);
378 AndConstraint* add(UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h530 * the current time of the calendar, call add(Calendar::DATE, -5). When adding on
545 * @deprecated ICU 2.6. use add(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
547 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
553 * the current time of the calendar, call add(Calendar::DATE, -5). When adding on
570 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status);
589 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
624 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
657 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
663 * The only difference between roll() and add() is that roll() does not change
665 * of its range, whereas add() doe
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp194 // add a word to the trie
199 bt->add(buf.toStringPiece(), value, status); in addWord()
201 if (ut) { ut->add(word, value, status); } in addWord()
388 fprintf(stderr, "ICU Error \"%s\": Failed to add word to trie at input line %d in input file\n", in main()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.cpp498 newValues.add((UChar32)prop); in parseProperty()
601 scx.add(script); in parseScriptExtensions()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTestAudioActivity.java231 mStreamContexts.add(streamContext); in addOutputStreamContext()
256 mStreamContexts.add(streamContext); in addInputStreamContext()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp130 param->setModifiers(context.fModifiersPool->add(m)); in check_parameters()
351 return symbols.add(std::move(result)); in Convert()
359 // GLSL forbids two underscores in a row; add an extra character if necessary to avoid this. in mangledName()
/third_party/skia/tests/
H A DPathOpsConicIntersectionTest.cpp256 bounds.add((SkDPoint&) dBounds.fLeft); in writeFrames()
257 bounds.add((SkDPoint&) dBounds.fRight); in writeFrames()
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h308 void add(const CoinDictEntry& key);
309 void add(const CoinDict& dict);
/third_party/optimized-routines/string/arm/
H A Dstrcmp.S297 add src2, src2, #4
325 add src2, src2, #4
/third_party/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl166 add \$128+8,%rsp
391 add \$64,%rsp
/third_party/python/Lib/test/
H A Dtest_mimetypes.py271 lambda v, k: from_accel.setdefault(k, set()).add(v)
274 lambda v, k: from_reg.setdefault(k, set()).add(v)
/third_party/python/Lib/turtledemo/
H A D__main__.py11 (2) How to add your own demos to the demo repository
57 (2) How to add your own demos to the demo repository
70 add the following at the end of the file:
166 pane.add(self.makeTextFrame(pane))
167 pane.add(self.makeGraphFrame(pane))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProf.h466 /// corresponding function is no less than \p Threshold, add its corresponding
467 /// GUID to \p S. Also traverse the BodySamples to add hot CallTarget's GUID
648 void add(StringRef Name, bool copy = false) { in add() function in llvm::sampleprof::ProfileSymbolList
660 add(Sym, true); in merge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp345 .add(*MX.SrcT) in genMuxInBlock()
346 .add(*MX.SrcF); in genMuxInBlock()
368 // r0 = add r0, 1 <-- r0 should be "killed" in genMuxInBlock()
H A DHexagonTargetMachine.cpp256 PM.add(createHexagonLoopIdiomPass()); in adjustPassManager()
261 PM.add(createHexagonVectorLoopCarriedReusePass()); in adjustPassManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp215 // additional sub/add esp pair. The cost is ~3 bytes per instruction, in isProfitable()
218 // an add is needed even with a reserved call frame. in isProfitable()
222 // We'll need a add after the call. in isProfitable()
533 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence()
547 .add(PushOp) in adjustCallSequence()

Completed in 26 milliseconds

1...<<171172173174175176177178179180>>...326