/third_party/benchmark/src/ |
H A D | re.h | 63 Regex() : init_(false) {} in Regex() 77 bool init_; member in benchmark::Regex 97 init_ = true; in Init() 106 return init_; in Init() 112 if (!init_) { in Match() 138 init_ = true; in Init() 143 if (init_) { in ~Regex() 149 if (!init_) { in Match()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_receiver.cpp | 155 init_(false),
in VSyncReceiver() 164 if (init_) {
in Init() 198 init_ = true;
in Init() 235 if (!init_) {
in RequestNextVSync() 251 if (!init_) {
in RequestNextVSyncWithMultiCallback() 267 if (!init_) {
in SetVSyncRate() 293 if (!init_) {
in GetVSyncPeriodAndLastTimeStamp() 346 if (!init_) {
in IsRequestedNextVSync() 355 if (!init_) {
in SetUiDvsyncSwitch() 364 if (!init_) {
in SetUiDvsyncConfig() [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftobjs.h | 235 init_, \ 248 init_, \ 1067 init_, \ 1078 init_, \ 1116 init_, \ 1134 init_, \ 1185 init_, \ 1198 init_, \ 1211 init_, \ 1226 init_, \ [all...] |
H A D | ftdrv.h | 228 init_, \ 255 init_, \
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | property_animation.h | 49 return init_; in GetInit() 53 init_ = init; in SetInit() 69 RefPtr<Animatable> init_; member in OHOS::Ace::PropertyAnimation
|
H A D | property_animation.cpp | 66 if (init_ && animateTo_) { in OnInitNotify() 67 animateTo_(init_); in OnInitNotify()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcmap.h | 60 init_, \ 76 init_, \
|
/foundation/multimedia/player_framework/services/services/player/avsession_background/ |
H A D | avsession_background.cpp | 52 if (!init_) { in Init() 56 init_ = (ret == 0) ? true : false; in Init()
|
H A D | avsession_background.h | 54 bool init_ = false; member in OHOS::Media::AVsessionBackground
|
/foundation/communication/netstack/utils/http_over_curl/include/ |
H A D | epoll_request_handler.h | 44 std::once_flag init_; member in OHOS::NetStack::HttpOverCurl::EpollRequestHandler
|
/foundation/communication/netstack/utils/http_over_curl/src/ |
H A D | epoll_request_handler.cpp | 60 std::call_once(init_, start); in Process()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | render_dialog_tween.h | 93 bool init_ = true; member in OHOS::Ace::RenderDialogTween
|
H A D | render_dialog_tween.cpp | 54 dialog->init_ = false; in RenderDialogTween() 82 init_ = true; in RenderDialogTween() 410 if (init_) { in ComputeChildPosition()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | thumbnail_manager.cpp | 55 bool ThumbnailManager::init_ = false; member in OHOS::Media::ThumbnailManager 186 if (init_) { in Init() 189 init_ = true; in Init()
|
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | thumbnail_manager.h | 204 static bool init_; member in OHOS::Media::ThumbnailManager
|
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | vsync_receiver.h | 168 bool init_;
member in OHOS::Rosen::VSyncReceiver
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 489 init_ = init; in Initialize() 494 Statement* init() const { return init_; } in init() 504 init_(nullptr), in ForStatement() 508 Statement* init_; member in v8::internal::final
|