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

1 2 3 4 5 6

  /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/v8/src/inspector/
remote-object-id.cc 15 RemoteObjectIdBase::parseInjectedScriptId(const String16& objectId) {
17 protocol::StringUtil::parseJSON(objectId);
31 Response RemoteObjectId::parse(const String16& objectId,
35 remoteObjectId->parseInjectedScriptId(objectId);
47 Response RemoteCallFrameId::parse(const String16& objectId,
51 remoteCallFrameId->parseInjectedScriptId(objectId);
injected-script-native.h 30 String16 groupName(int objectId) const;
33 void addObjectToGroup(int objectId, const String16& groupName);
injected-script-native.cc 64 void InjectedScriptNative::addObjectToGroup(int objectId,
67 if (objectId <= 0) return;
68 m_idToObjectGroupName[objectId] = groupName;
70 objectId); // Creates an empty vector if key is not there
81 String16 InjectedScriptNative::groupName(int objectId) const {
82 if (objectId <= 0) return String16();
84 m_idToObjectGroupName.find(objectId);
v8-runtime-agent-impl.h 72 const String16& objectId, const String16& expression,
78 Response releaseObject(const String16& objectId) override;
80 const String16& objectId, Maybe<bool> ownProperties,
v8-heap-profiler-agent-impl.h 43 Response getHeapObjectId(const String16& objectId,
v8-inspector-session-impl.h 60 Response unwrapObject(const String16& objectId, v8::Local<v8::Value>*,
83 bool unwrapObject(std::unique_ptr<StringBuffer>*, const StringView& objectId,
v8-inspector-session-impl.cc 228 RemoteObjectIdBase* objectId, InjectedScript*& injectedScript) {
229 return findInjectedScript(objectId->contextId(), injectedScript);
256 std::unique_ptr<StringBuffer>* error, const StringView& objectId,
260 Response response = unwrapObject(toString16(objectId), object, context,
273 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId,
278 Response response = RemoteObjectId::parse(objectId, &remoteId);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptionScheme.java 16 ASN1ObjectIdentifier objectId,
19 this.algId = new AlgorithmIdentifier(objectId, parameters);
KeyDerivationFunc.java 16 ASN1ObjectIdentifier objectId,
19 this.algId = new AlgorithmIdentifier(objectId, parameters);
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Parser.java 173 long objectId = hprof.getId();
178 AhatClassObj classObj = new AhatClassObj(objectId, clrClassName);
235 long objectId = hprof.getId();
237 roots.add(new RootData(objectId, RootType.JNI_GLOBAL));
242 long objectId = hprof.getId();
245 roots.add(new RootData(objectId, RootType.JNI_LOCAL));
250 long objectId = hprof.getId();
253 roots.add(new RootData(objectId, RootType.JAVA_FRAME));
258 long objectId = hprof.getId();
260 roots.add(new RootData(objectId, RootType.NATIVE_STACK))
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
DetailView.java 103 String objectId = getObjectId();
104 if (!objectId.equals(NO_OBJECT)) {
105 arguments.put("object_id", objectId);
112 String objectId = arguments.get("object_id");
113 if (objectId == null) {
119 updateObjectId(objectId);
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
ContactInfo.java 60 public String objectId;
126 if (!TextUtils.equals(objectId, other.objectId)) {
170 + ", objectId='"
171 + objectId
CachedNumberLookupService.java 50 boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId);
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 408 + objectId(contextClassLoader));
695 logDiagnostic("Releasing factory for classloader " + objectId(classLoader));
    [all...]
  /art/runtime/jdwp/
jdwp_event.h 45 ObjectId threadId;
76 ObjectId threadId;
82 ObjectId objectId;
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 484 classLoaderName = objectId(classLoader);
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogFactory.java 333 public static String objectId(Object o) {
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 213 AudioObjectID objectId,
218 OSStatus implObjectListenerProc(AudioObjectID objectId,
224 int32_t HandleStreamFormatChange(AudioObjectID objectId,
227 int32_t HandleDataSourceChange(AudioObjectID objectId,
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 

Completed in 797 milliseconds

1 2 3 4 5 6