HomeSort by relevance Sort by last modified time
    Searched refs:Container (Results 201 - 225 of 333) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/tools/libclang/
Indexing.cpp 797 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
798 return Container->IndexCtx->getClientContainerForDC(Container->DC);
805 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
806 Container->IndexCtx->addContainerInMap(Container->DC, client);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 41 /// \brief A container of code-completion results.
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 137 // These are used to make Voids usable as containers in container-generic code.
189 * scalar types, and a vector or matrix of intervals for container types.
204 //! Create container from elementwise singleton values.
368 //! T is the container type itself, I is the same type with interval elements.
491 //! This is needed for container-generic operations.
493 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; };
495 template <typename T> struct ContainerOf<T, 1> { typedef T Container; };
496 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; };
866 * \brief Shared pointer to an expression of a container type.
868 * Container types (i.e. vectors and matrices) support the subscriptio
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 158 // These are used to make Voids usable as containers in container-generic code.
210 * scalar types, and a vector or matrix of intervals for container types.
225 //! Create container from elementwise singleton values.
389 //! T is the container type itself, I is the same type with interval elements.
512 //! This is needed for container-generic operations.
514 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; };
516 template <typename T> struct ContainerOf<T, 1> { typedef T Container; };
517 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; };
887 * \brief Shared pointer to an expression of a container type.
889 * Container types (i.e. vectors and matrices) support the subscriptio
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 13 from collections import Sized, Container, Callable
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:
    [all...]
  /external/python/cpython2/Lib/test/
test_collections.py 17 from collections import Sized, Container, Callable
444 self.assertNotIsInstance(x, Container)
445 self.assertFalse(issubclass(type(x), Container), repr(type(x)))
451 self.assertIsInstance(x, Container)
452 self.assertTrue(issubclass(type(x), Container), repr(type(x)))
453 self.validate_abstract_methods(Container, '__contains__')
454 self.validate_isinstance(Container, '__contains__')
477 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
484 for B in Hashable, Iterable, Iterator, Sized, Container, Callable:
    [all...]
test_dictviews.py 182 self.assertIsInstance(d.viewkeys(), collections.Container)
193 self.assertIsInstance(d.viewitems(), collections.Container)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 13 from collections import Sized, Container, Callable
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:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 13 from collections import Sized, Container, Callable
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:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 13 from collections import Sized, Container, Callable
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:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 13 from collections import Sized, Container, Callable
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:
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 18 import java.awt.Container;
144 void addWithFont(Container container, Component foo, Font font) {
147 container.add(foo);
173 private static void add(Container container, Component component,
177 container.add(component);
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 80 <th>Supported File Types/Container Formats</th>
197 <th>Supported File Types/Container Formats</th>
273 <th>Supported File Types/<br>Container Formats</th>
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 243 // Returns an iterator_range over the given container which iterates in reverse.
244 // Note that the container must have rbegin()/rend() methods for this to work.
258 // Returns an iterator_range over the given container which iterates in reverse.
259 // Note that the container must have begin()/end() methods which return
781 /// For a container of pointers, deletes the pointers and then clears the
782 /// container.
783 template<typename Container>
784 void DeleteContainerPointers(Container &C) {
790 /// In a container of pairs (usually a map) whose second element is a pointer,
791 /// deletes the second elements and then clears the container
    [all...]
  /external/clang/lib/Index/
IndexDecl.cpp 42 const ObjCImplDecl *Container) {
43 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(),
444 return true; // Wait for the objc container.
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java 17 import java.awt.Container;
103 private static void add(Container container, Component component,
110 container.add(component);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
aclapi.h 64 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);
65 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);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 634 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx);
636 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
691 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext());
693 << "' ivar in '" << *Container;
    [all...]

Completed in 1034 milliseconds

1 2 3 4 5 6 7 891011>>