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

1 2 3 4 5 6 7 891011>>

  /art/compiler/utils/
test_dex_file_builder_test.cc 35 EXPECT_STREQ(dex_location, dex_file->GetLocation().c_str());
71 EXPECT_STREQ("[I TestClass.intField", dex_file->PrettyField(0u).c_str());
76 dex_file->PrettyMethod(0u).c_str());
78 dex_file->PrettyMethod(1u).c_str());
  /art/runtime/base/
systrace.h 33 explicit ScopedTrace(const std::string& name) : ScopedTrace(name.c_str()) {}
  /bionic/tests/
dlfcn_symlink_support.cpp 47 if (android::base::EndsWith(info->dlpi_name, suffix.c_str())) {
72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno);
77 ASSERT_TRUE(unlink(path.c_str()) == 0) << strerror(errno);
  /bootable/recovery/edify/
edify_parser.cpp 40 n->name.c_str(), n->fn, n->start, n->end,
41 script.substr(n->start, n->end - n->start).c_str());
73 (state.errmsg.empty() ? "(NULL)" : state.errmsg.c_str()));
75 printf("result is [%s]\n", result.c_str());
  /external/compiler-rt/lib/asan/tests/
asan_exceptions_test.cc 9 fprintf(stderr, "%s\n", msg.c_str());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_nolibc_test.cc 27 int status = system(NolibcTestPath.c_str());
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 47 return new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children);
52 return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_str(), spec);
  /external/eigen/bench/spbench/
spbenchsolver.cpp 50 statbuf.open(statFile.c_str(), std::ios::out);
65 tol = atof(inval.c_str());
67 maxiters = atoi(inval.c_str());
78 statbuf.open(statFile.c_str(), std::ios::app);
  /external/flatbuffers/tests/fuzzer/
flatbuffers_parser_fuzzer.cc 14 parser.Parse(s.c_str());
  /external/google-benchmark/cmake/
gnu_posix_regex.cpp 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
posix_regex.cpp 10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
  /external/google-breakpad/src/common/linux/
crc32.h 48 return ComputeCrc32(str.c_str(), str.size());
  /external/google-breakpad/src/common/tests/
auto_tempdir.h 71 DIR* dir = opendir(path.c_str());
81 EXPECT_TRUE(lstat(entry_path.c_str(), &stats) == 0);
85 EXPECT_TRUE(unlink(entry_path.c_str()) == 0);
88 EXPECT_TRUE(rmdir(path.c_str()) == 0);
  /external/google-breakpad/src/testing/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/googletest/googletest/src/
gtest-filepath.cc 137 const char* const last_sep = strrchr(c_str(), kPathSeparator);
139 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
170 dir = std::string(c_str(), last_sep + 1 - c_str());
211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
266 const char* const name = pathname_.c_str();
    [all...]
  /external/libchrome/base/test/
test_file_util_linux.cc 18 ScopedFD fd(open(file.value().c_str(), O_RDONLY));
  /external/libcxx/src/
stdexcept.cpp 28 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
56 return __imp_.c_str();
61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
90 return __imp_.c_str();
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
38 std::remove(temp.c_str());
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
53 std::remove(temp.c_str());
move_assign.pass.cpp 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
39 std::remove(temp.c_str());
42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
54 std::remove(temp.c_str());
nonmember_swap.pass.cpp 28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
40 std::remove(temp.c_str());
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
55 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
38 std::remove(temp.c_str());
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
52 std::remove(temp.c_str());
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
pointer.pass.cpp 70 s_short.append(s_short.c_str());
72 s_short.append(s_short.c_str());
74 s_short.append(s_short.c_str());
77 s_long.append(s_long.c_str());
  /external/libcxx/utils/google-benchmark/cmake/
gnu_posix_regex.cpp 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
posix_regex.cpp 10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
  /external/libmojo/mojo/public/cpp/test_support/
test_support.h 25 return MojoTestSupportOpenSourceRootRelativeFile(relative_path.c_str());

Completed in 535 milliseconds

1 2 3 4 5 6 7 891011>>