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

  /dalvik/vm/
IndirectRefTable.cpp 186 static int findObject(const Object* obj, int bottomIndex, int topIndex,
197 return findObject(obj, 0, segmentState.parts.topIndex, table_) >= 0;
253 int i = findObject(reinterpret_cast<Object*>(iref), bottomIndex, topIndex, table_);
  /dalvik/hit/src/com/android/hit/
Queries.java 40 * object findObject
44 * reachableFrom make a call to findObject to get the target
49 * rootsTo make a call to findObject on the leaf node
193 public static Instance findObject(State state, String id) {
  /frameworks/base/libs/binder/
Binder.cpp 156 void* BBinder::findObject(const void* objectID) const
BpBinder.cpp 295 void* BpBinder::findObject(const void* objectID) const
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 790 tag = (TagEndpoint) findObject(nativeHandle);
813 tag = (TagEndpoint) findObject(nativeHandle);
844 tag = (TagEndpoint) findObject(nativeHandle);
865 TagEndpoint tag = (TagEndpoint) findObject(nativeHandle);
883 tag = (TagEndpoint) findObject(nativeHandle);
901 tag = (TagEndpoint) findObject(nativeHandle);
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
org-netbeans-api-visual.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 391 milliseconds