Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 25 of 28) 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()
Dv8-runtime-agent-impl.h75 const String16& expression, Maybe<String16> objectId,
82 Response releaseObject(const String16& objectId) override;
84 const String16& objectId, Maybe<bool> ownProperties,
Dv8-inspector-session-impl.cc219 RemoteObjectIdBase* objectId, InjectedScript*& injectedScript) { in findInjectedScript() argument
220 return findInjectedScript(objectId->contextId(), injectedScript); in findInjectedScript()
237 std::unique_ptr<StringBuffer>* error, const StringView& objectId, in unwrapObject() argument
241 Response response = unwrapObject(toString16(objectId), object, context, in unwrapObject()
254 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId, in unwrapObject() argument
259 Response response = RemoteObjectId::parse(objectId, &remoteId); in unwrapObject()
Dv8-runtime-agent-impl.cc322 const String16& expression, Maybe<String16> objectId, in callFunctionOn() argument
328 if (objectId.isJust() && executionContextId.isJust()) { in callFunctionOn()
333 if (!objectId.isJust() && !executionContextId.isJust()) { in callFunctionOn()
338 if (objectId.isJust()) { in callFunctionOn()
339 InjectedScript::ObjectScope scope(m_session, objectId.fromJust()); in callFunctionOn()
378 const String16& objectId, Maybe<bool> ownProperties, in getProperties() argument
387 InjectedScript::ObjectScope scope(m_session, objectId); in getProperties()
439 Response V8RuntimeAgentImpl::releaseObject(const String16& objectId) { in releaseObject() argument
440 InjectedScript::ObjectScope scope(m_session, objectId); in releaseObject()
443 scope.injectedScript()->releaseObject(objectId); in releaseObject()
Dv8-inspector-session-impl.h61 Response unwrapObject(const String16& objectId, v8::Local<v8::Value>*,
84 bool unwrapObject(std::unique_ptr<StringBuffer>*, const StringView& objectId,
Dinjected-script.cc368 void InjectedScript::releaseObject(const String16& objectId) { in releaseObject() argument
370 protocol::StringUtil::parseJSON(objectId); in releaseObject()
474 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject() argument
476 auto it = m_idToWrappedObject.find(objectId.id()); in findObject()
483 String16 InjectedScript::objectGroupName(const RemoteObjectId& objectId) const { in objectGroupName()
484 if (objectId.id() <= 0) return String16(); in objectGroupName()
485 auto it = m_idToObjectGroupName.find(objectId.id()); in objectGroupName()
Dv8-heap-profiler-agent-impl.h43 Response getHeapObjectId(const String16& objectId,
Djs_protocol.pdl354 Runtime.RemoteObjectId objectId
583 Runtime.RemoteObjectId objectId
590 HeapSnapshotObjectId objectId
886 optional RemoteObjectId objectId
1012 # Represents function call argument. Either remote object id `objectId`, primitive `value`,
1021 optional RemoteObjectId objectId
1126 # Identifier of the object to call function on. Either objectId or executionContextId should
1128 optional RemoteObjectId objectId
1145 # executionContextId or objectId should be specified.
1148 # specified and objectId is, objectGroup will be inherited from object.
[all …]
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.h82 void releaseObject(const String16& objectId);
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DEncryptionScheme.java16 ASN1ObjectIdentifier objectId) in EncryptionScheme() argument
18 this.algId = new AlgorithmIdentifier(objectId); in EncryptionScheme()
22 ASN1ObjectIdentifier objectId, in EncryptionScheme() argument
25 this.algId = new AlgorithmIdentifier(objectId, parameters); in EncryptionScheme()
DKeyDerivationFunc.java16 ASN1ObjectIdentifier objectId, in KeyDerivationFunc() argument
19 this.algId = new AlgorithmIdentifier(objectId, parameters); in KeyDerivationFunc()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DEncryptionScheme.java20 ASN1ObjectIdentifier objectId) in EncryptionScheme() argument
22 this.algId = new AlgorithmIdentifier(objectId); in EncryptionScheme()
26 ASN1ObjectIdentifier objectId, in EncryptionScheme() argument
29 this.algId = new AlgorithmIdentifier(objectId, parameters); in EncryptionScheme()
DKeyDerivationFunc.java20 ASN1ObjectIdentifier objectId, in KeyDerivationFunc() argument
23 this.algId = new AlgorithmIdentifier(objectId, parameters); in KeyDerivationFunc()
/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/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/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
DObjectTracker.java623 String objectId, float x1, float y1, float x2, float y2, byte[] data); in registerNewObjectWithAppearanceNative() argument
626 String objectId, float x1, float y1, float x2, float y2, long timestamp); in setPreviousPositionNative() argument
629 String objectId, float x1, float y1, float x2, float y2); in setCurrentPositionNative() argument
/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/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/
DObjectTracker.java623 String objectId, float x1, float y1, float x2, float y2, byte[] data); in registerNewObjectWithAppearanceNative() argument
626 String objectId, float x1, float y1, float x2, float y2, long timestamp); in setPreviousPositionNative() argument
629 String objectId, float x1, float y1, float x2, float y2); in setCurrentPositionNative() argument
/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/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py102 objectId = id(glyph)
103 if objectId not in glyphDict:
111 glyphDict[objectId] = dataLoc
113 dataLoc = glyphDict[objectId]
/external/v8/include/
Dv8-inspector.h157 const StringView& objectId, v8::Local<v8::Value>*,

12