Home
last modified time | relevance | path

Searched defs:str (Results 1 – 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
DExceptionWithContext.java40 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext()
110 public void addContext(String str) { in addContext()
DIndentingWriter.java151 public void write(String str, int off, int len) throws IOException { in write()
/dalvik/dx/src/com/android/dex/util/
DExceptionWithContext.java39 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext()
109 public void addContext(String str) { in addContext()
/dalvik/dx/src/com/android/dx/util/
DIndentingWriter.java151 public void write(String str, int off, int len) throws IOException { in write()
/dalvik/libdex/
DDexFile.cpp163 static u4 classDescriptorHash(const char* str) in classDescriptorHash()
463 const char* str; in dexFindClass() local
/dalvik/docs/
Dprettify.js258 function attribToHtml(str) { argument
266 function textToHtml(str) { argument
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
DInvokeCustom.java45 double d, String str) { in targetMethodTest2()
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
DInvokeCustom.java49 double d, String str) { in targetMethodTest2()
/dalvik/dexdump/
DDexDump.cpp134 static char* descriptorToDot(const char* str) in descriptorToDot()
189 static char* descriptorClassToDot(const char* str) in descriptorClassToDot()
333 char* str; in createAccessFlagStr() local