Home
last modified time | relevance | path

Searched refs:master (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtreesync.py55 [slave, master] = args
61 process(slave, master)
63 def process(slave, master): argument
64 cvsdir = os.path.join(master, "CVS")
66 print "skipping master subdirectory", master
71 print "master", master
75 print "skipping master subdirectory", master
88 names = os.listdir(master)
90 mastername = os.path.join(master, name)
104 m = os.path.join(master, name)
[all …]
Dredemo.py8 def __init__(self, master): argument
9 self.master = master
11 self.promptdisplay = Label(self.master, anchor=W,
15 self.regexdisplay = Entry(self.master)
21 self.statusdisplay = Label(self.master, text="", anchor=W)
24 self.labeldisplay = Label(self.master, anchor=W,
29 self.showframe = Frame(master)
32 self.showvar = StringVar(master)
49 self.stringdisplay = Text(self.master, width=60, height=4)
53 self.grouplabel = Label(self.master, text="Groups:", anchor=W)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dtktools.py16 def make_toplevel(master, title=None, class_=None): argument
25 widget = Toplevel(master, class_=class_)
27 widget = Toplevel(master)
33 def set_transient(widget, master, relx=0.5, rely=0.3, expose=1): argument
42 widget.transient(master)
44 if master.winfo_ismapped():
45 m_width = master.winfo_width()
46 m_height = master.winfo_height()
47 m_x = master.winfo_rootx()
48 m_y = master.winfo_rooty()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Cst/
DCpu0Cst.asl73 { // MWAIT C1, hardware coordinated with no bus master avoidance
80 { // MWAIT C2, hardware coordinated with no bus master avoidance
87 { // MWAIT C4, hardware coordinated with bus master avoidance enabled
94 { // MWAIT C6, hardware coordinated with bus master avoidance enabled
111 { // MWAIT C1, hardware coordinated with no bus master avoidance
118 { // MWAIT C2, hardware coordinated with no bus master avoidance
125 { // MWAIT C4, hardware coordinated with bus master avoidance enabled
142 { // MWAIT C1, hardware coordinated with no bus master avoidance
149 { // MWAIT C2, hardware coordinated with no bus master avoidance
164 { // MWAIT C1, hardware coordinated with no bus master avoidance
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_openpty.py12 master, slave = os.openpty()
17 self.assertEqual(os.read(master, 1024), 'Ping!')
Dtest_zipimport.py338 old_master, doctest.master = doctest.master, None
345 doctest.master = old_master
Dregrtest.py1078 doctest.master = None
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME21 * LSM6DSM_I2C_MASTER_USE_INTERNAL_PULLUP: enable internal pull-up resistors for I2C master (if at l…
23 Supported I2C master flags:
75 > Magnetometer sensor connected through I2C master interface (LIS3MDL, LSM303AGR, AK09916);
77 > Pressure sensor connected through I2C master interface (LPS22HB);
/device/linaro/bootloader/arm-trusted-firmware/
Dcontributing.md39 * Create a local topic branch based on the [arm-trusted-firmware][] `master`
61 [automatically closed] when merged into the [arm-trusted-firmware] `master`
90 it onto the `master` branch first, or ask you to do this.
92 to rebase it onto the `master` branch.
94 `master` branch. If a problem is found at this stage, the merge commit
98 the `master` branch.
DMakefile53 BASE_COMMIT := origin/master
/device/linaro/bootloader/OpenPlatformPkg/
DREADME1 This is still work in progress, but from this point onwards, the master branch
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c167 const struct SpiMode *mode, bool master) in stmSpiEnable() argument
177 if (master) { in stmSpiEnable()
196 if (master) { in stmSpiEnable()
221 if (master) in stmSpiEnable()
415 static inline void stmSpiDisable(struct SpiDevice *dev, bool master) in stmSpiDisable() argument
423 if (master) { in stmSpiDisable()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Doptee-dispatcher.md13 [OP-TEE OS]: http://github.com/OP-TEE/optee_os/tree/master/documentation/arm_trusted_firmware.md
Duser-guide.md508 the remote master, use:
512 If you wish to check your patch against something other than the remote master,
514 is set to `origin/master`.
Dchange-log.md289 * Merged the Juno port into the master branch. Added support for CPU hotplug
/device/google/dragon-kernel/
Dpush-kernel.sh46 latest=$(gsutil.py cat ${gsbase}/${build}/LATEST-master)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py1757 master = None variable
1825 global master
1856 if master is None:
1857 master = runner
1859 master.merge(runner)
1943 global master
1981 if master is None:
1982 master = runner
1984 master.merge(runner)
/device/linaro/hikey/hikey/
DREADME5 $ repo init -u https://android.googlesource.com/platform/manifest -b master & repo sync -j24
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DBuild_Utility_Man_Page.rtf84 \fs18\cf1\insrsid11224689 \hich\af42\dbch\af13\loch\f42 the master command that provides }{\rtlch\f…
110 \ltrch\fcs0 \fs18\cf1\insrsid11224689 \hich\af42\dbch\af13\loch\f42 Build.exe is the master command…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommon.dsc33 # These get emitted at the top of the generated master makefile.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni274 #string STR_PCI2_BEHAVE_BUS_MASTER #language en-US " (02)Behave as bus master: %E%d%…
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DVfrStrings.uni366 …HELP #language en-US "On enabled, SB observes bus master request, will take…