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

  /external/chromium_org/media/mp4/
es_descriptor.h 21 enum ObjectType {
  /external/proguard/src/proguard/classfile/attribute/preverification/
ObjectType.java 32 public class ObjectType extends VerificationType
39 * Creates an uninitialized ObjectType.
41 public ObjectType()
47 * Creates an ObjectType that points to the given class constant.
49 public ObjectType(int u2classIndex)
90 ObjectType other = (ObjectType)object;
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 243 const abi::__class_type_info *ObjectType = findBaseAtOffset(
247 ObjectType ? ObjectType->__type_name : "<unknown>");
  /external/chromium_org/ui/base/clipboard/
clipboard.h 141 // ObjectType designates the type of data to be stored in the clipboard. This
143 // is defined by FormatType. A single ObjectType might be represented by
145 // ObjectType maps to "text/plain", "STRING", and several other formats. On
147 enum ObjectType {
159 // ObjectMap is a map from ObjectType to associated data.
160 // The data is organized differently for each ObjectType. The following
189 typedef std::map<int /* ObjectType */, ObjectMapParams> ObjectMap;
331 void DispatchObject(ObjectType type, const ObjectMapParams& params);
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 312 QualType ObjectType = GetTypeFromParser(ObjectTypePtr);
318 if (!ObjectType.isNull()) {
321 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
322 LookupCtx = computeDeclContext(ObjectType);
323 isDependent = ObjectType->isDependentType();
394 QualType ObjectType,
405 if (!ObjectType.isNull()) {
408 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
409 LookupCtx = computeDeclContext(ObjectType);
410 isDependent = ObjectType->isDependentType()
    [all...]
SemaExprMember.cpp 585 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
588 SemaRef.LookupTemplateName(R, 0, SS, ObjectType, false, MOUS);
762 QualType objectType = baseObjectExpr->getType();
764 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
766 objectType = ptr->getPointeeType();
770 baseQuals = objectType.getQualifiers();
    [all...]
SemaExprCXX.cpp 318 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) {
319 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType)
324 QualType SearchType = GetTypeFromParser(ObjectType);
    [all...]
SemaTemplate.cpp 165 QualType ObjectType = ObjectTypePtr.get();
168 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
248 QualType ObjectType,
255 if (!ObjectType.isNull()) {
258 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
259 LookupCtx = computeDeclContext(ObjectType);
260 isDependent = ObjectType->isDependentType();
261 assert((isDependent || !ObjectType->isIncompleteType() ||
262 ObjectType->castAs<TagType>()->isBeingDefined()) &&
266 if (ObjectType->isObjCObjectOrInterfaceType())
    [all...]
SemaDecl.cpp 142 QualType ObjectType = ObjectTypePtr.get();
143 if (ObjectType->isRecordType())
144 LookupCtx = computeDeclContext(ObjectType);
    [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 435 QualType ObjectType = QualType(),
456 /// \param ObjectType If we're translating a template name within a member
470 QualType ObjectType = QualType(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 14 ObjectType = object
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 14 ObjectType = object
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 258 enum ObjectType {
262 static void getObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& args, ObjectType objectType)
273 switch (objectType) {
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 230 ObjectType[] exceptions;
232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) {
264 public ObjectType[] getExceptionTypes() { return exceptions; }
291 ObjectType superClass;
292 ObjectType[] superInterfaces;
294 TypeParameter(String sig, int nb, int ne, ObjectType sc, ObjectType[] si) {
312 public ObjectType getClassBound() { return superClass; }
319 public ObjectType[] getInterfaceBound() { return superInterfaces; }
361 ObjectType arg
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 279 Type *ObjectType = GVar->getType()->getElementType();
280 if (ObjectType->isSized()) {
287 Align = TD->getABITypeAlignment(ObjectType);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 209 OMX_BOOL ValidateParameters(OMX_U32 SampleRate, OMX_U32 numChannels, OMX_U32 BitRate, OMX_U32 ObjectType);
224 int ObjectType=0;
611 APP_EPRINT("Usage: test: [INFILE] [OUTFILE] [MONO/STEREO] [TESTCASE] [DASF/FILE] [SFREQ] [BITRATE] [OBJECTTYPE] [FRAMES] [IP_BUF] [OUT_BUF] [BITRATE] [FILEFORMAT] [ROBUSTNESS]\n");
984 ObjectType = atoi(argv[8]);
986 if( ( ObjectType != ObjectTypeLC) && (ObjectType != ObjectTypeHE) && (ObjectType != ObjectTypeHE2) )
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1031 milliseconds