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

<<21222324252627282930>>

  /art/runtime/
utils_test.cc 328 GetDalvikCacheFilenameOrDie("/system/app/Foo.apk", "/foo").c_str());
331 GetDalvikCacheFilenameOrDie("/data/app/foo-1.apk", "/foo").c_str());
333 GetDalvikCacheFilenameOrDie("/system/framework/core.jar", "/foo").c_str());
335 GetDalvikCacheFilenameOrDie("/system/framework/boot.art", "/foo").c_str());
337 GetDalvikCacheFilenameOrDie("/system/framework/boot.oat", "/foo").c_str());
341 EXPECT_STREQ("", GetDalvikCache("should-not-exist123", false).c_str());
343 EXPECT_STREQ((android_data_ + "/dalvik-cache/.").c_str(), GetDalvikCache(".", false).c_str());
344 EXPECT_STREQ((android_data_ + "/dalvik-cache/should-not-be-there").c_str(),
345 GetDalvikCache("should-not-be-there", true).c_str());
    [all...]
prebuilt_tools_test.cc 36 if (stat(exec_path.c_str(), &exec_st) != 0) {
  /external/opencv3/modules/core/src/
command_line_parser.cpp 61 std::stringstream ss(str.c_str());
345 printf("\nERRORS:\n%s\n", impl->error_message.c_str());
353 printf("%s\n", impl->about_message.c_str());
355 printf("Usage: %s [params] ", impl->app_name.c_str());
362 printf("%s ", name.c_str());
384 printf("%s", k.c_str());
394 printf(" (value:%s)", dv.c_str());
396 printf("\n\t\t%s\n", impl->data[i].help_message.c_str());
409 printf("%s", k.c_str());
414 printf(" (value:%s)", dv.c_str());
    [all...]
  /external/vboot_reference/utility/
bmpblk_utility.cc 106 printf(" %d: \"%s\"\n", i, config_.image_names[i].c_str());
113 it->first.c_str(),
114 it->second.filename.c_str(),
123 printf(" \"%s\":\n", it->first.c_str());
127 it->second.image_names[k].c_str(),
196 gotversion.c_str());
394 config_.image_names[i].c_str(),
395 it->second.filename.c_str());
397 const string &content = read_image_file(it->second.filename.c_str());
401 identify_image_type(content.c_str(),
    [all...]
  /system/tools/aidl/
aidl.cpp 106 p = fn.c_str() + (len - expected.length());
123 valid = !strcasecmp(expected.c_str(), p);
130 filename.c_str(), line, name.c_str(), expected.c_str());
246 writer->Write("%s : \\\n", output_file.c_str());
247 writer->Write(" %s", Join(aidl_sources, " \\\n ").c_str());
253 writer->Write("%s :\n", src.c_str());
319 writer->Write("%s : \\\n %s\n", Join(headers, " \\\n ").c_str(),
320 Join(source_aidl, " \\\n ").c_str());
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 354 StringTemplate vertTemplate(vtx.str().c_str());
355 StringTemplate fragTemplate(frag.str().c_str());
371 return new ShaderIndexingCase(context, caseName, description, true, varType, evalFunc, requirements, vertexShaderSource.c_str(), fragmentShaderSource.c_str());
467 StringTemplate vertTemplate(vtx.str().c_str());
468 StringTemplate fragTemplate(frag.str().c_str());
481 return new ShaderIndexingCase(context, caseName, description, isVertexCase, varType, evalFunc, requirements, vertexShaderSource.c_str(), fragmentShaderSource.c_str());
615 StringTemplate vertTemplate(vtx.str().c_str());
616 StringTemplate fragTemplate(frag.str().c_str());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp 327 StringTemplate vertTemplate(vtx.str().c_str());
328 StringTemplate fragTemplate(frag.str().c_str());
333 return new ShaderIndexingCase(context, caseName, description, true, varType, evalFunc, vertexShaderSource.c_str(), fragmentShaderSource.c_str());
433 StringTemplate vertTemplate(vtx.str().c_str());
434 StringTemplate fragTemplate(frag.str().c_str());
439 return new ShaderIndexingCase(context, caseName, description, isVertexCase, varType, evalFunc, vertexShaderSource.c_str(), fragmentShaderSource.c_str());
577 StringTemplate vertTemplate(vtx.str().c_str());
578 StringTemplate fragTemplate(frag.str().c_str());
    [all...]
