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

<<51525354555657585960>>

  /external/opencv3/modules/calib3d/test/
test_chesscorners.cpp 179 ts->printf(cvtest::TS::LOG, "\nRunning batch %s\n", filename.c_str());
203 ts->printf( cvtest::TS::LOG, "%s can not be readed or is not valid\n", (folder + filename).c_str() );
225 ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", img_file.c_str() );
260 ts->printf( cvtest::TS::LOG, "chessboard is detected incorrectly in %s\n", img_file.c_str() );
292 ts->printf( cvtest::TS::LOG, "Image %s: bad accuracy of adjusted corners %f\n", img_file.c_str(), err );
297 ts->printf(cvtest::TS::LOG, "Error on %s is %f\n", img_file.c_str(), err);
  /external/skia/bench/
DashBench.cpp 62 return fName.c_str();
194 return fName.c_str();
232 return fName.c_str();
271 return fName.c_str();
357 return fName.c_str();
397 return fName.c_str();
  /external/skia/tests/
StreamTest.cpp 48 SkFILEWStream writer(path.c_str());
50 ERRORF(reporter, "Failed to create tmp file %s\n", path.c_str());
60 SkFILEStream stream(path.c_str());
69 FILE* file = ::fopen(path.c_str(), "rb");
138 test_filestreams(reporter, tmpDir.c_str());
297 SkFILEStream fileStream(GetResourcePath("baby_tux.webp").c_str());
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 62 reinterpret_cast<LPARAM>(str.c_str()));
165 AddListBoxItem(listbox_, i->second.c_str(), i->first);
304 ::DrawTextA(ps.hdc, text.c_str(), -1, &rc,
327 int port = port_str.length() ? atoi(port_str.c_str()) : 0;
475 ::SetWindowTextA(edit1_, server_.c_str());
476 ::SetWindowTextA(edit2_, port_.c_str());
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 87 file_ = fopen(filename.c_str(), "rb");
89 printf("ERROR: Can't open file: %s\n", filename.c_str());
134 file_ = fopen(filename.c_str(), "rb");
136 printf("ERROR: Can't open file: %s\n", filename.c_str());
278 file_ = fopen(filename.c_str(), "rb");
280 printf("ERROR: Can't open file: %s\n", filename.c_str());
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 277 NULL /* httpService */, mPath.c_str());
299 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
301 if (!haveAudio && !strncasecmp(mime.c_str(), "audio/", 6)) {
318 mCodecLooper, mime.c_str(), false /* encoder */);
332 while (format->findBuffer(AStringPrintf("csd-%d", j).c_str(), &buffer)) {
580 if (!strncasecmp(mime.c_str(), "audio/", 6)) {
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 99 ret.setTo(name.c_str());
231 int32_t bufferCount = strtol(tmp.c_str(), NULL, 10);
348 if (nameIsType && !strncasecmp(name.c_str(), "video/", 6)) {
361 ssize_t codecIdx = mcl->findCodecByName(tmp.c_str());
632 ALOGD("MediaCodec::reclaim(%p) %s", this, mInitName.c_str());
    [all...]
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 220 if (strlcpy(localFileName, nativeLibPath.c_str(), sizeof(localFileName)) != nativeLibPath.size()) {
243 if (strlcpy(localTmpFileName, nativeLibPath.c_str(), sizeof(localTmpFileName))
407 if (cpuAbi.c_str() == NULL) {
421 if (cpuAbi.size() == cpuAbiRegionSize && !strncmp(cpuAbiOffset, cpuAbi.c_str(), cpuAbiRegionSize)) {
472 if (abi->size() == abiSize && !strncmp(abiOffset, abi->c_str(), abiSize)) {
553 ZipFileRO* zipFile = ZipFileRO::open(filePath.c_str());
  /hardware/qcom/bootctrl/
boot_control.cpp 409 ALOGE("Invalid partition name: %s", prefix.c_str());
415 prefix.c_str(),
421 prefix.c_str(),
427 snprintf(slotA, sizeof(slotA) - 1, "%s%s", prefix.c_str(),
429 snprintf(slotB, sizeof(slotB) - 1,"%s%s", prefix.c_str(),
448 prefix.c_str());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 111 std::__throw_logic_error(error.c_str());
120 std::__throw_logic_error(error.c_str());
143 std::__throw_logic_error(error.c_str());
152 std::__throw_logic_error(error.c_str());
174 std::__throw_logic_error(error.c_str());
418 std::__throw_out_of_range(__s.c_str());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 111 std::__throw_logic_error(error.c_str());
120 std::__throw_logic_error(error.c_str());
143 std::__throw_logic_error(error.c_str());
152 std::__throw_logic_error(error.c_str());
174 std::__throw_logic_error(error.c_str());
418 std::__throw_out_of_range(__s.c_str());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 111 std::__throw_logic_error(error.c_str());
120 std::__throw_logic_error(error.c_str());
143 std::__throw_logic_error(error.c_str());
152 std::__throw_logic_error(error.c_str());
174 std::__throw_logic_error(error.c_str());
418 std::__throw_out_of_range(__s.c_str());
  /system/core/init/
util.cpp 502 const char* src_ptr = src.c_str();
542 ERROR("unexpected end of string in '%s', looking for }\n", src.c_str());
560 ERROR("invalid zero-length prop name in '%s'\n", src.c_str());
564 std::string prop_val = property_get(prop_name.c_str());
568 prop_name.c_str(), src.c_str());
  /system/update_engine/payload_consumer/
download_action_unittest.cc 139 0, writer.Open(output_temp_file.path().c_str(), O_WRONLY | O_CREAT, 0));
270 EXPECT_EQ(0, writer.Open(temp_file.path().c_str(), O_WRONLY | O_CREAT, 0));
453 0, writer.Open(output_temp_file.path().c_str(), O_WRONLY | O_CREAT, 0));
460 http_fetcher_ = new MockHttpFetcher(data_.c_str(),
574 ASSERT_EQ(WriteFile(p2p_manager_->FileGetPath(file_id), existing_data.c_str(),
611 ASSERT_EQ(WriteFile(p2p_manager_->FileGetPath(file_id), existing_data.c_str(),
  /art/runtime/base/
timing_logger.cc 41 lock_(lock_name_.c_str(), kDefaultMutexLevel, true) {
96 Histogram<uint64_t> dummy(label.c_str());
101 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets);
  /art/runtime/native/
java_lang_Thread.cc 136 soa.Self()->SetThreadName(name.c_str());
150 thread->SetThreadName(name.c_str());
154 LOG(ERROR) << "Trying to set thread name to '" << name.c_str() << "' failed as the thread "
java_lang_reflect_Constructor.cc 124 PrettyDescriptor(c.Get()).c_str());
143 PrettyClass(c.Get()).c_str(), PrettyClass(caller).c_str());
  /bionic/tests/
sys_stat_test.cpp 79 ASSERT_EQ(0, mkfifo(path.c_str(), 0666));
81 ASSERT_EQ(0, stat(path.c_str(), &sb));
83 unlink(path.c_str());
  /external/boringssl/src/tool/
transport_common.cc 89 int ret = getaddrinfo(hostname.c_str(), port.c_str(), &hint, &result);
142 addr.sin6_port = htons(atoi(port.c_str()));
  /external/dbus/dbus/
dbus-string.h 243 const char *c_str);
253 const char *c_str);
255 const char *c_str);
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 81 std::ofstream out(shaderPath.c_str(), std::ifstream::binary|std::ifstream::out);
86 out.write(shader.source.source.c_str(), shader.source.source.size());
176 std::ifstream in (cmdLine.filename.c_str(), std::ifstream::binary|std::ifstream::in);
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 61 const char* getName (void) const { return m_name.c_str(); }
79 const char* getBlockName (void) const { return m_blockName.c_str(); }
80 const char* getInstanceName (void) const { return m_instanceName.empty() ? DE_NULL : m_instanceName.c_str(); }
  /external/deqp/framework/platform/android/
tcuAndroidInternals.cpp 41 funcPtr = reinterpret_cast<Func*>(lib.getFunction(symname.c_str()));
43 TCU_THROW(NotSupportedError, ("Unable to look up symbol from shared object: " + symname).c_str());
199 TCU_THROW(NotSupportedError, ("GraphicBuffer ctor failed, initCheck returned " + de::toString(ctorStatus)).c_str());
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 278 test->addIteration(spec, desc.c_str());
349 de::MovePtr<gls::DrawTest> test (new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()));
358 test->addIteration(spec, iterationDesc.c_str());
404 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str());
470 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));
680 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
    [all...]
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 68 const char* core_file = core_path.c_str();
151 if (stat(crash_generator.GetCoreFilePath().c_str(), &st) != 0) {
160 mapped_core_file.Map(crash_generator.GetCoreFilePath().c_str(), 0));

Completed in 1411 milliseconds

<<51525354555657585960>>