HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 1051 - 1075 of 3714) sorted by null

<<41424344454647484950>>

  /art/compiler/utils/
swap_space_test.cc 37 unlink(scratch.GetFilename().c_str());
  /art/dalvikvm/
dalvikvm.cc 75 ScopedLocalRef<jclass> klass(env, env->FindClass(class_name.c_str()));
77 fprintf(stderr, "Unable to locate class '%s'\n", class_name.c_str());
84 fprintf(stderr, "Unable to find static main(String[]) in '%s'\n", class_name.c_str());
92 fprintf(stderr, "Sorry, main() is not public in '%s'\n", class_name.c_str());
  /art/runtime/
compiler_filter_test.cc 25 EXPECT_TRUE(CompilerFilter::ParseCompilerFilter(name.c_str(), &parsed));
jni_env_ext.cc 172 PrettyTypeOf(o).c_str());
177 return StringPrintf("<0x%08x> (a %s)", o->IdentityHashCode(), pretty_type.c_str());
216 monitor_descr.c_str());
243 monitor_descr.c_str());
reference_table.cc 102 std::string msg(StringPrintf("%5zd of %s", total, className.c_str()));
191 StringAppendF(&extras, " \"%s\"", utf8.c_str());
193 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength());
200 extras = StringPrintf(" (storing a %s)", PrettyTypeOf(referent).c_str());
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 192 std::string trace_file = StringPrintf("/data/misc/trace/%s.trace.bin", proc_name.c_str());
193 Trace::Start(trace_file.c_str(),
209 InstructionSet isa = GetInstructionSetFromString(isa_string.c_str());
215 env, is_system_server, action, isa_string.c_str());
  /art/runtime/verifier/
method_verifier_test.cc 36 mirror::Class* klass = class_linker_->FindSystemClass(self, descriptor.c_str());
  /build/kati/
stats.cc 85 LOG_STAT("%s", st->String().c_str());
  /external/bison/examples/calc++/
calc++-scanner.ll 76 else if (!(yyin = fopen (file.c_str (), "r")))
  /external/boringssl/src/crypto/evp/
evp_test.cc 102 t->PrintLine("Unknown digest: '%s'", name.c_str());
113 t->PrintLine("Duplicate key '%s'.", key_name.c_str());
149 t->PrintLine("Unknown test '%s'", t->GetType().c_str());
156 t->PrintLine("Could not find key '%s'.", key_name.c_str());
  /external/boringssl/src/tool/
ciphers.cc 37 if (!SSL_CTX_set_cipher_list(ctx.get(), ciphers_string.c_str())) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_nolibc_test.cc 27 int status = system(NolibcTestPath.c_str());
  /external/compiler-rt/test/tsan/
ignore_lib1.cc 24 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
load_shared_lib.cc 59 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /external/deqp/executor/
xeContainerFormatParser.cpp 82 return m_attribute.c_str();
88 return m_value.c_str();
94 return m_value.c_str();
100 return m_value.c_str();
  /external/deqp/modules/gles31/functional/
es31fAndroidExtensionPackES31ATests.cpp 143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str()))
215 (std::string() + "Check " + limits[ndx].name + " is at least " + de::toString(limits[ndx].limit)).c_str(),
253 group->addChild(new SubExtensionCase(m_context, name.c_str(), description.c_str(), subExtensions[ndx]));
es31fFramebufferDefaultStateQueryTests.cpp 220 FOR_EACH_VERIFIER(new FramebufferDimensionTest (m_context, verifier, FramebufferDimensionTest::DIMENSION_WIDTH, (std::string("framebuffer_default_width_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_WIDTH"));
221 FOR_EACH_VERIFIER(new FramebufferDimensionTest (m_context, verifier, FramebufferDimensionTest::DIMENSION_HEIGHT, (std::string("framebuffer_default_height_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_HEIGHT"));
222 FOR_EACH_VERIFIER(new FramebufferSamplesTest (m_context, verifier, (std::string("framebuffer_default_samples_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_SAMPLES"));
223 FOR_EACH_VERIFIER(new FramebufferFixedSampleLocationsTest (m_context, verifier, (std::string("framebuffer_default_fixed_sample_locations_") + verifierSuffix).c_str(), "Test FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS"));
  /external/google-breakpad/src/common/linux/
crc32.h 48 return ComputeCrc32(str.c_str(), str.size());
file_id_unittest.cc 83 sprintf(cmdline, "cp \"%s\" \"%s\"", exe_name, templ.c_str());
85 sprintf(cmdline, "chmod u+w \"%s\"", templ.c_str());
87 sprintf(cmdline, "strip \"%s\"", templ.c_str());
94 FileID fileid2(templ.c_str());
  /external/libchrome/base/files/
file_util.cc 56 std::ifstream file1(filename1.value().c_str(),
58 std::ifstream file2(filename2.value().c_str(),
87 std::ifstream file1(filename1.value().c_str(), std::ios::in);
88 std::ifstream file2(filename2.value().c_str(), std::ios::in);
  /external/libchrome/crypto/
openssl_bio_string_unittest.cc 35 BIO_puts(bio.get(), expected3.c_str()));
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 33 assert(strcmp(s.c_str(), "dog") == 0);
  /external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_const_char_pointer.pass.cpp 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str());
ctor_int_error_category_const_char_pointer.pass.cpp 26 std::generic_category(), what_arg.c_str());
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
from_bytes.pass.cpp 30 ws = myconv.from_bytes(bs.c_str());

Completed in 928 milliseconds

<<41424344454647484950>>