Home
last modified time | relevance | path

Searched refs:target (Results 401 - 425 of 813) sorted by relevance

1...<<11121314151617181920>>...33

/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307_2L/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335_ForCar/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx390/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os05a_2L/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os08a10/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/smart_sc4210/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/
H A DMakefile21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/
H A DMakefile22 $(error Must specify KDIR to point to the kernel to target))
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Danimatable_matrix4.h70 void MoveTo(const Matrix4& target);
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.h39 void ConnectWith(const WeakPtr<DOMNode>& target);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dpercent_tdd_test.h60 void SetStyleWithValue(JSValue target, const char *key, const char *value) const;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_proxy_object.h33 * exposes all of the properties and functions of its target object as its own
35 * Any changes to the property values are reflected in the target object as
44 * in the target object. If false, the target object's metadata is reflected
45 * in the proxy object only at the time of setting the target.
50 * @brief Returns the current target object.
54 * @brief Sets the target object for this proxy.
55 * @param target The target object for proxying.
57 virtual bool SetTarget(const IObject::Ptr& target)
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_proxy_render_node.h50 // Transfer the rendering context variables (matrix/alpha/clip) from the proxy node to the target node, usually a
64 explicit RSProxyRenderNode(NodeId id, std::weak_ptr<RSSurfaceRenderNode> target, NodeId targetId,
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.h34 // check if 'actual' is close to 'target', within 5% in default
35 int CheckValueClose(double target, double actual, double accuracy = 0.05);
42 * input: pid -- target pid
47 * 0 -- target process still alive
48 * 1 -- target process existd, exist code is set in 'code'
49 * 2 -- target process killed by a signal, signal number is set in 'code'
50 * 3 -- target process is stopped, signal number is set in 'code'
51 * 4 -- get target process state error, due to waitpid error
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h122 void Push(const PageTarget& target, const std::string& params);
123 void Replace(const PageTarget& target, const std::string& params);
124 void BackWithTarget(const PageTarget& target, const std::string& params);
254 UIContentErrorCode LoadPage(int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params);
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Drecognizer_group_test_ng.cpp77 EventTarget target; in HWTEST_F()
78 return target; in HWTEST_F()
219 EventTarget target; in HWTEST_F()
220 return target; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp71 void PluginFrontendDelegate::Push(const PageTarget& target, const std::string& params) {} in Push() argument
73 void PluginFrontendDelegate::Replace(const PageTarget& target, const std::string& params) {} in Replace() argument
75 void PluginFrontendDelegate::BackWithTarget(const PageTarget& target, const std::string& params) {} in BackWithTarget() argument
283 int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) in LoadPage()
282 LoadPage( int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) LoadPage() argument
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_sync_manager.cpp96 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), [&trackId] in SetMediaTimeStartEnd() local
100 if (target == trackMediaTimeRange_.end()) { in SetMediaTimeStartEnd()
112 std::get<MEDIA_TUPLE_START_INDEX>(*target) = val; in SetMediaTimeStartEnd()
114 std::get<MEDIA_TUPLE_END_INDEX>(*target) = val; in SetMediaTimeStartEnd()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_modifier_demo.cpp250 void Modify(RSNode& target) const override
252 target.SetAlpha(alpha_->Get());
253 target.SetScale(scale_->Get());
254 target.SetBackgroundColor(color_->Get().AsArgbInt());
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp141 shared_ptr<ImplClass> target = SearchByPriority(candidates, priorityScheme); in CreateObject() local
142 if (target == nullptr) { in CreateObject()
148 IMAGE_LOGD("search by priority result, className: %{public}s.", target->GetClassName().c_str()); in CreateObject()
149 return target->CreateObject(errorCode); in CreateObject()
242 // when the target ImplClass does not have this attribute, the value of targetAttr is null, in SearchByPriority()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dmedia_sync_manager.cpp90 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), in SetMediaTimeStartEnd() local
94 if (target == trackMediaTimeRange_.end()) { in SetMediaTimeStartEnd()
106 std::get<MEDIA_TUPLE_START_INDEX>(*target) = val; in SetMediaTimeStartEnd()
108 std::get<MEDIA_TUPLE_END_INDEX>(*target) = val; in SetMediaTimeStartEnd()

Completed in 9 milliseconds

1...<<11121314151617181920>>...33