HomeSort by relevance Sort by last modified time
    Searched refs:c_str (Results 76 - 100 of 4586) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/runtime/base/
hex_dump_test.cc 37 EXPECT_STREQ(oss.str().c_str(),
46 EXPECT_STREQ(oss.str().c_str(),
59 EXPECT_STREQ(oss.str().c_str() + (kBitsPerIntPtrT / 4),
67 EXPECT_STREQ(oss.str().c_str(),
  /art/test/929-search/
search.cc 36 if (utf.c_str() == nullptr) {
39 jvmtiError result = jvmti_env->AddToBootstrapClassLoaderSearch(utf.c_str());
46 if (utf.c_str() == nullptr) {
49 jvmtiError result = jvmti_env->AddToSystemClassLoaderSearch(utf.c_str());
  /build/kati/
file.cc 31 int fd = open(filename.c_str(), O_RDONLY);
38 PERROR("fstat failed for %s", filename.c_str());
48 PERROR("read failed for %s", filename.c_str());
53 PERROR("close failed for %s", filename.c_str());
  /build/make/tools/atree/
fs.cpp 25 err = stat(path.c_str(), &st);
32 int err = unlink(path.c_str());
34 fprintf(stderr, "error deleting file %s (%s)\n", path.c_str(),
47 DIR *d = opendir(path.c_str());
50 path.c_str(), strerror(errno));
89 err = rmdir(path.c_str());
91 fprintf(stderr, "error deleting directory %s (%s)\n", path.c_str(),
114 err = stat(p.c_str(), &st);
116 err = mkdir(p.c_str(), 0770);
119 path.c_str(), strerror(errno))
    [all...]
  /external/googletest/googletest/test/
gtest-options_test.cc 71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
110 _strcmpi("gtest-options_test", exe_str.c_str()) == 0 ||
111 _strcmpi("gtest-options-ex_test", exe_str.c_str()) == 0 ||
112 _strcmpi("gtest_all_test", exe_str.c_str()) == 0 ||
113 _strcmpi("gtest_dll_test", exe_str.c_str()) == 0;
144 posix::ChDir(original_working_dir_.string().c_str());
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
36 std::remove(temp.c_str());
38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
48 std::remove(temp.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());
open_pointer.pass.cpp 27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
36 std::remove(temp.c_str());
40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out
49 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
open_string.pass.cpp 35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
  /external/libtextclassifier/util/base/
logging_raw.cc 59 __android_log_write(android_log_level, tag.c_str(), message.c_str());
91 fprintf(stderr, "[%s] %s : %s\n", LogSeverityToString(severity), tag.c_str(),
92 message.c_str());
  /external/pdfium/fpdfsdk/javascript/
public_methods_embeddertest.cpp 110 EXPECT_STREQ(L"250668", formatted_date.c_str());
112 EXPECT_STREQ(L"68/06/25", formatted_date.c_str());
116 EXPECT_STREQ(L"311269", formatted_date.c_str());
118 EXPECT_STREQ(L"69!1231", formatted_date.c_str());
122 EXPECT_STREQ(L"010170", formatted_date.c_str());
124 EXPECT_STREQ(L"01-1970-01", formatted_date.c_str());
128 EXPECT_STREQ(L"311285", formatted_date.c_str());
130 EXPECT_STREQ(L"851231", formatted_date.c_str());
134 EXPECT_STREQ(L"010295", formatted_date.c_str());
137 EXPECT_STREQ(L"19950201", formatted_date.c_str());
    [all...]
  /external/protobuf/src/google/protobuf/testing/
file.cc 62 return access(name.c_str(), F_OK) == 0;
67 FILE* file = fopen(name.c_str(), "rb");
86 FILE* file = fopen(name.c_str(), "wb");
104 FILE* file = fopen(name.c_str(), "wb");
115 return mkdir(name.c_str(), mode) == 0;
144 HANDLE find_handle = FindFirstFile((name + "/*").c_str(), &find_data);
147 DeleteFile(name.c_str());
148 RemoveDirectory(name.c_str());
158 RemoveDirectory(path.c_str());
160 DeleteFile(path.c_str());
    [all...]
  /external/skia/src/sksl/
SkSLCPPCodeGenerator.cpp 17 strcmp(var.fType.fName.c_str(), "colorSpaceXform");
24 , fFullName(String::printf("Gr%s", fName.c_str()))
89 fFormatArgs.push_back(name + ".c_str()");
106 "args.fTexSamplers[" + to_string(index) + "]).c_str()");
114 const char* name = type.name().c_str();
151 printf("%s\n", type.name().c_str());
191 this->getSamplerHandle(ref.fVariable) + ").c_str()");
206 HCodeGenerator::FieldName(name.c_str()).c_str());
211 HCodeGenerator::FieldName(name.c_str()).c_str()
    [all...]
  /external/v8/testing/gtest/test/
gtest-options_test.cc 71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
110 _strcmpi("gtest-options_test", exe_str.c_str()) == 0 ||
111 _strcmpi("gtest-options-ex_test", exe_str.c_str()) == 0 ||
112 _strcmpi("gtest_all_test", exe_str.c_str()) == 0 ||
113 _strcmpi("gtest_dll_test", exe_str.c_str()) == 0;
138 posix::ChDir(original_working_dir_.string().c_str());
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-options_test.cc 71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str());
102 EXPECT_EQ(expected_output_file, output_file.c_str());
110 _strcmpi("gtest-options_test", exe_str.c_str()) == 0 ||
111 _strcmpi("gtest-options-ex_test", exe_str.c_str()) == 0 ||
112 _strcmpi("gtest_all_test", exe_str.c_str()) == 0 ||
113 _strcmpi("gtest_dll_test", exe_str.c_str()) == 0;
138 posix::ChDir(original_working_dir_.string().c_str());
    [all...]
  /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());
  /frameworks/base/core/jni/
android_os_SELinux.cpp 119 context_c_str = context->c_str();
147 if (path.c_str() == NULL) {
152 if (context.c_str() == NULL) {
157 char *tmp = const_cast<char *>(context.c_str());
158 int ret = setfilecon(path.c_str(), tmp);
160 ALOGV("setFileCon(%s, %s) => %d", path.c_str(), context.c_str(), ret);
180 if (path.c_str() == NULL) {
185 int ret = getfilecon(path.c_str(), &tmp);
193 ALOGV("getFileCon(%s) => %s", path.c_str(), context.get())
    [all...]
  /frameworks/base/services/core/jni/BroadcastRadio/
JavaRef.cpp 24 return make_javaref(env, env->NewStringUTF(str.c_str()));
  /frameworks/native/libs/graphicsenv/
GraphicsEnv.cpp 41 mDriverPath.c_str(), path.c_str());
44 ALOGV("setting driver path to '%s'", path.c_str());
59 mDriverPath.c_str(), // default_library_path
  /frameworks/native/services/vr/performanced/
task.cpp 27 open(stream.str().c_str(), O_RDONLY | O_DIRECTORY));
31 const char* start = value.c_str();
60 task_id_, name_.c_str(), thread_group_id_, parent_process_id_,
68 openat(task_fd_.get(), relative_path.c_str(), O_RDONLY));
73 base::unique_fd fd(openat(task_fd_.get(), relative_path.c_str(), O_RDONLY));
76 name.c_str(), strerror(errno));
83 task_id_, name.c_str(), strerror(errno));
98 field.c_str(), line.c_str(), offset);
121 line.c_str());
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
36 std::remove(temp.c_str());
38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
48 std::remove(temp.c_str());
  /prebuilts/ndk/r11/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());
  /prebuilts/ndk/r11/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());

Completed in 509 milliseconds

1 2 34 5 6 7 8 91011>>