Home
last modified time | relevance | path

Searched refs:container (Results 526 - 550 of 556) sorted by relevance

1...<<212223

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp741 auto container = Container::Current(); in ParseChainedTransition() local
742 CHECK_NULL_RETURN(container, nullptr); in ParseChainedTransition()
743 auto pipelineContext = container->GetPipelineContext(); in ParseChainedTransition()
7563 auto container = Container::Current(); in GetWindowWidthBreakpoint() local
7564 CHECK_NULL_RETURN(container, panda::JSValueRef::Undefined(vm)); in GetWindowWidthBreakpoint()
7565 auto window = container->GetWindow(); in GetWindowWidthBreakpoint()
7594 auto container = Container::Current(); in GetWindowHeightBreakpoint() local
7595 CHECK_NULL_RETURN(container, panda::JSValueRef::Undefined(vm)); in GetWindowHeightBreakpoint()
7596 auto window = container->GetWindow(); in GetWindowHeightBreakpoint()
7837 auto container in GetApiTargetVersion() local
[all...]
H A Darkts_native_frame_node_bridge.cpp1637 auto container = Container::Current();
1638 CHECK_NULL_VOID(container);
1639 auto frontend = container->GetFrontend();
H A Darkts_native_text_area_bridge.cpp630 auto container = Container::Current(); in SetDecoration() local
631 CHECK_NULL_RETURN(container, panda::JSValueRef::Undefined(vm)); in SetDecoration()
632 auto pipelineContext = container->GetPipelineContext(); in SetDecoration()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp1431 auto container = Container::Current(); in GetDefaultButtonAndMenuWidth() local
1432 if (container && container->IsUIExtensionWindow()) { in GetDefaultButtonAndMenuWidth()
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp1268 // First, we are going to get a corresponding container in getAliasTargetAsResourceBundle()
1477 const UResourceBundle *container, in init_resb_result()
1481 container->fValidLocaleDataEntry, container->fResPath, 0, resB, status); in init_resb_result()
2314 // Look up the container item in the parent bundle. in getAllItemsWithFallback()
1474 init_resb_result( UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, const UResourceBundle *container, UResourceBundle *resB, UErrorCode *status) init_resb_result() argument
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp1270 // First, we are going to get a corresponding container in getAliasTargetAsResourceBundle()
1479 const UResourceBundle *container, in init_resb_result()
1483 container->fValidLocaleDataEntry, container->fResPath, 0, resB, status); in init_resb_result()
2316 // Look up the container item in the parent bundle. in getAllItemsWithFallback()
1476 init_resb_result( UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, const UResourceBundle *container, UResourceBundle *resB, UErrorCode *status) init_resb_result() argument
/third_party/python/Lib/test/
H A Dtest_collections.py1097 # Check sized container non-iterable (which is not Collection) etc.
1604 for container in containers:
1605 for elem in container:
1606 self.assertIn(elem, container)
H A Dtest_itertools.py1813 def makecycle(self, iterator, container):
1814 container.append(iterator)
1816 del container, iterator
H A Dtest_set.py349 container = set([obj, 1])
350 obj.x = iter(container)
351 del obj, container
H A Dtest_descr.py3870 container = [] variable in .test_subtype_resurrection.C
3874 C.container.append(self)
3885 self.assertEqual(len(C.container), 1)
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp39 #include "core/common/container.h"
165 TAG_LOGE(AceLogTag::ACE_REPEAT, "repeatVirtualScroll not support in non scoll container!"); in AddFrameNode()
3181 auto container = Container::CurrentSafely(); in GetPositionToScreen() local
3182 if (container && windowManager && windowManager->GetWindowMode() == WindowMode::WINDOW_MODE_FLOATING) { in GetPositionToScreen()
3183 auto windowScale = container->GetWindowScale(); in GetPositionToScreen()
3214 auto container = Container::CurrentSafely(); in GetPositionToScreenWithTransform() local
3215 if (container && windowManager && windowManager->GetWindowMode() == WindowMode::WINDOW_MODE_FLOATING) { in GetPositionToScreenWithTransform()
3216 auto windowScale = container->GetWindowScale(); in GetPositionToScreenWithTransform()
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c1768 _mesa_GetAttachedObjectsARB(GLhandleARB container, GLsizei maxCount, in _mesa_GetAttachedObjectsARB() argument
1772 get_attached_shaders(ctx, (GLuint)container, maxCount, count, NULL, obj); in _mesa_GetAttachedObjectsARB()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp90 size_t FindIndex(const vector<unique_ptr<T>>& container, T const* item) in FindIndex() argument
92 for (size_t i = 0; i < container.size(); ++i) { in FindIndex()
93 if (container[i].get() == item) { in FindIndex()
1481 // Create image according to the image container's description. (expects that conversion handles everything) in ImportTexture()
/third_party/ffmpeg/libavformat/
H A DMakefile2 DESC = FFmpeg container format library
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp3339 /// @brief a minimal map-like container that preserves insertion order
4427 /// the container to iterate
4428 typename IteratorType::reference container;
4431 /// construct iteration proxy from a container
4433 : container(cont) {}
4438 return iteration_proxy_value<IteratorType>(container.begin());
4444 return iteration_proxy_value<IteratorType>(container.end());
5585 // Convenience shorthand from container to iterator
5586 // Enables ADL on begin(container) and end(container)
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp3406 /// @brief a minimal map-like container that preserves insertion order
5238 /// the container to iterate
5239 typename IteratorType::pointer container = nullptr; member in detail::iteration_proxy
5244 /// construct iteration proxy from a container
5246 : container(&cont) {}
5257 return iteration_proxy_value<IteratorType>(container->begin());
5263 return iteration_proxy_value<IteratorType>(container->end());
6457 // Convenience shorthand from container to iterator
6458 // Enables ADL on begin(container) and end(container)
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp159 // These are used to make Voids usable as containers in container-generic code.
211 * scalar types, and a vector or matrix of intervals for container types.
226 //! Create container from elementwise singleton values.
402 //! T is the container type itself, I is the same type with interval elements.
535 //! This is needed for container-generic operations.
910 * \brief Shared pointer to an expression of a container type.
2568 ExprP<typename T::Element> getComponent (const ExprP<T>& container, int ndx) in getComponent() argument
2571 return app<GetComponent<T> >(container, constant(ndx)); in getComponent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp46 #include "core/common/container.h"
2323 auto container = Container::Current(); in ParseRawfileWebSrc() local
2324 CHECK_NULL_VOID(container); in ParseRawfileWebSrc()
2327 moduleName != container->GetModuleName())) { in ParseRawfileWebSrc()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp3433 auto container = Container::Current();
3434 bool isLauncherFeature = container ? container->IsLauncherContainer() : false;
/third_party/node/deps/v8/src/compiler/
H A Dverifier.cc1903 BasicBlock* container, BasicBlock* use_block, in HasDominatingDef()
1902 HasDominatingDef(Schedule* schedule, Node* node, BasicBlock* container, BasicBlock* use_block, int use_pos) HasDominatingDef() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp992 auto container = Container::Current(); in GetShadowFromTheme() local
993 CHECK_NULL_RETURN(container, false); in GetShadowFromTheme()
994 auto pipelineContext = container->GetPipelineContext(); in GetShadowFromTheme()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp206 // These are used to make Voids usable as containers in container-generic code.
264 * scalar types, and a vector or matrix of intervals for container types.
279 //! Create container from elementwise singleton values.
795 //! T is the container type itself, I is the same type with interval elements.
981 //! This is needed for container-generic operations.
1410 * \brief Shared pointer to an expression of a container type.
3364 ExprP<typename T::Element> getComponent (const ExprP<T>& container, int ndx) in getComponent() argument
3367 return app<GetComponent<T> >(container, constant(ndx)); in getComponent()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp207 // These are used to make Voids usable as containers in container-generic code.
265 * scalar types, and a vector or matrix of intervals for container types.
280 //! Create container from elementwise singleton values.
796 //! T is the container type itself, I is the same type with interval elements.
982 //! This is needed for container-generic operations.
1411 * \brief Shared pointer to an expression of a container type.
3353 ExprP<typename T::Element> getComponent (const ExprP<T>& container, int ndx) in getComponent() argument
3356 return app<GetComponent<T> >(container, constant(ndx)); in getComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp41 #include "core/common/container.h"
10952 auto container = Container::Current(); in IsShowAIWrite() local
10953 if (container && container->IsScenceBoardWindow()) { in IsShowAIWrite()

Completed in 200 milliseconds

1...<<212223