Home
last modified time | relevance | path

Searched defs:weak (Results 1 - 25 of 160) sorted by relevance

1234567

/third_party/rust/crates/rustix/tests/param/
H A Dmain.rs11 mod weak; modules
H A Dweak.rs38 macro_rules! weak { macros
[all...]
/third_party/musl/src/include/
H A Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/rust/crates/rustix/src/backend/libc/
H A Dmod.rs16 mod weak; modules
/third_party/musl/porting/liteos_m_iccarm/kernel/src/include/
H A Dfeatures.h6 #define weak __attribute__((weak)) macro
/third_party/musl/porting/liteos_m/user/src/include/
H A Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/musl/porting/liteos_m/kernel/src/include/
H A Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/musl/porting/uniproton/kernel/src/include/
H A Dfeatures.h6 #define weak __attribute__((__weak__)) macro
/third_party/typescript/tests/baselines/reference/
H A DintersectionPropertyCheck.js36 var weak = wrong; // Nested weak object type variable
H A DweakType.js92 var weak = propertiesWrong; variable
/foundation/arkui/ace_engine/frameworks/core/components/common/rotation/
H A Drotation_controller.h37 void SetRequestRotationImpl(const WeakPtr<RenderNode>& weak, const WeakPtr<PipelineContext>& context) in SetRequestRotationImpl() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dcompare_test.cc264 WeakOrderingLess weak; in TEST() local
319 WeakOrderingLess weak; in TEST() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_stage.cpp32 wptr<ReverseContinuationSchedulerPrimaryStage> weak = this; in NotifyReplicaTerminated() local
57 wptr<ReverseContinuationSchedulerPrimaryStage> weak = this; in ContinuationBack() local
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_element.cpp48 auto weak = AceType::WeakClaim(this); in BindMoreButtonClickEvent() local
101 auto weak = AceType::WeakClaim(this); in BindClickEventToOptions() local
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dace_type.h65 static WeakPtr<T> DynamicCast(const WeakPtr<O>& weak) in DynamicCast() argument
/third_party/rust/crates/rustix/tests/process/
H A Dmain.rs11 mod weak; modules
H A Dweak.rs38 macro_rules! weak { macros
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_startup_callback/
H A Dauto_startup_callback_stub.cpp70 wptr<AutoStartupCallBackStub> weak = this; in OnAutoStartupOnInner() local
93 wptr<AutoStartupCallBackStub> weak = this; in OnAutoStartupOffInner() local
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drender_clip.cpp68 auto weak = AceType::WeakClaim(this); in GetFloatPropertySetterMap() local
117 auto weak = AceType::WeakClaim(this); GetFloatPropertyGetterMap() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dtoss_animation_controller.cpp77 auto weak = AceType::WeakClaim(this); in Play() local
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp60 auto weak = AceType::WeakClaim(this); in Update() local
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.cpp61 auto weak = AceType::WeakClaim(this); in AddListeners() local
97 auto weak = AceType::WeakClaim(this); CreatePictureInterpolators() local
120 auto weak = AceType::WeakClaim(this); CreateInterpolators() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_click_recognizer.cpp45 auto weak = WeakClaim(this); in Start() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dability_stage_test.cpp114 std::weak_ptr<AppExecFwk::OHOSApplication> weak; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Drender_texttimer.cpp57 auto weak = AceType::WeakClaim(this); in Update() local
78 auto weak = AceType::WeakClaim(this); in Update() local
[all...]

Completed in 6 milliseconds

1234567