Searched refs:actual (Results 1 – 13 of 13) 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/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/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/build/ |
D | sdk-windows-x86.atree | 68 # at build-time. Packaging will later change that to the actual build-tools 131 # lld linker trampoline (invokes actual lld linker at lld-bin/lld.exe) 134 # 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
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 249 relating to any actual or alleged intellectual property infringement. 2352 changes in the actual functions of the Library.) The hope is that this 4959 changes in the actual functions of the Library.) The hope is that this 7372 changes in the actual functions of the Library.) The hope is that this 8030 See below for the actual license texts. Actually both licenses are BSD-style 8907 Note: This document does not provide legal advice nor is it the actual 10095 section do not apply to any claims or Losses relating to any actual or 11620 See below for the actual license texts. Actually both licenses are BSD-style 11932 …ons in this section do not apply to any claims or Losses relating to any actual or alleged intelle… 13320 …ons in this section do not apply to any claims or Losses relating to any actual or alleged intelle…
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 3524 …8f5d1e4d0ce,platform/cts,fake_8-bwV5CpRwKotHvHAOnqow@fakeemail.com,Added actual (unpooled) wakeloc… 4223 …3ebd,platform/cts,fake_mYosc36yTdGbAQt2hz5t0g@fakeemail.com,media: Scale actual PTS for VideoDecod… 5862 …ake_q3AfsaCERmyl-aaPxzrFxA@fakeemail.com,fs_mgr_verity: support updating actual block device path … 6178 …tform/system/core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,adb: use the actual wMaxPacketSize for… 6768 …2ad5d,platform/system/core,fake_3znMO7IuQBGdR4lMt8HBeA@fakeemail.com,Use actual VNDK list for non-… 11429 …rameworks/opt/telephony,fake_i9UfXm-pRD2q72IEFjG0Yw@fakeemail.com,Pin IMS on/off to actual TTY mode 11616 …rameworks/opt/telephony,fake_i9UfXm-pRD2q72IEFjG0Yw@fakeemail.com,Pin IMS on/off to actual TTY mode 20531 …i01KSBIZq3eA@fakeemail.com,Create compat FieldPacker.getPos() to get the actual amount of data use… 22429 …_LxNZwhoqQFaa4bSroms1Vg@fakeemail.com,Replace assert(true) in tests with actual asserts. Reviewed … 22755 … the comparison objects that we pass in for various tests look more like actual comparison objects… [all …]
|