/external/v8/src/inspector/ |
D | remote-object-id.cc | 15 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()
|
D | injected-script-native.cc | 64 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()
|
D | 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,
|
D | injected-script-native.h | 30 String16 groupName(int objectId) const; 33 void addObjectToGroup(int objectId, const String16& groupName);
|
D | v8-inspector-session-impl.cc | 228 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()
|
D | injected-script.cc | 159 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()
|
D | v8-runtime-agent-impl.cc | 348 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()
|
D | 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,
|
D | v8-heap-profiler-agent-impl.h | 43 Response getHeapObjectId(const String16& objectId,
|
D | v8-heap-profiler-agent-impl.cc | 270 const String16& objectId, String16* heapSnapshotObjectId) { in getHeapObjectId() argument 275 m_session->unwrapObject(objectId, &value, &context, nullptr); in getHeapObjectId()
|
D | injected-script.h | 67 void releaseObject(const String16& objectId);
|
D | injected-script-source.js | 757 this.objectId = injectedScript._bind(object, objectGroupName);
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | DetailView.java | 103 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/ |
D | LogFactory.java | 408 + 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/ |
D | LogFactoryImpl.java | 484 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/ |
D | Sample.java | 25 private int objectId; field in Sample 28 return importer.call(objectId, identifier, args); in forward()
|
D | AppletServer.java | 149 int objectId = in.readInt(); in processRMI() local 155 = (ExportedObject)exportedObjects.elementAt(objectId); in processRMI()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | KeyDerivationFunc.java | 16 ASN1ObjectIdentifier objectId, in KeyDerivationFunc() argument 19 this.algId = new AlgorithmIdentifier(objectId, parameters); in KeyDerivationFunc()
|
D | EncryptionScheme.java | 16 ASN1ObjectIdentifier objectId, in EncryptionScheme() argument 19 this.algId = new AlgorithmIdentifier(objectId, parameters); in EncryptionScheme()
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.h | 213 AudioObjectID objectId, 218 OSStatus implObjectListenerProc(AudioObjectID objectId, 224 int32_t HandleStreamFormatChange(AudioObjectID objectId, 227 int32_t HandleDataSourceChange(AudioObjectID objectId,
|
D | audio_device_mac.cc | 2082 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/ |
D | LogFactory.java | 333 public static String objectId(Object o) { in objectId() method in LogFactory
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | HostDetailView.java | 526 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/ |
D | E_B_D_T_.py | 98 objectId = id(glyph) 99 if objectId not in glyphDict: 107 glyphDict[objectId] = dataLoc 109 dataLoc = glyphDict[objectId]
|
/external/v8/include/ |
D | v8-inspector.h | 155 const StringView& objectId, v8::Local<v8::Value>*,
|