| /foundation/arkui/ace_engine/test/mock/core/rosen/ |
| H A D | testing_image_info.h | 28 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 D | TimerTest.cpp | 230 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 D | text_bundle_config_parser_test.cpp | 63 EXPECT_EQ(TextBundleConfigParser::GetSystemAbilityManager(), nullptr); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
| H A D | rs_background_thread_test.cpp | 58 EXPECT_TRUE(RSBackgroundThread::Instance().handler_!=nullptr); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/ |
| H A D | js_color_filter.h | 27 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 D | js_shader_effect.h | 28 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 D | js_shadow_layer.h | 28 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 D | js_path_effect.h | 27 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 D | js_mask_filter.h | 27 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 D | js_lattice.h | 27 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 D | macro_photo_session.cpp | 27 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
|
| H A D | macro_video_session.cpp | 28 CHECK_AND_RETURN_RET_LOG(IsSessionConfiged() && output != nullptr, false, in CanAddOutput() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
| H A D | res_sched_mgr_test.cpp | 45 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 D | wifi_ext_napi_hotspot.h | 36 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 D | hid_host_message.h | 29 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 D | pan_message.h | 29 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 D | nfc_napi_adapter.h | 30 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 D | js_image_filter.h | 31 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 D | EmulateGLBaseVertexBaseInstance_test.cpp | 28 CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr, ShCompileOptions compileOptions = SH_VARIABLES) CheckCompileFailure() argument
|
| H A D | EmulateGLDrawID_test.cpp | 28 void CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr) in CheckCompileFailure() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrSWMaskHelper.h | 41 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 D | MSVCErrorWorkarounds.h | 60 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 D | Internalize.h | 70 internalizeModule(Module &TheModule, std::function<bool(const GlobalValue &)> MustPreserveGV, CallGraph *CG = nullptr) internalizeModule() argument
|
| /third_party/skia/docs/examples/ |
| H A D | radial_gradient_shader_with_animated_color.cpp | 12 colors, nullptr, 2, SkTileMode::kClamp, 0, nullptr)); in REG_FIDDLE_ANIMATED() local
|
| /third_party/skia/gm/ |
| H A D | clip_sierpinski_region.cpp | 31 canvas->saveLayer(SkRect::MakeXYWH(kTrans, kTrans, 1000, 1000), nullptr); in DEF_SIMPLE_GM() local
|