Home
last modified time | relevance | path

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

12

/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/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_common.c147 unsigned int master; in get_interconnect_master() local
151 master = (arm_config.flags & ARM_CONFIG_FVP_SHIFTED_AFF) ? in get_interconnect_master()
154 assert(master < FVP_CLUSTER_COUNT); in get_interconnect_master()
155 return master; in get_interconnect_master()
298 unsigned int master; in fvp_interconnect_enable()
302 master = get_interconnect_master(); in fvp_interconnect_enable()
303 cci_enable_snoop_dvm_reqs(master); in fvp_interconnect_enable()
313 unsigned int master; in fvp_interconnect_disable()
317 master = get_interconnect_master(); in fvp_interconnect_disable()
318 cci_disable_snoop_dvm_reqs(master); in fvp_interconnect_disable()
/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
/device/google/cuttlefish_vmm/
Drebuild_gce.sh68 -b upstream-master
88 -b upstream-master
96 -b upstream-master
136 -b upstream-master
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME29 example i2c master support or calibration libraries.
56 - LSM6DSM_I2C_MASTER_USE_INTERNAL_PULLUP /* Use internal pull-up resistors for I2C master interf…
97 > Magnetometer sensor connected through I2C master interface (LIS3MDL, LSM303AGR, AK09916);
99 > Pressure sensor connected through I2C master interface (LPS22HB);
/device/google/crosshatch/sdm845/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h124 u8 master);
146 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
/device/google/bonito/sdm710/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h124 u8 master);
146 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
/device/linaro/bootloader/arm-trusted-firmware/
Dcontributing.rst22 - Create a local topic branch based on the `arm-trusted-firmware`_ ``master``
45 `automatically closed`_ when merged into the `arm-trusted-firmware`_ ``master``
98 may rebase it onto the ``master`` branch first, or ask you to do this.
100 will ask you to rebase it onto the ``master`` branch.
102 commit to the ``master`` branch. If a problem is found during integration,
107 the ``master`` branch.
/device/google/cuttlefish_common/tools/
Dcreate_base_image_hostlib.sh32 DEFINE_string repository_branch master \
34 DEFINE_string variant master \
/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/hikey/hikey960/
DREADME5 $ repo init -u https://android.googlesource.com/platform/manifest -b master & repo sync -j24
50 Schematics: https://github.com/96boards/documentation/raw/master/ConsumerEdition/HiKey960/HardwareD…
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
Ddefaults.mk31 BASE_COMMIT := origin/master
/device/linaro/hikey/hikey/
DREADME5 $ repo init -u https://android.googlesource.com/platform/manifest -b master & repo sync -j24
55 Schematics: https://github.com/96boards/documentation/blob/master/consumer/hikey/hardware-docs/HiKe…
/device/sample/etc/
DREADME19 https://android.googlesource.com/platform/packages/providers/TelephonyProvider/+/master/assets/carr…
/device/generic/opengl-transport/host/commands/emugen/
DREADME.md4 on the emu-master-dev branch. The tool is unmodified except for the following
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dhikey.rst33 `link <https://github.com/96boards-hikey/atf-fastboot/tree/master>`__
167 - Reference `link <https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-…
169 .. _link: https://github.com/96boards/documentation/blob/master/ConsumerEdition/HiKey/Quickstart/RE…
/device/google/bonito/sdm710/kernel-headers/linux/mfd/
Dmsm-adie-codec.h77 int(* codec_set_master_mode) (struct adie_codec_path * path_ptr, u8 master);
/device/google/crosshatch/sdm845/kernel-headers/linux/mfd/
Dmsm-adie-codec.h77 int(* codec_set_master_mode) (struct adie_codec_path * path_ptr, u8 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/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/
DI2CHw.h80 UINT32 master : 1 ; member
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DI2cDriver.txt26 /// Start an I2C transaction in master mode on the host controller.

12