Searched refs:sticky (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | wsgui.py | 96 self.url_label.grid(row=0, column=0, sticky='e') 98 self.url_entry.grid(row=0, column=1, sticky='we', 103 self.dir_label.grid(row=1, column=0, sticky='e') 105 self.dir_entry.grid(row=1, column=1, sticky='we', 108 self.go_button.grid(row=2, column=1, sticky='w') 112 self.cancel_button.grid(row=2, column=2, sticky='w') 115 self.auto_button.grid(row=2, column=3, sticky='w') 117 self.status_label.grid(row=2, column=4, sticky='w')
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/ |
D | fp_lib.h | 266 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local 267 *lo = *hi << (typeWidth - count) | *lo >> count | sticky; in wideRightShiftWithSticky() 271 const bool sticky = *hi << (2*typeWidth - count) | *lo; in wideRightShiftWithSticky() local 272 *lo = *hi >> (count - typeWidth) | sticky; in wideRightShiftWithSticky() 275 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local 276 *lo = sticky; in wideRightShiftWithSticky()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Application/ForceRecovery/ |
D | ForceRecovery.inf | 2 # Application that sets a sticky bit to force recovery on next reset.
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
D | Flat32.asm | 313 ; Failed to config - store sticky bit debug 353 ; Failed to config - store sticky bit debug
|
D | Flat32.S | 401 # Failed to config - store sticky bit debug
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | ddDivide.decTest | 701 -- tests include simple rounding and also the tricky cases of sticky
|
/device/google/crosshatch/ |
D | init.hardware.rc | 41 # Ensure 100% reporting is sticky
|