Home
last modified time | relevance | path

Searched refs:c_str (Results 276 – 294 of 294) sorted by relevance

1...<<1112

/art/cmdline/
DREADME.md194 double value = strtod(str.c_str(), &end);
/art/runtime/verifier/
Dreg_type_cache.cc671 return FromDescriptor(loader, descriptor.c_str() + 1, false); in GetComponentType()
Dmethod_verifier.cc5596 std::string location(StringPrintf("%s: [0x%X] ", dex_file_->PrettyMethod(dex_method_idx_).c_str(), in Fail()
/art/runtime/interpreter/
Dinterpreter_common.cc1473 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()
1477 component_class->PrettyDescriptor().c_str()); in DoFilledNewArray()
Dinterpreter.cc432 method->PrettyMethod().c_str()); in EnterInterpreterFromInvoke()
Dunstarted_runtime_test.cc1103 DotToDescriptor(name).c_str(), in RunTest()
Dinterpreter_switch_impl-inl.h740 c->PrettyDescriptor().c_str()); in NEW_INSTANCE()
/art/runtime/
Dreflection_test.cc108 DotToDescriptor(class_name).c_str(), in ReflectionTestMakeInterpreted()
Dwell_known_classes.cc242 android::base::StringPrintf("(%c)L%s;", prim_name, boxed_name).c_str()); in CachePrimitiveBoxingMethod()
Dclass_loader_context_test.cc258 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles(test_name.c_str()); in VerifyClassLoaderFromTestDex()
265 classpath.empty() ? GetTestDexFileName(test_name.c_str()) : classpath); in VerifyClassLoaderFromTestDex()
Dtransaction_test.cc523 EXPECT_STREQ(s->ToModifiedUtf8().c_str(), kResolvedString); in TEST_F()
/art/runtime/jit/
Dprofile_saver.cc960 UniqueCPtr<const char[]> location_real(realpath(location.c_str(), nullptr)); in ResolveTrackedLocations()
/art/test/ti-stress/
Dstress.cc72 dex::u4 class_idx = reader.FindClassIndex(descriptor.c_str()); in DoExtractClassFromData()
/art/runtime/gc/space/
Dregion_space.cc59 mem_map = MemMap::MapAnonymous(name.c_str(), in CreateMemMap()
/art/runtime/mirror/
Dvar_handle_test.cc225 ptypes->Set(i, class_linker->FindClass(self, descriptors[i].c_str(), boot_class_loader)); in MethodTypeOf()
228 hs.NewHandle(class_linker->FindClass(self, descriptors.back().c_str(), boot_class_loader)); in MethodTypeOf()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc196 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TestProfileLoadFromZip()
893 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TEST_F()
/art/runtime/gc/allocator/
Drosalloc.cc87 size_bracket_locks_[i] = new Mutex(size_bracket_lock_names_[i].c_str(), kRosAllocBracketLock); in RosAlloc()
/art/dex2oat/linker/
Dimage_writer.cc456 image_file.reset(OS::CreateEmptyFile(image_filename.c_str())); in Write()
/art/runtime/gc/
Dheap.cc1409 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()

1...<<1112