/dalvik/vm/hprof/ |
D | HprofString.cpp | 38 static u4 computeUtf8Hash(const char *str) in computeUtf8Hash() 52 hprof_string_id hprofLookupStringId(const char *str) in hprofLookupStringId() 90 const char *str; in hprofDumpStrings() local
|
D | HprofOutput.cpp | 237 int hprofAddUtf8StringToRecord(hprof_record_t *rec, const char *str) in hprofAddUtf8StringToRecord()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | ExceptionWithContext.java | 40 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext() 110 public void addContext(String str) { in addContext()
|
D | IndentingWriter.java | 151 public void write(String str, int off, int len) throws IOException { in write()
|
/dalvik/dx/src/com/android/dx/util/ |
D | ExceptionWithContext.java | 40 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext() 110 public void addContext(String str) { in addContext()
|
D | IndentingWriter.java | 151 public void write(String str, int off, int len) throws IOException { in write()
|
/dalvik/vm/native/ |
D | java_lang_reflect_Proxy.cpp | 34 StringObject* str = (StringObject*) args[0]; in Dalvik_java_lang_reflect_Proxy_generateProxy() local
|
D | java_lang_String.cpp | 45 StringObject* str = (StringObject*) args[0]; in String_intern() local
|
D | dalvik_system_DexFile.cpp | 443 StringObject* str = dvmCreateStringFromCstr(className); in Dalvik_dalvik_system_DexFile_getClassNameList() local
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
D | AnnoArrayField.java | 18 String[] str() default {}; in str() method
|
/dalvik/vm/ |
D | Misc.cpp | 200 char* dvmDotToSlash(const char* str) in dvmDotToSlash() 323 char* dvmDescriptorToDot(const char* str) in dvmDescriptorToDot() 355 char* dvmDotToDescriptor(const char* str) in dvmDotToDescriptor() 398 char* dvmDescriptorToName(const char* str) in dvmDescriptorToName() 420 char* dvmNameToDescriptor(const char* str) in dvmNameToDescriptor()
|
D | AllocTracker.cpp | 451 const char* str = (const char*) dvmPointerSetGetEntry(strings, i); in computeStringTableSize() local 488 const char* str = (const char*) dvmPointerSetGetEntry(strings, i); in outputStringTable() local
|
D | DvmDex.h | 137 struct StringObject* str) in dvmDexSetResolvedString()
|
D | ReferenceTable.cpp | 291 const StringObject* str = in dvmDumpReferenceTableContents() local
|
D | Bits.h | 350 INLINE void setUtf8String(u1* buf, const u1* str) in setUtf8String()
|
D | LinearAlloc.cpp | 395 char* dvmLinearStrdup(Object* classLoader, const char* str) in dvmLinearStrdup()
|
/dalvik/vm/test/ |
D | TestHash.cpp | 82 const char* str; in dvmTestHash() local
|
/dalvik/libdex/ |
D | DexFile.cpp | 163 static u4 classDescriptorHash(const char* str) in classDescriptorHash() 463 const char* str; in dexFindClass() local
|
D | ZipArchive.cpp | 92 static unsigned int computeHash(const char* str, int len) in computeHash() 105 static void addToHash(ZipArchive* pArchive, const char* str, int strLen, in addToHash()
|
/dalvik/vm/jdwp/ |
D | ExpandBuf.cpp | 168 void expandBufAddUtf8String(ExpandBuf* pBuf, const u1* str) in expandBufAddUtf8String()
|
/dalvik/vm/compiler/template/ |
D | gen-template.py | 314 def emitSectionComment(str, fp): argument
|
/dalvik/dexlist/ |
D | DexList.cpp | 55 static char* descriptorToDot(const char* str) in descriptorToDot()
|
/dalvik/tests/068-classloader/src/ |
D | Main.java | 269 String str = de.getStr(); in testInterface() local
|
/dalvik/docs/ |
D | prettify.js | 258 function attribToHtml(str) { argument 266 function textToHtml(str) { argument
|
/dalvik/vm/mterp/ |
D | gen-mterp.py | 507 def emitSectionComment(str, fp): argument
|