Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dremote-object-id.cc26 bool RemoteObjectIdBase::parseId(const String16& objectId) { in parseId()
49 Response RemoteObjectId::parse(const String16& objectId, in parse()
63 Response RemoteCallFrameId::parse(const String16& objectId, in parse()
Dv8-inspector-session-impl.cc241 RemoteObjectIdBase* objectId, InjectedScript*& injectedScript) { in findInjectedScript()
261 std::unique_ptr<StringBuffer>* error, StringView objectId, in unwrapObject()
279 Response V8InspectorSessionImpl::unwrapObject(const String16& objectId, in unwrapObject()
Dv8-runtime-agent-impl.cc346 const String16& expression, Maybe<String16> objectId, in callFunctionOn()
403 const String16& objectId, Maybe<bool> ownProperties, in getProperties()
450 Response V8RuntimeAgentImpl::releaseObject(const String16& objectId) { in releaseObject()
Dinjected-script.cc520 void InjectedScript::releaseObject(const String16& objectId) { in releaseObject()
668 Response InjectedScript::findObject(const RemoteObjectId& objectId, in findObject()
Dv8-heap-profiler-agent-impl.cc314 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/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp647 auto objectId = Object::ID(insn.word(2)); in LoadPhi() local
664 auto objectId = Object::ID(insn.word(2)); in StorePhi() local
DSpirvShaderMemory.cpp73 Object::ID objectId = insn.word(atomic ? 4 : 2); in EmitStore() local
DSpirvShader.cpp333 auto objectId = Object::ID(insn.word(2)); local
/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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/dvb/
DDvbParser.java181 int objectId = regionObjects.keyAt(j); in decode() local
393 int objectId = data.readBits(16); in parseRegionComposition() local
485 int objectId = data.readBits(16); in parseObjectData() local
/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()