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

  /external/google-benchmark/test/
filter_test.cc 69 bool list_only = false; local
71 list_only |= std::string(argv[i]).find("--benchmark_list_tests") !=
93 const size_t expected_reports = list_only ? 0 : expected_return;
  /external/libcxx/utils/google-benchmark/test/
filter_test.cc 69 bool list_only = false; local
71 list_only |= std::string(argv[i]).find("--benchmark_list_tests") !=
93 const size_t expected_reports = list_only ? 0 : expected_return;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
filter_test.cc 69 bool list_only = false; local
71 list_only |= std::string(argv[i]).find("--benchmark_list_tests") !=
93 const size_t expected_reports = list_only ? 0 : expected_return;
  /system/core/adb/
file_sync_service.h 88 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only);
file_sync_client.cpp 874 bool list_only) {
913 if (list_only) {
    [all...]
commandline.cpp 1732 bool list_only = false; local
    [all...]

Completed in 516 milliseconds