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

  /development/testrunner/test_defs/
gtest.py 59 filter_arg = ""
61 filter_arg = "--gtest_filter=%s.%s" % (test_class, test_method)
64 " ".join((self.GetTargetExecPath(), filter_arg)))
  /bionic/libc/malloc_hooks/tests/
malloc_hooks_tests.cpp 139 std::string filter_arg("--gtest_filter=" + test_name);
140 args.push_back(filter_arg.c_str());
  /tools/tradefederation/core/atest/test_runners/
atest_tf_test_runner.py 281 filter_arg = constants.TF_ATEST_INCLUDE_FILTER_VALUE_FMT.format(
283 args.extend([constants.TF_ATEST_INCLUDE_FILTER, filter_arg])
  /bionic/tests/
gtest_main.cpp 658 char* filter_arg = new char [test_name.size() + 20]; local
659 strcpy(filter_arg, "--gtest_filter=");
660 strcat(filter_arg, test_name.c_str());
661 new_argv[argc] = filter_arg;
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 606 char* filter_arg = new char[test_name.size() + 20]; local
607 strcpy(filter_arg, "--gtest_filter=");
608 strcat(filter_arg, test_name.c_str());
609 new_argv[argc] = filter_arg;
    [all...]
  /external/devlib/devlib/bin/armeabi/
trace-cmd 

Completed in 890 milliseconds