Home
last modified time | relevance | path

Searched refs:nullptr (Results 1 - 25 of 10883) sorted by relevance

12345678910>>...436

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h31 PFNGLBLENDFUNCPROC blendFunc = nullptr;
32 PFNGLCLEARPROC clear = nullptr;
33 PFNGLCLEARCOLORPROC clearColor = nullptr;
34 PFNGLCLEARDEPTHPROC clearDepth = nullptr;
35 PFNGLCLEARSTENCILPROC clearStencil = nullptr;
36 PFNGLCOLORMASKPROC colorMask = nullptr;
37 PFNGLCULLFACEPROC cullFace = nullptr;
38 PFNGLDEPTHFUNCPROC depthFunc = nullptr;
39 PFNGLDEPTHMASKPROC depthMask = nullptr;
40 PFNGLDEPTHRANGEPROC depthRange = nullptr;
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h39 PFN_vkGetInstanceProcAddr GetInstanceProcAddr = nullptr;
41 PFN_vkCreateInstance CreateInstance = nullptr;
42 PFN_vkEnumerateInstanceExtensionProperties EnumerateInstanceExtensionProperties = nullptr;
43 PFN_vkEnumerateInstanceLayerProperties EnumerateInstanceLayerProperties = nullptr;
46 PFN_vkDestroyInstance DestroyInstance = nullptr;
49 PFN_vkEnumerateInstanceVersion EnumerateInstanceVersion = nullptr;
54 PFN_vkCreateDevice CreateDevice = nullptr;
55 PFN_vkEnumerateDeviceExtensionProperties EnumerateDeviceExtensionProperties = nullptr;
56 PFN_vkEnumerateDeviceLayerProperties EnumerateDeviceLayerProperties = nullptr;
57 PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices = nullptr;
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_autogen.h22 TSymbol *m_gl_DepthRangeParameters = nullptr;
23 TSymbol *m_gl_DepthRange = nullptr;
24 TSymbol *m_gl_MaxVertexAttribs = nullptr;
25 TSymbol *m_gl_MaxVertexUniformVectors = nullptr;
26 TSymbol *m_gl_MaxVertexTextureImageUnits = nullptr;
27 TSymbol *m_gl_MaxCombinedTextureImageUnits = nullptr;
28 TSymbol *m_gl_MaxTextureImageUnits = nullptr;
29 TSymbol *m_gl_MaxFragmentUniformVectors = nullptr;
30 TSymbol *m_gl_MaxVaryingVectors = nullptr;
31 TSymbol *m_gl_MaxDrawBuffers = nullptr;
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp192 return arg == nullptr || *arg == '\0' || *arg == ','; in IsEndOfArg()
356 return *arg == '\0' ? nullptr : arg; in FindEndOfArg()
363 if ((arg = FindEndOfArg(arg)) != nullptr) in NthArg()
373 if (nthArgOrder == nullptr) in FindVectorMatrixBounds()
509 { "abort", nullptr, nullptr, "-", "-", EShLangAll, false }, in initialize()
510 { "abs", nullptr, nullptr, "SVM", "DFUI", EShLangAll, false }, in initialize()
511 { "acos", nullptr, nullptr, "SV in initialize()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp31 if (platform->getDispatch().clGetPlatformInfo(platform, cl::ToCLenum(name), 0u, nullptr, in GetPlatformString()
36 str.data(), nullptr) == CL_SUCCESS) in GetPlatformString()
52 if (mNative == nullptr || mNative->getDispatch().clGetPlatformIDs == nullptr || in createInfo()
53 mNative->getDispatch().clGetPlatformInfo == nullptr || in createInfo()
54 mNative->getDispatch().clGetDeviceIDs == nullptr || in createInfo()
55 mNative->getDispatch().clGetDeviceInfo == nullptr || in createInfo()
56 mNative->getDispatch().clCreateContext == nullptr || in createInfo()
57 mNative->getDispatch().clCreateContextFromType == nullptr || in createInfo()
58 mNative->getDispatch().clRetainContext == nullptr || in createInfo()
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp26 if (getProc == nullptr) { in GrVkInterface()
272 if (nullptr == fFunctions.fCreateInstance || in validate()
273 nullptr == fFunctions.fDestroyInstance || in validate()
274 nullptr == fFunctions.fEnumeratePhysicalDevices || in validate()
275 nullptr == fFunctions.fGetPhysicalDeviceFeatures || in validate()
276 nullptr == fFunctions.fGetPhysicalDeviceFormatProperties || in validate()
277 nullptr == fFunctions.fGetPhysicalDeviceImageFormatProperties || in validate()
278 nullptr == fFunctions.fGetPhysicalDeviceProperties || in validate()
279 nullptr == fFunctions.fGetPhysicalDeviceQueueFamilyProperties || in validate()
280 nullptr in validate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h55 MCSection *TextSection = nullptr;
58 MCSection *DataSection = nullptr;
61 MCSection *BSSSection = nullptr;
67 MCSection *ReadOnlySection = nullptr;
71 MCSection *LSDASection = nullptr;
76 MCSection *CompactUnwindSection = nullptr;
80 MCSection *DwarfAbbrevSection = nullptr;
81 MCSection *DwarfInfoSection = nullptr;
82 MCSection *DwarfLineSection = nullptr;
83 MCSection *DwarfLineStrSection = nullptr;
[all...]
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAAudioLoader.h137 signature_I_PPB createStreamBuilder = nullptr;
139 signature_I_PBPPS builder_openStream = nullptr;
141 signature_V_PBI builder_setBufferCapacityInFrames = nullptr;
142 signature_V_PBI builder_setChannelCount = nullptr;
143 signature_V_PBI builder_setDeviceId = nullptr;
144 signature_V_PBI builder_setDirection = nullptr;
145 signature_V_PBI builder_setFormat = nullptr;
146 signature_V_PBI builder_setFramesPerDataCallback = nullptr;
147 signature_V_PBI builder_setPerformanceMode = nullptr;
148 signature_V_PBI builder_setSampleRate = nullptr;
[all...]
/third_party/mindspore/test/fuzztest/mindspore_fuzzer/
H A Dmindspore_fuzzer.cpp28 if (data == nullptr) { in MSPreparedModelFuzzTest()
33 if (context == nullptr) { in MSPreparedModelFuzzTest()
48 if (model == nullptr) { in MSPreparedModelFuzzTest()
59 OH_AI_ContextHandle context = nullptr; in MSContextFuzzTest_Null()
75 OH_AI_ContextSetThreadAffinityCoreList(context, nullptr, 0); in MSContextFuzzTest_Null()
76 auto retCoreList = OH_AI_ContextGetThreadAffinityCoreList(context, nullptr); in MSContextFuzzTest_Null()
91 if (deviceInfo == nullptr) { in MSContextFuzzTest_Null()
98 if (deviceInfo != nullptr) { in MSContextFuzzTest_Null()
103 OH_AI_DeviceInfoSetProvider(deviceInfo, nullptr); in MSContextFuzzTest_Null()
105 if (retProvider != nullptr) { in MSContextFuzzTest_Null()
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp147 getToken(&value, nullptr, status);
148 getToken(nullptr, nullptr, status); bad - value is now a different string
198 if (tokenValue != nullptr) in getToken()
203 if (linenumber != nullptr) in getToken()
208 if (comment != nullptr) in getToken()
240 if (tokenValue != nullptr) in peekToken()
245 if (linenumber != nullptr) in peekToken()
250 if(comment != nullptr){ in peekToken()
264 if (linenumber != nullptr) in expect()
[all...]
/third_party/gn/src/gn/
H A Doutput_conversion_unittest.cc36 Value output(nullptr, Value::LIST); in TEST_F()
37 output.list_value().push_back(Value(nullptr, "")); in TEST_F()
38 output.list_value().push_back(Value(nullptr, "foo")); in TEST_F()
39 output.list_value().push_back(Value(nullptr, "")); in TEST_F()
40 output.list_value().push_back(Value(nullptr, "bar")); in TEST_F()
42 ConvertValueToOutput(settings(), output, Value(nullptr, "list lines"), result, in TEST_F()
51 Value output(nullptr, "foo bar"); in TEST_F()
53 ConvertValueToOutput(settings(), output, Value(nullptr, "string"), result, in TEST_F()
62 Value output(nullptr, int64_t(6)); in TEST_F()
64 ConvertValueToOutput(settings(), output, Value(nullptr, "strin in TEST_F()
[all...]
/third_party/json/tests/src/
H A Dunit-pointer_access.cpp35 CHECK(value.get_ptr<json::object_t*>() != nullptr);
36 CHECK(value.get_ptr<json::array_t*>() == nullptr);
37 CHECK(value.get_ptr<json::string_t*>() == nullptr);
38 CHECK(value.get_ptr<json::boolean_t*>() == nullptr);
39 CHECK(value.get_ptr<json::number_integer_t*>() == nullptr);
40 CHECK(value.get_ptr<json::number_unsigned_t*>() == nullptr);
41 CHECK(value.get_ptr<json::number_float_t*>() == nullptr);
42 CHECK(value.get_ptr<json::binary_t*>() == nullptr);
64 CHECK(value.get_ptr<const json::object_t*>() != nullptr);
65 CHECK(value.get_ptr<const json::array_t*>() == nullptr);
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DFunctionsWGL.cpp24 T proc = nullptr; in GetWGLProcAddress()
46 T proc = nullptr; in GetWGLExtensionProcAddress()
56 : copyContext(nullptr), in FunctionsWGL()
57 createContext(nullptr), in FunctionsWGL()
58 createLayerContext(nullptr), in FunctionsWGL()
59 deleteContext(nullptr), in FunctionsWGL()
60 getCurrentContext(nullptr), in FunctionsWGL()
61 getCurrentDC(nullptr), in FunctionsWGL()
62 getProcAddress(nullptr), in FunctionsWGL()
63 makeCurrent(nullptr), in FunctionsWGL()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp16 nullptr,
20 nullptr,
21 nullptr,
22 nullptr,
23 nullptr,
24 nullptr,
27 nullptr,
28 nullptr,
29 nullptr,
30 nullptr,
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-default.cc36 nullptr, /* collect_features */
37 nullptr, /* override_features */
38 nullptr, /* data_create */
39 nullptr, /* data_destroy */
40 nullptr, /* preprocess_text */
41 nullptr, /* postprocess_glyphs */
43 nullptr, /* decompose */
44 nullptr, /* compose */
45 nullptr, /* setup_masks */
47 nullptr, /* reorder_mark
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dcxa_thread_atexit_test.cpp60 return nullptr; in ChildThreadFunc()
71 ASSERT_EQ(0, pthread_create(&thr1, nullptr, ChildThreadFunc, nullptr)); in HWTEST_F()
72 ASSERT_EQ(0, pthread_join(thr1, nullptr)); in HWTEST_F()
75 ASSERT_EQ(0, pthread_create(&thr2, nullptr, ChildThreadFunc, nullptr)); in HWTEST_F()
76 ASSERT_EQ(0, pthread_join(thr2, nullptr)); in HWTEST_F()
114 ASSERT_EXIT(MainThreadFunc(nullptr), testing::ExitedWithCode(0), "main thread"); in HWTEST_F()
133 __cxa_thread_atexit_impl(dtor1, arg, nullptr); in TestForMultipleDtors()
134 __cxa_thread_atexit_impl(dtor2, arg, nullptr); in TestForMultipleDtors()
[all...]
H A Dldso_dlsym_test.cpp40 ASSERT_NE(handle, nullptr); in HWTEST_F()
43 ASSERT_NE(fn, nullptr); in HWTEST_F()
57 ASSERT_NE(handle, nullptr); in HWTEST_F()
59 EXPECT_EQ(dlsym(handle, ""), nullptr); in HWTEST_F() local
72 ASSERT_NE(handle, nullptr); in HWTEST_F()
74 EXPECT_EQ(dlsym(handle, "NotFoundSymbol"), nullptr); in HWTEST_F() local
87 ASSERT_NE(handle, nullptr); in HWTEST_F()
90 ASSERT_NE(func, nullptr); in HWTEST_F()
106 ASSERT_NE(prehandle, nullptr); in HWTEST_F()
107 ASSERT_NE(handle, nullptr); in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp84 nullptr, // clCreateFromGLBuffer,
85 nullptr, // clCreateFromGLTexture2D,
86 nullptr, // clCreateFromGLTexture3D,
87 nullptr, // clCreateFromGLRenderbuffer,
88 nullptr, // clGetGLObjectInfo,
89 nullptr, // clGetGLTextureInfo,
90 nullptr, // clEnqueueAcquireGLObjects,
91 nullptr, // clEnqueueReleaseGLObjects,
92 nullptr, // clGetGLContextInfoKHR,
95 nullptr, // clGetDeviceIDsFromD3D10KH
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp147 return nullptr; in create()
246 return nullptr; in unref()
297 if (sp == nullptr || sp->isBogus()) { in create()
300 return nullptr; in create()
304 return nullptr; in create()
335 , factories(nullptr) in ICUService()
336 , serviceCache(nullptr) in ICUService()
337 , idCache(nullptr) in ICUService()
338 , dnCache(nullptr) in ICUService()
345 , factories(nullptr) in ICUService()
[all...]
H A Dulist.cpp37 UList *newList = nullptr; in ulist_createEmptyList()
40 return nullptr; in ulist_createEmptyList()
44 if (newList == nullptr) { in ulist_createEmptyList()
46 return nullptr; in ulist_createEmptyList()
49 newList->curr = nullptr; in ulist_createEmptyList()
50 newList->head = nullptr; in ulist_createEmptyList()
51 newList->tail = nullptr; in ulist_createEmptyList()
62 newItem->next = nullptr; in ulist_addFirstItem()
63 newItem->previous = nullptr; in ulist_addFirstItem()
69 if (p->previous == nullptr) { in ulist_removeItem()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp27 { FormatID::NONE, GL_NONE, GL_NONE, nullptr, NoCopyFunctions, nullptr, nullptr, GL_NONE, 0, 0, 0, 0, 0, 0, 0, 0, 0, false, false, false, false, false, gl::VertexAttribType::InvalidEnum },
28 { FormatID::D16_UNORM, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT16, nullptr, NoCopyFunctions, ReadDepthStencil<D16>, WriteDepthStencil<D16>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 16, 0, 2, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::InvalidEnum },
29 { FormatID::D24_UNORM_S8_UINT, GL_DEPTH24_STENCIL8, GL_DEPTH24_STENCIL8, nullptr, NoCopyFunctions, ReadDepthStencil<D24S8>, WriteDepthStencil<D24S8>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 24, 8, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::InvalidEnum },
30 { FormatID::D24_UNORM_X8_UINT, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT24, nullptr, NoCopyFunctions, ReadDepthStencil<D24X8>, WriteDepthStencil<D24X8>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 24, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::InvalidEnum },
31 { FormatID::D32_FLOAT, GL_DEPTH_COMPONENT32F, GL_DEPTH_COMPONENT32F, nullptr, NoCopyFunctions, ReadDepthStencil<D32F>, WriteDepthStencil<D32F>, GL_FLOAT, 0, 0, 0, 0, 0, 32, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Float },
32 { FormatID::D32_FLOAT_S8X24_UINT, GL_DEPTH32F_STENCIL8, GL_DEPTH32F_STENCIL8, nullptr, NoCopyFunctions, ReadDepthStencil<D32FS8X24>, WriteDepthStencil<D32FS8X24>, GL_FLOAT, 0, 0, 0, 0, 0, 32, 8, 8, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Float },
33 { FormatID::D32_UNORM, GL_DEPTH_COMPONENT32_OES, GL_DEPTH_COMPONENT32_OES, nullptr, NoCopyFunctions, ReadDepthStencil<D32>, WriteDepthStencil<D32>, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 32, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::InvalidEnum },
34 { FormatID::S8_UINT, GL_STENCIL_INDEX8, GL_STENCIL_INDEX8, nullptr, NoCopyFunction
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp67 if (U_FAILURE(errorCode)) { return nullptr; } in ownedString()
72 if (p == nullptr) { in ownedString()
161 if (bucket->displayBucket_ != nullptr) { in getBucketIndex()
201 return nullptr; in getBucket()
206 : inputList_(nullptr), in AlphabeticIndex()
207 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(nullptr), in AlphabeticIndex()
209 initialLabels_(nullptr), firstCharsInScripts_(nullptr), in AlphabeticIndex()
210 collator_(nullptr), collatorPrimaryOnly_(nullptr), in AlphabeticIndex()
[all...]
H A Dzonemeta.cpp36 static UHashtable *gCanonicalIDCache = nullptr;
40 static UHashtable *gOlsonToMeta = nullptr;
44 static icu::UVector *gMetaZoneIDs = nullptr;
45 static UHashtable *gMetaZoneIDTable = nullptr;
49 static icu::UVector *gSingleZoneCountries = nullptr;
50 static icu::UVector *gMultiZonesCountries = nullptr;
60 if (gCanonicalIDCache != nullptr) { in zoneMeta_cleanup()
62 gCanonicalIDCache = nullptr; in zoneMeta_cleanup()
66 if (gOlsonToMeta != nullptr) { in zoneMeta_cleanup()
68 gOlsonToMeta = nullptr; in zoneMeta_cleanup()
[all...]
H A Dtznames_impl.cpp57 static UHashtable* gTZDBNamesMap = nullptr;
60 static TextTrieMap* gTZDBNamesTrie = nullptr;
79 if (gTZDBNamesMap != nullptr) { in tzdbTimeZoneNames_cleanup()
81 gTZDBNamesMap = nullptr; in tzdbTimeZoneNames_cleanup()
85 if (gTZDBNamesTrie != nullptr) { in tzdbTimeZoneNames_cleanup()
87 gTZDBNamesTrie = nullptr; in tzdbTimeZoneNames_cleanup()
125 if (fValues == nullptr) { in deleteValues()
144 if (fValues == nullptr) { in addValue()
152 new UVector(valueDeleter, nullptr, DEFAULT_CHARACTERNODE_CAPACITY, status), status); in addValue()
187 : fIgnoreCase(ignoreCase), fNodes(nullptr), fNodesCapacit in TextTrieMap()
[all...]
/third_party/nghttp2/src/
H A DHtmlParser.cc37 : base_uri_(base_uri), parser_ctx_(nullptr), parser_data_(base_uri) {} in HtmlParser()
43 if (attrs == nullptr) { in get_attr()
147 nullptr, // internalSubsetSAXFunc
148 nullptr, // isStandaloneSAXFunc
149 nullptr, // hasInternalSubsetSAXFunc
150 nullptr, // hasExternalSubsetSAXFunc
151 nullptr, // resolveEntitySAXFunc
152 nullptr, // getEntitySAXFunc
153 nullptr, // entityDeclSAXFunc
154 nullptr, // notationDeclSAXFun
[all...]

Completed in 20 milliseconds

12345678910>>...436