HomeSort by relevance Sort by last modified time
    Searched refs:objectId (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
AlgorithmIdentifier.java 17 private DERObjectIdentifier objectId;
55 DERObjectIdentifier objectId)
57 this.objectId = objectId;
61 String objectId)
63 this.objectId = new DERObjectIdentifier(objectId);
67 DERObjectIdentifier objectId,
71 this.objectId = objectId;
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorRuntimeAgent.cpp 59 void InspectorRuntimeAgent::evaluateOn(ErrorString* errorString, const String& objectId, const String& expression, RefPtr<InspectorObject>* result)
61 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
63 injectedScript.evaluateOn(errorString, objectId, expression, result);
66 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* result)
68 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
70 injectedScript.getProperties(errorString, objectId, ignoreHasOwnProperty, result);
73 void InspectorRuntimeAgent::setPropertyValue(ErrorString* errorString, const String& objectId, const String& propertyName, const String& expression)
75 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(objectId);
77 injectedScript.setPropertyValue(errorString, objectId, propertyName, expression);
82 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId)
    [all...]
InspectorRuntimeAgent.h 56 void evaluateOn(ErrorString*, const String& objectId, const String& expression, RefPtr<InspectorObject>* result);
57 void releaseObject(ErrorString*, const String& objectId);
58 void getProperties(ErrorString*, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* result);
59 void setPropertyValue(ErrorString*, const String& objectId, const String& propertyName, const String& expression);
InjectedScript.h 59 void evaluateOn(ErrorString*, const String& objectId, const String& expression, RefPtr<InspectorObject>* result);
61 void getProperties(ErrorString*, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* result);
62 Node* nodeForObjectId(const String& objectId);
63 void setPropertyValue(ErrorString*, const String& objectId, const String& propertyName, const String& expression);
64 void releaseObject(const String& objectId);
InjectedScript.cpp 66 void InjectedScript::evaluateOn(ErrorString* errorString, const String& objectId, const String& expression, RefPtr<InspectorObject>* result)
69 function.appendArgument(objectId);
84 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHasOwnProperty, RefPtr<InspectorArray>* properties)
87 function.appendArgument(objectId);
99 Node* InjectedScript::nodeForObjectId(const String& objectId)
105 function.appendArgument(objectId);
114 void InjectedScript::setPropertyValue(ErrorString* errorString, const String& objectId, const String& propertyName, const String& expression)
117 function.appendArgument(objectId);
125 void InjectedScript::releaseObject(const String& objectId)
128 function.appendArgument(objectId);
    [all...]
InjectedScriptSource.js 74 var objectId = this._wrapObject(object, "");
89 InjectedScriptHost.inspect(objectId, hints);
99 var objectId = "{\"injectedScriptId\":" + injectedScriptId + ",\"id\":" + id + "}";
110 return InjectedScript.RemoteObject.fromObject(object, objectId);
116 _parseObjectId: function(objectId)
118 return eval("(" + objectId + ")");
142 getProperties: function(objectId, ignoreHasOwnProperty)
144 var parsedObjectId = this._parseObjectId(objectId);
179 setPropertyValue: function(objectId, propertyName, expression)
181 var parsedObjectId = this._parseObjectId(objectId);
    [all...]
InjectedScriptHost.idl 38 [Custom] void inspect(in DOMObject objectId, in DOMObject hints);
InjectedScriptManager.h 60 InjectedScript injectedScriptForObjectId(const String& objectId);
InjectedScriptManager.cpp 84 InjectedScript InjectedScriptManager::injectedScriptForObjectId(const String& objectId)
86 RefPtr<InspectorValue> parsedObjectId = InspectorValue::parseJSON(objectId);
  /external/javassist/src/main/javassist/tools/rmi/
Sample.java 25 private int objectId;
28 return importer.call(objectId, identifier, args);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
PBES2Algorithms.java 18 private DERObjectIdentifier objectId;
29 objectId = (DERObjectIdentifier)e.nextElement();
51 return objectId;
69 v.add(objectId);
EncryptionScheme.java 15 DERObjectIdentifier objectId,
18 super(objectId, parameters);
  /external/yaffs2/yaffs2/
yaffs_packedtags1.c 9 pt->objectId = t->objectId;
29 t->objectId = pt->objectId;
yaffs_packedtags1.h 12 unsigned objectId:18;
yaffs_packedtags2.h 11 unsigned objectId;
yaffs_packedtags2.c 50 pt->t.objectId, pt->t.chunkId, pt->t.byteCount,
60 TENDSTR), t->eccResult, t->blockBad, t->chunkUsed, t->objectId,
71 pt->t.objectId = t->objectId;
85 pt->t.objectId &= ~EXTRA_OBJECT_TYPE_MASK;
86 pt->t.objectId |=
153 t->objectId = pt->t.objectId;
174 pt->t.objectId >> EXTRA_OBJECT_TYPE_SHIFT;
175 t->objectId &= ~EXTRA_OBJECT_TYPE_MASK
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 53 public final int objectId;
59 public static ThreadEvent start(int objectId, int threadId, String threadName,
61 return new ThreadEvent(ThreadEventType.START, objectId, threadId,
69 private ThreadEvent(ThreadEventType type, int objectId, int threadId,
75 this.objectId = objectId;
84 this.objectId = -1;
93 result = 31 * result + objectId;
111 && this.objectId == event.objectId
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpDevice.java 78 private void collectJpegChildren(int storageId, int objectId,
82 queryChildren(storageId, objectId, result, dirChildren);
90 private void queryChildren(int storageId, int objectId,
93 mDeviceName, storageId, objectId);
114 int objectId) {
116 return mtpContext.getMtpClient().getObjectInfo(deviceName, objectId);
MtpSource.java 54 int objectId = mMatcher.getIntVar(1);
55 return new MtpImage(path, mApplication, deviceId, objectId, mMtpContext);
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 403 + objectId(contextClassLoader));
690 logDiagnostic("Releasing factory for classloader " + objectId(classLoader));
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp 99 * If "isConstructor" is set, this returns "objectId" rather than the
104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
107 assert(!isConstructor || objectId != 0);
111 LOGV(" --> threadId=%llx objectId=%llx", threadId, objectId);
120 argArray = (ObjectId*) malloc(sizeof(ObjectId) * numArgs);
139 ObjectId exceptObjId
    [all...]
JdwpEvent.h 40 ObjectId threadId;
71 ObjectId threadId;
77 ObjectId objectId;
  /dalvik/vm/
Debugger.h 100 ObjectId exceptObj;
163 ObjectId dvmDbgGetClassObject(RefTypeId id);
165 ObjectId dvmDbgGetClassLoader(RefTypeId id);
169 void dvmDbgGetVisibleClassList(ObjectId classLoaderId, u4* pNumClasses,
175 void dvmDbgGetObjectType(ObjectId objectId, u1* pRefTypeTag,
180 const char* dvmDbgGetObjectTypeName(ObjectId objectId);
181 u1 dvmDbgGetObjectTag(ObjectId objectId);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
RemoteObject.js 31 WebInspector.RemoteObject = function(objectId, type, description, hasChildren)
33 this._objectId = objectId;
67 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.description, payload.hasChildren);
85 get objectId()
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 126 final int objectId = 2;
127 ThreadEvent start1 = ThreadEvent.start(objectId, threadId,
165 final int objectId = 3;
177 ThreadEvent start = ThreadEvent.start(objectId, threadId,
235 assertEquals(-1, event.objectId);

Completed in 349 milliseconds

1 2 3