Home
last modified time | relevance | path

Searched defs:nullptr (Results 226 - 250 of 463) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSourceMgr.h84 void setDiagHandler(DiagHandlerTy DH, void *Ctx = nullptr) { in setDiagHandler() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalebuilder.cpp211 Locale::forLanguageTag(locale_str.data(), errorCode), nullptr, _setUnicodeExtensions() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h104 InstDesc(bool IsRecur, Instruction *I, Instruction *UAI = nullptr) in InstDesc() argument
108 InstDesc(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr) in InstDesc() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.cc141 MakeTimeWithOverflow(const cctz::time_point<cctz::seconds>& sec, const cctz::civil_second& cs, const cctz::time_zone& tz, bool* normalized = nullptr) MakeTimeWithOverflow() argument
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp113 static bool check_err(int err, const int silentList[] = nullptr) { in check_err() argument
[all...]
/third_party/skia/include/private/
H A DGrResourceKey.h283 Builder(GrUniqueKey* key, Domain type, int data32Count, const char* tag = nullptr) in Builder() argument
289 Builder(GrUniqueKey* key, const GrUniqueKey& innerKey, Domain domain, int extraData32Cnt, const char* tag = nullptr) Builder() argument
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp888 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
1133 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h511 Matcher( const MatcherInterface<U>* impl, typename std::enable_if<!std::is_same<U, const U&>::value>::type* = nullptr) Matcher() argument
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp128 parser( InputAdapterType adapter, detail::parser_callback_t<basic_json>cb = nullptr, const bool allow_exceptions = true, const bool ignore_comments = false ) parser() argument
[all...]
/third_party/node/src/
H A Dnode_builtins.cc699 nullptr, in CreatePerIsolateProperties() local
707 nullptr, in CreatePerIsolateProperties() local
/third_party/nghttp2/src/
H A Dshrpx_connection.cc481 << ERR_error_string(ERR_get_error(), nullptr); in tls_handshake() local
567 << ERR_error_string(ERR_get_error(), nullptr); tls_handshake() local
688 << ERR_error_string(ERR_get_error(), nullptr); tls_handshake_simple() local
722 << ERR_error_string(ERR_get_error(), nullptr); tls_handshake_simple() local
791 << ERR_error_string(ERR_get_error(), nullptr); write_tls_pending_handshake() local
972 << ERR_error_string(ERR_get_error(), nullptr); write_tls() local
1040 << ERR_error_string(ERR_get_error(), nullptr); read_tls() local
1089 LOG(INFO) << "SSL_read: " << ERR_error_string(ERR_get_error(), nullptr); read_tls() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dfilteredbrk.cpp690 FB_TRACE(u_errorName(status),nullptr,fals in build() local
698 FB_TRACE(u_errorName(status),nullptr,false, -1); build() local
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h475 Matcher( const MatcherInterface<U>* impl, typename std::enable_if<!std::is_same<U, const U&>::value>::type* = nullptr) Matcher() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc96 DictionaryAddNoUpdateNextEnumerationIndex( IsolateT* isolate, Handle<NameDictionary> dictionary, Handle<Name> name, Handle<Object> value, PropertyDetails details, InternalIndex* entry_out = nullptr) DictionaryAddNoUpdateNextEnumerationIndex() argument
105 DictionaryAddNoUpdateNextEnumerationIndex( IsolateT* isolate, Handle<SwissNameDictionary> dictionary, Handle<Name> name, Handle<Object> value, PropertyDetails details, InternalIndex* entry_out = nullptr) DictionaryAddNoUpdateNextEnumerationIndex() argument
115 DictionaryAddNoUpdateNextEnumerationIndex( IsolateT* isolate, Handle<NumberDictionary> dictionary, uint32_t element, Handle<Object> value, PropertyDetails details, InternalIndex* entry_out = nullptr) DictionaryAddNoUpdateNextEnumerationIndex() argument
/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.cc116 GetDataAt(size_t pos, RuntimeCallStats* stats, DisallowGarbageCollection* no_gc = nullptr) GetDataAt() argument
138 GetDataAt(size_t pos, RuntimeCallStats* stats, DisallowGarbageCollection* no_gc = nullptr) GetDataAt() argument
164 GetDataAt(size_t pos, RuntimeCallStats* stats, DisallowGarbageCollection* no_gc = nullptr) GetDataAt() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp127 nullptr, // const char* const* ppEnabledLayerNames; in DeviceHelper() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp103 ShaderSpec getShaderSpec (const TestParameters& params, const SourceCollections* programCollection = nullptr) in getShaderSpec() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp121 RegAllocPBQP(char *cPassID = nullptr) in RegAllocPBQP() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp104 SelectionDAGLegalize(SelectionDAG &DAG, SmallPtrSetImpl<SDNode *> &LegalizedNodes, SmallSetVector<SDNode *, 16> *UpdatedNodes = nullptr) SelectionDAGLegalize() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_stubs.cpp377 thread->setError(EglBadParameter(), "eglGetCurrentSurface", nullptr); GetCurrentSurface() local
[all...]
/third_party/skia/src/image/
H A DSkImage_Lazy.cpp332 /*color space*/ nullptr, in textureProxyViewFromPlanes() local
[all...]
/third_party/skia/samplecode/
H A DSamplePatch.cpp448 dodraw(SkCanvas* canvas, sk_sp<SkPathEffect> pe, SkScalar x, SkScalar y, const SkPaint* ptr = nullptr) dodraw() argument
[all...]
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp672 make_gradient( const SkGradientShaderBase& shader, const GrFPArgs& args, std::unique_ptr<GrFragmentProcessor> layout, const SkMatrix* overrideMatrix = nullptr) make_gradient() argument
[all...]
/third_party/skia/src/core/
H A DSkDevice.h474 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props, sk_sp<SkColorSpace> colorSpace = nullptr) SkNoPixelsDevice() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DGlitchAnalyzer.h136 double calculateMagnitude(double *phasePtr = nullptr) { in calculateMagnitude() argument

Completed in 32 milliseconds

12345678910>>...19