/external/llvm/lib/Target/NVPTX/ |
NVPTXMachineFunctionInfo.h | 46 return ImageHandleList[Idx].c_str();
|
/external/llvm/utils/TableGen/ |
OptParserEmitter.cpp | 56 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").c_str(), 57 B->getValueAsString("Name").c_str())) 71 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str()))
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-filepath.h | 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-death-test.cc | 222 fprintf(parent, "%s", message.c_str()); 226 fprintf(stderr, "%s", message.c_str()); 315 return last_death_test_message_.c_str(); 518 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); 703 filter_flag.c_str(), 704 internal_flag.c_str()); 723 const_cast<char*>(command_line.c_str()), [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-filepath.h | 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
|
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 222 fprintf(parent, "%s", message.c_str()); 226 fprintf(stderr, "%s", message.c_str()); 312 return last_death_test_message_.c_str(); 515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); 701 filter_flag.c_str(), 702 internal_flag.c_str()); 721 const_cast<char*>(command_line.c_str()), [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfAcesFile.cpp | 129 _data->rgbaFile = new RgbaOutputFile (name.c_str(), 188 _data->rgbaFile = new RgbaOutputFile (name.c_str(), 224 _data->rgbaFile = new RgbaOutputFile (name.c_str(), 472 _data->rgbaFile = new RgbaInputFile (name.c_str(), numThreads);
|
/external/opencv3/modules/ts/src/ |
ts.cpp | 185 CvFileNode* node = cvGetFileNodeByName(fs, 0, get_name().c_str()); 230 errorStr, exc.err.c_str(), exc.func.size() > 0 ? 231 exc.func.c_str() : "unknown function", exc.file.c_str(), exc.line ); 239 ts->printf(TS::LOG, "General failure:\n\t%s (%d)\n", errorStr.c_str(), fc); 349 const char* descr = _descr.c_str() ? _descr.c_str() : ""; 460 sprintf( buf, "%s%s%s/", datapath_dir, haveSlash ? "" : "/", modulename.c_str() ); 668 EXPECT_LE(0, status) << cv::ipp::getIppErrorLocation().c_str();
|
/external/opencv3/modules/videoio/src/ |
cap_mjpeg_decoder.cpp | 195 m_f = fopen(filename.c_str(), "rb"); 413 fprintf(stderr, "Unexpected end of file while searching for %s list\n", fourccToString(expected_fourcc).c_str()); 417 fprintf(stderr, "Unexpected element. Expected: %s. Got: %s.\n", fourccToString(LIST_CC).c_str(), fourccToString(list.m_riff_or_list_cc).c_str()); 421 fprintf(stderr, "Unexpected list type. Expected: %s. Got: %s.\n", fourccToString(expected_fourcc).c_str(), fourccToString(list.m_list_type_cc).c_str()); 429 fprintf(stderr, "Unexpected end of file while searching for %s chunk\n", fourccToString(expected_fourcc).c_str()); 433 fprintf(stderr, "Unexpected element. Expected: %s. Got: %s.\n", fourccToString(expected_fourcc).c_str(), fourccToString(chunk.m_four_cc).c_str());
|
/external/opencv3/samples/cpp/ |
3calibration.cpp | 268 printf("%s\n", imageList[i*3+k].c_str()); 365 printf("%s %s %s\n", imageList[i*3].c_str(), imageList[i*3+1].c_str(), imageList[i*3+2].c_str());
|
bgfg_segm.cpp | 45 cap.open(file.c_str());
|
starter_video.cpp | 82 capture.open(atoi(arg.c_str()));
|
/external/opencv3/samples/directx/ |
winapp.hpp | 53 (LPCTSTR)wc, m_window_name.c_str(),
|
/external/parameter-framework/upstream/parameter/ |
MappingContext.cpp | 66 return strtoul(mItems[itemType].strItem->c_str(), NULL, 0);
|
/external/parameter-framework/upstream/xmlserializer/ |
XmlMemoryDocSource.cpp | 42 xmlNewNode(NULL, BAD_CAST strRootElementType.c_str())),
|
/external/pdfium/core/include/fxcrt/ |
fx_string.h | 174 const FX_CHAR* c_str() const { return m_pData ? m_pData->m_String : ""; } function in class:CFX_ByteString 206 int result = FXSYS_memcmp(c_str(), str.c_str(), 573 const FX_WCHAR* c_str() const { return m_pData ? m_pData->m_String : L""; } function in class:CFX_WideString 610 wmemcmp(c_str(), str.c_str(), std::min(GetLength(), str.GetLength())); 732 m_Ptr = src.c_str(); 736 m_Ptr = src.c_str(); 805 return FX_UTF8Encode(wsStr.c_str(), wsStr.GetLength());
|
/external/pdfium/fpdfsdk/src/jsapi/ |
fxjs_v8.cpp | 202 v8::String::NewFromUtf8(pIsolate, bsMethodName.c_str(), 220 v8::String::NewFromUtf8(pIsolate, bsPropertyName.c_str(), 248 pObjDef->GetInstanceTemplate()->Set(pIsolate, bsConstName.c_str(), pDefault); 258 v8::String::NewFromUtf8(pIsolate, bsMethodName.c_str(), 270 v8::String::NewFromUtf8(pIsolate, bsConst.c_str(), 314 v8::String::NewFromUtf8(pIsolate, bs.c_str(), 401 pIsolate, bsScript.c_str(), v8::NewStringType::kNormal, 477 v8::String::NewFromUtf8(pIsolate, utf8_message.c_str(), 552 return v8::String::NewFromUtf8(pIsolate, bs.c_str(),
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-filepath.h | 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
|
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 209 fprintf(parent, "%s", message.c_str()); 213 fprintf(stderr, "%s", message.c_str()); 299 return last_death_test_message_.c_str(); 468 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); 653 filter_flag.c_str(), 654 internal_flag.c_str()); 673 const_cast<char*>(command_line.c_str()), 818 args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); [all...] |
/external/protobuf/gtest/test/ |
gtest-port_test.cc | 710 EXPECT_STREQ("abc", GetCapturedStdout().c_str()); 720 EXPECT_STREQ("jkl", GetCapturedStderr().c_str()); 733 EXPECT_STREQ("pqr", GetCapturedStdout().c_str()); 734 EXPECT_STREQ("stu", GetCapturedStderr().c_str()); 904 EXPECT_STREQ("foo", thread_local.get().c_str()); 907 EXPECT_STREQ("bar", thread_local.get().c_str()); 911 EXPECT_STREQ("foo", result.c_str()); 1008 EXPECT_STREQ("Foo", thread_local.get().c_str()); 1012 EXPECT_TRUE(result.c_str() == NULL);
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
widget.cc | 60 strncpy(buffer, name_.c_str(), max_size-1);
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil_unittest.cc | 68 setlocale(LC_NUMERIC, old_locale.c_str());
|
/external/skia/bench/ |
BitmapRectBench.cpp | 67 return fName.c_str();
|
BlurBench.cpp | 53 return fName.c_str();
|
BlurRoundRectBench.cpp | 34 return fName.c_str();
|