Searched refs:keys (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/tc_act/
H A Dtc_pedit.h49 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
/bionic/tools/bionicbb/
H A Dgerrit.py35 change_id, revision))).keys()
/bionic/libc/kernel/tools/
H A Dkernel.py148 return set(self.headers.keys())
263 for header in needed.keys():
277 return set(self.needed.keys())
/bionic/libc/kernel/uapi/linux/
H A Dbcache.h110 __u16 keys; member in union:cache_sb::__anon221
143 __u32 keys; member in struct:jset
199 __u32 keys; member in struct:bset
H A Dpkt_cls.h159 struct tc_u32_key keys[0]; member in struct:tc_u32_sel
/bionic/tests/
H A Dpthread_test.cpp61 // As gtest uses pthread keys, we can't allocate exactly PTHREAD_KEYS_MAX
62 // pthread keys, but We should be able to allocate at least this many keys.
64 std::vector<pthread_key_t> keys; local
66 auto scope_guard = make_scope_guard([&keys]{
67 for (const auto& key : keys) {
76 keys.push_back(key);
80 for (int i = keys.size() - 1; i >= 0; --i) {
81 ASSERT_EQ(reinterpret_cast<void*>(i), pthread_getspecific(keys.back()));
82 pthread_key_t key = keys
89 std::vector<pthread_key_t> keys; local
[all...]

Completed in 517 milliseconds