HomeSort by relevance Sort by last modified time
    Searched defs:ElementType (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/extensions/common/permissions/
manifest_permission_set.h 26 typedef ManifestPermission ElementType;
api_permission_set.h 23 typedef APIPermission ElementType;
base_set_operators.h 17 // should define |ElementType| for the type of elements to store in the set,
29 typedef typename BaseSetOperatorsTraits<T>::ElementType ElementType;
31 typedef std::map<ElementIDType, linked_ptr<ElementType> > Map;
34 public std::iterator<std::input_iterator_tag, const ElementType*> {
57 const ElementType* operator*() const {
61 const ElementType* operator->() const {
161 ElementType* p = it1->Diff(*it2);
190 ElementType* p = it1->Intersect(*it2);
262 void insert(ElementType* item)
    [all...]
  /art/runtime/mirror/
array.h 113 typedef T ElementType;
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 19 import java.lang.annotation.ElementType;
51 EnumSet<ElementType> eTypes = EnumSet.noneOf(ElementType.class);
78 eTypes.add(ElementType.valueOf(p.toUpperCase(Locale.ROOT)));
111 eTypes.add(ElementType.TYPE);
114 EnumSet<ElementType> set = eTypes.clone();
116 set.remove(ElementType.TYPE);
117 set.remove(ElementType.PACKAGE);
  /external/openfst/src/include/fst/script/
weight-class.h 140 enum ElementType { ZERO, ONE, OTHER };
141 ElementType element_type_;
145 explicit WeightClass(ElementType et) : element_type_(et), impl_(0) { }
  /external/chromium_org/mojo/public/cpp/bindings/lib/
array_internal.h 171 typedef typename ArrayDataTraits<T>::StorageType ElementType;
174 ElementType* elements,
179 ElementType* elements,
185 const ElementType* elements,
198 typedef ArrayDataTraits<Handle>::StorageType ElementType;
201 ElementType* elements,
205 ElementType* elements,
210 const ElementType* elements,
237 typedef typename ArrayDataTraits<H>::StorageType ElementType;
240 ElementType* elements
    [all...]
  /external/chromium_org/components/search_engines/
template_url_parser.cc 111 enum ElementType {
148 typedef std::map<std::string, ElementType> ElementNameToElementTypeMap;
157 // Returns the current ElementType.
158 ElementType GetKnownType();
166 std::vector<ElementType> elements_;
334 kElementNameToElementTypeMap = new std::map<std::string, ElementType>;
474 TemplateURLParsingContext::ElementType
  /external/llvm/lib/IR/
Type.cpp 676 ArrayType *ArrayType::get(Type *elementType, uint64_t NumElements) {
677 Type *ElementType = const_cast<Type*>(elementType);
678 assert(isValidElementType(ElementType) && "Invalid type for array element!");
680 LLVMContextImpl *pImpl = ElementType->getContext().pImpl;
682 pImpl->ArrayTypes[std::make_pair(ElementType, NumElements)];
685 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements);
703 VectorType *VectorType::get(Type *elementType, unsigned NumElements) {
704 Type *ElementType = const_cast<Type*>(elementType);
    [all...]
  /external/chromium_org/media/formats/webm/
webm_parser.cc 22 enum ElementType {
33 ElementType type_;
511 // Finds ElementType for a specific ID.
512 static ElementType FindIdType(int id,
619 static int ParseNonListElement(ElementType type, int id, int64 element_size,
804 ElementType id_type =
811 DVLOG(1) << "No ElementType info for ID 0x" << std::hex << id;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1011 QualType ElementType;
1014 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
1016 ElementType(elementType), Index(Idx) {
1022 static void ProfileRegion(llvm::FoldingSetNodeID& ID, QualType elementType,
1030 return ElementType;
1034 return ElementType;
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGExprCXX.cpp 753 QualType ElementType,
768 QualType::DestructionKind DtorKind = ElementType.isDestructedType();
795 pushIrregularPartialArrayCleanup(BeginPtr, EndOfInit, ElementType,
    [all...]
CGObjC.cpp 103 QualType ElementType = Context.getObjCIdType().withConst();
105 = Context.getConstantArrayType(ElementType, APNumElements,
127 ElementType,
140 ElementType,
149 ElementType,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 565 QualType ElementType;
571 ElementType = AType->getElementType();
577 ElementType = VType->getElementType();
582 ElementType = ILE->getType();
    [all...]
TreeTransform.h 673 QualType RebuildArrayType(QualType ElementType,
685 QualType RebuildConstantArrayType(QualType ElementType,
696 QualType RebuildIncompleteArrayType(QualType ElementType,
706 QualType RebuildVariableArrayType(QualType ElementType,
717 QualType RebuildDependentSizedArrayType(QualType ElementType,
728 QualType RebuildVectorType(QualType ElementType, unsigned NumElements,
736 QualType RebuildExtVectorType(QualType ElementType, unsigned NumElements,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/chromium_org/v8/src/
objects.h     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 2834 milliseconds