HomeSort by relevance Sort by last modified time
    Searched full:masters (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/net/
PRESUBMIT.py 12 masters = {
26 masters['tryserver.chromium.linux'].setdefault(
28 return masters
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svmm.h 5 /* The FreeType Multiple Masters and GX var services (specification). */
29 * A service used to manage multiple-masters data in a given face.
35 #define FT_SERVICE_ID_MULTI_MASTERS "multi-masters"
  /external/freetype/include/internal/services/
svmm.h 5 /* The FreeType Multiple Masters and GX var services (specification). */
29 * A service used to manage multiple-masters data in a given face.
35 #define FT_SERVICE_ID_MULTI_MASTERS "multi-masters"
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svmm.h 5 /* The FreeType Multiple Masters and GX var services (specification). */
29 * A service used to manage multiple-masters data in a given face.
35 #define FT_SERVICE_ID_MULTI_MASTERS "multi-masters"
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svmm.h 5 /* The FreeType Multiple Masters and GX var services (specification). */
29 * A service used to manage multiple-masters data in a given face.
35 #define FT_SERVICE_ID_MULTI_MASTERS "multi-masters"
  /external/chromium_org/third_party/freetype/include/freetype/
ftmm.h 36 /* Multiple Masters */
39 /* How to manage Multiple Masters fonts. */
47 /* both Type~1 Multiple Masters fonts and GX distortable (var) */
62 /* Multiple Masters fonts. */
88 /* A structure used to model the axes and space of a Multiple Masters */
119 /* Multiple Masters and GX var fonts. */
184 /* A structure used to model the axes and space of a Multiple Masters */
238 /* amaster :: The Multiple Masters descriptor. */
260 /* amaster :: The Multiple Masters/GX var descriptor. */
278 /* For Multiple Masters fonts, choose an interpolated font design *
    [all...]
t1tables.h 191 /* Multiple Masters fonts. */
239 /* maximum number of Multiple Masters designs, as defined in the spec */
242 /* maximum number of Multiple Masters axes, as defined in the spec */
  /external/freetype/include/
ftmm.h 36 /* Multiple Masters */
39 /* How to manage Multiple Masters fonts. */
47 /* both Type~1 Multiple Masters fonts and GX distortable (var) */
62 /* Multiple Masters fonts. */
88 /* A structure used to model the axes and space of a Multiple Masters */
119 /* Multiple Masters and GX var fonts. */
184 /* A structure used to model the axes and space of a Multiple Masters */
238 /* amaster :: The Multiple Masters descriptor. */
260 /* amaster :: The Multiple Masters/GX var descriptor. */
277 /* For Multiple Masters fonts, choose an interpolated font design *
    [all...]
t1tables.h 191 /* Multiple Masters fonts. */
239 /* maximum number of Multiple Masters designs, as defined in the spec */
242 /* maximum number of Multiple Masters axes, as defined in the spec */
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftmm.h 36 /* Multiple Masters */
39 /* How to manage Multiple Masters fonts. */
47 /* both Type~1 Multiple Masters fonts and GX distortable (var) */
62 /* Multiple Masters fonts. */
88 /* A structure used to model the axes and space of a Multiple Masters */
119 /* Multiple Masters and GX var fonts. */
184 /* A structure used to model the axes and space of a Multiple Masters */
238 /* amaster :: The Multiple Masters descriptor. */
260 /* amaster :: The Multiple Masters/GX var descriptor. */
278 /* For Multiple Masters fonts, choose an interpolated font design *
    [all...]
t1tables.h 191 /* Multiple Masters fonts. */
239 /* maximum number of Multiple Masters designs, as defined in the spec */
242 /* maximum number of Multiple Masters axes, as defined in the spec */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftmm.h 36 /* Multiple Masters */
39 /* How to manage Multiple Masters fonts. */
47 /* both Type~1 Multiple Masters fonts and GX distortable (var) */
62 /* Multiple Masters fonts. */
88 /* A structure used to model the axes and space of a Multiple Masters */
119 /* Multiple Masters and GX var fonts. */
184 /* A structure used to model the axes and space of a Multiple Masters */
238 /* amaster :: The Multiple Masters descriptor. */
260 /* amaster :: The Multiple Masters/GX var descriptor. */
278 /* For Multiple Masters fonts, choose an interpolated font design *
    [all...]
t1tables.h 191 /* Multiple Masters fonts. */
239 /* maximum number of Multiple Masters designs, as defined in the spec */
242 /* maximum number of Multiple Masters axes, as defined in the spec */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 237 masters = [s.fileno() for s in socketpair]
238 self.fds.extend(masters)
241 os.write(masters[1], b'from master')
247 self.select_rfds_results.append([mock_stdin_fd, masters[0]])
251 pty._copy(masters[0])
254 rfds = select.select([read_from_stdout_fd, masters[1]], [], [], 0)[0]
255 self.assertEqual([read_from_stdout_fd, masters[1]], rfds)
257 self.assertEqual(os.read(masters[1], 20), b'from stdin')
266 masters = [s.fileno() for s in socketpair]
267 self.fds.extend(masters)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 237 masters = [s.fileno() for s in socketpair]
238 self.fds.extend(masters)
241 os.write(masters[1], b'from master')
247 self.select_rfds_results.append([mock_stdin_fd, masters[0]])
251 pty._copy(masters[0])
254 rfds = select.select([read_from_stdout_fd, masters[1]], [], [], 0)[0]
255 self.assertEqual([read_from_stdout_fd, masters[1]], rfds)
257 self.assertEqual(os.read(masters[1], 20), b'from stdin')
266 masters = [s.fileno() for s in socketpair]
267 self.fds.extend(masters)
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 84 * Note these can't be blended with multiple-masters.
208 /* support for Multiple Masters fonts */
autohint.h 139 /* Masters fonts where blend coordinates change). */
  /external/freetype/include/internal/
t1types.h 84 * Note these can't be blended with multiple-masters.
208 /* support for Multiple Masters fonts */
autohint.h 139 /* Masters fonts where blend coordinates change). */
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
t1types.h 84 * Note these can't be blended with multiple-masters.
208 /* support for Multiple Masters fonts */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
t1types.h 84 * Note these can't be blended with multiple-masters.
208 /* support for Multiple Masters fonts */
  /external/tcpdump/
timed.h 80 #define TSP_CONFLICT 11 /* two or more masters present */
81 #define TSP_RESOLVE 12 /* masters' conflict resolution */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/protocols/
timed.h 72 #define TSP_CONFLICT 11 /* two or more masters present */
73 #define TSP_RESOLVE 12 /* masters' conflict resolution */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
timed.h 72 #define TSP_CONFLICT 11 /* two or more masters present */
73 #define TSP_RESOLVE 12 /* masters' conflict resolution */
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl.cc 72 (path == library_root.AppendASCII("Masters"));

Completed in 732 milliseconds

1 2 3 4