Home
last modified time | relevance | path

Searched refs:get (Results 4801 - 4825 of 15658) sorted by relevance

1...<<191192193194195196197198199200>>...627

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.cpp52 auto &options = targetMachine.get()->Options.MCOptions; in emitAsmFile()
55 targetMachine.get()->addPassesToEmitFile(pm, dest, nullptr, fileType); in emitAsmFile()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRecordList.java80 T get(int index) { in get() method in RecordList
82 return recordsToWrite.get(index); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_list_test.cpp76 inserted_instructions.push_back(inst.get()); in TEST()
99 created_instructions.push_back(inst.get()); in TEST()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_scientific.cpp25 return *unisets::get(unisets::MINUS_SIGN); in minusSignSet()
29 return *unisets::get(unisets::PLUS_SIGN); in plusSignSet()
73 // First attempt to get a code point, returning true if we can't get one. in match()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DEventScheduler.java156 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add()
176 FastEventQueue list = mEventBuffer.get(lowestTime); in removeNextEventLocked()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A DDuplexEngine.cpp46 std::get<FunctionList<numeric *>>(functionStack)(beg, end); in createCallback()
67 defaultBuilder().setCallback(mCallback.get()) in openOutStream()
/third_party/skia/src/sksl/ir/
H A DSkSLVariable.cpp28 return fDeclaration ? fDeclaration->value().get() : nullptr; in initialValue()
96 result.fVarDecl = VarDeclaration::Make(context, var.get(), type, arraySize, in MakeScratchVariable()
/third_party/skia/tests/
H A DCachedDataTest.cpp88 SkCachedData* data = test_locking(reporter, size, useDiscardable ? pool.get() : nullptr); in DEF_TEST()
95 data = test_locking(reporter, size, useDiscardable ? pool.get() : nullptr); in DEF_TEST()
H A DPDFTaggedPruningTest.cpp59 metadata.fStructureElementTreeRoot = root.get(); in DEF_TEST()
124 metadata.fStructureElementTreeRoot = root.get(); in DEF_TEST()
H A DRuntimeBlendTest.cpp81 test_blend(r, surface.get()); in DEF_TEST()
88 test_blend(r, surface.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DCanvasStateHelpers.cpp43 complex_layers_draw(canvas.get(), left, top, right, bottom, spacer); in complex_layers_draw_from_canvas_state()
75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
H A DGrOpListFlushTest.cpp61 canvas2->drawImageRect(image.get(), srcRect, dstRect, SkSamplingOptions(), nullptr, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
67 canvas1->drawImageRect(image.get(), srcRect, dstRect, SkSamplingOptions(), nullptr, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DRecorderTest.cpp87 recorder.drawImage(image.get(), 0, 0, SkSamplingOptions()); in DEF_TEST()
102 recorder.drawImageRect(image.get(), SkRect::MakeWH(100, 100), SkRect::MakeWH(100, 100), in DEF_TEST()
H A DSkSLES2ConformanceTest.cpp112 test_expect_pass(r, surface.get(), path); in DEF_TEST()
121 test_expect_pass(r, surface.get(), path); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DFontTest.cpp26 wb.writeToMemory(storage.get()); in serialize_deserialize()
37 SkReadBuffer rb(storage.get(), size); in serialize_deserialize()
/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.h78 SkToBool(CTFontGetSymbolicTraits(fFontRef.get()) & kCTFontColorGlyphsTrait)) in SkTypeface_Mac()
119 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); }
/third_party/skia/src/shaders/
H A DSkColorFilterShader.cpp47 buffer.writeFlattenable(fShader.get()); in flatten()
49 buffer.writeFlattenable(fFilter.get()); in flatten()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoder.java154 buffer.get(chunk); in decompress()
167 return output.get(0); in decompress()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
H A DServerHandlers.cpp61 {% if type.name.get() == "device" %}
62 {{name}}Data->deviceInfo = DeviceObjects().Get(cmd.selfId)->info.get();
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandSerializer.h96 SerializeBuffer serializeBuffer(cmdSpace.get(), requiredSize); in SerializeCommandImpl()
103 SerializeChunkedCommand(cmdSpace.get(), requiredSize); in SerializeCommandImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DObjectAllocator.h48 client->TrackObject(object.get()); in New()
80 return mObjects[id].object.get(); in GetObject()
/third_party/python/Lib/
H A Dlinecache.py170 if (loader := module_globals.get('__loader__')) is None:
171 if spec := module_globals.get('__spec__'):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h71 return CurTy.get<StructType *>()->getTypeAtIndex(getOperand()); in getIndexedType()
109 StructType *getStructType() const { return CurTy.get<StructType *>(); } in getStructType()
H A DIntrinsics.h157 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() function
162 static IITDescriptor get(IITDescriptorKind K, unsigned short Hi, in get() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp47 return ConstantInt::get(CmpInst::makeCmpResultType(OpTy), 0); in getPredForICmpCode()
55 return ConstantInt::get(CmpInst::makeCmpResultType(OpTy), 1); in getPredForICmpCode()

Completed in 15 milliseconds

1...<<191192193194195196197198199200>>...627