/toolchain/binutils/binutils-2.25/gold/ |
errors.cc | 140 relinfo->location(relnum, reloffset).c_str()); 156 relinfo->location(relnum, reloffset).c_str()); 191 location.c_str(), zmsg, sym->demangled_name().c_str()); 195 location.c_str(), zmsg, sym->demangled_name().c_str(), version); 311 parameters->errors()->undefined_symbol(sym, sym->object()->name().c_str());
|
mapfile.cc | 120 fprintf(this->map_file_, "%s", member_name.c_str()); 131 fprintf(this->map_file_, "%s", sym->object()->name().c_str()); 166 fprintf(this->map_file_, "%s", demangled_name.c_str()); 181 fprintf(this->map_file_, "%s\n", sym->object()->name().c_str()); 228 sym->demangled_name().c_str()); 241 fprintf(this->map_file_, "%s", name.c_str()); 270 relobj->name().c_str());
|
/art/dex2oat/ |
dex2oat_test.cc | 68 std::unique_ptr<OatFile> odex_file(OatFile::Open(odex_location.c_str(), 69 odex_location.c_str(), 74 dex_location.c_str(), 85 std::unique_ptr<OatFile> odex_file(OatFile::Open(odex_location.c_str(), 86 odex_location.c_str(), 91 dex_location.c_str(), 169 FILE* pipe = popen(command_line.c_str(), "r"); 319 std::unique_ptr<OatFile> odex_file(OatFile::Open(odex_location.c_str(), 320 odex_location.c_str(), 325 dex_location.c_str(), [all...] |
/system/core/init/ |
action.cpp | 45 ERROR("%s: cannot expand '%s'\n", args_[0].c_str(), args_[i].c_str()); 59 return StringPrintf(" (%s:%d)", filename_.c_str(), line_); 127 cmd_str.c_str(), trigger_name.c_str(), source.c_str(), 211 std::string prop_val = property_get(trigger_name.c_str()); 256 INFO("on %s\n", trigger_name.c_str()); 260 INFO(" %s\n", cmd_str.c_str()); 369 INFO("processing action (%s)\n", trigger_name.c_str()); [all...] |
/system/extras/simpleperf/ |
environment.cpp | 88 const char* p = s.c_str(); 115 FILE* fp = fopen(symbol_file.c_str(), "re"); 176 if (sscanf(content.c_str(), "Linux version %s", s) == 1) { 254 FILE* fp = fopen(status_file.c_str(), "re"); 284 if (!android::base::ParseInt(name.c_str(), &tid, 0)) { 318 if (!android::base::ParseInt(name.c_str(), &pid, 0)) { 330 FILE* fp = fopen(map_file.c_str(), "re"); 375 if (!android::base::ParseInt(s.c_str(), &pid, 0)) { 393 if (!android::base::ParseInt(s.c_str(), &tid, 0)) { 433 if (!android::base::ParseInt(s.c_str(), value)) [all...] |
/device/google/contexthub/util/nanotool/ |
sensorevent.cpp | 176 ContextHub::SensorTypeToAbbrevName(GetSensorType()).c_str(), 210 sample->fdata, GetSampleTimeStr(index).c_str()); 227 sample->idata, GetSampleTimeStr(index).c_str()); 247 sample->x, sample->y, sample->z, GetSampleTimeStr(index).c_str(), 277 x, y, z, GetSampleTimeStr(index).c_str(),
|
/external/deqp/modules/glshared/ |
glsUniformBlockCase.hpp | 131 const char* getName (void) const { return m_name.c_str(); } 150 const char* getTypeName (void) const { return m_typeName.empty() ? DE_NULL : m_typeName.c_str(); } 169 const char* getName (void) const { return m_name.c_str(); } 187 const char* getBlockName (void) const { return m_blockName.c_str(); } 188 const char* getInstanceName (void) const { return m_instanceName.empty() ? DE_NULL : m_instanceName.c_str(); }
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MarketIO.h | 113 std::ifstream in(filename.c_str(),std::ios::in); 136 std::ifstream input(filename.c_str(),std::ios::in); 195 std::ifstream in(filename.c_str(), std::ios::in); 227 std::ofstream out(filename.c_str(),std::ios::out); 253 std::ofstream out(filename.c_str(),std::ios::out);
|
/external/google-benchmark/src/ |
commandlineflags.cc | 96 env_var += static_cast<char>(::toupper(flag_str.c_str()[i])); 107 const char* const string_value = GetEnv(env_var.c_str()); 116 const char* const string_value = GetEnv(env_var.c_str()); 136 const char* const value = GetEnv(env_var.c_str()); 153 if (strncmp(str, flag_str.c_str(), flag_len) != 0) return nullptr;
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
macho_dump.cc | 66 program_name.c_str(), operation, 82 index_++, section.section_name.c_str(), section.segment_name.c_str(), 109 index_++, (segment.bits_64 ? "64" : "32"), segment.name.c_str(), 194 "'FILE ...'.\n", program_name.c_str());
|
/external/llvm/tools/gold/ |
gold-plugin.cpp | 346 ErrStorage.c_str()); 356 message(Level, "LLVM gold plugin: %s", ErrStorage.c_str()); 403 message(LDPL_ERROR, EC.message().c_str()); 422 EC.message().c_str()); 451 sym.name = strdup(Name.c_str()); 508 sym.comdat_key = strdup(C->getName().str().c_str()); 588 EC.message().c_str()); 615 EC.message().c_str()); 769 message(LDPL_FATAL, "Target not found: %s", ErrMsg.c_str()); 824 EC.message().c_str()); [all...] |
/external/opencv3/modules/imgcodecs/test/ |
test_grfmt.cpp | 190 ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_8U, num_channels, ext_from_int(ext).c_str()); 194 string img_path = cv::tempfile(ext_from_int(ext).c_str()); 195 ts->printf(ts->LOG, "writing image : %s\n", img_path.c_str()); 198 ts->printf(ts->LOG, "reading test image : %s\n", img_path.c_str()); 226 ts->printf(ts->LOG, "reading test image : %s\n", filename.c_str()); 257 ts->printf(ts->LOG, "reading test image : %s\n", filename.c_str()); 495 remove(output_progressive.c_str()); 519 remove(output_optimized.c_str()); 543 remove(output_rst.c_str()); 586 remove(file3.c_str()); [all...] |
/external/opencv3/samples/cpp/ |
smiledetect.cpp | 105 if( inputName.empty() || (isdigit(inputName.c_str()[0]) && inputName.c_str()[1] == '\0') ) 107 capture = cvCaptureFromCAM( inputName.empty() ? 0 : inputName.c_str()[0] - '0' ); 108 int c = inputName.empty() ? 0 : inputName.c_str()[0] - '0' ; 113 capture = cvCaptureFromAVI( inputName.c_str() );
|
/external/pdfium/fpdfsdk/src/formfiller/ |
FFL_ComboBox.cpp | 62 pWnd->AddString(m_pWidget->GetOptionLabel(i).c_str()); 66 pWnd->SetText(swText.c_str()); 169 pEdit->ReplaceSel(fa.sChange.c_str()); 216 pEdit->SetText(m_State.sValue.c_str()); 267 unsigned short* pBuffer = (unsigned short*)bsUTFText.c_str();
|
/external/pdfium/fpdfsdk/src/ |
fpdfdoc.cpp | 18 if (bookmark && bookmark.GetTitle().CompareNoCase(title.c_str()) == 0) { 88 FXSYS_memcpy(buffer, encodedTitle.c_str(), len); 173 FXSYS_memcpy(buffer, path.c_str(), len); 190 FXSYS_memcpy(buffer, path.c_str(), len); 352 FXSYS_memcpy(buffer, encodedText.c_str(), len);
|
/external/skia/experimental/SimpleCocoaApp/ |
SimpleApp.mm | 49 SkFILEWStream writer(path2.c_str()); 145 SkDebugf(" %s%d,\n", filename.c_str(), ++count); 149 SkDebugf("<div id=\"%s%d\">\n", filename.c_str(), ++count); 253 SkPicture* pic = LoadPicture(path.c_str()); 267 SkPicture* pic = LoadPicture(path.c_str());
|
/external/skia/src/animator/ |
SkDisplayPost.cpp | 75 SkDebugf("type=\"%s\" ", eventType->c_str()); 86 SkDebugf("mode=\"%s\" ", string.c_str()); 89 SkDebugf("sink=\"%s\" sinkID=\"%d\" ", sink.c_str(), fSinkID); 207 SkDebugf("%s\n", debugOut.c_str()); 235 const char* ch = sink.c_str();
|
/external/skia/src/effects/gradients/ |
SkSweepGradient.cpp | 214 coords2D.c_str(), coords2D.c_str()); 217 coords2D.c_str(), coords2D.c_str()); 222 ge, t.c_str(),
|
/external/skia/src/utils/ |
SkRTConf.cpp | 95 if (!fConfs.find(fConfigFileKeys[i]->c_str())) { 96 SkDebugf("WARNING: You have config value %s in your configuration file, but I've never heard of that.\n", fConfigFileKeys[i]->c_str()); 247 str = fConfigFileValues[i]->c_str(); 255 const char *environment_value = getenv(environment_variable.c_str()); 261 SkAutoTMalloc<char> underscore_name(SkStrDup(environment_variable.c_str()));
|
/external/skia/src/views/animated/ |
SkWidgetViews.cpp | 97 return fLabel.c_str(); 117 this->onLabelChange(fLabel.c_str(), tmp.c_str()); 126 this->onLabelChange(fLabel.c_str(), label.c_str());
|
/external/webrtc/webrtc/base/ |
fileutils.cc | 68 handle_ = ::FindFirstFile(ToUtf16(d).c_str(), &data_); 74 dir_ = ::opendir(directory_.c_str()); 81 if (::stat(std::string(directory_ + Name()).c_str(), &stat_) != 0) 97 return ::stat(std::string(directory_ + Name()).c_str(), &stat_) == 0; 277 sprintfn(version_base, arraysize(version_base), "%s-%u", basename.c_str(),
|
/frameworks/av/media/libstagefright/ |
MediaCodecList.cpp | 73 if (strcmp(versionString, currentVersion.c_str()) == 0) { 218 String8(value.c_str()))); 224 String8(value.c_str()))); 243 info.mName.c_str()); 252 ALOGV("%s codec info for %s: %s", info.mName.c_str(), mime.c_str(), 253 caps->getDetails()->debugString().c_str()); 265 ALOGV(" colors=[%s]", nice.c_str()); 281 ALOGV(" levels=[%s]", nice.c_str()); 291 ALOGV(" quirks=[%s]", quirks.c_str()); [all...] |
/frameworks/rs/driver/ |
rsdShaderCache.cpp | 62 prog->getUniformName(ct).c_str(), data[ct].slot, 72 prog->getUniformName(ct).c_str()); 180 glGetAttribLocation(pgm, vtx->getAttribName(ct).c_str()); 181 e->vtxAttrs[ct].name = vtx->getAttribName(ct).c_str(); 184 vtx->getAttribName(ct).c_str(), e->vtxAttrs[ct].slot);
|
/system/connectivity/shill/ |
async_connection_unittest.cc | 90 EXPECT_STREQ(kInterfaceName, async_connection_->interface_name_.c_str()); 152 EXPECT_STREQ(strerror(kErrorNumber), async_connection().error().c_str()); 166 EXPECT_STREQ(strerror(kErrorNumber), async_connection().error().c_str()); 182 EXPECT_STREQ(strerror(kErrorNumber), async_connection().error().c_str()); 275 EXPECT_STREQ(strerror(kErrorNumber), async_connection().error().c_str());
|
/system/core/tzdatacheck/ |
tzdatacheck.cpp | 52 FILE* tzDataFile = fopen(tzDataFileName.c_str(), "r"); 77 std::unique_ptr<char> mutable_dirname(strdup(dirName.c_str())); 118 if (stat(dirToDelete.c_str(), &buf) == 0) { 139 strcpy(&tempDirName[0], tempDirNameTemplate.c_str()); 146 int rc = rename(dirToDelete.c_str(), &tempDirName[0]);
|