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

  /external/webkit/Source/JavaScriptCore/runtime/
JSType.h 39 ObjectType = 8,
  /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/clang/lib/Sema/
SemaCXXScopeSpec.cpp 322 QualType ObjectType = GetTypeFromParser(ObjectTypePtr);
328 if (!ObjectType.isNull()) {
331 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
332 LookupCtx = computeDeclContext(ObjectType);
333 isDependent = ObjectType->isDependentType();
385 QualType ObjectType,
396 if (!ObjectType.isNull()) {
399 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
400 LookupCtx = computeDeclContext(ObjectType);
401 isDependent = ObjectType->isDependentType()
    [all...]
SemaExprMember.cpp 540 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0);
543 SemaRef.LookupTemplateName(R, 0, SS, ObjectType, false, MOUS);
699 QualType objectType = baseObjectExpr->getType();
701 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
703 objectType = ptr->getPointeeType();
707 baseQuals = objectType.getQualifiers();
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp 154 QualType ObjectType = ObjectTypePtr.get();
158 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
237 QualType ObjectType,
244 if (!ObjectType.isNull()) {
247 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
248 LookupCtx = computeDeclContext(ObjectType);
249 isDependent = ObjectType->isDependentType();
250 assert((isDependent || !ObjectType->isIncompleteType()) &&
271 if (!ObjectType.isNull() && Found.empty()) {
284 } else if (isDependent && (!S || ObjectType.isNull()))
    [all...]
SemaDecl.cpp 76 QualType ObjectType = ObjectTypePtr.get();
77 if (ObjectType->isRecordType())
78 LookupCtx = computeDeclContext(ObjectType);
    [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 387 QualType ObjectType = QualType(),
408 /// \param ObjectType If we're translating a template name within a member
422 QualType ObjectType = QualType(),
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 130 enum ObjectType {
134 static JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, ObjectType objectType)
148 switch (objectType) {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 183 enum ObjectType {
187 static v8::Handle<v8::Value> getObjectParameter(const v8::Arguments& args, ObjectType objectType)
199 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 106 Type *ObjectType = GV->getType()->getElementType();
111 Align = TD->getPrefTypeAlignment(ObjectType);
113 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...]
  /external/proguard/lib/
proguard.jar 

Completed in 641 milliseconds