HomeSort by relevance Sort by last modified time
    Searched defs:objectId (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/javassist/src/main/javassist/tools/rmi/
Sample.java 25 private int objectId;
28 return importer.call(objectId, identifier, args);
AppletServer.java 149 int objectId = in.readInt();
155 = (ExportedObject)exportedObjects.elementAt(objectId);
  /external/yaffs2/yaffs2/
yaffs_packedtags1.h 12 unsigned objectId:18;
yaffs_packedtags2.h 11 unsigned objectId;
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;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AlgorithmIdentifier.java 17 private ASN1ObjectIdentifier objectId;
52 ASN1ObjectIdentifier objectId)
54 this.objectId = objectId;
59 * @param objectId
62 String objectId)
64 this.objectId = new ASN1ObjectIdentifier(objectId);
69 * @param objectId
72 DERObjectIdentifier objectId)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PBES2Algorithms.java 18 private ASN1ObjectIdentifier objectId;
29 objectId = (ASN1ObjectIdentifier)e.nextElement();
51 return objectId;
69 v.add(objectId);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfo.java 42 public String objectId;
77 if (!TextUtils.equals(objectId, other.objectId)) return false;
86 .add("photoUri", photoUri).add("objectId", objectId).toString();
  /art/runtime/jdwp/
jdwp_event.h 45 ObjectId threadId;
76 ObjectId threadId;
82 ObjectId objectId;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapter.java 37 public static final String INVALIDATION_OBJECT_ID_KEY = "objectId";
134 final String objectId = syncAllTypes ? "" : extras.getString(INVALIDATION_OBJECT_ID_KEY);
153 Log.v(TAG, "Received sync tickle for " + resolvedSource + " " + objectId + ".");
154 requestSync(resolvedSource, objectId, version, payload);
171 public void requestSync(int objectSource, String objectId, long version, String payload) {
173 .requestSyncFromNativeChrome(objectSource, objectId, version, payload);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationPreferences.java 16 import com.google.ipc.invalidation.external.client.types.ObjectId;
119 public Set<ObjectId> getSavedObjectIds() {
125 Set<ObjectId> objectIds = new HashSet<ObjectId>(objectIdStrings.size());
127 ObjectId objectId = getObjectId(objectIdString);
128 if (objectId != null) {
129 objectIds.add(objectId);
136 public void setObjectIds(EditContext editContext, Collection<ObjectId> objectIds) {
139 for (ObjectId objectId : objectIds)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptExterns.js 65 InjectedScriptHostClass.prototype.objectId = function(object) { }
InjectedScriptSource.js 294 var objectId = this._wrapObject(object, "");
297 InjectedScriptHost.inspect(objectId, hints);
335 var objectId = "{\"injectedScriptId\":" + injectedScriptId + ",\"id\":" + id + "}";
345 return objectId;
349 * @param {string} objectId
352 _parseObjectId: function(objectId)
354 return nullifyObjectProto(InjectedScriptHost.evaluate("(" + objectId + ")"));
387 * @param {string} objectId
392 getProperties: function(objectId, ownProperties, accessorPropertiesOnly)
394 var parsedObjectId = this._parseObjectId(objectId);
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 53 public final int objectId;
59 public static ThreadEvent start(int objectId, int threadId, String threadName,
61 return new ThreadEvent(ThreadEventType.START, objectId, threadId,
69 private ThreadEvent(ThreadEventType type, int objectId, int threadId,
75 this.objectId = objectId;
84 this.objectId = -1;
93 result = 31 * result + objectId;
111 && this.objectId == event.objectId
    [all...]
BinaryHprofReader.java 321 int objectId = readId();
331 System.out.println("\tobjectId=" + objectId);
338 = HprofData.ThreadEvent.start(objectId, threadId,
  /frameworks/base/services/core/java/com/android/server/am/
ProviderMap.java 333 int objectId = 0;
337 objectId = Integer.parseInt(name, 16);
354 } else if (System.identityHashCode(r1) == objectId) {
ActiveServices.java     [all...]
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 18 import com.google.ipc.invalidation.external.client.types.ObjectId;
81 Set<ObjectId> regAccumulator = new HashSet<ObjectId>();
82 Set<ObjectId> unregAccumulator = new HashSet<ObjectId>();
95 InvalidationService.computeRegistrationOps(new HashSet<ObjectId>(),
96 new HashSet<ObjectId>(), regAccumulator, unregAccumulator);
102 Set<ObjectId> desiredTypes =
106 new HashSet<ObjectId>(),
112 new HashSet<ObjectId>(regAccumulator))
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 126 final int objectId = 2;
127 ThreadEvent start1 = ThreadEvent.start(objectId, threadId,
165 final int objectId = 3;
177 ThreadEvent start = ThreadEvent.start(objectId, threadId,
235 assertEquals(-1, event.objectId);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eventsys.h     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 

Completed in 694 milliseconds

1 2 3