Lines Matching defs:self

81     def setUpClass(self):  argument
135 def tearDownClass(self): argument
141 def setUp(self): argument
146 def tearDown(self): argument
151 def _ResetDtbs(self): argument
156 def _RunBinman(self, *args, **kwargs): argument
170 def _DoBinman(self, *args): argument
189 def _DoTestFile(self, fname, debug=False, map=False, update_dtb=False, argument
221 def _SetupDtb(self, fname, outfile='u-boot.dtb'): argument
242 def _GetDtbContentsForSplTpl(self, dtb_data, name): argument
260 def _DoReadFileDtb(self, fname, use_real_dtb=False, map=False, argument
324 def _DoReadFile(self, fname, use_real_dtb=False): argument
340 def _MakeInputFile(self, fname, contents): argument
358 def _MakeInputDir(self, dirname): argument
373 def _SetupSplElf(self, src_fname='bss_data'): argument
383 def TestFile(self, fname): argument
386 def AssertInList(self, grep_list, target): argument
398 def CheckNoGaps(self, entries): argument
409 def GetFdtLen(self, dtb): argument
420 def _GetPropTree(self, dtb, prop_names): argument
436 def testRun(self): argument
440 def testFullHelp(self): argument
451 def testFullHelpInternal(self): argument
460 def testHelp(self): argument
467 def testBoard(self): argument
474 def testNeedBoard(self): argument
481 def testMissingDt(self): argument
489 def testBrokenDt(self): argument
500 def testMissingNode(self): argument
506 def testEmpty(self): argument
512 def testInvalidEntry(self): argument
520 def testSimple(self): argument
525 def testSimpleDebug(self): argument
529 def testDual(self): argument
555 def testBadAlign(self): argument
562 def testPackSimple(self): argument
604 def testPackExtra(self): argument
648 def testPackAlignPowerOf2(self): argument
655 def testPackAlignSizePowerOf2(self): argument
662 def testPackInvalidAlign(self): argument
669 def testPackInvalidSizeAlign(self): argument
676 def testPackOverlap(self): argument
684 def testPackEntryOverflow(self): argument
691 def testPackImageOverflow(self): argument
698 def testPackImageSize(self): argument
706 def testPackImageSizeAlign(self): argument
714 def testPackInvalidImageAlign(self): argument
721 def testPackAlignPowerOf2(self): argument
728 def testImagePadByte(self): argument
734 def testImageName(self): argument
746 def testBlobFilename(self): argument
751 def testPackSorted(self): argument
758 def testPackZeroOffset(self): argument
766 def testPackUbootDtb(self): argument
771 def testPackX86RomNoSize(self): argument
778 def test4gbAndSkipAtStartTogether(self): argument
786 def testPackX86RomOutside(self): argument
794 def testPackX86Rom(self): argument
801 def testPackX86RomMeNoDesc(self): argument
809 def testPackX86RomBadDesc(self): argument
817 def testPackX86RomMe(self): argument
822 def testPackVga(self): argument
827 def testPackStart16(self): argument
832 def testPackPowerpcMpc85xxBootpgResetvec(self): argument
838 def _RunMicrocodeTest(self, dts_fname, nodtb_data, ucode_second=False): argument
889 def testPackUbootMicrocode(self): argument
903 def _RunPackUbootSingleMicrocode(self): argument
935 def testPackUbootSingleMicrocode(self): argument
940 def testUBootImg(self): argument
945 def testNoMicrocode(self): argument
952 def testMicrocodeWithoutNode(self): argument
959 def testMicrocodeWithoutNode2(self): argument
966 def testMicrocodeWithoutPtrInElf(self): argument
983 def testMicrocodeNotInImage(self): argument
991 def testWithoutMicrocode(self): argument
1008 def testUnknownPosSize(self): argument
1015 def testPackFsp(self): argument
1020 def testPackCmc(self): argument
1025 def testPackVbt(self): argument
1030 def testSplBssPad(self): argument
1037 def testSplBssPadMissing(self): argument
1045 def testPackStart16Spl(self): argument
1050 def _PackUbootSplMicrocode(self, dts, ucode_second=False): argument
1070 def testPackUbootSplMicrocode(self): argument
1074 def testPackUbootSplMicrocodeReorder(self): argument
1084 def testPackMrc(self): argument
1089 def testSplDtb(self): argument
1094 def testSplNoDtb(self): argument
1099 def testSymbols(self): argument
1114 def testPackUnitAddress(self): argument
1119 def testSections(self): argument
1126 def testMap(self): argument
1139 def testNamePrefix(self): argument
1150 def testUnknownContents(self): argument
1158 def testBadChangeSize(self): argument
1165 def testUpdateFdt(self): argument
1194 def testUpdateFdtBad(self): argument
1201 def testEntryArgs(self): argument
1215 def testEntryArgsMissing(self): argument
1227 def testEntryArgsRequired(self): argument
1238 def testEntryArgsInvalidFormat(self): argument
1245 def testEntryArgsInvalidInteger(self): argument
1256 def testEntryArgsInvalidDatatype(self): argument
1272 def testText(self): argument
1285 def testEntryDocs(self): argument
1291 def testEntryDocsMissing(self): argument
1299 def testFmap(self): argument
1330 def testBlobNamedByArg(self): argument
1338 def testFill(self): argument
1344 def testFillNoSize(self): argument
1351 def _HandleGbbCommand(self, pipe_list): argument
1361 def testGbb(self): argument
1374 def testGbbTooSmall(self): argument
1381 def testGbbNoSize(self): argument
1388 def _HandleVblockCommand(self, pipe_list): argument
1396 def testVblock(self): argument
1407 def testVblockNoContent(self): argument
1414 def testVblockBadPhandle(self): argument
1421 def testVblockBadEntry(self): argument
1428 def testTpl(self): argument
1436 def testUsesPos(self): argument
1443 def testFillZero(self): argument
1448 def testTextMissing(self): argument
1455 def testPackStart16Tpl(self): argument
1460 def testSelectImage(self): argument
1470 def testUpdateFdtAll(self): argument
1509 def testUpdateFdtOutput(self): argument
1544 def _decompress(self, data): argument
1556 def testCompress(self): argument
1572 def testFiles(self): argument
1577 def testFilesCompress(self): argument
1596 def testFilesMissing(self): argument
1603 def testFilesNoPattern(self): argument
1610 def testExpandSize(self): argument
1632 def testExpandSizeBad(self): argument
1640 def testHash(self): argument
1651 def testHashNoAlgo(self): argument
1657 def testHashBadAlgo(self): argument
1663 def testHashSection(self): argument
1675 def testPackUBootTplMicrocode(self): argument
1691 def testFmapX86(self): argument
1714 def testFmapX86Section(self): argument
1736 def testElf(self): argument
1743 def testElfStripg(self): argument
1750 def testPackOverlapMap(self): argument
1769 def testPacRefCode(self): argument