Searched refs:nullptr (Results 151 - 175 of 6118) sorted by relevance

1234567891011>>

/external/skia/src/utils/win/
H A DSkHRESULT.h42 The HRN variants will return nullptr when FAILED.
46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr)
49 #define HRB(ex) HR_GENERAL(ex, nullptr, false)
52 #define HRN(ex) HR_GENERAL(ex, nullptr, nullptr)
53 #define HRNM(ex, msg) HR_GENERAL(ex, msg, nullptr)
55 #define HRV(ex) HR_GENERAL(ex, nullptr, )
58 #define HRZ(ex) HR_GENERAL(ex, nullptr, 0)
/external/skia/tools/viewer/sk_app/
H A DGLWindowContext.cpp25 , fBackendContext(nullptr)
26 , fSurface(nullptr) {
34 SkASSERT(nullptr == fContext);
56 fSurface.reset(nullptr);
62 fContext = nullptr;
65 fBackendContext.reset(nullptr);
71 if (nullptr == fSurface) {
/external/flatbuffers/src/
H A Dflatc_main.cpp19 static const char *g_program_name = nullptr;
50 nullptr,
55 nullptr,
70 nullptr,
75 nullptr,
80 nullptr,
85 nullptr,
89 { flatbuffers::GeneratePhp, nullptr, "--php", "PHP",
90 nullptr,
/external/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h46 ScalarEvolution *SE = nullptr;
47 TargetTransformInfo *TTI = nullptr;
48 TargetLibraryInfo *TLI = nullptr;
49 AliasAnalysis *AA = nullptr;
50 LoopInfo *LI = nullptr;
51 DominatorTree *DT = nullptr;
52 AssumptionCache *AC = nullptr;
53 DemandedBits *DB = nullptr;
54 const DataLayout *DL = nullptr;
/external/skia/src/core/
H A DSkRecordedDrawable.cpp17 SkDrawable* const* drawables = nullptr;
23 SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, fBBH.get(), nullptr);
27 SkBigPicture::SnapshotArray* pictList = nullptr;
55 bbh = nullptr;
62 SkRecordDraw(*fRecord, &pictureRecord, nullptr, fDrawableList->begin(), fDrawableList->count(),
63 bbh, nullptr);
83 return nullptr;
89 playback.draw(recorder.beginRecording(bounds), nullptr, &buffer);
H A DSkTLS.cpp59 if (nullptr == createProc) {
60 return nullptr;
72 } while ((rec = rec->fNext) != nullptr);
89 if (nullptr == createProc) {
90 return nullptr;
101 } while ((rec = rec->fNext) != nullptr);
103 return nullptr;
107 if (nullptr == createProc) {
114 SkTLSRec* prev = nullptr;
/external/skia/tools/gpu/gl/mesa/
H A DGLTestContext_mesa.cpp21 SkASSERT(nullptr == ctx);
27 if (nullptr == OSMesaGetCurrentContext()) {
28 return nullptr;
30 return GrGLAssembleInterface(nullptr, osmesa_get);
58 , fImage(nullptr) {
61 : nullptr;
96 if (nullptr == gl.get()) {
119 fImage = nullptr;
152 return nullptr;
/external/v8/src/
H A Dlocked-queue-inl.h16 Node() : next(nullptr) {}
25 CHECK(head_ != nullptr);
33 Node* old_node = nullptr;
35 while (cur_node != nullptr) {
46 CHECK(n != nullptr);
58 Node* old_head = nullptr;
63 if (next_node == nullptr) return false;
75 return head_->next.Value() == nullptr;
83 if (next_node == nullptr) return false;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc20 : StackTrace(nullptr, 0), trace_buffer(nullptr) {}
34 : nullptr;
/external/libcxx/test/std/language.support/support.exception/propagation/
H A Dmake_exception_ptr.pass.cpp42 assert(p != nullptr);
43 p = nullptr;
44 assert(p == nullptr);
H A Drethrow_exception.pass.cpp50 assert(p != nullptr);
51 p = nullptr;
52 assert(p == nullptr);
/external/libcxx/test/support/
H A Ddemangle.h37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status);
38 if (out != nullptr) {
/external/llvm/unittests/Support/
H A DDwarfTest.cpp20 EXPECT_EQ(nullptr, TagString(DW_TAG_invalid));
24 EXPECT_EQ(nullptr, TagString(DW_TAG_lo_user));
25 EXPECT_EQ(nullptr, TagString(DW_TAG_hi_user));
26 EXPECT_EQ(nullptr, TagString(DW_TAG_user_base));
61 EXPECT_EQ(nullptr, LanguageString(0));
65 EXPECT_EQ(nullptr, LanguageString(DW_LANG_lo_user));
66 EXPECT_EQ(nullptr, LanguageString(DW_LANG_hi_user));
88 EXPECT_EQ(nullptr, AttributeEncodingString(0));
92 EXPECT_EQ(nullptr, AttributeEncodingString(DW_ATE_lo_user));
93 EXPECT_EQ(nullptr, AttributeEncodingStrin
[all...]
/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine_unittest.cpp25 pdfium::MakeUnique<CPDF_Stream>(nullptr, 0, std::move(dict_obj));
27 dib_source.Load(nullptr, stream.get());
28 CStretchEngine engine(nullptr, FXDIB_8bppRgb, 500, 500, clip_rect,
/external/skia/include/core/
H A DSkPictureAnalyzer.h28 explicit SkPictureGpuAnalyzer(sk_sp<GrContextThreadSafeProxy> = nullptr);
30 sk_sp<GrContextThreadSafeProxy> = nullptr);
50 bool suitableForGpuRasterization(const char** whyNot = nullptr) const;
/external/skia/src/android/
H A DSkBitmapRegionDecoder.cpp27 if (nullptr == codec) {
39 return nullptr;
46 return nullptr;
/external/skia/tests/
H A DDrawFilterTest.cpp35 REPORTER_ASSERT(reporter, nullptr == canvas->getDrawFilter());
39 REPORTER_ASSERT(reporter, nullptr != canvas->getDrawFilter());
42 REPORTER_ASSERT(reporter, nullptr == canvas->getDrawFilter());
H A DExifTest.cpp14 REPORTER_ASSERT(r, nullptr != stream);
20 REPORTER_ASSERT(r, nullptr != codec);
26 REPORTER_ASSERT(r, nullptr != codec);
/external/skia/tools/
H A Dwin_lcid.cpp21 LCID lcid = LocaleNameToLCID(pStr, nullptr);
36 EnumSystemLocalesEx(MyFuncLocaleEx, LOCALE_ALL, nullptr, nullptr);
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp28 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = nullptr;
32 if (nullptr == gAtlasCache) {
53 gAtlasCache = nullptr;
59 if (nullptr == entry) {
79 , fLRUFront(nullptr)
80 , fLRUBack(nullptr) {
123 if (nullptr == row) {
125 fDesc.fContext->contextPriv().flush(nullptr); // tighten this up?
127 if (nullptr == row) {
225 nullptr);
[all...]
/external/libchrome/crypto/
H A Dnss_key_util.cc33 // the CKA_ID of that public key or nullptr on error.
43 return nullptr;
47 return nullptr;
52 return nullptr;
69 SECKEYPublicKey* public_key_raw = nullptr;
72 permanent /* sensitive */, nullptr));
99 return nullptr;
105 SECKEYPrivateKey* key_raw = nullptr;
107 slot, &der_private_key_info, nullptr, nullptr, permanen
[all...]
/external/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp41 : fWindow(nullptr)
42 , fDeviceContext(nullptr)
44 , fPbufferContext(nullptr) {
45 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr);
51 wc.hbrBackground = nullptr;
52 wc.hCursor = LoadCursor(nullptr, IDC_ARROW);
53 wc.hIcon = LoadIcon(nullptr, IDI_APPLICATION);
57 wc.lpszMenuName = nullptr;
71 nullptr, nullptr,
[all...]
/external/clang/test/SemaCXX/
H A Dms-empty_bases.cpp7 auto z = []() __declspec(empty_bases) { return nullptr; }; // expected-warning{{'empty_bases' attribute only applies to classes}}
H A Dms-novtable.cpp7 auto z = []() __declspec(novtable) { return nullptr; }; // expected-warning{{'novtable' attribute only applies to classes}}
H A Dreturn-stack-addr-2.cpp18 void *&r = S<T>()[nullptr];

Completed in 840 milliseconds

1234567891011>>