Home
last modified time | relevance | path

Searched defs:nullptr (Results 101 - 125 of 543) sorted by relevance

12345678910>>...22

/third_party/skia/src/image/
H A DSkSurface_Base.h64 virtual sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset = nullptr) { return nullptr; } in onNewImageSnapshot() argument
/third_party/skia/src/gpu/
H A DGrRefCnt.h146 void reset(T* ptr = nullptr) { in reset() argument
/third_party/skia/src/core/
H A DSkAutoMalloc.h131 reset(size_t size, SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink, bool* didChangeAlloc = nullptr) reset() argument
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.h44 instantiate(GrOnFlushResourceProvider* onFlushRP, sk_sp<GrTexture> backingTexture = nullptr) instantiate() argument
/third_party/skia/src/utils/win/
H A DSkTScopedComPtr.h65 void reset(T* ptr = nullptr) { in reset() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassInstrumentation.h137 PassInstrumentation(PassInstrumentationCallbacks *CB = nullptr) in PassInstrumentation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h133 ComputeValueKnownInPredecessors(Value *V, BasicBlock *BB, jumpthreading::PredValueInfo &Result, jumpthreading::ConstantPreference Preference, Instruction *CxtI = nullptr) ComputeValueKnownInPredecessors() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h206 MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapValue() argument
228 MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapMetadata() argument
236 MapMetadata(const MDNode *MD, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapMetadata() argument
251 RemapInstruction(Instruction *I, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) RemapInstruction() argument
264 RemapFunction(Function &F, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) RemapFunction() argument
272 MapValue(const Constant *V, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp75 M->print(dbgs(), nullptr, false); in printIR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h78 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue, TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue, TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None, TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None, ArrayRef<const Value *> Args = ArrayRef<const Value *>(), const Instruction *CxtI = nullptr) getArithmeticInstrCost() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp125 NVPTXLowerArgs(const NVPTXTargetMachine *TM = nullptr) in NVPTXLowerArgs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAssumptionCache.h60 AffectedValueCallbackVH(Value *V, AssumptionCache *AC = nullptr) in AffectedValueCallbackVH() argument
196 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) in FunctionCallbackVH() argument
H A DInlineCost.h79 InlineCost(int Cost, int Threshold, const char *Reason = nullptr) in InlineCost() argument
H A DOptimizationRemarkEmitter.h75 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { in emit() argument
H A DPhiValues.h99 PhiValuesCallbackVH(Value *V, PhiValues *PV = nullptr) in PhiValuesCallbackVH() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h153 MachineInstrBundleIterator( const MachineInstrBundleIterator<OtherTy, IsReverse> &I, typename std::enable_if<std::is_convertible<OtherTy *, Ty *>::value, void *>::type = nullptr) MachineInstrBundleIterator() argument
/third_party/skia/gm/
H A Dmatrixconvolution.cpp72 makeFilter(const SkIPoint &kernelOffset, SkTileMode tileMode, bool convolveAlpha, const SkIRect *cropRect = nullptr) makeFilter() argument
93 draw(SkCanvas* canvas, int x, int y, const SkIPoint& kernelOffset, SkTileMode tileMode, bool convolveAlpha, const SkIRect* cropRect = nullptr) draw() argument
H A Doffsetimagefilter.cpp116 doDraw(SkCanvas* canvas, const SkRect& r, sk_sp<SkImageFilter> imgf, const SkIRect* cropR = nullptr, const SkRect* clipR = nullptr) doDraw() argument
[all...]
/third_party/skia/experimental/xform/
H A DSkShape.h38 Shape(sk_sp<Xform> x = nullptr) : fXform(std::move(x)) {} in Shape() argument
70 static sk_sp<GroupShape> Make(sk_sp<Xform> x = nullptr) { in Make() argument
/third_party/skia/include/sksl/
H A DSkSLErrorReporter.h26 PositionInfo(const char* file = nullptr, int line = -1) in PositionInfo() argument
/third_party/skia/include/private/
H A DSkSLSymbol.h34 Symbol(int offset, Kind kind, skstd::string_view name, const Type* type = nullptr) in Symbol() argument
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_async_call.h37 void SetAction(InputAction input, OutputAction output = nullptr) in SetAction() argument
[all...]
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dscan_async_call.h40 void SetAction(InputAction input, OutputAction output = nullptr) in SetAction() argument
[all...]
/base/request/request/frameworks/js/napi/include/upload/
H A Dasync_call.h36 void SetAction(InputAction input, OutputAction output = nullptr) in SetAction() argument
[all...]
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_test.cpp81 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
96 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
114 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
127 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
140 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
154 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
169 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
183 EXPECT_NE(RequestManager::GetInstance(), nullptr); in HWTEST_F() local
197 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
211 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
225 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
239 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
252 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
265 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
298 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
343 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
355 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
367 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
379 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
391 EXPECT_NE(RequestManager::GetInstance(), nullptr); HWTEST_F() local
[all...]

Completed in 10 milliseconds

12345678910>>...22