Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/inspector/
Dremote-object-id.cc15 RemoteObjectIdBase::parseInjectedScriptId(const String16& objectId) { in parseInjectedScriptId() argument
17 protocol::StringUtil::parseJSON(objectId); in parseInjectedScriptId()
31 Response RemoteObjectId::parse(const String16& objectId, in parse() argument
35 remoteObjectId->parseInjectedScriptId(objectId); in parse()
47 Response RemoteCallFrameId::parse(const String16& objectId, in parse() argument
51 remoteCallFrameId->parseInjectedScriptId(objectId); in parse()
Dinjected-script-native.cc64 void InjectedScriptNative::addObjectToGroup(int objectId, in addObjectToGroup() argument
67 if (objectId <= 0) return; in addObjectToGroup()
68 m_idToObjectGroupName[objectId] = groupName; in addObjectToGroup()
70 objectId); // Creates an empty vector if key is not there in addObjectToGroup()
81 String16 InjectedScriptNative::groupName(int objectId) const { in groupName()
82 if (objectId <= 0) return String16(); in groupName()
84 m_idToObjectGroupName.find(objectId); in groupName()
Dv8-runtime-agent-impl.h72 const String16& objectId, const String16& expression,
78 Response releaseObject(const String16& objectId) override;
80 const String16& objectId, Maybe<bool> ownProperties,
Dinjected-script-native.h30 String16 groupName(int objectId) const;
33 void addObjectToGroup(int objectId, const String16& groupName);
Dv8-inspector-session-impl.cc228 RemoteObjectIdBase* objectId, InjectedScript*& injectedScript) { in findInjectedScript() argument
229 return findInjectedScript(objectId->contextId(), injectedScript); in findInjectedScript()
256 std::unique_ptr<StringBuffer>* error, const StringView& objectId, in unwrapObject() argument
260 Response response = unwrapObject(toString16(objectId), object, context, in unwrapObject()
273 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId, in unwrapObject() argument
278 Response response = RemoteObjectId::parse(objectId, &remoteId); in unwrapObject()
Dinjected-script.cc159 void InjectedScript::releaseObject(const String16& objectId) { in releaseObject() argument
161 protocol::StringUtil::parseJSON(objectId); in releaseObject()
267 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject() argument
269 *outObject = m_native->objectForId(objectId.id()); in findObject()
275 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const { in objectGroupName()
276 return m_native->groupName(objectId.id()); in objectGroupName()
Dv8-runtime-agent-impl.cc348 const String16& objectId, const String16& expression, in callFunctionOn() argument
354 objectId); in callFunctionOn()
443 const String16& objectId, Maybe<bool> ownProperties, in getProperties() argument
453 objectId); in getProperties()
502 Response V8RuntimeAgentImpl::releaseObject(const String16& objectId) { in releaseObject() argument
504 objectId); in releaseObject()
507 scope.injectedScript()->releaseObject(objectId); in releaseObject()
Dv8-inspector-session-impl.h60 Response unwrapObject(const String16& objectId, v8::Local<v8::Value>*,
83 bool unwrapObject(std::unique_ptr<StringBuffer>*, const StringView& objectId,
Dv8-heap-profiler-agent-impl.h43 Response getHeapObjectId(const String16& objectId,
Dv8-heap-profiler-agent-impl.cc270 const String16& objectId, String16* heapSnapshotObjectId) { in getHeapObjectId() argument
275 m_session->unwrapObject(objectId, &value, &context, nullptr); in getHeapObjectId()
Dinjected-script.h67 void releaseObject(const String16& objectId);
Dinjected-script-source.js757 this.objectId = injectedScript._bind(object, objectGroupName);
/external/autotest/frontend/client/src/autotest/common/ui/
DDetailView.java103 String objectId = getObjectId(); in getHistoryArguments() local
104 if (!objectId.equals(NO_OBJECT)) { in getHistoryArguments()
105 arguments.put("object_id", objectId); in getHistoryArguments()
112 String objectId = arguments.get("object_id"); in handleHistoryArguments() local
113 if (objectId == null) { in handleHistoryArguments()
119 updateObjectId(objectId); in handleHistoryArguments()
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java408 + objectId(contextClassLoader)); in getFactory()
695 logDiagnostic("Releasing factory for classloader " + objectId(classLoader)); in release()
1024 "Created object " + objectId(result)
1025 + " to manage classloader " + objectId(contextClassLoader));
1080 + " from classloader " + objectId(classLoader));
1097 … + " loaded from classloader " + objectId(logFactoryClass.getClassLoader())
1112 + "' via classloader " + objectId(classLoader));
1123 + " via classloader " + objectId(classLoader)
1202 + objectId(classLoader)
1540 classLoaderName = objectId(classLoader);
[all …]
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java484 classLoaderName = objectId(classLoader); in initDiagnostics()
986 + objectId(currentCL)); in createLogFromClass()
1020 + objectId(currentCL) in createLogFromClass()
1079 + objectId(currentCL) in createLogFromClass()
1095 + objectId(currentCL) in createLogFromClass()
1133 + "' from classloader " + objectId(currentCL) in createLogFromClass()
1140 + "' from classloader " + objectId(logAdapterClass.getClassLoader()) in createLogFromClass()
1349 + objectId(badClassLoader) in handleFlawedHierarchy()
1352 + objectId(logInterfaceClassLoader)); in handleFlawedHierarchy()
/external/javassist/src/main/javassist/tools/rmi/
DSample.java25 private int objectId; field in Sample
28 return importer.call(objectId, identifier, args); in forward()
DAppletServer.java149 int objectId = in.readInt(); in processRMI() local
155 = (ExportedObject)exportedObjects.elementAt(objectId); in processRMI()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DKeyDerivationFunc.java16 ASN1ObjectIdentifier objectId, in KeyDerivationFunc() argument
19 this.algId = new AlgorithmIdentifier(objectId, parameters); in KeyDerivationFunc()
DEncryptionScheme.java16 ASN1ObjectIdentifier objectId, in EncryptionScheme() argument
19 this.algId = new AlgorithmIdentifier(objectId, parameters); in EncryptionScheme()
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h213 AudioObjectID objectId,
218 OSStatus implObjectListenerProc(AudioObjectID objectId,
224 int32_t HandleStreamFormatChange(AudioObjectID objectId,
227 int32_t HandleDataSourceChange(AudioObjectID objectId,
Daudio_device_mac.cc2082 AudioObjectID objectId, in objectListenerProc() argument
2089 ptrThis->implObjectListenerProc(objectId, numberAddresses, addresses); in objectListenerProc()
2096 const AudioObjectID objectId, in implObjectListenerProc() argument
2106 HandleStreamFormatChange(objectId, addresses[i]); in implObjectListenerProc()
2108 HandleDataSourceChange(objectId, addresses[i]); in implObjectListenerProc()
2179 const AudioObjectID objectId, in HandleStreamFormatChange() argument
2185 if (objectId != _inputDeviceID && objectId != _outputDeviceID) { in HandleStreamFormatChange()
2193 objectId, &propertyAddress, 0, NULL, &size, &streamFormat)); in HandleStreamFormatChange()
2274 const AudioObjectID objectId, in HandleDataSourceChange() argument
2286 objectId, &propertyAddress, 0, NULL, &size, &dataSource)); in HandleDataSourceChange()
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
DLogFactory.java333 public static String objectId(Object o) { in objectId() method in LogFactory
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java526 String objectId = arguments.get("object_id"); in handleHistoryArguments() local
528 if (objectId != null) { in handleHistoryArguments()
530 updateObjectId(objectId); in handleHistoryArguments()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py98 objectId = id(glyph)
99 if objectId not in glyphDict:
107 glyphDict[objectId] = dataLoc
109 dataLoc = glyphDict[objectId]
/external/v8/include/
Dv8-inspector.h155 const StringView& objectId, v8::Local<v8::Value>*,

12