Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py54 def cancel(self, title, next, name = "Cancel", active = 1): member in PyDialog
465 fatal.cancel("Cancel", "Back", active = 0)
477 user_exit.cancel("Cancel", "Back", active = 0)
490 exit_dialog.cancel("Cancel", "Back", active = 0)
515 c=inuse.cancel("Retry", "Exit", name="Retry")
536 cancel = Dialog(db, "CancelDlg", 50, 10, 260, 85, 3, title,
538 cancel.text("Text", 48, 15, 194, 30, 3,
542 c=cancel.pushbutton("Yes", 72, 57, 56, 17, 3, "Yes", "No")
545 c=cancel.pushbutton("No", 132, 57, 56, 17, 3, "No", "Yes")
570 c=prep.cancel("Cancel", None)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py318 def cancel(self, title, next, name = "Cancel", active = 1): member in PyDialog
472 fatal.cancel("Cancel", "Back", active = 0)
487 user_exit.cancel("Cancel", "Back", active = 0)
500 exit_dialog.cancel("Cancel", "Back", active = 0)
536 c=inuse.cancel("Retry", "Exit", name="Retry")
558 cancel = Dialog(db, "CancelDlg", 50, 10, 260, 85, 3, title,
560 cancel.text("Text", 48, 15, 194, 30, 3,
562 cancel.control("Icon", "Icon", 15, 15, 24, 24, 5242881, None,
564 c=cancel.pushbutton("Yes", 72, 57, 56, 17, 3, "Yes", "No")
567 c=cancel.pushbutton("No", 132, 57, 56, 17, 3, "No", "Yes")
[all …]
Dmsilib.py631 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
635 add_data(db, "Dialog", [(name, x,y,w,h,attr,title,first,default,cancel)])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwsgui.py110 command=self.cancel,
171 def cancel(self): member in App
231 app.cancel()
/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.h64 status_t cancel();
DJpegCompressor.cpp95 status_t JpegCompressor::cancel() { in cancel() function in android::JpegCompressor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsched.py66 def cancel(self, event): member in scheduler
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLib.uni62 … #language en-US "Press 'Y' to save and exit, 'N' to discard and exit, 'ESC' to cancel."
/device/generic/goldfish/fingerprint/
Dfingerprint.c834 qdev->device.cancel = fingerprint_cancel; in fingerprint_open()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp241 mJpegCompressor->cancel(); in closeCamera()