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

  /external/clang/test/CodeGenCXX/
debug-info-dup-fwd-decl.cpp 11 return reserved->objectID;
15 unsigned objectID;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 43 static PassRefPtr<ProxyInstance> create(PassRefPtr<JSC::Bindings::RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID)
45 return adoptRef(new ProxyInstance(rootObject, instanceProxy, objectID));
57 uint32_t objectID() const { return m_objectID; }
60 ProxyInstance(PassRefPtr<JSC::Bindings::RootObject>, NetscapePluginInstanceProxy*, uint32_t objectID);
  /frameworks/wilhelm/tests/sandbox/
object.c 40 SLuint32 objectID;
47 for (objectID = FIRST_VALID - 1; objectID <= LAST_VALID + 1; ++objectID) {
48 printf("object ID %x", objectID);
49 const char *string = slesutObjectIDToString(objectID);
53 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, NULL);
56 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID,
61 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, 0,
70 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, i, NULL)
    [all...]
  /frameworks/wilhelm/src/
locks.c 165 SLuint32 objectID = IObjectToObjectID(thiz);
166 SLuint32 index = objectID;
207 if (SL_OBJECTID_AUDIOPLAYER == objectID) {
  /frameworks/base/graphics/java/android/renderscript/
FileA3D.java 143 int objectID = rs.nFileA3DGetEntryByIndex(entry.mID, entry.mIndex);
144 if(objectID == 0) {
150 entry.mLoadedObj = new Mesh(objectID, rs);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 197 milliseconds