Searched refs:types (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6t_mh.h | 23 __u8 types[2]; member
|
/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 | SymbolDatabase.cpp | 105 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types, in parsePlatforms() argument 108 for (const CompilationType& type : types) { in parsePlatforms()
|
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.h | 36 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types,
|
D | Driver.h | 35 const std::set<CompilationType>& types,
|
D | Driver.cpp | 207 const std::set<CompilationType>& types, in initializeTargetCC1FlagCache() argument 215 for (const CompilationType type : types) { in initializeTargetCC1FlagCache() 233 printf("Generated compiler flags for %zu targets in %0.2Lfms\n", types.size(), diff); in initializeTargetCC1FlagCache()
|
/bionic/tests/ |
D | sys_procfs_test.cpp | 21 TEST(sys_procfs, types) { in TEST() argument
|
D | malloc_test.cpp | 817 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType() local 819 types[i] = new Type; in TestAllocateType() 820 VerifyAlignment(types[i]); in TestAllocateType() 826 delete types[i]; in TestAllocateType() 831 types[i] = reinterpret_cast<Type*>(malloc(sizeof(Type))); in TestAllocateType() 832 ASSERT_TRUE(types[i] != nullptr); in TestAllocateType() 833 VerifyAlignment(types[i]); in TestAllocateType() 839 free(types[i]); in TestAllocateType()
|
/bionic/docs/ |
D | fdsan.md | 45 …hip. Like how most memory allocations can have their ownership handled by types such as `std::uniq… 229 …ple, which is a good reason to try to maximize the usage of fdsan-enabled types like `unique_fd` a…
|
D | NOTICE | 34 and conversions to other media types.
|
D | elf-tls.md | 687 Size | TP offset range | Static LE relocation types
|
/bionic/apex/ |
D | NOTICE | 34 and conversions to other media types.
|
/bionic/build/ |
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.
|