Home
last modified time | relevance | path

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

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAlgorithmIdentifier.java17 private ASN1ObjectIdentifier objectId; field in AlgorithmIdentifier
52 ASN1ObjectIdentifier objectId) in AlgorithmIdentifier()
62 String objectId) in AlgorithmIdentifier()
72 DERObjectIdentifier objectId) in AlgorithmIdentifier()
83 DERObjectIdentifier objectId, in AlgorithmIdentifier()
92 ASN1ObjectIdentifier objectId, in AlgorithmIdentifier()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotProxy.js57 …this._postMessage({callId: this._nextCallId++, disposition: "create", objectId: objectId, methodNa… property
68 disposeObject: function(objectId) argument
70 this._postMessage({callId: this._nextCallId++, disposition: "dispose", objectId: objectId}); property
88 callFactoryMethod: function(callback, objectId, methodName, proxyConstructor) argument
104 …this._postMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodN… property
107 …this._postMessage({callId: callId, disposition: "factory", objectId: objectId, methodName: methodN… property
117 callMethod: function(callback, objectId, methodName) argument
123 …this._postMessage({callId: callId, disposition: "method", objectId: objectId, methodName: methodNa… property
188 WebInspector.HeapSnapshotProxyObject = function(worker, objectId) argument
250 WebInspector.HeapSnapshotLoaderProxy = function(worker, objectId, profileUid, snapshotReceivedCallb… argument
[all …]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
DChromiumSyncAdapter.java132 final String objectId = syncAllTypes ? "" : extras.getString(INVALIDATION_OBJECT_ID_KEY); in getStartupCallback() local
151 Log.v(TAG, "Received sync tickle for " + resolvedSource + " " + objectId + "."); in getStartupCallback()
152 requestSync(resolvedSource, objectId, version, payload); in getStartupCallback() argument
DProfileSyncService.java142 int objectSource, String objectId, long version, String payload) { in requestSyncFromNativeChrome()
568 long nativeProfileSyncServiceAndroid, int objectSource, String objectId, long version, in nativeNudgeSyncer()
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
DInvalidationServiceTest.java143 ObjectId objectId = ObjectId.newInstance(1, "obj".getBytes()); in testReady() local
156 ModelType.BOOKMARK.toObjectId(), ModelType.SESSION.toObjectId(), objectId), in testReady() local
178 ObjectId objectId = ObjectId.newInstance(1, "obj".getBytes()); in testReissueRegistrations() local
186 ModelType.BOOKMARK.toObjectId(), ModelType.SESSION.toObjectId(), objectId), in testReissueRegistrations() local
364 ObjectId objectId = ObjectId.newInstance(55, "BOOKMARK".getBytes()); in doTestInvalidate() local
391 ObjectId objectId = ObjectId.newInstance(55, "BOOKMARK".getBytes()); in testInvalidateUnknownVersion() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScript.cpp72 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String&… in callFunctionOn()
181 void InjectedScript::getCollectionEntries(ErrorString* errorString, const String& objectId, RefPtr<… in getCollectionEntries()
195 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ownProper… in getProperties()
211 void InjectedScript::getInternalProperties(ErrorString* errorString, const String& objectId, RefPtr… in getInternalProperties()
227 Node* InjectedScript::nodeForObjectId(const String& objectId) in nodeForObjectId()
242 void InjectedScript::releaseObject(const String& objectId) in releaseObject()
DInspectorRuntimeAgent.cpp97 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const … in callFunctionOn()
122 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const b… in getProperties()
142 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId) in releaseObject()
DInjectedScriptSource.js354 _parseObjectId: function(objectId) argument
396 getProperties: function(objectId, ownProperties, accessorPropertiesOnly) argument
430 getInternalProperties: function(objectId) argument
481 getCollectionEntries: function(objectId) argument
504 releaseObject: function(objectId) argument
619 callFunctionOn: function(objectId, expression, args, returnByValue) argument
914 _objectForId: function(objectId) argument
923 findObjectById: function(objectId) argument
933 nodeForObjectId: function(objectId) argument
DInjectedScriptManager.cpp111 InjectedScript InjectedScriptManager::injectedScriptForObjectId(const String& objectId) in injectedScriptForObjectId()
DInspectorHeapProfilerAgent.cpp304 void InspectorHeapProfilerAgent::getHeapObjectId(ErrorString* errorString, const String& objectId, … in getHeapObjectId()
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
DInvalidationService.java116 public void invalidateUnknownVersion(ObjectId objectId, byte[] ackHandle) { in invalidateUnknownVersion()
129 byte[] clientId, ObjectId objectId, boolean isTransient, String errorMessage) { in informRegistrationFailure()
146 byte[] clientId, ObjectId objectId, RegistrationState regState) { in informRegistrationStatus()
427 private void requestSync(@Nullable ObjectId objectId, @Nullable Long version, in requestSync()
DInvalidationPreferences.java129 ObjectId objectId = getObjectId(objectIdString); in getSavedObjectIds() local
181 private String getObjectIdString(ObjectId objectId) { in getObjectIdString()
/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()
DPBES2Algorithms.java18 private ASN1ObjectIdentifier objectId; field in PBES2Algorithms
/external/yaffs2/yaffs2/
Dyaffs_packedtags2.h11 unsigned objectId; member
Dyaffs_packedtags1.h12 unsigned objectId:18; member
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
DChromiumSyncAdapterTest.java52 public void requestSync(int objectSource, String objectId, long version, String payload) { in requestSync()
/external/chromium_org/chrome/browser/resources/
Dabout_invalidations.js172 var oId = { objectId: allIds[i], registrar: registrar }; property
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
DModelType.java123 public static ModelType fromObjectId(ObjectId objectId) { in fromObjectId()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDOMModel.js831 highlight: function(mode, objectId) argument
1030 pushNodeToFrontend: function(objectId, callback) argument
1489 highlightDOMNode: function(nodeId, mode, objectId) argument
1499 highlightDOMNodeWithConfig: function(nodeId, config, objectId) argument
1922 highlightDOMNode: function(node, config, objectId) {}, argument
1949 highlightDOMNode: function(node, config, objectId) argument
DRemoteObject.js235 WebInspector.RemoteObjectImpl = function(target, objectId, type, subtype, value, description, previ… argument
266 get objectId() getter in WebInspector.RemoteObjectImpl
719 WebInspector.ScopeRemoteObject = function(target, objectId, scopeRef, type, subtype, value, descrip… argument
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc2480 AudioObjectID objectId, in objectListenerProc()
2495 const AudioObjectID objectId, in implObjectListenerProc()
2595 const AudioObjectID objectId, in HandleStreamFormatChange()
2726 const AudioObjectID objectId, in HandleDataSourceChange()

12