Home
last modified time | relevance | path

Searched refs:masters (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_pty.py251 masters = [s.fileno() for s in socketpair]
252 self.fds.extend(masters)
255 os.write(masters[1], b'from master')
261 self.select_rfds_results.append([mock_stdin_fd, masters[0]])
265 pty._copy(masters[0])
268 rfds = select.select([read_from_stdout_fd, masters[1]], [], [], 0)[0]
269 self.assertEqual([read_from_stdout_fd, masters[1]], rfds)
271 self.assertEqual(os.read(masters[1], 20), b'from stdin')
280 masters = [s.fileno() for s in socketpair]
281 self.fds.extend(masters)
[all …]
/external/python/cpython3/Lib/test/
Dtest_pty.py263 masters = [s.fileno() for s in socketpair]
266 os.write(masters[1], b'from master')
272 self.select_rfds_results.append([mock_stdin_fd, masters[0]])
276 pty._copy(masters[0])
279 rfds = select.select([read_from_stdout_fd, masters[1]], [], [], 0)[0]
280 self.assertEqual([read_from_stdout_fd, masters[1]], rfds)
282 self.assertEqual(os.read(masters[1], 20), b'from stdin')
291 masters = [s.fileno() for s in socketpair]
299 self.select_rfds_results.append([mock_stdin_fd, masters[0]])
305 pty._copy(masters[0])
/external/v8/tools/dev/
Dv8gen.py146 if self._options.builder not in self._mbw.masters[self._options.master]:
189 print '\n'.join(sorted(self._mbw.masters[self._options.master]))
292 if not self._options.master in self._mbw.masters:
295 '\n'.join(sorted(self._mbw.masters.keys())))
/external/v8/tools/mb/
Dmb.py58 self.masters = {}
260 for master, builders in self.masters.items():
263 config = self.masters[master][builder]
411 for master in sorted(self.masters):
414 for bot in sorted(self.masters[master]):
427 for master in self.masters:
428 for config in self.masters[master].values():
560 self.masters = contents['masters']
597 if not self.args.master in self.masters:
601 if not self.args.builder in self.masters[self.args.master]:
[all …]
/external/fonttools/Doc/source/designspaceLib/
Dscripting.rst179 Option: add glyph specific masters
197 # You can specify different masters
199 # You can also give those masters new
202 glyphData['masters'] = [
251 - Assuming the outline data in the masters is compatible.
Dreadme.rst217 need special masters (to record the results of executed rules for
256 glyphData['masters'] = glyphMasters
368 <!-- define masters here -->
648 …<source familyname="MasterFamilyName" filename="masters/masterTest1.ufo" name="master.ufo1" stylen…
670 glyphs need different masters, mainly to describe the effects of
749 .. 422-masters-element:
751 4.2.2 masters element
755 - These ``master`` elements define an alternative set of glyph masters
821 <masters>
828 </masters>
/external/webrtc/
DPRESUBMIT.py458 masters = json.loads(subprocess.check_output(
462 for master in masters:
464 for builder in masters[master]:
/external/fonttools/Lib/fontTools/varLib/
D__init__.py708 masters = ds.sources
709 if not masters:
743 for obj in masters+instances:
757 internal_master_locs = [o.location for o in masters]
784 masters,
/external/u-boot/doc/
DREADME.fsl-trustzone-components22 - Separates Secure World and Normal World external memory spaces for bus masters
DREADME.i2c8 When one or more masters can be reset independently part-way through a
/external/u-boot/drivers/i2c/muxes/
DKconfig25 response mechanism where masters have to claim the bus by asserting
/external/u-boot/arch/arm/mach-imx/
DKconfig20 i.MX Resource domain controller is used to assign masters
/external/skqp/site/dev/contrib/
Dcqkeywords.md72 This keyword prevents the Skia build masters from building this commit with others. Use it when your
/external/skia/site/dev/contrib/
Dcqkeywords.md72 This keyword prevents the Skia build masters from building this commit with others. Use it when your
/external/v8/tools/mb/docs/
Duser_guide.md99 use it to check a single master, or all the masters we care about. See
216 expression: a dictionary with three main keys, `masters`, `configs` and
219 The `masters` key contains a nested series of dicts containing mappings
/external/fonttools/
DNEWS.rst64 - [varLib] Fixed an MVAR table generation crash when sparse masters were
102 - [varLib] Allow loading masters from TTX files as well (#1441).
171 - [varLib] Enable sparse masters when building variable fonts:
355 masters would always cut the space. They don't anymore. That's more
778 finding wrong contour order between different masters
780 and supports <axes> element (#864); the 'masters' item was renamed 'sources',
1041 GSUB/GPOS features, building a GX font from two masters
DPKG-INFO249 Module for finding wrong contour/component order between different masters.
481 - [varLib] Fixed an MVAR table generation crash when sparse masters were
519 - [varLib] Allow loading masters from TTX files as well (#1441).
588 - [varLib] Enable sparse masters when building variable fonts:
772 masters would always cut the space. They don't anymore. That's more
1195 finding wrong contour order between different masters
1197 and supports <axes> element (#864); the 'masters' item was renamed 'sources',
1458 GSUB/GPOS features, building a GX font from two masters
DREADME.rst239 Module for finding wrong contour/component order between different masters.
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO249 Module for finding wrong contour/component order between different masters.
481 - [varLib] Fixed an MVAR table generation crash when sparse masters were
519 - [varLib] Allow loading masters from TTX files as well (#1441).
588 - [varLib] Enable sparse masters when building variable fonts:
772 masters would always cut the space. They don't anymore. That's more
1195 finding wrong contour order between different masters
1197 and supports <axes> element (#864); the 'masters' item was renamed 'sources',
1458 GSUB/GPOS features, building a GX font from two masters
/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb279 def masters( *grammar_names )
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py1141 def updateFilenameFromPath(self, masters=True, instances=True, force=False): argument
1144 if masters:
/external/v8/infra/mb/
Dmb_config.pyl10 'masters': {
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg207 masters( <grammar.delegators:{d|:<d.name>}; separator=", "> )<\n>
1155 masters( <grammar.delegators:{d|:<d.name>}; separator=", "> )<\n>
/external/u-boot/arch/arm/dts/
Ddra7.dtsi213 dma-masters = <&sdma>;
222 dma-masters = <&edma>;
/external/python/cpython2/Doc/library/
Dtkinter.rst329 time. In Tkinter, masters are specified explicitly. ::

12