Searched refs:str (Results 1 – 8 of 8) 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/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()
|