Searched refs:str (Results 1 – 11 of 11) sorted by relevance
/dalvik/dx/src/com/android/dex/util/ |
D | ExceptionWithContext.java | 39 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext() argument 48 ewc.addContext(str); in withContext() 109 public void addContext(String str) { in addContext() argument 110 if (str == null) { in addContext() 114 context.append(str); in addContext() 115 if (!str.endsWith("\n")) { in addContext()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | ExceptionWithContext.java | 40 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext() argument 49 ewc.addContext(str); in withContext() 110 public void addContext(String str) { in addContext() argument 111 if (str == null) { in addContext() 115 context.append(str); in addContext() 116 if (!str.endsWith("\n")) { in addContext()
|
D | IndentingWriter.java | 151 public void write(String str, int off, int len) throws IOException { in write() argument 154 write(str.charAt(off)); in write()
|
/dalvik/docs/ |
D | prettify.css | 3 .str { color: #080; } 17 .str { color: #060; }
|
D | prettify.js | 258 function attribToHtml(str) { argument 259 return str.replace(pr_amp, '&') 266 function textToHtml(str) { argument 267 return str.replace(pr_amp, '&')
|
/dalvik/dx/src/com/android/dx/util/ |
D | IndentingWriter.java | 151 public void write(String str, int off, int len) throws IOException { in write() argument 154 write(str.charAt(off)); in write()
|
/dalvik/libdex/ |
D | DexFile.cpp | 162 static u4 classDescriptorHash(const char* str) in classDescriptorHash() argument 166 while (*str != '\0') in classDescriptorHash() 167 hash = hash * 31 + *str++; in classDescriptorHash() 460 const char* str; in dexFindClass() local 462 str = (const char*) (pDexFile->baseAddr + offset); in dexFindClass() 463 if (strcmp(str, descriptor) == 0) { in dexFindClass()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 133 static char* descriptorToDot(const char* str) in descriptorToDot() argument 135 int targetLen = strlen(str); in descriptorToDot() 141 while (targetLen > 1 && str[offset] == '[') { in descriptorToDot() 149 str = primitiveTypeLabel(str[offset]); in descriptorToDot() 151 targetLen = strlen(str); in descriptorToDot() 154 if (targetLen >= 2 && str[offset] == 'L' && in descriptorToDot() 155 str[offset+targetLen-1] == ';') in descriptorToDot() 167 char ch = str[offset + i]; in descriptorToDot() 187 static char* descriptorClassToName(const char* str) in descriptorClassToName() argument 193 lastSlash = strrchr(str, '/'); in descriptorClassToName() [all …]
|
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/ |
D | InvokeCustom.java | 45 double d, String str) { in targetMethodTest2() argument 54 System.out.println(str); in targetMethodTest2()
|
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/ |
D | InvokeCustom.java | 49 double d, String str) { in targetMethodTest2() argument 58 System.out.println(str); in targetMethodTest2()
|
/dalvik/dx/etc/ |
D | jasmin.jar | META-INF/
META-INF/MANIFEST.MF
jas/
jas/AnnotDefAttr.class
AnnotDefAttr ... |