HomeSort by relevance Sort by last modified time
    Searched full:objectid (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/wilhelm/src/itf/
IEngine.c 762 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces,
779 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces)
786 const ClassTable *clazz = objectIDtoClass(objectID);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler.cc 34 object_ids.insert(invalidation::ObjectId(
42 bool ObjectIdToExtensionAndSubchannel(const invalidation::ObjectId& object_id,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptManager.cpp 98 InjectedScript InjectedScriptManager::injectedScriptForObjectId(const String& objectId)
100 RefPtr<JSONValue> parsedObjectId = parseJSON(objectId);
InjectedScriptExterns.js 69 InjectedScriptHostClass.prototype.objectId = function(object) { }
InspectorHeapProfilerAgent.h 73 virtual void getHeapObjectId(ErrorString*, const String& objectId, String* heapSnapshotObjectId);
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 149 int objectId = in.readInt();
155 = (ExportedObject)exportedObjects.elementAt(objectId);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
HeightfieldCollisionShape.java 106 objectId = createShape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges);
107 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId));
  /external/chromium_org/chrome/browser/invalidation/
invalidator_storage_unittest.cc 56 const invalidation::ObjectId kBookmarksId_;
57 const invalidation::ObjectId kPreferencesId_;
58 const invalidation::ObjectId kAppNotificationsId_;
59 const invalidation::ObjectId kAutofillId_;
206 invalidation::ObjectId valid_id(42, "this should work");
invalidation_service.h 96 virtual void AcknowledgeInvalidation(const invalidation::ObjectId& id,
ticl_invalidation_service.h 58 const invalidation::ObjectId& id,
  /external/chromium_org/sync/notifier/
sync_invalidation_listener.cc 136 void SyncInvalidationListener::Acknowledge(const invalidation::ObjectId& id,
174 const invalidation::ObjectId& id = invalidation.object_id();
213 const invalidation::ObjectId& object_id,
306 const invalidation::ObjectId& object_id,
321 const invalidation::ObjectId& object_id,
invalidation_notifier.h 60 virtual void Acknowledge(const invalidation::ObjectId& id,
invalidator_registrar.cc 146 const invalidation::ObjectId& id) {
p2p_invalidator.h 108 virtual void Acknowledge(const invalidation::ObjectId& id,
  /dalvik/vm/jdwp/
JdwpEvent.cpp 106 ObjectId threadId; /* ThreadOnly */
111 ObjectId thisPtr; /* InstanceOnly */
515 if (pMod->instanceOnly.objectId != basket->thisPtr)
654 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId)
747 ObjectId threadId = dvmDbgGetThreadSelfId();
810 ObjectId thisPtr, int eventFlags)
919 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start)
1022 ObjectId exceptionId, RefTypeId exceptionClassId,
1023 const JdwpLocation* pCatchLoc, ObjectId thisPtr)
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 133 rayCasterId = createVehicleRaycaster(objectId, space.getSpaceId());
135 vehicleId = createRaycastVehicle(objectId, rayCasterId);
143 private native long createVehicleRaycaster(long objectId, long physicsSpaceId);
145 private native long createRaycastVehicle(long objectId, long rayCasterId);
147 private native void setCoordinateSystem(long objectId, int a, int b, int c);
149 private native int addWheel(long objectId, Vector3f location, Vector3f direction, Vector3f axle, float restLength, float radius, VehicleTuning tuning, boolean frontWheel);
495 private native void getForwardVector(long objectId, Vector3f vector);
  /external/eigen/unsupported/test/
openglsupport.cpp 57 void printInfoLog(GLuint objectID)
61 glGetProgramiv(objectID,GL_INFO_LOG_LENGTH, &infologLength);
65 glGetProgramInfoLog(objectID, infologLength, &charsWritten, infoLog);
  /frameworks/base/services/java/com/android/server/am/
ProviderMap.java 333 int objectId = 0;
337 objectId = Integer.parseInt(name, 16);
354 } else if (System.identityHashCode(r1) == objectId) {
  /frameworks/wilhelm/src/
locks.c 165 SLuint32 objectID = IObjectToObjectID(thiz);
166 SLuint32 index = objectID;
207 if (SL_OBJECTID_AUDIOPLAYER == objectID) {
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 82 const invalidation::ObjectId& object_id,
registration_manager.cc 219 invalidation::ObjectId object_id;
232 invalidation::ObjectId object_id;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RemoteObject.java 51 short objectId;
  /external/lzma/CPP/Windows/
FileFind.h 41 DWORD ObjectID;
  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 417 tags.objectId = eTags->objectId;
469 eTags->objectId = tags.objectId;
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.h 109 void Register(int64 timestamp, const invalidation::ObjectId& object_id);
163 invalidation::ObjectId object_id_;

Completed in 1206 milliseconds

1 2 3 4 5 6 7 891011>>