Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 8 of 8) sorted by relevance

/development/tools/logblame/
Dtest_analyze.py6 def test_ParseDuration(s, expected): argument
Dtest_logs.py153 def check_parsing(expected, text): argument
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
DTestHelper.java29 public void assertSourceEquals(String expected, String actual) { in assertSourceEquals()
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson2/
DMyFirstTestActivityTest.java66 final String expected = mFirstTestActivity.getString(R.string.my_first_test); in testMyFirstTestTextView_labelText() local
/development/samples/ApiDemos/tests/src/com/example/android/apis/os/
DMorseCodeConverterTest.java46 private void assertArraysEqual(long[] expected, long[] actual) { in assertArraysEqual()
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
DAuthenticatorActivityTest.java75 int expected = View.VISIBLE; in testLoginOffered() local
/development/vndk/tools/header-checker/src/dumper/
Dfixed_argv.h72 bool IsLastArgEqualFirstOption(const char *expected, T&& ...others) const { in IsLastArgEqualFirstOption()
/development/testrunner/
Dadb_interface.py397 def _WaitForShellCommandContents(self, command, expected, wait_time, argument