/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 | 276 masters = [s.fileno() for s in socketpair] 279 os.write(masters[1], b'from master') 285 self.select_rfds_results.append([mock_stdin_fd, masters[0]]) 289 pty._copy(masters[0]) 292 rfds = select.select([read_from_stdout_fd, masters[1]], [], [], 0)[0] 293 self.assertEqual([read_from_stdout_fd, masters[1]], rfds) 295 self.assertEqual(os.read(masters[1], 20), b'from stdin') 304 masters = [s.fileno() for s in socketpair] 312 self.select_rfds_results.append([mock_stdin_fd, masters[0]]) 318 pty._copy(masters[0])
|
/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 | 74 - ``updateFilenameFromPath(masters=True, instances=True, force=False)``: 84 locations of all masters and instances to the ``-1 - 0 - 1`` value. 204 need special masters (to record the results of executed rules for 243 glyphData['masters'] = glyphMasters 366 <!-- define masters here --> 645 …<source familyname="MasterFamilyName" filename="masters/masterTest1.ufo" name="master.ufo1" stylen… 667 glyphs need different masters, mainly to describe the effects of 747 .. 422-masters-element: 749 4.2.2 masters element 753 - These ``master`` elements define an alternative set of glyph masters [all …]
|
/external/webrtc/tools_webrtc/mb/ |
D | mb.py | 57 self.masters = {} 255 for master, builders in self.masters.items(): 258 config = self.masters[master][builder] 405 for master in self.masters: 406 for config in self.masters[master].values(): 520 self.masters = contents['masters'] 545 if not self.args.master in self.masters: 549 if not self.args.builder in self.masters[self.args.master]: 553 config = self.masters[self.args.master][self.args.builder]
|
D | mb_config.pyl | 20 'masters': {
|
/external/fonttools/Tests/varLib/instancer/ |
D | instancer_test.py | 643 def makeVariableFont(masters, baseIndex, axes, masterLocations): argument 644 vf = deepcopy(masters[baseIndex]) 650 varLib._merge_OTL(vf, model, masters, axisTags) 676 masters = [] 680 masters.append(master) 687 vf = makeVariableFont(masters, baseIndex, axes, masterLocations)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | __init__.py | 719 masters = ds.sources 720 if not masters: 760 for obj in masters+instances: 788 internal_master_locs = [o.location for o in masters] 821 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/webrtc/tools_webrtc/mb/docs/ |
D | user_guide.md | 99 use it to check a single master, or all the masters we care about. See 201 expression: a dictionary with three main keys, `masters`, `configs` and 204 The `masters` key contains a nested series of dicts containing mappings
|
/external/fonttools/Doc/source/ |
D | optional.rst | 70 Module for finding wrong contour/component order between different masters.
|
D | index.rst | 52 - ``varLib``: Build a variable font from a designspace file and masters
|
/external/angle/doc/ |
D | dEQP.md | 31 The tests lists are sourced from the Android CTS masters in
|
/external/fonttools/Doc/source/varLib/ |
D | index.rst | 62 While designers tend to think in terms of masters - that is, a precise
|
/external/fonttools/ |
D | NEWS.rst | 493 - [varLib] Improved error message when masters' glyph orders do not match (#1758, 546 - [varLib.models] Fixed KeyError while sorting masters and there are no on-axis for 592 Also, fixed a merging bug when VF masters have no blends or marking glyphs (#1632, 646 masters, or masters with more than one model (multiple ``VarStore.VarData``). 741 - [varLib] Fixed an MVAR table generation crash when sparse masters were 779 - [varLib] Allow loading masters from TTX files as well (#1441). 848 - [varLib] Enable sparse masters when building variable fonts: 1032 masters would always cut the space. They don't anymore. That's more 1455 finding wrong contour order between different masters 1457 and supports <axes> element (#864); the 'masters' item was renamed 'sources', [all …]
|
D | README.rst | 136 Module for finding wrong contour/component order between different masters.
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 279 def masters( *grammar_names )
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 1232 def updateFilenameFromPath(self, masters=True, instances=True, force=False): argument 1235 if masters:
|
/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/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/docs/ |
D | ReductionDesign.txt | 295 mathematical sense) the problem of reduction across warp masters in a block to
|
/external/python/cpython2/Doc/library/ |
D | tkinter.rst | 329 time. In Tkinter, masters are specified explicitly. ::
|
/external/python/cpython3/Doc/library/ |
D | tkinter.rst | 318 time. In Tkinter, masters are specified explicitly. ::
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 1479 configuration of the TrustZone controller to allow non-secure masters access 1674 configuration of the TrustZone controller to allow non-secure masters access
|
/external/protobuf/objectivec/Tests/ |
D | GPBTestUtilities.m | 68 // to replace that data. Useful for setting golden masters.
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 160 ADAM Sweet masters, be patient: for your father's 679 Or Charles or something weaker masters thee.
|