HomeSort by relevance Sort by last modified time
    Searched full:families (Results 51 - 75 of 267) sorted by null

1 23 4 5 6 7 8 91011

  /external/autotest/client/bin/
update_intel_pci_ids 78 # Ignore GPU families not in family_name_map.
  /external/skia/resources/android_fonts/pre_v17/
system_fonts.xml 5 This file lists the font families that will be used by default for all supported glyphs.
  /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/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
connection.py 40 families = [None] variable
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
connection.py 40 families = [None] variable
  /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/iproute2/misc/
ss.c 161 int families; member in struct:filter
169 .families = (1 << AF_INET) | (1 << AF_INET6),
173 .families = (1 << AF_INET) | (1 << AF_INET6),
177 .families = (1 << AF_INET) | (1 << AF_INET6),
181 .families = (1 << AF_INET) | (1 << AF_INET6),
185 .families = (1 << AF_UNIX),
189 .families = (1 << AF_UNIX),
193 .families = (1 << AF_UNIX),
197 .families = (1 << AF_PACKET),
201 .families = (1 << AF_PACKET)
    [all...]
  /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/netperf/src/missing/
getaddrinfo.h 198 * Address families and Protocol families.
  /external/skia/resources/android_fonts/v17/
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
system_fonts.xml 5 This file lists the font families that will be used by default for all supported glyphs.
  /frameworks/base/docs/html/distribute/googleplay/
_book.yaml 108 - title: Designed for Families
109 path: /distribute/googleplay/families/about.html
  /frameworks/minikin/tests/
FontCollectionTest.cpp 62 std::vector<FontFamily*> families({family});
63 FontCollection fc(families);
  /external/autotest/client/site_tests/graphics_PiglitBVT/
generate_scripts.py 410 families = []
413 families.append(f)
414 return families
422 families = get_gpu_families(root)
423 for family in families:
  /bionic/libc/bionic/
bionic_netlink.cpp 75 request.msg.rtgen_family = AF_UNSPEC; // All families.
  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.h 44 * in the R3xx, R4xx, and R5xx families. */
  /frameworks/base/docs/html-intl/intl/es/distribute/googleplay/families/
faq.jd 2 meta.tags="families", "guidelines", "quality"
3 page.tags="families", "addendum"
38 para tu aplicación en la Consola para desarrolladores de Google Play. Aquí te mostramos <a href="{@docRoot}distribute/googleplay/families/start.html">paso a paso
278 cumplimiento con el <a href="https://play.google.com/intl/ALL_us/about/families/developer-distribution-agreement-addendum.html">
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlUtils.java 197 String[] families = attr.getValue().split(","); local
198 for (String family : families) {
  /external/google-benchmark/src/
benchmark.cc 774 auto families = BenchmarkFamilies::GetInstance(); local
775 if (!families->FindBenchmarks(".", &benchmarks)) return;
788 auto families = BenchmarkFamilies::GetInstance(); local
789 if (!families->FindBenchmarks(spec, &benchmarks)) return;
903 BenchmarkFamilies* families = BenchmarkFamilies::GetInstance(); local
904 families->AddBenchmark(std::move(bench_ptr));
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 86 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families,
90 , fFamilies(families)
103 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller
597 * families array. Returns the version of the file, negative if the file does not exist.
599 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families,
618 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler);
  /external/clang/include/clang/Basic/
IdentifierTable.h 536 /// These families have no inherent meaning in the language, but are
539 /// be considered to form families, we focus here on the methods
545 /// into families. Method families may impose additional restrictions
555 // Selectors in these families may have arbitrary arity, may be
565 // These families are singletons consisting only of the nullary
576 // performSelector families
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 62 families = ['AF_INET'] variable
66 families += ['AF_UNIX']
70 families += ['AF_PIPE']
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 62 families = ['AF_INET'] variable
66 families += ['AF_UNIX']
70 families += ['AF_PIPE']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 62 families = ['AF_INET'] variable
66 families += ['AF_UNIX']
70 families += ['AF_PIPE']

Completed in 1002 milliseconds

1 23 4 5 6 7 8 91011