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

  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 132 local ($filename,$options,$logname,$expected_code) = @_;
136 $expected_code = 0 unless defined($expected_code);
173 if ($code != $expected_code) {
174 print "Error running $make_path (expected $expected_code; got $code): $command\n";
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
l10n_util_unittest.cc 61 const std::string& expected_code) {
66 EXPECT_EQ(expected_code, actual_code)
  /external/chromium_org/chrome/test/chromedriver/
key_converter_unittest.cc 310 ui::KeyboardCode expected_code = static_cast<ui::KeyboardCode>(offset + i); local
311 CheckNonShiftChar(expected_code, kLowerChars[i]);
319 ui::KeyboardCode expected_code = static_cast<ui::KeyboardCode>(offset + i); local
320 CheckShiftChar(expected_code, kUpperChars[i], kLowerChars[i]);

Completed in 104 milliseconds