Home
last modified time | relevance | path

Searched refs:prep (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py559 prep = PyDialog(db, "PrepareDlg", x, y, w, h, modeless, title,
561 prep.text("Description", 15, 70, 320, 40, 0x30003,
563 prep.title("Welcome to the [ProductName] Installer")
564 c=prep.text("ActionText", 15, 110, 320, 20, 0x30003, "Pondering...")
566 c=prep.text("ActionData", 15, 135, 320, 30, 0x30003, None)
568 prep.back("Back", None, active=0)
569 prep.next("Next", None, active=0)
570 c=prep.cancel("Cancel", None)
Dbdist_rpm.py170 self.prep = None
/device/linaro/hikey/factory-images/
DREADME3 Do a normal build prep, then in the ANDROID_TOP_DIR run:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_site.py90 pth_file.cleanup(prep=True) # to make sure that nothing is
155 pth_file.cleanup(prep=True) # Make sure that nothing is pre-existing
292 def cleanup(self, prep=False): argument
298 if prep:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py583 prep = PyDialog(db, "PrepareDlg", x, y, w, h, modeless, title,
585 prep.text("Description", 135, 70, 220, 40, 0x30003,
587 prep.title("Welcome to the [ProductName] Installer")
588 c=prep.text("ActionText", 135, 110, 220, 20, 0x30003, "Pondering...")
590 c=prep.text("ActionData", 135, 135, 220, 30, 0x30003, None)
592 prep.back("Back", None, active=0)
593 prep.next("Next", None, active=0)
594 c=prep.cancel("Cancel", None)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c1287 int prep, endfor; in forbody() local
1290 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1296 luaK_patchtohere(fs, prep); in forbody()
1304 luaK_patchlist(fs, endfor, prep + 1); in forbody()