Home
last modified time | relevance | path

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

12345678910>>...37

/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
/base/inputmethod/imf/test/fuzztest/imeeventmonitormanager_fuzzer/
H A Dimeeventmonitormanager_fuzzer.cpp27 ImeEventMonitorManager::GetInstance().RegisterImeEventListener(static_cast<uint32_t>(size), nullptr); in FuzzRegisterImeEventListener() local
34 ImeEventMonitorManager::GetInstance().UnRegisterImeEventListener(static_cast<uint32_t>(size), nullptr); in FuzzUnRegisterImeEventListener() local
/base/location/interfaces/inner_api/include/
H A Dgeofence_async_context.h42 GnssGeofenceAsyncContext( napi_env env, napi_async_work work = nullptr, napi_deferred deferred = nullptr) GnssGeofenceAsyncContext() argument
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/os_dependency/sa/src/
H A Dhks_dcm_callback_handler_test.cpp60 ASSERT_NE(HksOpenDcmFunction(), nullptr); in HWTEST_F() local
73 ASSERT_NE(HksOpenDcmFunction(), nullptr); in HWTEST_F() local
/base/update/updater/services/package/pkg_package/
H A Dpkg_lz4file.h56 explicit Lz4PkgFile(PkgManager::PkgManagerPtr manager, PkgStreamPtr stream, PkgInfoPtr header = nullptr) in Lz4PkgFile() argument
/base/useriam/pin_auth/test/unittest/src/
H A Dservices_pin_auth_manager_test.cpp61 EXPECT_NE(PinAuthManager::GetInstance().GetInputerLock(tokenId), nullptr); in HWTEST_F() local
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dkey_mgr_test.cpp49 EXPECT_EQ(GetPriKey(), nullptr); in HWTEST_F() local
51 EXPECT_NE(GetPriKey(), nullptr); in HWTEST_F() local
57 EXPECT_EQ(GetPubKey(), nullptr); in HWTEST_F() local
59 EXPECT_NE(GetPubKey(), nullptr); in HWTEST_F() local
65 EXPECT_EQ(ExecutorMsgSign(nullptr), nullptr); in HWTEST_F() local
67 EXPECT_EQ(ExecutorMsgSign(nullptr), nullptr); in HWTEST_F() local

Completed in 5 milliseconds

12345678910>>...37