/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307_2L/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335_ForCar/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx390/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os05a_2L/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os08a10/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/smart_sc4210/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/ |
H A D | Makefile | 21 LLVM_TARGET_CFLAGS := -target arm-linux-ohos
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/ |
H A D | Makefile | 22 $(error Must specify KDIR to point to the kernel to target))
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_matrix4.h | 70 void MoveTo(const Matrix4& target);
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_proxy.h | 39 void ConnectWith(const WeakPtr<DOMNode>& target);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | percent_tdd_test.h | 60 void SetStyleWithValue(JSValue target, const char *key, const char *value) const;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_proxy_object.h | 33 * 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 D | rs_proxy_render_node.h | 50 // 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 D | utils.h | 34 // 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 D | plugin_frontend_delegate.h | 122 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 D | recognizer_group_test_ng.cpp | 77 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 D | mock_plugin_frontend_delegate.cpp | 71 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 D | media_sync_manager.cpp | 96 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 D | render_service_client_modifier_demo.cpp | 250 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 D | impl_class_mgr.cpp | 141 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 D | media_sync_manager.cpp | 90 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()
|