Searched refs:nullptr (Results 201 - 225 of 6118) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkMaskCache.h24 * On failure, return nullptr.
28 SkResourceCache* localCache = nullptr);
31 SkResourceCache* localCache = nullptr);
38 SkResourceCache* localCache = nullptr);
41 SkResourceCache* localCache = nullptr);
/external/skia/src/gpu/vk/
H A DGrVkBufferView.cpp20 viewInfo.pNext = nullptr;
28 nullptr, &bufferView));
30 return nullptr;
37 GR_VK_CALL(gpu->vkInterface(), DestroyBufferView(gpu->device(), fBufferView, nullptr));
/external/skia/src/ports/
H A DSkFontMgr_FontConfigInterface_factory.cpp15 return nullptr;
/external/skia/src/sksl/ir/
H A DSkSLSetting.cpp19 return nullptr;
/external/skia/src/utils/
H A DSkThreadUtils.h17 SkThread(entryPointProc entryPoint, void* data = nullptr);
/external/skia/src/views/unix/
H A Dskia_unix.cpp15 SkOSWindow* window = create_sk_window(nullptr, argc, argv);
/external/skia/tests/
H A DImageFrom565Bitmap.cpp18 REPORTER_ASSERT(r, SkImage::MakeFromBitmap(bm) != nullptr);
/external/skia/tools/viewer/sk_app/
H A DDisplayParams.h18 , fColorSpace(nullptr)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorHandling.h47 void *user_data = nullptr);
57 void *user_data = nullptr) {
85 llvm_unreachable_internal(const char *msg=nullptr, const char *file=nullptr,
56 ScopedFatalErrorHandler(fatal_error_handler_t handler, void *user_data = nullptr) argument
/external/v8/src/compiler/
H A Dcontrol-builders.h44 then_environment_(nullptr),
45 else_environment_(nullptr) {}
64 loop_environment_(nullptr),
65 continue_environment_(nullptr),
66 break_environment_(nullptr),
67 assigned_(nullptr) {}
80 void ExitLoop(Node** extra_value_to_rename = nullptr);
99 body_environment_(nullptr),
100 label_environment_(nullptr),
101 break_environment_(nullptr),
[all...]
/external/conscrypt/common/src/jni/main/include/
H A DScopedSslBio.h37 SSL_set_bio(ssl_, nullptr, nullptr);
/external/libcxxabi/test/
H A Dcatch_member_pointer_nullptr.pass.cpp29 throw nullptr;
46 throw nullptr;
H A Dcatch_reference_nullptr.pass.cpp20 throw nullptr;
30 using nullptr_t = decltype(nullptr);
32 // A reference to nullptr_t can catch nullptr.
/external/libmojo/mojo/public/cpp/bindings/
H A Dmessage_filter.h19 explicit MessageFilter(MessageReceiver* sink = nullptr);
31 explicit PassThroughFilter(MessageReceiver* sink = nullptr);
H A Dmessage_header_validator.h15 explicit MessageHeaderValidator(MessageReceiver* sink = nullptr);
17 MessageReceiver* sink = nullptr);
/external/llvm/lib/Support/Windows/
H A DCOM.inc32 ::CoInitializeEx(nullptr, Coinit);
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Segment.cpp15 m_pReferred_to_segment_numbers = nullptr;
23 m_Result.vd = nullptr;
/external/pdfium/xfa/fde/
H A Dfde_iterator.h29 FDE_TEXTEDITPIECE** phCanvasObj = nullptr,
30 IFDE_CanvasSet** ppCanvasSet = nullptr);
/external/skia/include/effects/
H A DSkXfermodeImageFilter.h25 return Make(mode, std::move(background), nullptr, nullptr);
/external/skia/src/image/
H A DSkImage_Base.h42 virtual const SkBitmap* onPeekBitmap() const { return nullptr; }
47 virtual GrContext* context() const { return nullptr; }
49 virtual GrTextureProxy* peekProxy() const { return nullptr; }
50 virtual sk_sp<GrTextureProxy> asTextureProxyRef() const { return nullptr; }
55 return nullptr;
61 virtual GrTexture* onGetTexture() const { return nullptr; }
63 virtual SkImageCacherator* peekCacherator() const { return nullptr; }
72 virtual SkData* onRefEncoded() const { return nullptr; }
/external/skia/src/views/
H A DSkViewPriv.cpp33 SkASSERT(rec == nullptr || rec->fArtist != nullptr);
35 return rec ? rec->fArtist : nullptr;
40 if (obj == nullptr)
79 SkASSERT(rec == nullptr || rec->fLayout != nullptr);
81 return rec ? rec->fLayout : nullptr;
86 if (obj == nullptr)
/external/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp34 : fContext(nullptr)
48 if (nullptr == pixFormat) {
53 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext);
56 if (nullptr == fContext) {
64 if (nullptr == gl.get()) {
90 fContext = nullptr;
115 return nullptr;
121 return nullptr;
/external/swiftshader/src/Reactor/
H A DLLVMRoutineManager.cpp31 routine = nullptr;
47 return nullptr;
85 return nullptr;
96 return nullptr;
102 return nullptr;
108 return nullptr;
114 routine = nullptr;
144 routine = nullptr;
/external/v8/src/asmjs/
H A Dswitch-logic.h22 left = nullptr;
23 right = nullptr;
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_factory.cc21 return nullptr;
35 return nullptr;

Completed in 675 milliseconds

1234567891011>>