Home
last modified time | relevance | path

Searched defs:objectId (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/inspector/
Dremote-object-id.cc15 RemoteObjectIdBase::parseInjectedScriptId(const String16& objectId) { in parseInjectedScriptId()
31 Response RemoteObjectId::parse(const String16& objectId, in parse()
47 Response RemoteCallFrameId::parse(const String16& objectId, in parse()
Dv8-inspector-session-impl.cc228 RemoteObjectIdBase* objectId, InjectedScript*& injectedScript) { in findInjectedScript()
256 std::unique_ptr<StringBuffer>* error, const StringView& objectId, in unwrapObject()
273 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId, in unwrapObject()
Dinjected-script-native.cc64 void InjectedScriptNative::addObjectToGroup(int objectId, in addObjectToGroup()
Dv8-runtime-agent-impl.cc348 const String16& objectId, const String16& expression, in callFunctionOn()
443 const String16& objectId, Maybe<bool> ownProperties, in getProperties()
502 Response V8RuntimeAgentImpl::releaseObject(const String16& objectId) { in releaseObject()
Dinjected-script.cc159 void InjectedScript::releaseObject(const String16& objectId) { in releaseObject()
267 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject()
Dv8-heap-profiler-agent-impl.cc270 const String16& objectId, String16* heapSnapshotObjectId) { in getHeapObjectId()
/external/autotest/frontend/client/src/autotest/common/ui/
DDetailView.java103 String objectId = getObjectId(); in getHistoryArguments() local
112 String objectId = arguments.get("object_id"); in handleHistoryArguments() local
/external/javassist/src/main/javassist/tools/rmi/
DSample.java25 private int objectId; field in Sample
DAppletServer.java149 int objectId = in.readInt(); in processRMI() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DKeyDerivationFunc.java16 ASN1ObjectIdentifier objectId, in KeyDerivationFunc()
DEncryptionScheme.java16 ASN1ObjectIdentifier objectId, in EncryptionScheme()
/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/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc2082 AudioObjectID objectId, in objectListenerProc()
2096 const AudioObjectID objectId, in implObjectListenerProc()
2179 const AudioObjectID objectId, in HandleStreamFormatChange()
2274 const AudioObjectID objectId, in HandleDataSourceChange()
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java526 String objectId = arguments.get("object_id"); in handleHistoryArguments() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp445 size_t RawUpdateRegistry::getWriteObjectOffset (const deUint32 objectId) in getWriteObjectOffset()