/frameworks/native/libs/ui/ |
GraphicBufferAllocator.cpp | 61 rec.requestorName.c_str()); 66 rec.requestorName.c_str()); 74 result.append(deviceDump.c_str(), deviceDump.size());
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-test-part.h | 77 return file_name_.empty() ? NULL : file_name_.c_str(); 85 const char* summary() const { return summary_.c_str(); } 88 const char* message() const { return message_.c_str(); }
|
/system/connectivity/shill/dbus/ |
chromeos_wimax_device_proxy.cc | 255 method.c_str(), 256 dbus_error->GetCode().c_str(), 257 dbus_error->GetMessage().c_str()));
|
/system/core/adb/ |
console.cpp | 70 fprintf(stderr, "error: no emulator connected: %s\n", error.c_str()); 77 if (sscanf(device.c_str(), "emulator-%d", &port) == 1) { 104 error.c_str());
|
/system/core/fastboot/ |
tcp.cpp | 96 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { 98 Socket::GetErrorMessage().c_str()); 107 Socket::GetErrorMessage().c_str());
|
/system/extras/perfprofd/quipper/ |
perf_utils.cc | 64 array[i] = strtol(one_byte.c_str(), &err, kHexRadix); 154 std::ifstream in(filename.c_str(), std::ios::binary); 174 std::ofstream out(filename.c_str(), std::ios::binary);
|
/system/extras/simpleperf/ |
event_attr.cpp | 109 PrintIndented(indent, "event_attr: for event type %s\n", event_name.c_str()); 120 SampleTypeToString(attr.sample_type).c_str()); 123 ReadFormatToString(attr.read_format).c_str());
|
read_apk.cpp | 127 int32_t rc = FindEntry(handle, ZipString(elf_filename.c_str()), &zentry); 147 FILE* fp = fopen(apk_path.c_str(), mode.c_str());
|
/system/update_engine/client_library/ |
client_binder.cc | 51 return service_->AttemptUpdate(String16{in_app_version.c_str()}, 52 String16{in_omaha_url.c_str()}, 194 return service_->SetChannel(String16{in_target_channel.c_str()},
|
/system/update_engine/ |
p2p_manager_unittest.cc | 173 test_conf_->GetP2PDir().value().c_str(), n); 174 EXPECT_EQ(expect, utils::FileExists(file_name.c_str())); 178 test_conf_->GetP2PDir().value().c_str(), n); 179 EXPECT_TRUE(utils::FileExists(file_name.c_str())); 246 test_conf_->GetP2PDir().value().c_str(), n); 247 EXPECT_EQ(expect, utils::FileExists(file_name.c_str())); 251 test_conf_->GetP2PDir().value().c_str(), n); 252 EXPECT_TRUE(utils::FileExists(file_name.c_str())); 279 ea_size = getxattr(path.c_str(), "user.cros-p2p-filesize", 289 ea_size = getxattr(path.c_str(), "user.cros-p2p-filesize" [all...] |
/system/vold/ |
TrimTask.cpp | 71 fstab = fs_mgr_read_fstab(android::vold::DefaultFstabPath().c_str()); 111 ResponseCode::TrimResult, res.c_str(), false); 120 int fd = open(path.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC | O_NOFOLLOW);
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest.cc | 387 const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); 399 const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); 425 GetOutputFormat().c_str())); 454 if (PatternMatchesString(cur_pattern, name.c_str())) { 478 test_case_name.c_str(), 479 test_name.c_str()); 483 const char* const p = GTEST_FLAG(filter).c_str(); 488 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 501 return (MatchesFilter(full_name, positive.c_str()) && 502 !MatchesFilter(full_name, negative.c_str())); [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 369 "dimension of: %s", str.c_str()); 423 testPrintI("startDim: %s", ((string) startDim).c_str()); 433 format = hwcTestGraphicFormatLookup((*itFormat).c_str()); 435 testPrintE("Unknown graphic format of: %s", (*itFormat).c_str()); 475 transformList2str(measPtr->transforms).c_str()); 478 blendList2str(measPtr->blends).c_str()); 494 testPrintI(" dfMinDim: %s", ((string) measPtr->df.minDim).c_str()); 497 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str()); 517 testPrintI(" scMinDim: %s", ((string) measPtr->sc.minDim).c_str()); 524 ((string) measPtr->sc.maxDim).c_str()); [all...] |
/external/protobuf/gtest/src/ |
gtest.cc | 375 const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); 387 const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); 413 GetOutputFormat().c_str())); 442 if (PatternMatchesString(cur_pattern, name.c_str())) { 466 test_case_name.c_str(), 467 test_name.c_str()); 471 const char* const p = GTEST_FLAG(filter).c_str(); 476 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter 489 return (MatchesFilter(full_name, positive.c_str()) && 490 !MatchesFilter(full_name, negative.c_str())); [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest_unittest.cc | 366 _putenv(env_var.c_str()); 530 EXPECT_STREQ("", WideStringToUtf8(L"", 0).c_str()); 531 EXPECT_STREQ("", WideStringToUtf8(L"", -1).c_str()); 536 EXPECT_STREQ("a", WideStringToUtf8(L"a", 1).c_str()); 537 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", 2).c_str()); 538 EXPECT_STREQ("a", WideStringToUtf8(L"a", -1).c_str()); 539 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", -1).c_str()); 546 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", 1).c_str()); 547 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", -1).c_str()); 551 EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(s, 1).c_str()); [all...] |
/external/deqp/modules/gles2/performance/ |
es2pDrawCallBatchingTests.cpp | 590 GLint location = gl.getAttribLocation(m_program->getProgram(), ("a_static" + de::toString(attribNdx)).c_str()); 607 GLint location = gl.getAttribLocation(m_program->getProgram(), ("a_dyn" + de::toString(attribNdx)).c_str()); 671 GLint location = gl.getAttribLocation(m_program->getProgram(), ("a_static" + de::toString(attribNdx)).c_str()); 696 GLint location = gl.getAttribLocation(m_program->getProgram(), ("a_static" + de::toString(attribNdx)).c_str()); 713 GLint location = gl.getAttribLocation(m_program->getProgram(), ("a_dyn" + de::toString(attribNdx)).c_str()); 774 GLint location = gl.getAttribLocation(m_program->getProgram(), ("a_static" + de::toString(attribNdx)).c_str()); 873 tcu::ScopedLogSection section(log, ("Sampling iteration " + de::toString(m_sampleIteration)).c_str(), ("Sampling iteration " + de::toString(m_sampleIteration)).c_str()); 891 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)(batchedStats.mean/unbatchedStats.mean), 1).c_str()); 1013 TestCaseGroup* drawTypeGroup = new TestCaseGroup(m_context, (string(dynamicIndices ? "dynamic_" : "") + (useIndexBuffer ? "buffer_" : "" ) + (drawElements ? "draw_elements" : "draw_arrays")).c_str(), (string("Test batched rendering with ") + (drawElements ? "draw_elements" : "draw_arrays")).c_s (…) [all...] |
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.cpp | 264 vertex_shader_source_.c_str()); 272 fragment_shader_source_.c_str()); 285 ProgramVar tex_coord_attr = glGetAttribLocation(program_, TexCoordAttributeName().c_str()); 286 ProgramVar pos_coord_attr = glGetAttribLocation(program_, PositionAttributeName().c_str()); 318 ALOGE("%03zd : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str()); 322 ALOGE("%03zu : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str()); 404 ProgramVar tex_coord_attr = glGetAttribLocation(program_, TexCoordAttributeName().c_str()); 409 ProgramVar pos_coord_attr = glGetAttribLocation(program_, PositionAttributeName().c_str()); 616 var_type.c_str(), var_name.c_str(), [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_ICU.cpp | 98 uloc_addLikelySubtags(localeID.c_str(), maximizedLocaleID, sizeof(maximizedLocaleID), &status); 146 ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), countryCode.c_str(), NULL, &status)); 177 if (languageTag.c_str() == NULL) { 188 const UChar* chars = ucurr_getName(icuCurrencyCode.getTerminatedBuffer(), languageTag.c_str(), 537 if (languageTag.c_str() == NULL) { 559 ALOGE("Couldn't find ICU DateTimePatterns for %s", languageTag.c_str()); 572 ALOGE("Couldn't find ICU yesterday/today/tomorrow for %s", languageTag.c_str()); 585 ALOGE("Couldn't find ICU AmPmMarkersNarrow for %s", languageTag.c_str()); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
num_put_get_test.cpp | 158 //CPPUNIT_MESSAGE( str.str().c_str() ); 162 //CPPUNIT_MESSAGE( str.str().c_str() ); 181 //CPPUNIT_MESSAGE( str.str().c_str() ); 185 //CPPUNIT_MESSAGE( str.str().c_str() ); 204 //CPPUNIT_MESSAGE( str.str().c_str() ); 208 //CPPUNIT_MESSAGE( str.str().c_str() ); 273 CPPUNIT_MESSAGE(str.str().c_str()); 286 CPPUNIT_MESSAGE(str.str().c_str()); 526 //CPPUNIT_MESSAGE( output.c_str() ); 534 //CPPUNIT_MESSAGE( output.c_str() ); [all...] |
/ndk/tests/device/test-stlport/unit/ |
num_put_get_test.cpp | 158 //CPPUNIT_MESSAGE( str.str().c_str() ); 162 //CPPUNIT_MESSAGE( str.str().c_str() ); 181 //CPPUNIT_MESSAGE( str.str().c_str() ); 185 //CPPUNIT_MESSAGE( str.str().c_str() ); 204 //CPPUNIT_MESSAGE( str.str().c_str() ); 208 //CPPUNIT_MESSAGE( str.str().c_str() ); 273 CPPUNIT_MESSAGE(str.str().c_str()); 286 CPPUNIT_MESSAGE(str.str().c_str()); 526 //CPPUNIT_MESSAGE( output.c_str() ); 534 //CPPUNIT_MESSAGE( output.c_str() ); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fLayoutBindingTests.cpp | 782 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failMessage.c_str()); 928 gl.getUniformiv(m_program->getProgram(), gl.getUniformLocation(m_program->getProgram(), name.c_str()), &val); [all...] |
/art/runtime/base/ |
logging.cc | 61 return (gCmdLine.get() != nullptr) ? gCmdLine->c_str() : nullptr; 65 return (gProgramInvocationName.get() != nullptr) ? gProgramInvocationName->c_str() : "art"; 69 return (gProgramInvocationShortName.get() != nullptr) ? gProgramInvocationShortName->c_str() 213 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetSeverity(), msg.c_str()); 231 Runtime::Abort(msg.c_str());
|
/external/deqp/execserver/tools/ |
xsClient.cpp | 177 std::fstream out(m_cmdLine.dstFileName.c_str(), std::fstream::out|std::fstream::binary); 179 printf(" writing to %s\n", m_cmdLine.dstFileName.c_str()); 216 printf(" InfoMessage: '%s'\n", static_cast<InfoMessage*>(msg.get())->info.c_str()); 229 printf(" ProcessLaunchFailed: '%s'\n", static_cast<ProcessLaunchFailedMessage*>(msg.get())->reason.c_str()); 318 cmdLine.address.setHost(parseString(arg+7).c_str());
|
/external/deqp/executor/tools/ |
xeTestLogCompare.cpp | 210 readLogFile(m_batchResult, m_filename.c_str()); 281 readers.push_back(de::SharedPtr<LogFileReader>(new LogFileReader(results[ndx], cmdLine.filenames[ndx].c_str()))); 290 batchNames.push_back(de::FilePath(cmdLine.filenames[ndx].c_str()).getBaseName()); 317 getTestResultHeaders(headers, results, caseName.c_str()); 344 dst << "," << (cmdLine.outValue == OUTPUTVALUE_STATUS_CODE ? getStatusCodeName(iter->statusCode) : iter->statusDetails.c_str());
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkBinaryRegistry.cpp | 63 de::createDirectoryAndParents(fullPath.getDirName().c_str()); 96 deMemcpy(&words[0], combinedStr.c_str(), strLen); 373 de::createDirectoryAndParents(indexPath.getDirName().c_str()); 403 m_binaryIndex = BinaryIndexPtr(new BinaryIndexAccess(de::MovePtr<tcu::Resource>(m_archive.getResource(getIndexPath(m_srcPath).c_str())))); 420 de::UniquePtr<tcu::Resource> progRes (m_archive.getResource(fullPath.c_str()));
|