Home
last modified time | relevance | path

Searched refs:masters (Results 1 – 25 of 39) 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/fonttools/Tests/varLib/
DvarStore_test.py53 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/
Dtest_pty.py390 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/
Dscripting.rst180 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.
Dxml.rst34 <!-- 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/
Dmain.rs45 masters: String, field
264 values: vec![json!(args.masters)], in build_shared_diagnostic_map()
/external/fonttools/Lib/fontTools/varLib/
D__init__.py737 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,
Dmerger.py1369 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/
Dinstancer_test.py646 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/
Doptional.rst72 Module for finding wrong contour/component order between different masters.
Dindex.rst52 - ``varLib``: Build a variable font from a designspace file and masters
/external/fonttools/
DNEWS.rst36 (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 …]
DREADME.rst130 Module for finding wrong contour/component order between different masters.
/external/fonttools/Doc/source/varLib/
Dindex.rst81 While designers tend to think in terms of masters - that is, a precise
/external/angle/doc/
DdEQP.md31 The tests lists are sourced from the Android CTS masters in
/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb279 def masters( *grammar_names )
/external/angle/build/
Dwhitespace_file.txt163 In the masters we don't.
/external/cronet/build/
Dwhitespace_file.txt163 In the masters we don't.
/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/fonttools/Lib/fontTools/designspaceLib/
D__init__.py2657 def updateFilenameFromPath(self, masters=True, instances=True, force=False): argument
2662 if masters:
/external/python/cpython2/Doc/library/
Dtkinter.rst329 time. In Tkinter, masters are specified explicitly. ::
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst1572 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/
DGPBTestUtilities.m68 // to replace that data. Useful for setting golden masters.
/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBTestUtilities.m68 // to replace that data. Useful for setting golden masters.
/external/tflite-support/tensorflow_lite_support/cc/test/testdata/task/text/
Dvocab_for_regex_tokenizer.txt4160 masters 4159

12