/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 97 RINOZ_COMP(c1.MethodID, c2.MethodID);
344 static inline void GetMethodFull(UInt64 methodID, UInt32 numInStreams, CMethodFull &methodResult)
346 methodResult.Id = methodID;
643 CMethodId m = f.Coders[i].MethodID;
|
/prebuilts/runtime/common/dex/ |
dex-host-prebuilt.jar | |
/art/runtime/jdwp/ |
jdwp_handler.cc | 44 std::string DescribeMethod(const MethodId& method_id) { 96 RefTypeId class_id, MethodId method_id, bool is_constructor) 257 expandBufAdd4BE(pReply, sizeof(MethodId)); 683 MethodId method_id = request.ReadMethodId(); 699 MethodId method_id = request.ReadMethodId(); 739 MethodId method_id = request.ReadMethodId(); 750 MethodId method_id = request.ReadMethodId(); 773 MethodId method_id = request.ReadMethodId(); 869 MethodId method_id = request.ReadMethodId(); [all...] |
/hardware/ti/wpan/tools/FM/service/src/jni/ |
JFmRxNative.cpp | [all...] |
/external/dexmaker/javadoc/com/google/dexmaker/ |
package-summary.html | 112 <TD WIDTH="15%"><B><A HREF="../../../com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker">MethodId<D,R></A></B></TD>
|
package-tree.html | 94 <LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/Code.html" title="class in com.google.dexmaker"><B>Code</B></A><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/DexMaker.html" title="class in com.google.dexmaker"><B>DexMaker</B></A><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/FieldId.html" title="class in com.google.dexmaker"><B>FieldId</B></A><D,V><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/Label.html" title="class in com.google.dexmaker"><B>Label</B></A><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/Local.html" title="class in com.google.dexmaker"><B>Local</B></A><T><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker"><B>MethodId</B></A><D,R><LI TYPE="circle">com.google.dexmaker.<A HREF="../../../com/google/dexmaker/TypeId.html" title="class in com.google.dexmaker"><B>TypeId</B></A><T></UL>
|
Local.html | 58 <A HREF="../../../com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker"><B>NEXT CLASS</B></A></FONT></TD> 212 <A HREF="../../../com/google/dexmaker/MethodId.html" title="class in com.google.dexmaker"><B>NEXT CLASS</B></A></FONT></TD>
|
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 272 jmethodID methodId; 281 methodId = env->GetStaticMethodID(clazz, "main", "([Ljava/lang/String;)V"); 282 if (methodId == NULL) { 302 env->CallStaticVoidMethod(clazz, methodId, strArray); [all...] |
/art/compiler/dex/quick/ |
codegen_util.cc | 271 const DexFile::MethodId& method_id = 371 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target); 387 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target); [all...] |
/art/runtime/ |
dex_file.cc | 294 method_ids_ = reinterpret_cast<const MethodId*>(b + h->method_ids_off_); 403 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, 414 const DexFile::MethodId& method = GetMethodId(mid); [all...] |
debugger.cc | [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 561 if (idSize > sizeof(coder->MethodID)) 563 coder->MethodID = 0; 565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j); [all...] |
/external/lzma/C/ |
7zIn.c | 561 if (idSize > sizeof(coder->MethodID))
563 coder->MethodID = 0;
565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j);
[all...] |
/art/compiler/jni/portable/ |
jni_compiler.cc | 67 DexFile::MethodId const& method_id =
|
/device/sample/frameworks/PlatformLibrary/jni/ |
PlatformLibrary.cpp | 155 * Now let's do something with it. We already have the methodID for
|
/external/chromium_org/chrome/browser/resources/performance_monitor/ |
chart.js | [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | [all...] |
/external/chromium_org/content/browser/indexed_db/leveldb/ |
leveldb_database.cc | 176 leveldb_env::MethodID method;
|
/libcore/luni/src/main/java/java/io/ |
ObjectStreamClass.java | 177 // MethodID for deserialization constructor 656 private static native Object newInstance(Class<?> instantiationClass, long methodId); [all...] |
/art/compiler/driver/ |
compiler_driver.cc | [all...] |
/frameworks/av/media/libstagefright/ |
AwesomePlayer.cpp | [all...] |
/external/chromium_org/base/android/jni_generator/ |
jni_generator.py | [all...] |
/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | [all...] |
/art/compiler/ |
image_writer.cc | 709 const DexFile::MethodId& id = patch->GetDexFile().GetMethodId(patch->GetTargetMethodIdx());
|
/dalvik/libdex/ |
DexFile.h | 654 /* return the MethodId with the specified index */
|