es3fFragmentOutputTests.cpp 294 throw tcu::TestError((string("Incomplete framebuffer: ") + glu::getFramebufferStatusStr(fboStatus).toString()).c_str(), "", __FILE__, __LINE__);
791 int loc = gl.getAttribLocation(m_program->getProgram(), name.c_str());
923 isOk = tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, finalThreshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 389 IMAGE_FORMAT_UNSUPPORTED, "IMAGE", "%s", ss.str().c_str());
401 IMAGE_RENDERPASS_INVALID_ATTACHMENT, "IMAGE", "%s", ss.str().c_str());
411 IMAGE_RENDERPASS_INVALID_ATTACHMENT, "IMAGE", "%s", ss.str().c_str());
421 IMAGE_RENDERPASS_INVALID_ATTACHMENT, "IMAGE", "%s", ss.str().c_str());
440 IMAGE_RENDERPASS_INVALID_DS_ATTACHMENT, "IMAGE", "%s", ss.str().c_str());
463 IMAGE_VIEW_CREATE_ERROR, "IMAGE", "%s", ss.str().c_str());
470 IMAGE_VIEW_CREATE_ERROR, "IMAGE", "%s", ss.str().c_str());
476 IMAGE_VIEW_CREATE_ERROR, "IMAGE", "%s", ss.str().c_str());
482 IMAGE_VIEW_CREATE_ERROR, "IMAGE", "%s", ss.str().c_str());
500 __LINE__, IMAGE_VIEW_CREATE_ERROR, "IMAGE", "%s", ss.str().c_str());
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 88 SkAutoTUnref<SkData> encoded(SkData::NewFromFileName(path.c_str()));
114 return Error::Nonfatal(SkStringPrintf("Could not create brd for %s.", fPath.c_str()));
223 return SkStringPrintf("%s_%.3f", SkOSPath::Basename(path.c_str()).c_str(), scale);
230 return SkOSPath::Basename(fPath.c_str());
243 const char* actualExt = strrchr(path.c_str(), '.');
362 SkAutoTUnref<SkData> encoded(SkData::NewFromFileName(fPath.c_str()));
364 return SkStringPrintf("Couldn't read %s.", fPath.c_str());
375 return SkStringPrintf("Couldn't create codec for %s.", fPath.c_str());
417 return SkStringPrintf("Image(%s) is too large (%d x %d)", fPath.c_str(),
    [all...]
  /frameworks/native/cmds/installd/
utils.cpp 79 create_data_app_path(volume_uuid).c_str(), package_name);
91 create_data_user_ce_path(volume_uuid, user).c_str(), package_name);
101 DIR* dir = opendir(user_path.c_str());
110 auto resolved = StringPrintf("%s/%s", user_path.c_str(), ent->d_name);
133 create_data_user_de_path(volume_uuid, user).c_str(), package_name);
144 const char* tmp = _tmp.c_str();
167 return StringPrintf("%s/app", create_data_path(volume_uuid).c_str());
177 return StringPrintf("%s/data", data.c_str());
179 return StringPrintf("%s/user/%u", data.c_str(), userid);
182 return StringPrintf("%s/user/%u", data.c_str(), userid)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 56 CPPUNIT_TEST(c_str);
115 void c_str();
248 CPPUNIT_MESSAGE(ostr.str().c_str());
304 const char* as = a.c_str();
305 const char* bs = b.c_str();
307 CPPUNIT_ASSERT( a.c_str() == bs );
308 CPPUNIT_ASSERT( b.c_str() == as );
327 char const* c_str = "Hello, World!"; local
328 string str(c_str);
329 CPPUNIT_ASSERT( str == c_str );
410 void StringTest::c_str() function in class:StringTest
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 56 CPPUNIT_TEST(c_str);
115 void c_str();
248 CPPUNIT_MESSAGE(ostr.str().c_str());
304 const char* as = a.c_str();
305 const char* bs = b.c_str();
307 CPPUNIT_ASSERT( a.c_str() == bs );
308 CPPUNIT_ASSERT( b.c_str() == as );
327 char const* c_str = "Hello, World!"; local
328 string str(c_str);
329 CPPUNIT_ASSERT( str == c_str );
410 void StringTest::c_str() function in class:StringTest
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 403 EXPECT_STREQ("", WideStringToUtf8(L"", 0).c_str());
404 EXPECT_STREQ("", WideStringToUtf8(L"", -1).c_str());
409 EXPECT_STREQ("a", WideStringToUtf8(L"a", 1).c_str());
410 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", 2).c_str());
411 EXPECT_STREQ("a", WideStringToUtf8(L"a", -1).c_str());
412 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", -1).c_str());
419 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", 1).c_str());
420 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", -1).c_str());
423 EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(L"\x576", 1).c_str());
424 EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(L"\x576", -1).c_str());
    [all...]
  /art/runtime/arch/arm64/
instruction_set_features_arm64_test.cc 31 EXPECT_STREQ("smp,a53", arm64_features->GetFeatureString().c_str());
  /art/runtime/arch/mips/
instruction_set_features_mips_test.cc 30 EXPECT_STREQ("smp,fpu32,mips2", mips_features->GetFeatureString().c_str());
  /art/runtime/arch/mips64/
instruction_set_features_mips64_test.cc 30 EXPECT_STREQ("smp", mips64_features->GetFeatureString().c_str());
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64_test.cc 31 x86_64_features->GetFeatureString().c_str());
  /art/runtime/base/
scoped_flock_test.cc 34 ASSERT_TRUE(file_lock.Init(scratch_file.GetFilename().c_str(),
  /bionic/linker/
linker_dlwarning.cpp 45 f(obj, msg.c_str());
  /build/kati/
rule.h 50 ERROR("%s:%d: %s", loc.filename, loc.lineno, msg.c_str());
  /cts/tools/cts-device-info/jni/
com_android_cts_deviceinfo_VulkanDeviceInfo.cpp 27 return env->NewStringUTF(vkjson.c_str());
  /external/ImageMagick/Magick++/lib/
Functions.cpp 26 MagickCore::CloneString(destination_,source_.c_str());
  /external/compiler-rt/test/asan/TestCases/Darwin/
address-range-limit.mm 17 NSCreateObjectFileImageFromFile(path.c_str(), &im);
  /external/compiler-rt/test/asan/TestCases/Linux/
init-order-dlopen.cc 39 void *handle = dlopen(path.c_str(), RTLD_NOW);

Completed in 1976 milliseconds

<<21222324252627282930>>