Searched defs:objectId (Results 1 - 25 of 37) sorted by relevance

12

/external/javassist/src/main/javassist/tools/rmi/
H A DSample.java25 private int objectId; field in class:Sample
28 return importer.call(objectId, identifier, args);
/external/yaffs2/yaffs2/
H A Dyaffs_packedtags1.h12 unsigned objectId:18; member in struct:__anon34336
H A Dyaffs_packedtags2.h11 unsigned objectId; member in struct:__anon34337
H A Dyaffs_guts.h138 unsigned objectId:18; member in struct:__anon34316
173 unsigned objectId; /* If 0 then this is not part of an object (unused) */ member in struct:__anon34320
436 __u32 objectId; /* the object id value */ member in struct:yaffs_ObjectStruct
494 __u32 objectId; member in struct:__anon34331
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DEncryptionScheme.java16 ASN1ObjectIdentifier objectId,
19 this.algId = new AlgorithmIdentifier(objectId, parameters);
15 EncryptionScheme( ASN1ObjectIdentifier objectId, ASN1Encodable parameters) argument
H A DKeyDerivationFunc.java16 ASN1ObjectIdentifier objectId,
19 this.algId = new AlgorithmIdentifier(objectId, parameters);
15 KeyDerivationFunc( ASN1ObjectIdentifier objectId, ASN1Encodable parameters) argument
H A DPBES2Algorithms.java18 private ASN1ObjectIdentifier objectId; field in class:PBES2Algorithms
29 objectId = (ASN1ObjectIdentifier)e.nextElement();
51 return objectId;
69 v.add(objectId);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAlgorithmIdentifier.java17 private ASN1ObjectIdentifier objectId; field in class:AlgorithmIdentifier
52 ASN1ObjectIdentifier objectId)
54 this.objectId = objectId;
59 * @param objectId
62 String objectId)
64 this.objectId = new ASN1ObjectIdentifier(objectId);
69 * @param objectId
72 DERObjectIdentifier objectId)
51 AlgorithmIdentifier( ASN1ObjectIdentifier objectId) argument
61 AlgorithmIdentifier( String objectId) argument
71 AlgorithmIdentifier( DERObjectIdentifier objectId) argument
82 AlgorithmIdentifier( DERObjectIdentifier objectId, ASN1Encodable parameters) argument
91 AlgorithmIdentifier( ASN1ObjectIdentifier objectId, ASN1Encodable parameters) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapter.java37 public static final String INVALIDATION_OBJECT_ID_KEY = "objectId";
132 final String objectId = syncAllTypes ? "" : extras.getString(INVALIDATION_OBJECT_ID_KEY);
151 Log.v(TAG, "Received sync tickle for " + resolvedSource + " " + objectId + ".");
152 requestSync(resolvedSource, objectId, version, payload);
169 public void requestSync(int objectSource, String objectId, long version, String payload) { argument
171 .requestSyncFromNativeChrome(objectSource, objectId, version, payload);
H A DProfileSyncService.java142 int objectSource, String objectId, long version, String payload) {
145 mNativeProfileSyncServiceAndroid, objectSource, objectId, version, payload);
568 long nativeProfileSyncServiceAndroid, int objectSource, String objectId, long version,
141 requestSyncFromNativeChrome( int objectSource, String objectId, long version, String payload) argument
567 nativeNudgeSyncer( long nativeProfileSyncServiceAndroid, int objectSource, String objectId, long version, String payload) argument
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterTest.java52 public void requestSync(int objectSource, String objectId, long version, String payload) { argument
54 mObjectId = objectId;
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
H A DModelType.java123 public static ModelType fromObjectId(ObjectId objectId) { argument
125 return valueOf(new String(objectId.getName()));
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationPreferences.java129 ObjectId objectId = getObjectId(objectIdString);
130 if (objectId != null) {
131 objectIds.add(objectId);
141 for (ObjectId objectId : objectIds) {
142 objectIdStrings.add(getObjectIdString(objectId));
181 private String getObjectIdString(ObjectId objectId) { argument
182 return objectId.getSource() + ":" + new String(objectId.getName());
H A DInvalidationService.java116 public void invalidateUnknownVersion(ObjectId objectId, byte[] ackHandle) { argument
117 requestSync(objectId, null, null);
129 byte[] clientId, ObjectId objectId, boolean isTransient, String errorMessage) {
130 Log.w(TAG, "Registration failure on " + objectId + " ; transient = " + isTransient
135 List<ObjectId> objectIdAsList = CollectionUtil.newArrayList(objectId);
136 if (readRegistrationsFromPrefs().contains(objectId)) {
146 byte[] clientId, ObjectId objectId, RegistrationState regState) {
147 Log.d(TAG, "Registration status for " + objectId + ": " + regState);
148 List<ObjectId> objectIdAsList = CollectionUtil.newArrayList(objectId);
149 boolean registrationisDesired = readRegistrationsFromPrefs().contains(objectId);
128 informRegistrationFailure( byte[] clientId, ObjectId objectId, boolean isTransient, String errorMessage) argument
145 informRegistrationStatus( byte[] clientId, ObjectId objectId, RegistrationState regState) argument
427 requestSync(@ullable ObjectId objectId, @Nullable Long version, @Nullable String payload) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptManager.cpp111 InjectedScript InjectedScriptManager::injectedScriptForObjectId(const String& objectId) argument
113 RefPtr<JSONValue> parsedObjectId = parseJSON(objectId);
H A DInjectedScript.cpp72 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown) argument
75 function.appendArgument(objectId);
181 void InjectedScript::getCollectionEntries(ErrorString* errorString, const String& objectId, RefPtr<Array<CollectionEntry> >* result) argument
184 function.appendArgument(objectId);
195 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ownProperties, bool accessorPropertiesOnly, RefPtr<Array<PropertyDescriptor> >* properties) argument
198 function.appendArgument(objectId);
211 void InjectedScript::getInternalProperties(ErrorString* errorString, const String& objectId, RefPtr<Array<InternalPropertyDescriptor> >* properties) argument
214 function.appendArgument(objectId);
227 Node* InjectedScript::nodeForObjectId(const String& objectId) argument
233 function.appendArgument(objectId);
242 releaseObject(const String& objectId) argument
[all...]
H A DInspectorHeapProfilerAgent.cpp304 void InspectorHeapProfilerAgent::getHeapObjectId(ErrorString* errorString, const String& objectId, String* heapSnapshotObjectId) argument
306 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
311 ScriptValue value = injectedScript.findObjectById(objectId);
H A DInspectorRuntimeAgent.cpp97 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown) argument
99 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
114 injectedScript.callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValue), asBool(generatePreview), &result, wasThrown);
122 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >& internalProperties) argument
124 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
133 injectedScript.getProperties(errorString, objectId, asBool(ownProperties), asBool(accessorPropertiesOnly), &result);
136 injectedScript.getInternalProperties(errorString, objectId, &internalProperties);
142 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId) argument
144 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
150 injectedScript.releaseObject(objectId);
[all...]
H A DInspectorCanvasAgent.cpp255 InjectedScriptCanvasModule InspectorCanvasAgent::injectedScriptCanvasModule(ErrorString* errorString, const String& objectId) argument
259 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
H A DInjectedScriptSource.js296 var objectId = this._wrapObject(object, "");
299 InjectedScriptHost.inspect(objectId, hints);
337 var objectId = "{\"injectedScriptId\":" + injectedScriptId + ",\"id\":" + id + "}";
347 return objectId;
351 * @param {string} objectId
354 _parseObjectId: function(objectId)
356 return nullifyObjectProto(/** @type {!Object} */ (InjectedScriptHost.eval("(" + objectId + ")")));
391 * @param {string} objectId
396 getProperties: function(objectId, ownProperties, accessorPropertiesOnly)
398 var parsedObjectId = this._parseObjectId(objectId);
661 var objectId = callArgumentJson.objectId; variable
[all...]
H A DInspectorDOMAgent.cpp1317 void InspectorDOMAgent::highlightNode(ErrorString* errorString, const RefPtr<JSONObject>& highlightInspectorObject, const int* nodeId, const String* objectId) argument
1322 } else if (objectId) {
1323 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(*objectId);
1324 node = injectedScript.nodeForObjectId(*objectId);
1326 *errorString = "Node for given objectId not found";
1328 *errorString = "Either nodeId or objectId must be specified";
1532 void InspectorDOMAgent::requestNode(ErrorString*, const String& objectId, int* nodeId) argument
1534 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
1535 Node* node = injectedScript.nodeForObjectId(objectId);
H A DInspectorDebuggerAgent.cpp710 void InspectorDebuggerAgent::getCollectionEntries(ErrorString* errorString, const String& objectId, RefPtr<TypeBuilder::Array<CollectionEntry> >& entries) argument
712 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
717 injectedScript.getCollectionEntries(errorString, objectId, &entries);
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java408 + objectId(contextClassLoader));
695 logDiagnostic("Releasing factory for classloader " + objectId(classLoader));
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(classLoade
1708 public static String objectId(Object o) { method in class:LogFactory
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.cc523 jstring objectId,
527 SendNudgeNotification(objectSource, ConvertJavaStringToUTF8(env, objectId),
520 NudgeSyncer(JNIEnv* env, jobject obj, jint objectSource, jstring objectId, jlong version, jstring state) argument
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc2480 AudioObjectID objectId,
2488 ptrThis->implObjectListenerProc(objectId, numberAddresses, addresses);
2495 const AudioObjectID objectId,
2509 HandleStreamFormatChange(objectId, addresses[i]);
2512 HandleDataSourceChange(objectId, addresses[i]);
2595 const AudioObjectID objectId,
2603 if (objectId != _inputDeviceID && objectId != _outputDeviceID)
2611 WEBRTC_CA_RETURN_ON_ERR(AudioObjectGetPropertyData(objectId,
2726 const AudioObjectID objectId,
2479 objectListenerProc( AudioObjectID objectId, UInt32 numberAddresses, const AudioObjectPropertyAddress addresses[], void* clientData) argument
2494 implObjectListenerProc( const AudioObjectID objectId, const UInt32 numberAddresses, const AudioObjectPropertyAddress addresses[]) argument
2594 HandleStreamFormatChange( const AudioObjectID objectId, const AudioObjectPropertyAddress propertyAddress) argument
2725 HandleDataSourceChange( const AudioObjectID objectId, const AudioObjectPropertyAddress propertyAddress) argument
[all...]

Completed in 5259 milliseconds

12