Lines Matching refs:string
26 std::string PrettyArguments(const char* signature);
27 std::string PrettyReturnType(const char* signature);
32 std::vector<std::string> command; in TEST_F()
34 std::string android_root(GetAndroidRoot()); in TEST_F()
39 std::string error_msg; in TEST_F()
50 std::vector<std::string> command; in TEST_F()
52 std::string error_msg; in TEST_F()
65 std::vector<std::string> command; in TEST_F()
67 std::string android_root(GetAndroidRoot()); in TEST_F()
73 std::string error_msg; in TEST_F()
89 std::vector<std::string> command; in TEST_F()
91 std::string android_root(GetAndroidRoot()); in TEST_F()
97 std::string error_msg; in TEST_F()
106 static std::vector<std::string> SleepCommand(int sleep_seconds) { in SleepCommand()
107 std::vector<std::string> command; in SleepCommand()
120 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F()
121 std::string error_msg; in TEST_F()
130 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F()
131 std::string error_msg; in TEST_F()