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 | 47 private void assertArraysEqual(long[] expected, long[] actual) { in assertArraysEqual() argument 48 assertEquals("Unexpected array length.", expected.length, actual.length); in assertArraysEqual() 51 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/tools/winscope/src/parsers/transitions/perfetto/ |
D | parser_transitions_test.ts | 51 const actual = assertDefined(parser.getTimestamps()).slice(0, 3); constant 52 expect(actual).toEqual(expected);
|
/development/scripts/ |
D | gdbclient_test.py | 28 actual = copy.deepcopy(base) 29 gdbclient.merge_launch_dict(actual, to_add) 30 self.assertEqual(actual, expected, f'base={base}, to_add={to_add}')
|
/development/tools/winscope/src/parsers/surface_flinger/perfetto/ |
D | parser_surface_flinger_test.ts | 59 const actual = assertDefined(parser.getTimestamps()).slice(0, 3); constant 60 expect(actual).toEqual(expected);
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | layers.proto | 67 // The layer's actual color. 76 // The layer's actual transform
|
/development/tools/winscope/src/trace_processor/ |
D | query_result.ts | 209 function isCompatible(actual: CellType, expected: ColumnType|null): boolean { 210 switch (actual) { 224 throw new Error(`Unknown CellType ${actual}`);
|
/development/tools/winscope/src/app/components/timeline/ |
D | timeline_component_test.ts | 1015 const actual = timeline.selectedTraces.map((trace) => trace.type); constant 1016 expect(actual).toEqual(expected);
|
/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 10094 section do not apply to any claims or Losses relating to any actual or 11619 See below for the actual license texts. Actually both licenses are BSD-style 11931 …ons in this section do not apply to any claims or Losses relating to any actual or alleged intelle… 13319 …ons in this section do not apply to any claims or Losses relating to any actual or alleged intelle…
|