Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 - 25 of 792) sorted by relevance

12345678910>>...32

/third_party/skia/experimental/skottiekit/
H A Dhelper.js1 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/third_party/skia/modules/canvaskit/
H A Dutil.js5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/third_party/json/tests/abi/config/
H A Dconfig.hpp21 std::string namespace_name(std::string ns, T* /*unused*/ = nullptr) // NOLINT(performance-unnecessary-value-param) in namespace_name() argument
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DImmutableString_test.cpp29 SetGlobalPoolAllocator(nullptr); variable
/third_party/skia/third_party/externals/tint/src/ast/
H A Dphony_expression_test.cc24 EXPECT_NE(Phony(), nullptr); in TEST_F() local
/third_party/skia/docs/examples/
H A DPixmap_bounds.cpp9 SkPixmap pixmap(SkImageInfo::MakeA8(width, height), nullptr, width); in REG_FIDDLE() local
H A Dskpaint_radial.cpp9 nullptr, 2, SkTileMode::kClamp, 0, nullptr)); in REG_FIDDLE() local
H A Dskpaint_2pt.cpp10 nullptr, 2, SkTileMode::kClamp, 0, nullptr)); in REG_FIDDLE() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dfluorescence_photo_session.cpp33 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
H A Dhigh_res_photo_session.cpp33 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/include/
H A Danalysis_handler.h28 AnalysisHandler(std::function<void(bool)> refreshAlbums = nullptr) in AnalysisHandler() argument
/foundation/window/window_manager/utils/include/
H A Dagent_death_recipient.h24 explicit AgentDeathRecipient(std::function<void(sptr<IRemoteObject>&)> callback = nullptr) : callback_(callback) {} in AgentDeathRecipient() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_message.h35 explicit HfpAgMessage(int what, int arg1 = 0, void *arg2 = nullptr) : utility::Message(what, arg1, arg2) in HfpAgMessage() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_message.h29 explicit HfpHfMessage(int what, int arg1 = 0, void *arg2 = nullptr) : utility::Message(what, arg1, arg2) in HfpHfMessage() argument
/third_party/icu/icu4c/source/common/
H A Dmutex.h58 Mutex(UMutex *mutex = nullptr) : fMutex(mutex) { in Mutex() argument
/third_party/node/deps/icu-small/source/common/
H A Dmutex.h58 Mutex(UMutex *mutex = nullptr) : fMutex(mutex) { in Mutex() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLReadinessCheckTest.cpp26 ASSERT_NE(strstr(extensionString, "EGL_ANGLE_platform_angle"), nullptr); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp72 : nullptr; in getInnerMostLoop() variable
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dmutex.h58 Mutex(UMutex *mutex = nullptr) : fMutex(mutex) { in Mutex() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.h29 ImageLayoutAlgorithm( const WeakPtr<ImageLoadingContext>& loadingCtx, const WeakPtr<ImageLoadingContext>& altLoadingCtx = nullptr) ImageLayoutAlgorithm() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_image_info.h28 TestingImageInfo(int width, int height, ColorType colorType, AlphaType alphaType, std::shared_ptr<TestingColorSpace> colorSpace = nullptr) TestingImageInfo() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DTimerTest.cpp230 TimeSpan::Milliseconds(20), [] {}, Timer::RECURRING, nullptr); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dtext_bundle_config_parser_test.cpp63 EXPECT_EQ(TextBundleConfigParser::GetSystemAbilityManager(), nullptr); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_background_thread_test.cpp58 EXPECT_TRUE(RSBackgroundThread::Instance().handler_!=nullptr); in HWTEST_F() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/
H A Djs_color_filter.h27 explicit JsColorFilter(std::shared_ptr<ColorFilter> colorFilter = nullptr) : m_ColorFilter(colorFilter) {} in JsColorFilter() argument

Completed in 6 milliseconds

12345678910>>...32