Home
last modified time | relevance | path

Searched defs:container (Results 201 - 225 of 486) sorted by relevance

12345678910>>...20

/kernel/liteos_a/kernel/extended/container/
H A Dlos_net_container.c149 VOID OsNetContainerDestroy(Container *container) in OsNetContainerDestroy() argument
196 STATIC UINT32 CreateNetContainer(Container *container, NetContainer *parentContainer) in CreateNetContainer() argument
264 OsSetNsNetContainer(UINT32 flags, Container *container, Container *newContainer) OsSetNsNetContainer() argument
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp55 auto container = json::array(); in TEST_F() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.cpp439 TVariable* container = anon->getAnonContainer().clone(); in clone() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java139 void addWithFont(Container container, Component foo, Font font) { in addWithFont() argument
H A DCalendarFrame.java103 private static void add(Container container, Component component, in add() argument
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h350 static const_reference ConstReference(const RawContainer& container) { in ConstReference() argument
355 static type Copy(const RawContainer& container) { return container; } in Copy() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleImpl.java22 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) { in ICUResourceBundleImpl() argument
76 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) { in ResourceBinary() argument
93 ResourceInt(ICUResourceBundleImpl container, String key, int resource) { in ResourceInt() argument
110 ResourceString(ICUResourceBundleImpl container, String key, int resource) { in ResourceString() argument
129 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) { in ResourceIntVector() argument
167 ResourceContainer(ICUResourceBundleImpl container, String key, int resource) ResourceContainer() argument
208 ResourceArray(ICUResourceBundleImpl container, String key, int resource) ResourceArray() argument
297 ResourceTable(ICUResourceBundleImpl container, String key, int resource) ResourceTable() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundleImpl.java23 protected ICUResourceBundleImpl(ICUResourceBundleImpl container, String key, int resource) { in ICUResourceBundleImpl() argument
77 ResourceBinary(ICUResourceBundleImpl container, String key, int resource) { in ResourceBinary() argument
94 ResourceInt(ICUResourceBundleImpl container, String key, int resource) { in ResourceInt() argument
111 ResourceString(ICUResourceBundleImpl container, String key, int resource) { in ResourceString() argument
130 ResourceIntVector(ICUResourceBundleImpl container, String key, int resource) { in ResourceIntVector() argument
168 ResourceContainer(ICUResourceBundleImpl container, String key, int resource) ResourceContainer() argument
209 ResourceArray(ICUResourceBundleImpl container, String key, int resource) ResourceArray() argument
298 ResourceTable(ICUResourceBundleImpl container, String key, int resource) ResourceTable() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc428 std::string GetBitFieldSpecialization(const Type* container, in GetBitFieldSpecialization() argument
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h406 DefaultPrintTo(WrapPrinterType<kPrintContainer> , const C& container, ::std::ostream* os) DefaultPrintTo() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Diterator.h52 UptrVectorIterator(UptrVector* container, const UnderlyingIterator& it) in UptrVectorIterator() argument
151 make_range( std::vector<std::unique_ptr<ValueType>>& container) make_range() argument
160 make_const_range( const std::vector<std::unique_ptr<ValueType>>& container) make_const_range() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Diterator.h52 UptrVectorIterator(UptrVector* container, const UnderlyingIterator& it) in UptrVectorIterator() argument
151 make_range( std::vector<std::unique_ptr<ValueType>>& container) make_range() argument
160 make_const_range( const std::vector<std::unique_ptr<ValueType>>& container) make_const_range() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.c35 SPDYF_name_value_is_empty(struct SPDY_NameValue *container) in SPDYF_name_value_is_empty() argument
56 SPDY_name_value_add (struct SPDY_NameValue *container, in SPDY_name_value_add() argument
190 SPDY_name_value_lookup(struct SPDY_NameValue *container, const char *name, int *num_values) SPDY_name_value_lookup() argument
218 SPDY_name_value_destroy(struct SPDY_NameValue *container) SPDY_name_value_destroy() argument
237 SPDY_name_value_iterate(struct SPDY_NameValue *container, SPDY_NameValueIterator iterator, void *iterator_cls) SPDY_name_value_iterate() argument
457 SPDYF_name_value_to_stream(struct SPDY_NameValue * container[], int num_containers, void **stream) SPDYF_name_value_to_stream() argument
554 SPDYF_name_value_from_stream(void *stream, size_t size, struct SPDY_NameValue ** container) SPDYF_name_value_from_stream() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format1.cc272 BitmapGlyphInfoIterator( IndexSubTableFormat1::Builder* container) BitmapGlyphInfoIterator() argument
H A Dindex_sub_table_format3.cc268 BitmapGlyphInfoIterator( IndexSubTableFormat3::Builder* container) BitmapGlyphInfoIterator() argument
H A Dindex_sub_table_format4.cc348 BitmapGlyphInfoIterator( IndexSubTableFormat4::Builder* container) BitmapGlyphInfoIterator() argument
H A Dindex_sub_table_format5.cc317 BitmapGlyphInfoIterator( IndexSubTableFormat5::Builder* container) BitmapGlyphInfoIterator() argument
/third_party/typescript/tests/baselines/reference/
H A DobjectSpread.js89 function container( function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc112 T container; BM_InsertSmall() local
237 T container; BM_QueueAddRem() local
299 T container; BM_MixedAddRem() local
[all...]
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp134 bool CustomPropertyManager::set(const PropKey& key, const V& val, const PropMap<T>& container) { in set() argument
/third_party/spirv-tools/source/opt/
H A Diterator.h52 UptrVectorIterator(UptrVector* container, const UnderlyingIterator& it) in UptrVectorIterator() argument
151 make_range( std::vector<std::unique_ptr<ValueType>>& container) make_range() argument
160 make_const_range( const std::vector<std::unique_ptr<ValueType>>& container) make_const_range() argument
[all...]
/arkcompiler/runtime_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp41 void PreparePandaFile(ItemContainer *container) in PreparePandaFile() argument
311 ItemContainer container; SetUpTestSuite() local
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp44 void PreparePandaFile(ItemContainer *container) in PreparePandaFile() argument
318 ItemContainer container; SetUpTestSuite() local
[all...]
/base/startup/init/services/param/manager/
H A Dparam_server.c211 CmdLineInfoContainer container = { 0 }; in CmdlineIterator() local
135 MatchReserverCmdline(const NAME_VALUE_PAIR* nv, CmdLineIteratorCtx *ctx, const char *name, CmdLineInfoContainer *container) MatchReserverCmdline() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp423 auto container = Container::Current(); in WindowFocus() local

Completed in 18 milliseconds

12345678910>>...20