/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/fonttools/Tests/varLib/ |
D | varStore_test.py | 53 for masters in masterValues: 54 _, varIdx = builder.storeMasters(masters) 71 for masters, varIdx in zip(masterValues, varIdxs): 72 base, *rest = masters 73 for expectedValue, loc in zip(masters, locations):
|
/external/python/cpython3/Lib/test/ |
D | test_pty.py | 390 masters = [s.fileno() for s in socketpair] 393 os.write(masters[1], b'from master') 399 self.select_rfds_results.append([mock_stdin_fd, masters[0]]) 403 pty._copy(masters[0]) 406 rfds = select.select([read_from_stdout_fd, masters[1]], [], [], 0)[0] 407 self.assertEqual([read_from_stdout_fd, masters[1]], rfds) 409 self.assertEqual(os.read(masters[1], 20), b'from stdin') 418 masters = [s.fileno() for s in socketpair] 425 self.select_rfds_results.append([mock_stdin_fd, masters[0]]) 431 self.assertEqual(pty._copy(masters[0]), None)
|
/external/fonttools/Doc/source/designspaceLib/ |
D | scripting.rst | 180 Option: add glyph specific masters 198 # You can specify different masters 200 # You can also give those masters new 203 glyphData['masters'] = [ 252 - Assuming the outline data in the masters is compatible.
|
D | xml.rst | 34 <!-- define masters here --> 629 …<source familyname="MasterFamilyName" filename="masters/masterTest1.ufo" name="master.ufo1" stylen… 803 glyphs need different masters, mainly to describe the effects of 929 ``<masters>`` element 933 - These ``<master>`` elements define an alternative set of glyph masters 971 <masters> 978 </masters>
|
/external/crosvm/tools/impl/catapult_converter/src/ |
D | main.rs | 45 masters: String, field 264 values: vec![json!(args.masters)], in build_shared_diagnostic_map()
|
/external/fonttools/Lib/fontTools/varLib/ |
D | __init__.py | 737 masters = ds.sources 738 if not masters: 778 for obj in masters+instances: 803 internal_master_locs = [o.getFullDesignLocation(ds) for o in masters] 836 masters,
|
D | merger.py | 1369 masters = [{rec.BaseGlyph: rec for rec in m.BaseGlyphPaintRecord} for m in lst] 1374 merger.mergeThings(out[g], [v.get(g) for v in masters])
|
/external/fonttools/Tests/varLib/instancer/ |
D | instancer_test.py | 646 def makeVariableFont(masters, baseIndex, axes, masterLocations): argument 647 vf = deepcopy(masters[baseIndex]) 653 varLib._merge_OTL(vf, model, masters, axisTags) 679 masters = [] 683 masters.append(master) 690 vf = makeVariableFont(masters, baseIndex, axes, masterLocations)
|
/external/fonttools/Doc/source/ |
D | optional.rst | 72 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/fonttools/ |
D | NEWS.rst | 36 (have masters at non-zero positions for both axes) have a complete set of intermediates. 39 intermediate masters exactly, instead of maximally 0.5 units off. This may be useful 122 COLR table (#2660, #2328). Base color glyphs of same name in different masters must have 127 variable COLR table. It is possible for non-default masters to be 'sparse', i.e. 1009 - [varLib] Improved error message when masters' glyph orders do not match (#1758, 1062 - [varLib.models] Fixed KeyError while sorting masters and there are no on-axis for 1108 Also, fixed a merging bug when VF masters have no blends or marking glyphs (#1632, 1162 masters, or masters with more than one model (multiple ``VarStore.VarData``). 1257 - [varLib] Fixed an MVAR table generation crash when sparse masters were 1295 - [varLib] Allow loading masters from TTX files as well (#1441). [all …]
|
D | README.rst | 130 Module for finding wrong contour/component order between different masters.
|
/external/fonttools/Doc/source/varLib/ |
D | index.rst | 81 While designers tend to think in terms of masters - that is, a precise
|
/external/angle/doc/ |
D | dEQP.md | 31 The tests lists are sourced from the Android CTS masters in
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 279 def masters( *grammar_names )
|
/external/angle/build/ |
D | whitespace_file.txt | 163 In the masters we don't.
|
/external/cronet/build/ |
D | whitespace_file.txt | 163 In the masters we don't.
|
/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/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 2657 def updateFilenameFromPath(self, masters=True, instances=True, force=False): argument 2662 if masters:
|
/external/python/cpython2/Doc/library/ |
D | tkinter.rst | 329 time. In Tkinter, masters are specified explicitly. ::
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 1572 configuration of the TrustZone controller to allow non-secure masters access 1767 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/cronet/third_party/protobuf/objectivec/Tests/ |
D | GPBTestUtilities.m | 68 // to replace that data. Useful for setting golden masters.
|
/external/tflite-support/tensorflow_lite_support/cc/test/testdata/task/text/ |
D | vocab_for_regex_tokenizer.txt | 4160 masters 4159
|