Home
last modified time | relevance | path

Searched defs:objectId (Results 1 – 16 of 16) 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.cc219 RemoteObjectIdBase* objectId, InjectedScript*& injectedScript) { in findInjectedScript()
237 std::unique_ptr<StringBuffer>* error, const StringView& objectId, in unwrapObject()
254 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId, in unwrapObject()
Dv8-runtime-agent-impl.cc322 const String16& expression, Maybe<String16> objectId, in callFunctionOn()
378 const String16& objectId, Maybe<bool> ownProperties, in getProperties()
439 Response V8RuntimeAgentImpl::releaseObject(const String16& objectId) { in releaseObject()
Dinjected-script.cc368 void InjectedScript::releaseObject(const String16& objectId) { in releaseObject()
474 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject()
Dv8-heap-profiler-agent-impl.cc270 const String16& objectId, String16* heapSnapshotObjectId) { in getHeapObjectId()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DEncryptionScheme.java20 ASN1ObjectIdentifier objectId) in EncryptionScheme()
26 ASN1ObjectIdentifier objectId, in EncryptionScheme()
DKeyDerivationFunc.java20 ASN1ObjectIdentifier objectId, in KeyDerivationFunc()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DEncryptionScheme.java16 ASN1ObjectIdentifier objectId) in EncryptionScheme()
22 ASN1ObjectIdentifier objectId, in EncryptionScheme()
DKeyDerivationFunc.java16 ASN1ObjectIdentifier objectId, in KeyDerivationFunc()
/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/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/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()
626 String objectId, float x1, float y1, float x2, float y2, long timestamp); in setPreviousPositionNative()
629 String objectId, float x1, float y1, float x2, float y2); in setCurrentPositionNative()
/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()
626 String objectId, float x1, float y1, float x2, float y2, long timestamp); in setPreviousPositionNative()
629 String objectId, float x1, float y1, float x2, float y2); in setCurrentPositionNative()
/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.cpp453 size_t RawUpdateRegistry::getWriteObjectOffset (const deUint32 objectId) in getWriteObjectOffset()