Searched refs:actual (Results 1 – 11 of 11) sorted by relevance
/development/tools/logblame/ |
D | test_ps.py | 15 actual = ps.ParsePs(text) 25 if actual != expected: 30 print actual 53 actual = ps.ParseUids(text) 62 if actual != expected: 67 print actual
|
D | test_analyze.py | 7 actual = analyze_logs.ParseDuration(s) 8 if actual != expected: 9 raise Exception("expected %s, actual %s" % (expected, actual))
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
D | TestHelper.java | 29 public void assertSourceEquals(String expected, String actual) { in assertSourceEquals() argument 31 String an = actual.replaceAll( "[\\s]+", " ").trim(); in assertSourceEquals() 34 … String.format("Source comparison failure: expected:<%s> but was:<%s>", expected, actual), in assertSourceEquals()
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/os/ |
D | MorseCodeConverterTest.java | 46 private void assertArraysEqual(long[] expected, long[] actual) { in assertArraysEqual() argument 47 assertEquals("Unexpected array length.", expected.length, actual.length); in assertArraysEqual() 50 long actualLong = actual[i]; in assertArraysEqual()
|
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson2/ |
D | MyFirstTestActivityTest.java | 67 final String actual = mFirstTestText.getText().toString(); in testMyFirstTestTextView_labelText() local 68 assertEquals("mFirstTestText contains wrong text", expected, actual); in testMyFirstTestTextView_labelText()
|
/development/vndk/tools/definition-tool/tests/ |
D | test_elfdump.py | 113 def _assert_equal_to_file(self, expected_file_name, actual): argument 114 actual = actual.splitlines(True) 119 self._remove_size_lines(actual))
|
/development/build/ |
D | sdk-windows-x86.atree | 68 # at build-time. Packaging will later change that to the actual build-tools 146 # lld linker trampoline (invokes actual lld linker at lld-bin/lld.exe) 149 # actual lld linker, and dependent library
|
D | sdk-linux-x86.atree | 27 # at build-time. Packaging will later change that to the actual build-tools
|
D | sdk-darwin-x86.atree | 27 # at build-time. Packaging will later change that to the actual build-tools
|
D | sdk.atree | 72 # at build-time. Packaging will later change that to the actual build-tools
|
/development/tools/apkcheck/ |
D | README.txt | 157 There is no way to recover the actual type, because the generic signature
|