HomeSort by relevance Sort by last modified time
    Searched refs:GetArgs (Results 1 - 25 of 25) sorted by null

  /bionic/benchmarks/
bionic_benchmarks.cpp 439 static args_vector_t GetArgs(const std::vector<int>& sizes) {
445 static args_vector_t GetArgs(const std::vector<int>& sizes, int align) {
451 static args_vector_t GetArgs(const std::vector<int>& sizes, int align1, int align2) {
463 {"AT_COMMON_SIZES", GetArgs(kCommonSizes)},
464 {"AT_SMALL_SIZES", GetArgs(kSmallSizes)},
465 {"AT_MEDIUM_SIZES", GetArgs(kMediumSizes)},
466 {"AT_LARGE_SIZES", GetArgs(kLargeSizes)},
467 {"AT_ALL_SIZES", GetArgs(all_sizes)},
469 {"AT_ALIGNED_ONEBUF", GetArgs(kCommonSizes, 0)},
470 {"AT_ALIGNED_ONEBUF_SMALL", GetArgs(kSmallSizes, 0)}
    [all...]
  /bionic/tests/
dl_test.cpp 93 eth.Run([&]() { execve(kPathToLinker, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str());
104 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr);
115 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr);
127 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "12345");
145 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "54321");
166 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str());
211 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "12345");
234 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "54321");
263 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, EXIT_FAILURE, error_message.c_str());
unistd_test.cpp     [all...]
cfi_test.cpp 142 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr);
154 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr);
spawn_test.cpp 193 ASSERT_EQ(0, posix_spawn(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr));
201 ASSERT_EQ(0, posix_spawn(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr));
209 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr));
217 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr));
226 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), eth.GetEnv()));
247 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), &fa, nullptr, eth.GetArgs(), eth.GetEnv()));
279 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), &fa, sa, eth.GetArgs(), nullptr));
473 ASSERT_EQ(0, posix_spawn(&spawned_pid, "true", nullptr, attrs[i % 3], eth.GetArgs(), nullptr));
utils.h 178 char** GetArgs() {
  /external/v8/tools/
find-commit-for-patch.py 11 def GetArgs():
85 args = GetArgs()
  /art/runtime/ti/
agent.h 46 const std::string& GetArgs() const {
51 return !GetArgs().empty();
  /system/bt/service/
settings.cc 83 if (command_line->GetArgs().size()) {
  /frameworks/base/tools/aapt2/
Flags.h 52 const std::vector<std::string>& GetArgs();
Flags.cpp 187 const std::vector<std::string>& Flags::GetArgs() { return args_; }
  /external/libchrome/base/
command_line.h 193 StringVector GetArgs() const;
command_line_unittest.cc 84 const CommandLine::StringVector& args = cl.GetArgs();
148 const CommandLine::StringVector& args = cl.GetArgs();
177 EXPECT_TRUE(cl_from_string.GetArgs().empty());
183 EXPECT_TRUE(cl_from_argv.GetArgs().empty());
command_line.cc 377 CommandLine::StringVector CommandLine::GetArgs() const {
  /frameworks/base/tools/aapt2/cmd/
Diff.cpp 355 if (flags.GetArgs().size() != 2u) {
362 std::unique_ptr<LoadedApk> apk_a = LoadedApk::LoadApkFromPath(flags.GetArgs()[0], diag);
363 std::unique_ptr<LoadedApk> apk_b = LoadedApk::LoadApkFromPath(flags.GetArgs()[1], diag);
Convert.cpp 348 if (flags.GetArgs().size() != 1) {
354 const StringPiece& path = flags.GetArgs()[0];
Optimize.cpp 373 if (flags.GetArgs().size() != 1u) {
379 const std::string& apk_path = flags.GetArgs()[0];
Dump.cpp 329 for (const std::string& arg : flags.GetArgs()) {
Compile.cpp 729 if (!flags.GetArgs().empty()) {
743 input_data.reserve(flags.GetArgs().size());
746 for (const std::string& arg : flags.GetArgs()) {
Link.cpp     [all...]
  /system/tpm/tpm_manager/client/
main.cc 213 command_line->GetArgs().size() == 0) {
216 std::string command = command_line->GetArgs()[0];
  /system/update_engine/
update_engine_client_android.cc 146 base::CommandLine::ForCurrentProcess()->GetArgs();
update_engine_client.cc 304 base::CommandLine::ForCurrentProcess()->GetArgs();
  /system/security/keystore/
keystore_cli_v2.cpp 580 CommandLine::StringVector args = command_line->GetArgs();
  /system/tpm/attestation/client/
main.cc 127 const auto& args = command_line->GetArgs();

Completed in 661 milliseconds