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

  /system/media/camera/docs/
metadata_helpers_test.py 144 expected_text = \
158 self.assertEqual(result_text, expected_text)
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 144 void ExpectErrorText(const string& expected_text);
154 // Checks that the captured stdout is the same as the expected_text.
155 void ExpectCapturedStdout(const string& expected_text);
398 void CommandLineInterfaceTest::ExpectErrorText(const string& expected_text) {
400 EXPECT_EQ(StringReplace(expected_text, "$tmpdir", temp_directory_, true),
483 const string& expected_text) {
484 EXPECT_EQ(expected_text, captured_stdout_);
    [all...]
  /art/runtime/
common_runtime_test.h 227 void Check(const std::string& expected_text);
228 void Check(const char* expected_text);
common_runtime_test.cc 797 void CheckJniAbortCatcher::Check(const std::string& expected_text) {
798 Check(expected_text.c_str());
801 void CheckJniAbortCatcher::Check(const char* expected_text) {
802 EXPECT_TRUE(actual_.find(expected_text) != std::string::npos) << "\n"
803 << "Expected to find: " << expected_text << "\n"
  /external/protobuf/src/google/protobuf/compiler/cpp/
metadata_test.cc 183 const string& expected_text) {
189 return file_content.substr(begin, end - begin) == expected_text;
  /external/autotest/client/common_lib/
logging_manager_test.py 198 def _compare_logs(self, log_buffer, expected_text):
200 expected_lines = expected_text.splitlines()
  /prebuilts/go/darwin-x86/src/log/
log_test.go 31 pattern string // regexp that log output must match; we add ^ and expected_text$ always
  /prebuilts/go/linux-x86/src/log/
log_test.go 31 pattern string // regexp that log output must match; we add ^ and expected_text$ always
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_argparse.py     [all...]
  /external/python/cpython2/Lib/test/
test_argparse.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /external/protobuf/src/google/protobuf/
map_test.cc 2706 string expected_text; local
    [all...]

Completed in 1119 milliseconds