/external/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 346 SkFontMgr_Custom::Families* families) const override in loadSystemFonts() 348 load_directory_fonts(scanner, fBaseDirectory, ".ttf", families); in loadSystemFonts() 349 load_directory_fonts(scanner, fBaseDirectory, ".ttc", families); in loadSystemFonts() 350 load_directory_fonts(scanner, fBaseDirectory, ".otf", families); in loadSystemFonts() 351 load_directory_fonts(scanner, fBaseDirectory, ".pfb", families); in loadSystemFonts() 353 if (families->empty()) { in loadSystemFonts() 355 families->push_back().reset(family); in loadSystemFonts() 361 static SkFontStyleSet_Custom* find_family(SkFontMgr_Custom::Families& families, in find_family() argument 364 for (int i = 0; i < families.count(); ++i) { in find_family() 365 if (families[i]->getFamilyName().equals(familyName)) { in find_family() [all …]
|
D | SkFontMgr_android.cpp | 286 SkTDArray<FontFamily*> families; in SkFontMgr_Android() local 290 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 295 SkFontMgr_Android_Parser::GetSystemFontFamilies(families); in SkFontMgr_Android() 300 families, base, custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android() 302 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false); in SkFontMgr_Android() 304 families.deleteAll(); in SkFontMgr_Android() 517 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) { in buildNameToFamilyMap() argument 518 for (int i = 0; i < families.count(); i++) { in buildNameToFamilyMap() 519 FontFamily& family = *families[i]; in buildNameToFamilyMap()
|
D | SkFontMgr_android_parser.cpp | 86 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() 90 , fFamilies(families) in FamilyData() 599 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families, in parse_config_file() argument 618 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler); in parse_config_file()
|
/external/opencv3/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/ |
D | py_knn_understanding.markdown | 18 In the image, there are two families, Blue Squares and Red Triangles. We call each family as 27 should be added to one of these Blue/Red families. We call that process, **Classification**. What we 36 just checking nearest one is not sufficient. Instead we check some k nearest families. Then whoever 38 families. He has two Red and one Blue (there are two Blues equidistant, but since k=3, we take only 40 families and 2 Red families. Great!! Now he should be added to Blue family. So it all changes with 47 Red families are more closer to him than the other 2 Blue families. So he is more eligible to be 57 are plenty of houses and families, it takes lots of memory, and more time for calculation 66 We will do a simple example here, with two families (classes), just like above. Then in the next 70 (denoted by 1). We create 25 families or 25 training data, and label them either Class-0 or Class-1. 73 Then we plot it with the help of Matplotlib. Red families are shown as Red Triangles and Blue [all …]
|
/external/autotest/client/site_tests/cellular_Signal/ |
D | cellular_Signal.py | 64 families = set( 66 if len(families) > 1: 67 raise error.TestError('Specify only one family not: %s' % families)
|
/external/freetype/src/cache/ |
D | ftcglyph.h | 215 FTC_MruListRec families; member 274 FTC_MruList_Remove( &FTC_GCACHE((cache))->families, \ 291 FTC_MRULIST_LOOKUP_CMP( &_gcache->families, _gquery, _fcompare, \
|
D | ftcglyph.c | 130 FTC_MruList_Init( &cache->families, in ftc_gcache_init() 159 FTC_MruList_Done( &cache->families ); in ftc_gcache_done() 198 FTC_MRULIST_LOOKUP( &cache->families, query, query->family, error ); in FTC_GCache_Lookup()
|
/external/autotest/client/site_tests/security_ProtocolFamilies/ |
D | control | 7 DOC = "Enforces a sane set of available protocol families." 9 PURPOSE = "To ensure no crazy protocol families are available on the system."
|
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
D | generate_scripts.py | 410 families = [] 413 families.append(f) 414 return families 422 families = get_gpu_families(root) 423 for family in families:
|
/external/iproute2/misc/ |
D | ss.c | 161 int families; member 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/google-benchmark/src/ |
D | benchmark.cc | 774 auto families = BenchmarkFamilies::GetInstance(); in PrintBenchmarkList() local 775 if (!families->FindBenchmarks(".", &benchmarks)) return; in PrintBenchmarkList() 788 auto families = BenchmarkFamilies::GetInstance(); in RunMatchingBenchmarks() local 789 if (!families->FindBenchmarks(spec, &benchmarks)) return; in RunMatchingBenchmarks() 903 BenchmarkFamilies* families = BenchmarkFamilies::GetInstance(); in RegisterBenchmarkInternal() local 904 families->AddBenchmark(std::move(bench_ptr)); in RegisterBenchmarkInternal()
|
/external/mesa3d/src/gallium/docs/source/ |
D | 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/clang/docs/ |
D | AutomaticReferenceCounting.rst | 402 the ``init`` :ref:`family <arc.method-families>` are treated as if they were 456 :ref:`families <arc.method-families>` are implicitly marked 597 <arc.method-families>` that implies a retained result, or 607 family <arc.method-families>` that implies a retained result. 1161 .. _arc.method-families: 1163 Method families 1185 The families and their added restrictions are: 1256 Semantics of method families 1262 Methods in the ``alloc``, ``copy``, ``mutableCopy``, and ``new`` families --- 1263 that is, methods in all the currently-defined families except ``init`` --- [all …]
|
/external/iproute2/doc/ |
D | ss.sgml | 214 up (in all the address families, if it is not limited by option <tt/-f/ 342 given address family. Currently the following families
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 80 4. Support linking between different language families. For example, call
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/ |
D | words.txt | 904 families
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 904 families
|
/external/strace/debian/ |
D | changelog | 870 * added more protocol families to domains
|
/external/iputils/ |
D | RELNOTES | 36 tracepath6: Ignore families other than IPv4 and IPv6.
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1747 // Support annotations with method families.
|
D | objcmt-arc-cf-annotations.m.result | 1795 // Support annotations with method families.
|
/external/netperf/doc/ |
D | netperf.texi | 1285 families to AF_INET - that is use only IPv4 addresses on the control 1295 families to AF_INET6 - that is use only IPv6 addresses on the control 1549 families. 2142 families.
|
D | netperf.info | 1202 families to AF_INET - that is use only IPv4 addresses on the 1211 families to AF_INET6 - that is use only IPv6 addresses on the 1439 option wins for their respective address families. 2027 option wins for their respective address families.
|
/external/robolectric/v3/runtime/ |
D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |