Searched refs:types (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 130 unsigned char types[TZ_MAX_TIMES]; member 305 sp->types[i]]; in settzname() 476 sp->types[i] = at <= time_t_max; in tzloadbody() 477 if (sp->types[i]) { in tzloadbody() 484 sp->types[i - 1] = 0; in tzloadbody() 497 if (sp->types[i]) in tzloadbody() 498 sp->types[timecnt++] = typ; in tzloadbody() 620 sp->types[sp->timecnt] = (sp->typecnt in tzloadbody() 621 + ts->types[i]); in tzloadbody() 632 if (typesequiv(sp, sp->types[i], sp->types[0]) && in tzloadbody() [all …]
|
/bionic/tools/versioner/src/ |
D | versioner.cpp | 185 static std::unique_ptr<HeaderDatabase> compileHeaders(const std::set<CompilationType>& types, in compileHeaders() argument 187 if (types.empty()) { in compileHeaders() 200 for (const auto& type : types) { in compileHeaders() 206 initializeTargetCC1FlagCache(vfs, types, requirements); in compileHeaders() 210 for (CompilationType type : types) { in compileHeaders() 351 static bool checkVersions(const std::set<CompilationType>& types, in checkVersions() argument 358 for (const CompilationType& type : types) { in checkVersions() 382 for (const CompilationType& type : types) { in checkVersions()
|
D | SymbolDatabase.cpp | 105 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types, in parsePlatforms() argument 108 for (const CompilationType& type : types) { in parsePlatforms()
|
D | Driver.cpp | 206 const std::set<CompilationType>& types, in initializeTargetCC1FlagCache() argument 214 for (const CompilationType type : types) { in initializeTargetCC1FlagCache() 232 printf("Generated compiler flags for %zu targets in %0.2Lfms\n", types.size(), diff); in initializeTargetCC1FlagCache()
|
D | SymbolDatabase.h | 36 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types,
|
D | Driver.h | 35 const std::set<CompilationType>& types,
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6t_mh.h | 23 __u8 types[2]; member
|
/bionic/tests/ |
D | malloc_test.cpp | 795 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType() local 797 types[i] = new Type; in TestAllocateType() 798 VerifyAlignment(types[i]); in TestAllocateType() 804 delete types[i]; in TestAllocateType() 809 types[i] = reinterpret_cast<Type*>(malloc(sizeof(Type))); in TestAllocateType() 810 ASSERT_TRUE(types[i] != nullptr); in TestAllocateType() 811 VerifyAlignment(types[i]); in TestAllocateType() 817 free(types[i]); in TestAllocateType()
|
/bionic/docs/ |
D | fdsan.md | 43 …hip. Like how most memory allocations can have their ownership handled by types such as `std::uniq… 227 …ple, which is a good reason to try to maximize the usage of fdsan-enabled types like `unique_fd` a…
|
D | elf-tls.md | 687 Size | TP offset range | Static LE relocation types
|
/bionic/libdl/ |
D | NOTICE | 34 and conversions to other media types.
|
/bionic/ |
D | README.md | 163 2. Add constants (and perhaps types) to the appropriate header file.
|