Home
last modified time | relevance | path

Searched refs:types (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6t_mh.h23 __u8 types[2]; member
/bionic/libc/tzcode/
Dlocaltime.c130 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/
DSymbolDatabase.cpp105 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types, in parsePlatforms() argument
108 for (const CompilationType& type : types) { in parsePlatforms()
Dversioner.cpp185 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()
DSymbolDatabase.h36 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types,
DDriver.h35 const std::set<CompilationType>& types,
DDriver.cpp207 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/
Dsys_procfs_test.cpp21 TEST(sys_procfs, types) { in TEST() argument
Dmalloc_test.cpp817 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/
Dfdsan.md45 …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…
DNOTICE34 and conversions to other media types.
Delf-tls.md687 Size | TP offset range | Static LE relocation types
/bionic/apex/
DNOTICE34 and conversions to other media types.
/bionic/build/
DNOTICE34 and conversions to other media types.
/bionic/
DREADME.md163 2. Add constants (and perhaps types) to the appropriate header file.