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

<<21222324252627282930>>

  /external/boringssl/src/tool/
digest.cc 84 int fd = open(filename.c_str(), O_RDONLY | O_BINARY);
86 fprintf(stderr, "Failed to open input file '%s': %s\n", filename.c_str(),
95 fprintf(stderr, "Failed to stat input file '%s': %s\n", filename.c_str(),
101 fprintf(stderr, "%s: not a regular file\n", filename.c_str());
154 source.is_stdin() ? kStdinName : source.filename().c_str(),
201 printf("%s %s\n", hex_digest.c_str(),
202 source.is_stdin() ? "-" : source.filename().c_str());
285 source.is_stdin() ? kStdinName : source.filename().c_str(), line_no);
324 printf("%s: FAILED\n", target_filename.c_str());
331 printf("%s: OK\n", target_filename.c_str());
    [all...]
  /external/bsdiff/
test_utils.cc 55 FILE* fp = fopen(path.c_str(), "r");
73 FILE* fp = fopen(path.c_str(), "r");
87 if (!filename_.empty() && unlink(filename_.c_str()) < 0) {
  /external/ceres-solver/internal/ceres/
file.cc 44 FILE* file_descriptor = fopen(filename.c_str(), "wb");
48 fwrite(data.c_str(), 1, data.size(), file_descriptor);
53 FILE* file_descriptor = fopen(filename.c_str(), "r");
  /external/deqp/framework/egl/
egluDefs.cpp 49 throw BadAllocError(desc.str().c_str(), DE_NULL, file, line);
51 throw Error(err, desc.str().c_str(), DE_NULL, file, line);
56 : tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr : "", __FILE__, __LINE__)
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper_unittest.cc 85 if (stat(core_file.c_str(), &st) != 0) {
92 LinuxCoreDumper dumper(child_pid, core_file.c_str(), procfs_path.c_str());
  /external/google-breakpad/src/tools/mac/crash_report/
crash_report.mm 100 strcpy(buffer, PathnameStripper::File(module->code_file()).c_str());
105 strcpy(buffer, module->version().c_str());
122 printf("%s", frame->function_name.c_str());
127 source_file.c_str(), frame->source_line);
217 PathnameStripper::File(module->code_file()).c_str(),
218 module->version().empty() ? "???" : module->version().c_str(),
221 module->code_file().c_str());
240 fprintf(stderr, "Minidump %s could not be read\n", dump->path().c_str());
260 printf("Operating system: %s (%s)\n", system_info->os.c_str(),
261 system_info->os_version.c_str());
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/ois/
Ois.java 84 env->SetObjectArrayElement(names, index++, env->NewStringUTF(i->second.c_str()));
96 return env->NewStringUTF(inputManager->getVersionName().c_str());
101 return env->NewStringUTF(inputManager->inputSystemName().c_str());
  /external/opencv3/modules/imgcodecs/src/
grfmt_base.cpp 81 return signature.size() >= len && memcmp( signature.c_str(), m_signature.c_str(), len ) == 0;
131 CV_Error( CV_BadImageSize, msg.c_str() );
  /external/opencv3/modules/viz/src/
vizcore.cpp 182 vtkXYZWriter::SafeDownCast(writer)->SetFileName(file.c_str());
187 vtkPLYWriter::SafeDownCast(writer)->SetFileName(file.c_str());
194 vtkOBJWriter::SafeDownCast(writer)->SetFileName(file.c_str());
212 vtkXYZReader::SafeDownCast(reader)->SetFileName(file.c_str());
217 CV_Assert(vtkPLYReader::CanReadFile(file.c_str()));
218 vtkPLYReader::SafeDownCast(reader)->SetFileName(file.c_str());
223 vtkOBJReader::SafeDownCast(reader)->SetFileName(file.c_str());
228 vtkSTLReader::SafeDownCast(reader)->SetFileName(file.c_str());
281 bool ok = readPose(cv::format(files_format.c_str(), i), affine, tag);
307 writePose(cv::format(files_format.c_str(), index), affine, tag)
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/core/ippasync/
ippasync_sample.cpp 73 printf("used image %s\n", file.c_str());
74 cap.open(file.c_str());
97 printf("accelType %s\n", sAccel.c_str());
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 110 proto_path.c_str(),
111 cpp_out.c_str(),
112 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 111 proto_path.c_str(),
112 java_out.c_str(),
113 test_out.c_str(),
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 105 proto_path.c_str(),
106 python_out.c_str(),
107 test_out.c_str(),
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 67 LoadFont(font_name.c_str(), font_factory, &font_array);
73 fprintf(stderr, "No CMap: %s\n", font_name.c_str());
77 document_ = TiXmlDocument((font_name + ".xml").c_str());
  /external/skia/include/gpu/
GrShaderVar.h 157 * Shortcut for this->getName().c_str();
159 const char* c_str() const { return this->getName().c_str(); } function in class:GrShaderVar
  /external/skia/samplecode/
SampleAnimator.cpp 87 fAnimator->setURIBase(fBaseURI.c_str());
111 const SkDOM::Node* node = find_nodeID(dom, nullptr, name.c_str());
118 SkDebugf("--- %s [%g %g %g %g]\n", name.c_str(),
SampleFilter2.cpp 60 SampleCode::TitleR(evt, str.c_str());
95 canvas->drawText(s.c_str(), s.size(), x + W/2,
105 canvas->drawText(s.c_str(), s.size(), x + W + SkIntToScalar(4),
  /external/skia/src/animator/
SkDrawBitmap.cpp 177 fUriBase = maker.fPrefix.c_str();
191 //SkStream* stream = SkStream::GetURIStream(fUriBase, src.c_str());
192 SkAutoTDelete<SkStreamAsset> stream(SkStream::NewFromFile(src.c_str()));
  /external/skia/src/gpu/gl/
GrGLExtensions.cpp 17 return strcmp(a.c_str(), b.c_str()) < 0;
155 SkDebugf("%s%s", (*fStrings)[i].c_str(), (i < cnt - 1) ? sep : "");
GrGLUniformHandler.cpp 50 *outName = uni.fVariable.c_str();
68 GL_CALL(BindUniformLocation(programID, i, fUniforms[i].fVariable.c_str()));
79 GL_CALL_RET(location, GetUniformLocation(programID, fUniforms[i].fVariable.c_str()));
  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.cpp 33 fragBuilder->codeAppendf("vec4 %s;", outputColor->c_str());
34 this->internalEmitChild(childIndex, inputColor, outputColor->c_str(), args);
95 fragBuilder->getMangleString().c_str(), childProc.name());
  /external/v8/src/
basic-block-profiler.cc 96 name = d.function_name_.c_str();
100 os << d.schedule_.c_str() << std::endl;
108 os << d.code_.c_str() << std::endl;
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaStreamTrack.mm 74 return @(self.mediaTrack->kind().c_str());
78 return @(self.mediaTrack->id().c_str());
112 label = @(mediaTrack->id().c_str());
  /external/webrtc/webrtc/base/
winfirewall.cc 77 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
120 return AddApplicationW(ToUtf16(filename).c_str(),
121 ToUtf16(friendly_name).c_str(), authorized, result);
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 46 FILE* fp = fopen(in_filename_.c_str(), "rb");
86 out_file_ = fopen(out_filename.c_str(), "wb");
89 printf("Output to be saved in %s.\n", out_filename.c_str());

Completed in 1996 milliseconds

<<21222324252627282930>>