Searched refs:masters (Results 1 – 25 of 35) sorted by relevance
12
/external/python/cpython2/Lib/test/ |
D | test_pty.py | 251 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/ |
D | test_pty.py | 263 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/ |
D | v8gen.py | 146 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/ |
D | mb.py | 58 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/ |
D | scripting.rst | 179 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.
|
D | readme.rst | 217 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/ |
D | PRESUBMIT.py | 458 masters = json.loads(subprocess.check_output( 462 for master in masters: 464 for builder in masters[master]:
|
/external/fonttools/Lib/fontTools/varLib/ |
D | __init__.py | 708 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/ |
D | README.fsl-trustzone-components | 22 - Separates Secure World and Normal World external memory spaces for bus masters
|
D | README.i2c | 8 When one or more masters can be reset independently part-way through a
|
/external/u-boot/drivers/i2c/muxes/ |
D | Kconfig | 25 response mechanism where masters have to claim the bus by asserting
|
/external/u-boot/arch/arm/mach-imx/ |
D | Kconfig | 20 i.MX Resource domain controller is used to assign masters
|
/external/skqp/site/dev/contrib/ |
D | cqkeywords.md | 72 This keyword prevents the Skia build masters from building this commit with others. Use it when your
|
/external/skia/site/dev/contrib/ |
D | cqkeywords.md | 72 This keyword prevents the Skia build masters from building this commit with others. Use it when your
|
/external/v8/tools/mb/docs/ |
D | user_guide.md | 99 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/ |
D | NEWS.rst | 64 - [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
|
D | PKG-INFO | 249 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
|
D | README.rst | 239 Module for finding wrong contour/component order between different masters.
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 249 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/ |
D | recognizers.rb | 279 def masters( *grammar_names )
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 1141 def updateFilenameFromPath(self, masters=True, instances=True, force=False): argument 1144 if masters:
|
/external/v8/infra/mb/ |
D | mb_config.pyl | 10 'masters': {
|
/external/u-boot/arch/arm/dts/ |
D | dra7.dtsi | 213 dma-masters = <&sdma>; 222 dma-masters = <&edma>;
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 207 masters( <grammar.delegators:{d|:<d.name>}; separator=", "> )<\n> 1155 masters( <grammar.delegators:{d|:<d.name>}; separator=", "> )<\n>
|
/external/python/cpython2/Doc/library/ |
D | tkinter.rst | 329 time. In Tkinter, masters are specified explicitly. ::
|
12