HomeSort by relevance Sort by last modified time
    Searched defs:Container (Results 26 - 47 of 47) sorted by null

12

  /external/clang/tools/libclang/
Indexing.cpp 329 /// and ObjC container.
925 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
926 return Container->IndexCtx->getClientContainerForDC(Container->DC);
933 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
934 Container->IndexCtx->addContainerInMap(Container->DC, client);
    [all...]
IndexingContext.cpp 699 ContainerInfo Container;
700 getContainerInfo(DC, Container);
707 &Container };
722 CXIdxClientContainer container) {
728 if (container)
729 ContainerMap[DC] = container;
732 // Allow changing the container of a previously seen DeclContext so we
734 if (container)
735 I->second = container;
    [all...]
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 58 * client access to the zoom controls container, allowing for additional
99 * The container that is added as a window.
109 * the touch down hits the container. It will be reset on the touch up.
127 /** Whether the container has been added to the window manager. */
256 FrameLayout container = new Container(mContext); local
257 container.setLayoutParams(lp);
258 container.setMeasureAllChildren(true);
262 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
264 mControls = (ZoomControls) container.findViewById(com.android.internal.R.id.zoomControls)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 128 // Container is a minimal interface used to store results when traversing
130 template <class T> class Container {
132 // Allocate a new container with a capacity for n elements.
133 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {}
135 // Push a new element onto the container.
233 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> &Bbs) {
236 R_BasicBlock reduceBasicBlock(BasicBlock &Orig, Container<Variable *> &As,
237 Container<Variable *> &Is, R_SExpr T) {
240 R_SExpr reducePhi(Phi &Orig, Container<R_SExpr> &As) {
302 // A visitor "container" is a single bool, which accumulates success
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp 497 SmallVectorImpl<TemplateIdAnnotation *> &Container;
500 &Container)
501 : Container(Container) {}
505 Container.begin(), E = Container.end();
508 Container.clear();
899 // Must temporarily exit the objective-c container scope for
900 // parsing c constructs and re-enter objc container scope
    [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/clang/lib/Sema/
SemaCodeComplete.cpp 42 /// \brief A container of code-completion results.
    [all...]
TreeTransform.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 2244 Persistent<Container> container = Container::create(); local
3411 Persistent<OffHeapContainer> container = OffHeapContainer::create(); local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 147 // These are used to make Voids usable as containers in container-generic code.
199 * scalar types, and a vector or matrix of intervals for container types.
214 //! Create container from elementwise singleton values.
378 //! T is the container type itself, I is the same type with interval elements.
501 //! This is needed for container-generic operations.
503 template <typename T, int Size> struct ContainerOf { typedef Vector<T, Size> Container; };
505 template <typename T> struct ContainerOf<T, 1> { typedef T Container; };
506 template <int Size> struct ContainerOf<Void, Size> { typedef Void Container; };
876 * \brief Shared pointer to an expression of a container type.
878 * Container types (i.e. vectors and matrices) support the subscriptio
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 6439 static Container container; member in namespace:test140
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 983 milliseconds

12