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

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
46 std::remove(temp1.c_str());
47 std::remove(temp2.c_str());
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
69 std::remove(temp1.c_str());
70 std::remove(temp2.c_str());
nonmember_swap.pass.cpp 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
47 std::remove(temp1.c_str());
48 std::remove(temp2.c_str());
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
70 std::remove(temp1.c_str());
71 std::remove(temp2.c_str());
  /system/nativepower/daemon/
system_property_setter.cc 29 return property_set(key.c_str(), value.c_str()) == 0;
  /system/update_engine/
main.cc 46 if (utils::FileExists(symlink_path.c_str()) &&
47 !utils::IsSymlink(symlink_path.c_str())) {
53 if (symlink(log_path.c_str(), symlink_path.c_str()) == -1) {
72 kLogsDir.c_str(),
73 GetTimeAsString(::time(nullptr)).c_str());
74 mkdir(kLogsDir.c_str(), 0755);
91 log_settings.log_file = log_file.c_str();
  /build/kati/
file.cc 30 int fd = open(filename.c_str(), O_RDONLY);
37 PERROR("fstat failed for %s", filename.c_str());
47 PERROR("read failed for %s", filename.c_str());
52 PERROR("close failed for %s", filename.c_str());
  /external/dbus-binding-generator/chromeos-dbus-bindings/
header_generator.cc 26 output_file.value().c_str());
45 *type = base::StringPrintf("const %s&", type->c_str());
54 if (base::WriteFile(output_file, contents.c_str(), contents.size()) !=
67 return base::StringPrintf("%s_%s", prefix, name.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
pointer.pass.cpp 25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
33 std::remove(temp.c_str());
35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
43 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 27 fs.open(temp.c_str(), std::ios_base::out);
32 std::remove(temp.c_str());
36 fs.open(temp.c_str(), std::ios_base::out);
41 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 27 fs.open(temp.c_str());
32 std::remove(temp.c_str());
36 fs.open(temp.c_str());
41 std::remove(temp.c_str());
rdbuf.pass.cpp 25 std::ofstream fs(temp.c_str());
29 std::remove(temp.c_str());
31 std::wofstream fs(temp.c_str());
35 std::remove(temp.c_str());
  /external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad_unittest.cc 26 FILE* spectral_peak_file = fopen(spectral_peak_file_name.c_str(), "rb");
31 FILE* pitch_gain_file = fopen(pitch_gain_file_name.c_str(), "rb");
36 FILE* pitch_lag_file = fopen(pitch_lag_file_name.c_str(), "rb");
41 FILE* voicing_prob_file = fopen(voicing_prob_file_name.c_str(), "rb");
  /external/webrtc/webrtc/test/testsupport/
frame_reader.cc 37 input_file_ = fopen(input_filename_.c_str(), "rb");
40 input_filename_.c_str());
46 fprintf(stderr, "Found empty file: %s\n", input_filename_.c_str());
72 input_filename_.c_str());
frame_writer.cc 35 output_file_ = fopen(output_filename_.c_str(), "wb");
38 output_filename_.c_str());
63 frame_length_in_bytes_, output_filename_.c_str());
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.cpp 33 ALOGD("%s: InputSource %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
54 __FUNCTION__, devices, getName().c_str());
57 ALOGD("%s: 0x%X for input source %s", __FUNCTION__, devices, getName().c_str());
65 ALOGV("%s: 0x%X for inputSource %s", __FUNCTION__, mApplicableDevices, getName().c_str());
Strategy.cpp 34 ALOGD("%s: Strategy %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
51 __FUNCTION__, devices, getName().c_str());
54 ALOGD("%s: 0x%X for strategy %s", __FUNCTION__, devices, getName().c_str());
62 ALOGV("%s: 0x%X for strategy %s", __FUNCTION__, mApplicableDevices, getName().c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
pointer.pass.cpp 25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
33 std::remove(temp.c_str());
35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
43 std::remove(temp.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 27 fs.open(temp.c_str(), std::ios_base::out);
32 std::remove(temp.c_str());
36 fs.open(temp.c_str(), std::ios_base::out);
41 std::remove(temp.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 27 fs.open(temp.c_str());
32 std::remove(temp.c_str());
36 fs.open(temp.c_str());
41 std::remove(temp.c_str());
rdbuf.pass.cpp 25 std::ofstream fs(temp.c_str());
29 std::remove(temp.c_str());
31 std::wofstream fs(temp.c_str());
35 std::remove(temp.c_str());
  /system/weaved/buffet/
weave_error_conversion.h 36 location.function_name.c_str(), location.file_name.c_str(),
51 location.function_name.c_str(), location.file_name.c_str(),
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 74 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
133 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
215 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), DH_NV_BLOCK);
217 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), HC_F3_NV_BLOCK);
219 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), HC_F4_NV_BLOCK);
221 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), HC_F2_NV_BLOCK);
223 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), HC_F5_NV_BLOCK);
253 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), DH_NV_BLOCK);
256 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), HC_F3_NV_BLOCK);
259 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), HC_F4_NV_BLOCK)
    [all...]
  /external/opencv3/modules/flann/include/opencv2/flann/
hdf5.h 87 file_id = H5Fopen(filename.c_str(), H5F_ACC_RDWR, H5P_DEFAULT);
89 file_id = H5Fcreate(filename.c_str(), H5F_ACC_EXCL, H5P_DEFAULT, H5P_DEFAULT);
102 dataset_id = H5Dcreate2(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
104 dataset_id = H5Dcreate(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT);
109 dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT);
111 dataset_id = H5Dopen(file_id, name.c_str());
131 hid_t file_id = H5Fopen(filename.c_str(), H5F_ACC_RDWR, H5P_DEFAULT);
136 dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT);
138 dataset_id = H5Dopen(file_id, name.c_str());
182 hid_t file_id = H5Fopen(filename.c_str(), H5F_ACC_RDWR, plist_id)
    [all...]
  /external/skia/src/animator/
SkAnimateBase.cpp 77 SkDebugf("target=\"%s\" ", target.c_str());
81 SkDebugf("lval=\"%s\" ", lval.c_str());
83 SkDebugf("field=\"%s\" ", field.c_str());
87 SkDebugf("formula=\"%s\" ", formula.c_str());
90 SkDebugf("from=\"%s\" ", from.c_str());
91 SkDebugf("to=\"%s\" ", to.c_str());
144 fFieldInfo = fTarget->getMember(field.c_str());
149 const char* lvalStr = lval.c_str();
156 fFieldInfo = fTarget->getMember(arrayStr.c_str());
158 SkAnimatorScript::EvaluateInt(maker, this, scriptStr.c_str(), &fFieldOffset)
    [all...]
  /external/skia/src/svg/parser/
SkSVGCircle.cpp 27 SkParse::FindScalar(f_cx.c_str(), &cx);
28 SkParse::FindScalar(f_cy.c_str(), &cy);
29 SkParse::FindScalar(f_r.c_str(), &r);
  /external/skia/tools/
Resources.cpp 30 SkAutoTUnref<SkData> resourceData(SkData::NewFromFileName(resourcePath.c_str()));
37 SkAutoTUnref<SkData> resourceData(SkData::NewFromFileName(path.c_str()));
43 SkAutoTDelete<SkFILEStream> stream(new SkFILEStream(resourcePath.c_str()));

Completed in 224 milliseconds

1 2 3 45 6 7 8 91011>>