HomeSort by relevance Sort by last modified time
    Searched refs:expected_code (Results 1 - 2 of 2) 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/test/chromedriver/
key_converter_unittest.cc 309 ui::KeyboardCode expected_code = static_cast<ui::KeyboardCode>(offset + i); local
310 CheckNonShiftChar(expected_code, kLowerChars[i]);
318 ui::KeyboardCode expected_code = static_cast<ui::KeyboardCode>(offset + i); local
319 CheckShiftChar(expected_code, kUpperChars[i], kLowerChars[i]);

Completed in 32 milliseconds