Lines Matching defs:result
76 std::string result; in GetThreadName() local
113 bool ReadFileToString(const std::string& file_name, std::string* result) { in ReadFileToString()
276 std::string result; in PrettyDescriptor() local
296 std::string result; in PrettyField() local
313 std::string result; in PrettyField() local
333 std::string result; in PrettyArguments() local
373 std::string result(PrettyDescriptor(m->GetDeclaringClassDescriptor())); in PrettyMethod() local
396 std::string result(PrettyDescriptor(dex_file.GetMethodDeclaringClassDescriptor(method_id))); in PrettyMethod() local
419 std::string result(PrettyDescriptor(obj->GetClass()->GetDescriptor(&temp))); in PrettyTypeOf() local
430 std::string result; in PrettyClass() local
441 std::string result; in PrettyClassAndClassLoader() local
560 std::string result; in PrintableChar() local
572 std::string result; in PrintableString() local
598 std::string result; in MangleForJni() local
634 std::string result(descriptor + 1, length - 2); in DescriptorToDot() local
639 std::string result(descriptor); in DescriptorToDot() local
651 std::string result(descriptor + 1, length - 2); in DescriptorToName() local
909 void Split(const std::string& s, char separator, std::vector<std::string>& result) { in Split()
926 std::string result; in Trim() local
960 std::string result(strings[0]); in Join() local
1236 int result = mkdir(dalvik_cache_root.c_str(), 0700); in GetDalvikCacheOrDie() local