/external/yaffs2/yaffs2/ |
yaffs_tagscompat.c | 417 tags.objectId = eTags->objectId; 469 eTags->objectId = tags.objectId;
|
yaffs_checkptrw.c | 108 dev->checkpointNextBlock = tags.objectId; 191 tags.objectId = dev->checkpointNextBlock; /* Hint to next place to look */
|
yaffs_guts.h | 138 unsigned objectId:18; 173 unsigned objectId; /* If 0 then this is not part of an object (unused) */ 436 __u32 objectId; /* the object id value */ 494 __u32 objectId;
|
yaffs_fs.c | 334 yaffs_InodeToObject(dir)->objectId, dentry->d_name.name)); 347 (KERN_DEBUG "yaffs_lookup found %d\n", obj->objectId)); 463 (KERN_DEBUG "yaffs_file_flush object %d (%s)\n", obj->objectId, 703 inode->i_ino = obj->objectId; 789 (KERN_DEBUG "yaffs_get_inode for object %d\n", obj->objectId)); 791 inode = iget(sb, obj->objectId); 830 n, obj->objectId, ipos)); 974 parent->objectId, parent->variantType)); 1031 obj->objectId, atomic_read(&inode->i_count))); 1256 yaffs_InodeToObject(inode)->objectId)); [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
registration_manager.cc | 219 invalidation::ObjectId object_id; 232 invalidation::ObjectId object_id;
|
chrome_invalidation_client.cc | 190 const invalidation::ObjectId& object_id,
|
chrome_invalidation_client_unittest.cc | 83 const invalidation::ObjectId object_id(
|
/external/jmonkeyengine/engine/src/bullet-native/ |
com_jme3_bullet_objects_PhysicsVehicle.cpp | 87 (JNIEnv *env, jobject object, jlong objectId, jlong casterId) { 89 btRigidBody* body = reinterpret_cast<btRigidBody*>(objectId);
|
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 403 + objectId(contextClassLoader)); 690 logDiagnostic("Releasing factory for classloader " + objectId(classLoader)); [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 479 classLoaderName = objectId(classLoader); [all...] |
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 215 pt->t.objectId = SWAP32(pt->t.objectId); 237 t.objectId = objId;
|
mkyaffsimage.c | 248 t.objectId = objId;
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 321 int objectId = readId(); 331 System.out.println("\tobjectId=" + objectId); 338 = HprofData.ThreadEvent.start(objectId, threadId,
|
BinaryHprofWriter.java | 118 writeId(e.objectId);
|
/external/javassist/src/main/javassist/tools/rmi/ |
ObjectImporter.java | 201 public Object call(int objectid, int methodid, Object[] args) 232 dout.writeInt(objectid);
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/ |
RigidBodyMotionState.java | 162 private native void finalizeNative(long objectId);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorDOMAgent.h | 130 void pushNodeToFrontend(ErrorString*, const String& objectId, int* nodeId);
|
Inspector.json | 137 { "name": "objectId", "type": "string", "optional": true, "description": "Unique object identifier (for non-primitive values)." }, 168 { "name": "objectId", "type": "string", "description": "Identifier of the object to evaluate expression on." }, 179 { "name": "objectId", "type": "string", "description": "Identifier of the object to return properties for." }, 190 { "name": "objectId", "type": "string", "description": "Identifier of the object to set property on." }, 199 { "name": "objectId", "type": "string", "description": "Identifier of the object to release." } [all...] |
InspectorDOMAgent.cpp | 989 void InspectorDOMAgent::pushNodeToFrontend(ErrorString*, const String& objectId, int* nodeId) 991 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId); 992 Node* node = injectedScript.nodeForObjectId(objectId); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
/external/webkit/Source/WebCore/inspector/front-end/ |
DOMAgent.js | 384 pushNodeToFrontend: function(objectId, callback) 386 this._dispatchWhenDocumentAvailable(DOMAgent.pushNodeToFrontend.bind(DOMAgent), objectId, callback);
|
ExtensionServer.js | 62 notifyObjectSelected: function(panelId, objectId) 64 this._postNotification("panel-objectSelected-" + panelId, objectId);
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
ProxyInstance.mm | 114 ProxyInstance::ProxyInstance(PassRefPtr<RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID) 117 , m_objectID(objectID)
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 833 buf->st_ino = obj->objectId; 1304 dsc->de.d_ino = yaffs_GetEquivalentObject(dsc->nextReturn)->objectId;
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 168 'offsetPoint', 'offset', 'objectID', 'objectEncoding', 'numLock',
|