/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.cpp | 233 GetThreadPool().add([=] { in allocateImageMemory() 241 GetThreadPool().add([=] { in allocateImageMemory()
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.cpp | 165 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 D | tree.go | 428 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 D | BitmapSizeTable.java | 188 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 D | FontHeaderTable.java | 162 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 D | GlyfEncoder.java | 287 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 D | collationdatareader.cpp | 315 tailoring.unsafeBackwardSet->add(start, end); in read() 322 tailoring.unsafeBackwardSet->add(lead); in read()
|
H A D | dayperiodrules.cpp | 219 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 D | dtptngen_impl.h | 251 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 D | plurrule_impl.h | 363 AndConstraint* add(UErrorCode& status); 378 AndConstraint* add(UErrorCode& status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | calendar.h | 530 * 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 D | gendict.cpp | 194 // 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 D | ppucd.cpp | 498 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 D | TestAudioActivity.java | 231 mStreamContexts.add(streamContext); in addOutputStreamContext() 256 mStreamContexts.add(streamContext); in addInputStreamContext()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDeclaration.cpp | 130 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 D | PathOpsConicIntersectionTest.cpp | 256 bounds.add((SkDPoint&) dBounds.fLeft); in writeFrames() 257 bounds.add((SkDPoint&) dBounds.fRight); in writeFrames()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.h | 308 void add(const CoinDictEntry& key); 309 void add(const CoinDict& dict);
|
/third_party/optimized-routines/string/arm/ |
H A D | strcmp.S | 297 add src2, src2, #4 325 add src2, src2, #4
|
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-gf2m.pl | 166 add \$128+8,%rsp 391 add \$64,%rsp
|
/third_party/python/Lib/test/ |
H A D | test_mimetypes.py | 271 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__.py | 11 (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 D | SampleProf.h | 466 /// 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 D | HexagonGenMux.cpp | 345 .add(*MX.SrcT) in genMuxInBlock() 346 .add(*MX.SrcF); in genMuxInBlock() 368 // r0 = add r0, 1 <-- r0 should be "killed" in genMuxInBlock()
|
H A D | HexagonTargetMachine.cpp | 256 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 D | X86CallFrameOptimization.cpp | 215 // 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()
|