Home
last modified time | relevance | path

Searched defs:back (Results 1 – 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dpa_container.cpp82 auto back = aceContainer->GetBackend(); in CreateContainer() local
276 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Insert() local
290 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Query() local
304 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Update() local
318 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Delete() local
332 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in BatchInsert() local
345 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in GetType() local
359 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in GetFileTypes() local
372 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in OpenFile() local
385 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in OpenRawFile() local
[all …]
/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/
Dentry.json29 "back":"返回", string
46 "back":"返回" string
93 "back":"Back", string
104 "back":"Back" string
135 "back":"മടങ്ങുക" string
164 "back":"Geri" string
167 "back":"Geri" string
202 "back":"Nazaj" string
205 "back":"Nazaj" string
240 "back":"Tilbake" string
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
Dpicker_option_component.cpp65 auto back = AceType::MakeRefPtr<Decoration>(); in Initialize() local
Drender_picker_value.cpp121 auto back = box->GetBackDecoration(); in HandleAnimation() local
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
Dui_test_arc_label.cpp329 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign001() local
355 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign002() local
381 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign003() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
Dframe_merger.cpp46 Frame::Ptr back = frameCache_.back(); in InputFrame() local
/foundation/CastEngine/castengine_wifi_display/services/utils/
Dcircular_buffer.h134 T &back() in back() function
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
Dlru_cache.h91 auto& back = itemList_.back(); in GetLruNode() local
/foundation/arkui/napi/sample/native_module_netserver/
Devent_target.cpp28 EventListener* back = nullptr; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_wrapper.h100 auto& back() const in back() function
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
Dindexer_component.cpp148 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in BuildBubbleBox() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
Dselect_popup_component.cpp322 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in Initialize() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_typeface_cache.cpp148 uint64_t back = iterator->second.back(); in CacheDrawingTypeface() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dstring.h162 value_type& back() in back() function
167 const value_type& back() const in back() function
Dvector.h515 reference back() in back() function
521 const_reference back() const in back() function
Dstring_view.h257 constexpr typename basic_string_view<CharT>::const_reference basic_string_view<CharT>::back() const in back() function
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
Dexif_maker_note.cpp547 ExifItem &back = items_.back(); in ParserItem() local
/foundation/multimodalinput/input/libudev/src/
Dudev_device.cpp61 int32_t back = 0; in ResolveSymLink() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_file_manager.c696 List *back = NULL; in SwapRecvBlockListHead() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsUIContext.js1115 back(options, params) { method in Router
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Drender_backend_gles.cpp2369 const uint32_t backFlags, const GraphicsState::StencilOpState& back) in SetStencilState()