/external/chromium_org/third_party/angle/src/common/ |
RefCountObject.h | 56 template <class ObjectType> 60 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); } 61 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } 62 ObjectType *operator -> () const { return get(); }
|
/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;
|
VerificationTypeFactory.java | 106 * Creates a new ObjectType of the given type. 108 public static ObjectType createObjectType(int classIndex) 110 return new ObjectType(classIndex);
|
/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/chromium_org/media/mp4/ |
es_descriptor.h | 21 enum ObjectType {
|
/external/compiler-rt/lib/ubsan/ |
ubsan_type_hash.cc | 243 const abi::__class_type_info *ObjectType = findBaseAtOffset( 247 ObjectType ? ObjectType->__type_name : "<unknown>");
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
VerificationTypeVisitor.java | 41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); 51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); 61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
|
/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/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...] |
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...] |
SemaDeclObjC.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...] |
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...] |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 76 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, 91 TemplateName, ObjectType, EnteringContext, 157 /// \param ObjectType if this nested-name-specifier is being parsed following 181 ParsedType ObjectType, 259 ObjectType = ParsedType(); 284 if (!HasScopeSpecifier && !ObjectType) 296 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, 329 ObjectType, EnteringContext, 406 Next.getLocation(), ObjectType, 423 II, ObjectType)) { [all...] |
ParseExpr.cpp | [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_dispatcher_host.cc | 299 template <typename ObjectType> 300 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess( 301 IDMap<ObjectType, IDMapOwnPointer>* map, 304 ObjectType* return_object = map->Lookup(ipc_return_object_id); 314 template <typename ObjectType> 315 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess( 316 RefIDMap<ObjectType>* map, 319 ObjectType* return_object = map->Lookup(ipc_return_object_id); [all...] |
/external/chromium_org/tools/json_schema_compiler/test/ |
error_generation_unittest.cc | 145 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ObjectType>(*value))); 151 GetPopulateError<ObjectType>(*value)));
|
/external/chromium_org/ui/base/clipboard/ |
clipboard.h | 142 // ObjectType designates the type of data to be stored in the clipboard. This 144 // is defined by FormatType. A single ObjectType might be represented by 146 // ObjectType maps to "text/plain", "STRING", and several other formats. On 148 enum ObjectType { 158 // ObjectMap is a map from ObjectType to associated data. 159 // The data is organized differently for each ObjectType. The following 180 typedef std::map<int /* ObjectType */, ObjectMapParams> ObjectMap; 319 void DispatchObject(ObjectType type, const ObjectMapParams& params);
|
clipboard.cc | 108 void Clipboard::DispatchObject(ObjectType type, const ObjectMapParams& params) {
|
clipboard_android.cc | 220 DispatchObject(static_cast<ObjectType>(iter->first), iter->second);
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 281 void ExprEngine::VisitCXXDestructor(QualType ObjectType, 294 DestVal = makeZeroElementRegion(State, DestVal, ObjectType); 297 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
|
/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/src/proguard/classfile/util/ |
SimplifiedVisitor.java | 606 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) 608 visitAnyVerificationType(clazz, method, codeAttribute, offset, objectType); 660 public void visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) 662 visitObjectType(clazz, method, codeAttribute, offset, objectType); 715 public void visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) 717 visitObjectType(clazz, method, codeAttribute, offset, objectType);
|
/external/clang/include/clang/Parse/ |
Parser.h | [all...] |