/third_party/protobuf/python/google/protobuf/internal/ |
H A D | reflection_test.py | 805 container = copy.deepcopy(proto1.repeated_int32) 806 self.assertEqual([2, 3], container) 807 container.remove(container[0]) 808 self.assertEqual([3], container)
|
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1481 pub container: *const CXIdxContainerInfo, 2202 pub fn clang_index_setClientContainer(info: *const CXIdxContainerInfo, container: CXIdxClientContainer); in clang_index_setClientContainer()
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 44 self.assertEqual(widget['container'], 0 if self.wantobjects else '0') 45 self.checkInvalidParam(widget, 'container', 1, 46 errmsg="can't modify -container option after widget is created") 47 widget2 = self.create(container=True) 48 self.assertEqual(widget2['container'], 1 if self.wantobjects else '1') 63 'class', 'colormap', 'container', 'cursor', 'height', 95 parent = self.create(container=True) 106 'class', 'colormap', 'container', 'cursor', 'height', 119 'class', 'colormap', 'container', 'cursor',
|
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 1268 // 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 D | uresbund.cpp | 1270 // 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 D | test_collections.py | 1097 # 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 D | test_itertools.py | 1813 def makecycle(self, iterator, container): 1814 container.append(iterator) 1816 del container, iterator
|
H A D | test_set.py | 349 container = set([obj, 1]) 350 obj.x = iter(container) 351 del obj, container
|
H A D | test_descr.py | 3870 container = [] variable in .test_subtype_resurrection.C 3874 C.container.append(self) 3885 self.assertEqual(len(C.container), 1)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 1768 _mesa_GetAttachedObjectsARB(GLhandleARB container, GLsizei maxCount, in _mesa_GetAttachedObjectsARB() argument 1772 get_attached_shaders(ctx, (GLuint)container, maxCount, count, NULL, obj); in _mesa_GetAttachedObjectsARB()
|
/third_party/ffmpeg/libavformat/ |
H A D | Makefile | 2 DESC = FFmpeg container format library
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 3339 /// @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 D | json.hpp | 3406 /// @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 D | glsBuiltinPrecisionTests.cpp | 159 // 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()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | verifier.cc | 1903 BasicBlock* container, BasicBlock* use_block, in HasDominatingDef() 1902 HasDominatingDef(Schedule* schedule, Node* node, BasicBlock* container, BasicBlock* use_block, int use_pos) HasDominatingDef() argument
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-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 D | vktShaderBuiltinPrecisionTests.cpp | 206 // 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 D | vktShaderBuiltinPrecisionTests.cpp | 207 // 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()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 1874 /* Communicate the container it needs to update sublevels - if apply */ in NineDevice9_StretchRect() 2969 NineBaseTexture9(rt->base.base.container)->dirty_mip = TRUE; in NineAfterDraw()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 662 // It was a member of an anonymous container, which could be a 'this' structure. in handleVariable() 673 TIntermTyped* container = intermediate.addSymbol(*variable, loc); in handleVariable() local 675 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 681 // Not a member of an anonymous container. in handleVariable()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 467 // It was a member of an anonymous container. in handleVariable() 471 TIntermTyped* container = intermediate.addSymbol(*variable, loc); in handleVariable() local 473 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 479 // Not a member of an anonymous container. in handleVariable() 5030 // Edit and error check the container against the redeclaration in redeclareBuiltinBlock()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 5734 std::string serializeFilters( std::vector<std::string> const& container ); 15808 std::string serializeFilters( std::vector<std::string> const& container ) { 15811 for (auto&& filter : container)
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 10880 /// This predicate returns true if a given container iterator points 10881 /// to the last element of the container, false otherwise. 10883 /// @tparam T the type of the container of the iterator. 10885 /// @param container the container the iterator points into. 10890 /// container. 10893 iterator_is_last(T& container, in iterator_is_last() argument 10898 return (next == container.end()); in iterator_is_last()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 13263 _Container* container; 13272 : container(std::__addressof(__x)) { } 13277 container->push_back(__value); 13284 container->push_back(std::move(__value)); 13315 _Container* container; 13323 : container(std::__addressof(__x)) { } 13328 container->push_front(__value); 13335 container->push_front(std::move(__value)); 13366 _Container* container; 13378 : container(st [all...] |