Searched refs:Container (Results 1 - 25 of 30) sorted by relevance

12

/prebuilts/misc/common/swig/include/2.0.11/ruby/
H A Drubycontainer_extended.swg15 * @param Container STL container
19 %define %swig_container_with_equal_operator( Container, Type )
23 Container<Type >::iterator e = $self->end();
24 Container<Type >::iterator i = std::remove( $self->begin(), e, val );
44 * @param Container STL container
49 %define %swig_container_with_assignment( Container, Type )
55 Container< Type >* map_bang() {
61 Container< Type >::iterator i = $self->begin();
62 Container< Type >::iterator e = $self->end();
75 "Yield block did not return a valid element for " "Container");
[all...]
H A Drubycontainer.swg537 %define %swig_container_methods(Container...)
542 Container* dup()
544 return new Container(*$self);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_array_in_pointer.py16 class Container(Structure): class in inherits:Structure
25 c = Container()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_array_in_pointer.py16 class Container(Structure): class in inherits:Structure
25 c = Container()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_abcoll.py15 "Sized", "Container", "Callable",
106 class Container: class in inherits:
115 if cls is Container:
139 class Set(Sized, Iterable, Container):
346 class Mapping(Sized, Iterable, Container):
566 class Sequence(Sized, Iterable, Container):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_abcoll.py15 "Sized", "Container", "Callable",
106 class Container: class in inherits:
115 if cls is Container:
139 class Set(Sized, Iterable, Container):
346 class Mapping(Sized, Iterable, Container):
566 class Sequence(Sized, Iterable, Container):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_collections.py13 from collections import Sized, Container, Callable namespace
396 self.assertNotIsInstance(x, Container)
397 self.assertFalse(issubclass(type(x), Container), repr(type(x)))
403 self.assertIsInstance(x, Container)
404 self.assertTrue(issubclass(type(x), Container), repr(type(x)))
405 self.validate_abstract_methods(Container, '__contains__')
406 self.validate_isinstance(Container, '__contains__')
429 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
436 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_collections.py13 from collections import Sized, Container, Callable namespace
396 self.assertNotIsInstance(x, Container)
397 self.assertFalse(issubclass(type(x), Container), repr(type(x)))
403 self.assertIsInstance(x, Container)
404 self.assertTrue(issubclass(type(x), Container), repr(type(x)))
405 self.validate_abstract_methods(Container, '__contains__')
406 self.validate_isinstance(Container, '__contains__')
429 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
436 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Daclapi.h57 WINADVAPI DWORD WINAPI GetInheritanceSourceA(LPSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMA pInheritArray);
58 WINADVAPI DWORD WINAPI GetInheritanceSourceW(LPWSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMW pInheritArray);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Daclapi.h57 WINADVAPI DWORD WINAPI GetInheritanceSourceA(LPSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMA pInheritArray);
58 WINADVAPI DWORD WINAPI GetInheritanceSourceW(LPWSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMW pInheritArray);
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
H A Djetty-util-8.1.14.v20131031.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jetty/ org/eclipse/jetty/util/ ...
/prebuilts/misc/common/swig/include/2.0.11/octave/
H A Doctcontainer.swg494 %define %swig_container_methods(Container...)
/prebuilts/misc/common/swig/include/2.0.11/python/
H A Dpycontainer.swg725 %define %swig_container_methods(Container...)
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
H A Dbndlib-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
H A Dbnd-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd aQute/ aQute/bnd/ ...
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
H A Dsaxon-9.1.0.8.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/saxon/ net/sf/saxon/AugmentedSource ...
/prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
H A Djavacc-5.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javacc/ org/javacc/jjdoc/ org/javacc/jjdoc/test/ ...
/prebuilts/tools/common/google-api-java-client/1.20.0/
H A Dgoogle-api-java-client-min-repackaged-1.20.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/commons- ...
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
H A Dgoogle-api-java-client-min-repackaged.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/commons- ...
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
H A DxercesImpl-2.6.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/xml/ ...
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
H A DxercesImpl-2.9.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/prebuilts/misc/common/icu4j/
H A Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
H A Dicu4j-54.1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
H A DxercesImpl-2.11.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/prebuilts/sdk/tools/
H A Djack.jarMETA-INF/ META-INF/MANIFEST.MF jack-version.properties META-INF/maven/ META ...

Completed in 7762 milliseconds

12