Home
last modified time | relevance | path

Searched defs:nullptr (Results 26 - 50 of 857) sorted by relevance

12345678910>>...35

/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
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/
H A Djs_shader_effect.h28 explicit JsShaderEffect(std::shared_ptr<ShaderEffect> shaderEffect = nullptr) : m_shaderEffect(shaderEffect) {} in JsShaderEffect() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/
H A Djs_shadow_layer.h28 explicit JsShadowLayer(std::shared_ptr<BlurDrawLooper> blurDrawLooper = nullptr) in JsShadowLayer() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.h27 explicit JsPathEffect(std::shared_ptr<PathEffect> pathEffect = nullptr) : m_pathEffect(pathEffect) {} in JsPathEffect() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/mask_filter_napi/
H A Djs_mask_filter.h27 explicit JsMaskFilter(std::shared_ptr<MaskFilter> maskFilter = nullptr) : m_maskFilter(maskFilter) {} in JsMaskFilter() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/lattice_napi/
H A Djs_lattice.h27 explicit JsLattice(std::shared_ptr<Lattice> lattice = nullptr) : m_lattice(lattice) {} in JsLattice() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dmacro_photo_session.cpp27 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
H A Dmacro_video_session.cpp28 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_mgr_test.cpp45 EXPECT_TRUE(ResSchedMgr::GetInstance().killProcess_ != nullptr); in HWTEST_F() local
59 EXPECT_TRUE(ResSchedMgr::GetInstance().killProcess_ != nullptr); in HWTEST_F() local
72 EXPECT_TRUE(ResSchedMgr::GetInstance().killProcess_ != nullptr); in HWTEST_F() local
85 EXPECT_TRUE(ResSchedMgr::GetInstance().killProcess_ != nullptr); in HWTEST_F() local
109 EXPECT_TRUE(ResSchedMgr::GetInstance().killProcess_ != nullptr); in HWTEST_F() local
135 EXPECT_TRUE(ResSchedMgr::GetInstance().killProcess_ != nullptr); in HWTEST_F() local
148 EXPECT_TRUE(ResSchedMgr::GetInstance().killProcess_ != nullptr); in HWTEST_F() local
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_ext_napi_hotspot.h36 PowerModelAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred = nullptr) in PowerModelAsyncContext() argument
47 PowerModelListAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred = nullptr) in PowerModelListAsyncContext() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_message.h29 explicit HidHostMessage(int what = 0, int arg1 = 0, void *arg2 = nullptr) : utility::Message(what, arg1, arg2) in HidHostMessage() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_message.h29 explicit PanMessage(int what = 0, int arg1 = 0, void *arg2 = nullptr) : utility::Message(what, arg1, arg2) in PanMessage() argument
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_adapter.h30 explicit ReadAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred = nullptr) in ReadAsyncContext() argument
41 explicit WriteAsyncContext(napi_env env, napi_async_work work = nullptr, napi_deferred deferred = nullptr) in WriteAsyncContext() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/image_filter_napi/
H A Djs_image_filter.h31 explicit JsImageFilter(std::shared_ptr<ImageFilter> imageFilter = nullptr) : m_ImageFilter(imageFilter) {} in JsImageFilter() argument
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DEmulateGLBaseVertexBaseInstance_test.cpp28 CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr, ShCompileOptions compileOptions = SH_VARIABLES) CheckCompileFailure() argument
H A DEmulateGLDrawID_test.cpp28 void CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr) in CheckCompileFailure() argument
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.h41 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr) in GrSWMaskHelper() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h60 MSVCPExpected( OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
67 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
74 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h70 internalizeModule(Module &TheModule, std::function<bool(const GlobalValue &)> MustPreserveGV, CallGraph *CG = nullptr) internalizeModule() argument
/third_party/skia/docs/examples/
H A Dradial_gradient_shader_with_animated_color.cpp12 colors, nullptr, 2, SkTileMode::kClamp, 0, nullptr)); in REG_FIDDLE_ANIMATED() local
/third_party/skia/gm/
H A Dclip_sierpinski_region.cpp31 canvas->saveLayer(SkRect::MakeXYWH(kTrans, kTrans, 1000, 1000), nullptr); in DEF_SIMPLE_GM() local

Completed in 6 milliseconds

12345678910>>...35