/cts/tests/tests/graphics/src/android/graphics/cts/ |
TypefaceTest.java | 42 private static final String[] FAMILIES = 47 * a number of generic families are tried. 51 for (String family : FAMILIES) {
|
/external/chromium_org/ppapi/tests/ |
test_browser_font.cc | 38 pp::Var families = pp::BrowserFont_Trusted::GetFontFamilies(instance_); local 40 ASSERT_TRUE(families.is_string()); 41 ASSERT_TRUE(!families.AsString().empty());
|
/external/chromium_org/ui/gfx/ |
font_fallback_win.cc | 32 // Fills |font_names| with a list of font families found in the font file at 33 // |filename|. Takes in a |font_map| from font filename to font families, which 115 // Map of system fonts, from file names to font families.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
socket.h | 156 /* Supported address families. */ 191 /* Protocol families, same as address families. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
socket.h | 156 /* Supported address families. */ 191 /* Protocol families, same as address families. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
socket.h | 156 /* Supported address families. */ 191 /* Protocol families, same as address families. */
|
/external/chromium_org/net/base/ |
address_list.cc | 68 // NOTE: Ignoring non-INET* families.
|
/external/chromium_org/ppapi/api/dev/ |
ppb_truetype_font_dev.idl | 19 * The PP_TrueTypeFontFamily_Dev defines generic font families. These can be 25 * For a description of these default families, see the 26 * <a href="http://www.w3.org/TR/css3-fonts/#generic-font-families"> 27 * 3.1.1 Generic font families</a> documentation.
|
/external/chromium_org/ppapi/c/dev/ |
ppb_truetype_font_dev.h | 36 * The PP_TrueTypeFontFamily_Dev defines generic font families. These can be 41 * For a description of these default families, see the 42 * <a href="http://www.w3.org/TR/css3-fonts/#generic-font-families"> 43 * 3.1.1 Generic font families</a> documentation.
|
/frameworks/base/data/fonts/ |
system_fonts.xml | 5 This file lists the font families that will be used by default for all supported glyphs.
|
fallback_fonts.xml | 10 families are listed in this file represents the order in which these fallback fonts 20 provide references to other font families that should be used in addition to the default
|
vendor_fonts.xml | 38 The sample configuration below is an example of how one might provide two families of fonts
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
FontLoader.java | 156 if (info.families.contains(family)) { 183 final Set<String> families; field in class:FontLoader.FontInfo 186 families = new HashSet<String>(); 278 mFontInfo.families.add(family);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
integral_wrapper.hpp | 76 // enables uniform function call syntax for families of overloaded
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 40 families = [None] variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 40 families = [None] variable
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
distro.rst | 31 Driver for the nVidia nv30 and nv40 families of GPUs. 46 Driver for the ATI/AMD r300, r400, and r500 families of GPUs.
|
/external/chromium_org/third_party/skia/include/ports/ |
SkTypeface_android.h | 21 * also assumes the only families with the elegant or default variants will be 34 * function also assumes the only families with the elegant or default variants
|
/external/mesa3d/src/gallium/docs/source/ |
distro.rst | 31 Driver for the nVidia nv30 and nv40 families of GPUs. 46 Driver for the ATI/AMD r300, r400, and r500 families of GPUs.
|
/external/skia/include/ports/ |
SkTypeface_android.h | 21 * also assumes the only families with the elegant or default variants will be 34 * function also assumes the only families with the elegant or default variants
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontDescription.h | 181 FontFamily m_familyList; // The list of font families to be used. 208 // then we can accurately translate across different generic families to adjust for different preference settings 214 unsigned m_script : 7; // Used to help choose an appropriate font for generic font families.
|
/external/kernel-headers/original/linux/ |
socket.h | 157 /* Supported address families. */ 200 /* Protocol families, same as address families. */
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/ |
socket.h | 47 * Definitions related to sockets: types, address families, options. 123 /* Protocol families. */ 155 /* Address families. */ 229 * Further levels are defined by the individual families below.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_chipset.h | 44 * in the R3xx, R4xx, and R5xx families. */
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_chipset.h | 44 * in the R3xx, R4xx, and R5xx families. */
|