Home
last modified time | relevance | path

Searched refs:subsets (Results 1 – 25 of 52) sorted by relevance

123

/external/google-fonts/source-sans-pro/
DMETADATA.pb114 subsets: "cyrillic"
115 subsets: "cyrillic-ext"
116 subsets: "greek"
117 subsets: "greek-ext"
118 subsets: "latin"
119 subsets: "latin-ext"
120 subsets: "menu"
121 subsets: "vietnamese"
/external/google-fonts/rubik/
DMETADATA.pb96 subsets: "cyrillic"
97 subsets: "cyrillic-ext"
98 subsets: "hebrew"
99 subsets: "latin"
100 subsets: "latin-ext"
101 subsets: "menu"
/external/google-fonts/arbutus-slab/
DMETADATA.pb15 subsets: "latin"
16 subsets: "latin-ext"
17 subsets: "menu"
/external/google-fonts/lato/
DMETADATA.pb168 subsets: "cyrillic"
169 subsets: "cyrillic-ext"
170 subsets: "greek"
171 subsets: "greek-ext"
172 subsets: "latin"
173 subsets: "latin-ext"
174 subsets: "menu"
175 subsets: "vietnamese"
/external/skia/site/dev/testing/
Dtesting.md28 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
29 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets
30 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets
31 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets
32 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets
33 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets
84 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
106 "mandrill_132x132_12x12.astc-5-subsets", which is an "image" source, into an
130 The image from the task we just looked at, "8888 image mandrill_132x132_12x12.astc-5-subsets",
131 can be found at `dm_output/8888/image/mandrill_132x132_12x12.astc-5-subsets.png`.
/external/skqp/site/dev/testing/
Dtesting.md28 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
29 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets
30 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets
31 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets
32 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets
33 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets
84 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
106 "mandrill_132x132_12x12.astc-5-subsets", which is an "image" source, into an
130 The image from the task we just looked at, "8888 image mandrill_132x132_12x12.astc-5-subsets",
131 can be found at `dm_output/8888/image/mandrill_132x132_12x12.astc-5-subsets.png`.
/external/harfbuzz_ng/test/subset/
Dsubset_test_suite.py47 self.subsets = set()
67 for subset in self.subsets:
79 "SUBSETS:": self.subsets
/external/google-fonts/zilla-slab/
DMETADATA.pb96 subsets: "latin"
97 subsets: "latin-ext"
98 subsets: "menu"
/external/google-fonts/arvo/
DMETADATA.pb42 subsets: "menu"
43 subsets: "latin"
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c555 uint32_t subsets; in fetch_rgba_unorm_from_block() local
573 subsets = 0; in fetch_rgba_unorm_from_block()
576 subsets = partition_table1[partition_num]; in fetch_rgba_unorm_from_block()
579 subsets = partition_table2[partition_num]; in fetch_rgba_unorm_from_block()
615 subset_num = (subsets >> (texel * 2)) & 3; in fetch_rgba_unorm_from_block()
857 uint32_t subsets; in fetch_rgb_float_from_block() local
885 subsets = partition_table1[partition_num]; in fetch_rgb_float_from_block()
889 subsets = 0; in fetch_rgb_float_from_block()
899 subset_num = (subsets >> (texel * 2)) & 3; in fetch_rgb_float_from_block()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethod.java44 public void setCharacterSubsets(Subset[] subsets) { in setCharacterSubsets() argument
/external/llvm/test/Transforms/LoadStoreVectorizer/X86/
Dsubchain-interleaved.ll5 ; Vectorized subsets of the load/store chains in the presence of
/external/deqp/doc/testspecs/GLES3/
Dfunctional.ubo.txt57 subsets are computed: uniforms accessed from vertex shader and uniforms accessed
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoadStoreVectorizer/X86/
Dsubchain-interleaved.ll5 ; Vectorized subsets of the load/store chains in the presence of
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java753 private static <T> ImmutableSet<T> union(ImmutableSet<T>... subsets) { in union() argument
755 for (ImmutableSet<T> subset : subsets) { in union()
/external/llvm/lib/Target/Mips/
DMips.td19 // into subsets that are usually overridden independently. This allows
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py340 subsets = [""] + "a b c d ab ac ad bc bd cd abc abd acd bcd abcd".split()
342 for constants in subsets:
344 for variables_ in subsets:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips.td19 // into subsets that are usually overridden independently. This allows
/external/u-boot/doc/device-tree-bindings/gpio/
Dnvidia,tegra186-gpio.txt58 handle subsets of the interrupts within a port. The status of each of these
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java305 public void setCharacterSubsets(Character.Subset[] subsets) { in setCharacterSubsets() argument
/external/libpng/contrib/gregbook/
DREADME13 that reads binary PGM and PPM files (the ``raw'' grayscale and RGB subsets
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-ld.pod147 subsets of common libraries and then link in any part of the library that
/external/python/cpython2/Doc/library/
Dsgmllib.rst201 not discriminate among different (or broken) declarations. Internal subsets in
Dsets.rst128 function. For example, any two disjoint sets are not equal and are not subsets
/external/deqp/external/openglcts/
DREADME.md29 - [Running Subsets](#running-subsets)
508 See Section [Running Subsets](#running-subsets) above for details on command
656 (See Section [Running Subsets](#running-subsets)) for debugging purposes.

123