HomeSort by relevance Sort by last modified time
    Searched full:methodid (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /art/compiler/driver/
dex_compilation_unit.h 70 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
75 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
PropertyValuesHolder_Delegate.java 51 /*package*/ static void nCallIntMethod(Object target, int methodID, int arg) {
56 /*package*/ static void nCallFloatMethod(Object target, int methodID, float arg) {
  /external/chromium_org/third_party/leveldatabase/
env_chromium_unittest.cc 21 const MethodID in_method = kSequentialFileRead;
23 MethodID method;
32 const MethodID in_method = kWritableFileClose;
36 MethodID method;
45 const MethodID in_method = kWritableFileFlush;
49 MethodID method;
59 MethodID method = kRandomAccessFileRead;
env_chromium.cc 221 Retrier(MethodID method, RetrierProvider* provider)
258 MethodID method_;
278 const char* MethodIDToString(MethodID method) {
332 MethodID method,
347 MethodID method,
361 Status MakeIOError(Slice filename, const char* message, MethodID method) {
373 MethodID* method_param,
377 *method_param = static_cast<MethodID>(method);
383 *method_param = static_cast<MethodID>(method);
388 *method_param = static_cast<MethodID>(method)
    [all...]
  /dalvik/vm/
Debugger.h 200 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id);
206 void dvmDbgOutputLineTable(RefTypeId refTypeId, MethodId methodId,
208 void dvmDbgOutputVariableTable(RefTypeId refTypeId, MethodId id,
286 RefTypeId classId, MethodId methodId, u4 numArgs, u8* argArray,
CheckJni.cpp 384 void checkSig(jmethodID methodID, const char* expectedType, bool isStatic) {
385 const Method* method = (const Method*) methodID;
429 * Verify that "methodID" is appropriate for "clazz".
437 void checkStaticMethod(jclass jclazz, jmethodID methodID) {
441 const Method* method = (const Method*) methodID;
452 * Verify that "methodID" is appropriate for "jobj".
455 * (Note the methodID might point to a declaration in an interface; this
458 void checkVirtualMethod(jobject jobj, jmethodID methodID) {
462 const Method* method = (const Method*) methodID;
    [all...]
  /dalvik/vm/jdwp/
Jdwp.h 41 typedef u4 MethodId; /* any kind of method, including constructors */
51 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); }
56 INLINE void dvmSetMethodId(u1* buf, MethodId val) { return set4BE(buf, val); }
63 INLINE void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) {
83 MethodId methodId; /* method in which "idx" resides */
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 45 import com.android.dex.MethodId;
192 public MethodId adjust(MethodId methodId) {
193 return new MethodId(target,
194 adjustType(methodId.getDeclaringClassIndex()),
195 adjustProto(methodId.getProtoIndex()),
196 adjustString(methodId.getNameIndex()));
InstructionTransformer.java 98 int methodId = one.getIndex();
99 int mappedId = indexMap.adjustMethod(methodId);
  /external/chromium_org/content/browser/renderer_host/java/
jni_helper.cc 81 jmethodID id = base::android::MethodID::Get<
82 base::android::MethodID::TYPE_INSTANCE>(
  /external/dexmaker/javadoc/
allclasses-frame.html 38 <A HREF="com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker" target="classFrame">MethodId</A>
allclasses-noframe.html 38 <A HREF="com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A>
index-all.html 148 <DT><A HREF="./com/google/dexmaker/DexMaker.html#declare(com.google.dexmaker.MethodId, int)"><B>declare(MethodId&lt;?, ?&gt;, int)</B></A> -
173 <DT><A HREF="./com/google/dexmaker/MethodId.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
174 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A>
213 <DT><A HREF="./com/google/dexmaker/MethodId.html#getDeclaringType()"><B>getDeclaringType()</B></A> -
214 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A>
228 <DT><A HREF="./com/google/dexmaker/MethodId.html#getName()"><B>getName()</B></A> -
229 Method in class com.google.dexmaker.<A HREF="./com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId</A
    [all...]
  /external/dexmaker/javadoc/com/google/dexmaker/
package-frame.html 36 <A HREF="MethodId.html" title="class in com.google.dexmaker" target="classFrame">MethodId</A>
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 98 ids.AddToUniqueSorted(f.Coders[j].MethodID);
273 coder.MethodID, methodName);
276 methodsString += ConvertMethodIdToString(coder.MethodID);
280 if (coder.MethodID == k_Delta && coder.Props.GetCapacity() == 1)
282 else if (coder.MethodID == k_LZMA && coder.Props.GetCapacity() == 5)
287 else if (coder.MethodID == k_LZMA2 && coder.Props.GetCapacity() == 1)
293 else if (coder.MethodID == k_PPMD && coder.Props.GetCapacity() == 5)
302 else if (coder.MethodID == k_AES && coder.Props.GetCapacity() >= 1)
  /libcore/luni/src/main/native/
java_io_ObjectStreamClass.cpp 54 static jobject ObjectStreamClass_newInstance(JNIEnv* env, jclass, jclass instantiationClass, jlong methodId) {
55 return env->NewObject(instantiationClass, reinterpret_cast<jmethodID>(methodId));
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 71 unsigned int methodId;
385 unsigned int methodId = 0;
387 if (pRecord->methodId)
389 unsigned int id = ++methodId << 2;
390 pRecord->methodId = id;
396 if (pNext->methodId)
399 pNext->methodId = id;
403 pRecord->methodId, pRecord->fullName);
406 pRecord->methodId, pRecord->className,
410 pRecord->methodId, pRecord->className
    [all...]
  /external/dexmaker/
bug-8297640.patch 10 + // private static native Object newInstance(Class<?> instantiationClass, long methodId);
  /external/dexmaker/src/main/java/com/google/dexmaker/
TypeId.java 124 public MethodId<T, Void> getConstructor(TypeId<?>... parameters) {
125 return new MethodId<T, Void>(this, VOID, "<init>", new TypeList(parameters));
128 public <R> MethodId<T, R> getMethod(TypeId<R> returnType, String name, TypeId<?>... parameters) {
129 return new MethodId<T, R>(this, returnType, name, new TypeList(parameters));
  /art/runtime/
dex_file_test.cc 158 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
171 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
184 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
243 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i);
247 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature);
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 25 import com.google.dexmaker.MethodId;
360 MethodId<InvocationHandler, Object> methodInvoke = handlerType.getMethod(TypeId.OBJECT,
415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes);
416 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes);
417 Code code = dexMaker.declare(methodId, PUBLIC);
487 MethodId<G, ?> callsSuperMethod = generatedType.getMethod(
507 private static void invokeSuper(MethodId superMethod, Code superCode,
513 MethodId<?, ?> unboxMethod = PRIMITIVE_TYPE_TO_UNBOX_METHOD.get(parameter.getType());
562 MethodId<?, ?> method = generatedType.getConstructor(types)
    [all...]
  /art/runtime/jdwp/
jdwp.h 47 typedef uint32_t MethodId; /* any kind of method, including constructors */
55 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set4BE(buf, val); }
60 static inline void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) { expandBufAdd4BE(pReply, id); }
71 MethodId method_id;
344 std::string DescribeMethod(const MethodId& method_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
363 MethodId ReadMethodId() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
jdwp_request.cc 93 MethodId Request::ReadMethodId() {
94 MethodId id = Read4BE();
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 221 // [methodid][blocksinmethod]
230 final int methodID = method.getID();
237 $assert.ASSERT(ccoverage.length > methodID, "index bounds");
238 $assert.ASSERT(ccoverage[methodID] != null, "null: coverage");
239 $assert.ASSERT(ccoverage[methodID].length > 0, "empty array");
241 covered = ccoverage[methodID][0];
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
ObjectStore.java 211 short methodId = methodIdInt.shortValue();
213 call.methodId = methodId;
276 if (call.methodId < 0 || call.methodId >= localObj.methods.length)
280 Method method = localObj.methods[call.methodId];

Completed in 431 milliseconds

1 2 34 5 6 7 8