Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 50) sorted by relevance

12

/system/libhidl/transport/include/hidl/
DConcurrentMap.h33 void set(K &&k, V &&v) { in set()
39 const V &get(const K &k, const V &def) const { in get()
48 size_type erase(const K &k) { in erase()
53 size_type eraseIfEqual(const K& k, const V& v) { in eraseIfEqual()
69 void setLocked(K&& k, V&& v) { mMap[std::forward<K>(k)] = std::forward<V>(v); } in setLocked()
70 void setLocked(K&& k, const V& v) { mMap[std::forward<K>(k)] = v; } in setLocked()
72 const V& getLocked(const K& k, const V& def) const { in getLocked()
80 size_type eraseLocked(const K& k) { return mMap.erase(k); } in eraseLocked()
/system/extras/ksmutils/
Dlookup3.c69 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument
175 const uint32_t *k, /* the key, an array of uint32_t values */ in hashword()
219 const uint32_t *k, /* the key, an array of uint32_t values */ in hashword2()
293 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle() local
360 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle() local
407 const uint8_t *k = (const uint8_t *)key; in hashlittle() local
479 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle2() local
546 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle2() local
593 const uint8_t *k = (const uint8_t *)key; in hashlittle2() local
657 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashbig() local
[all …]
Dksminfo.c191 size_t i, j, k; in read_pages() local
344 size_t i, j, k; in print_pages() local
/system/extras/perfprofd/scripts/
Dsorted_collection.py113 def find(self, k): argument
120 def find_le(self, k): argument
127 def find_lt(self, k): argument
134 def find_ge(self, k): argument
141 def find_gt(self, k): argument
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h95 ACTION_TEMPLATE(InvokeCb, HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument
100 ACTION_TEMPLATE(InvokeCb, HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument
105 ACTION_TEMPLATE(InvokeCb, HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument
/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c10 static int insert_type_rule(avtab_key_t * k, avtab_datum_t * d, in insert_type_rule()
54 static int create_type_rules_helper(avtab_key_t * k, avtab_datum_t * d, in create_type_rules_helper()
93 static int create_type_rules(avtab_key_t * k, avtab_datum_t * d, void *args) in create_type_rules()
100 static int create_type_rules_cond(avtab_key_t * k, avtab_datum_t * d, in create_type_rules_cond()
Dbooleans.c7 static int list_booleans(hashtab_key_t k, in list_booleans()
Ddups.c12 static int find_dups_helper(avtab_key_t * k, avtab_datum_t * d, in find_dups_helper()
Dattribute.c56 static int print_attr(__attribute__ ((unused)) hashtab_key_t k, in print_attr()
/system/chre/external/kiss_fft/
Dkiss_fftr.c70 int k,ncfft; in kiss_fftr() local
126 int k, ncfft; in kiss_fftri() local
Dkiss_fft.c53 size_t k=m; in kf_bfly4() local
99 size_t k=m; in kf_bfly3() local
206 int u,k,q1,q; in kf_bfly_generic() local
257 int k; in kf_work() local
Dkissfft.hh125 for (int k=0;k<m;++k) { in kf_bfly2() local
136 for (size_t k=0;k<m;++k) { in kf_bfly4() local
156 size_t k=m; in kf_bfly3() local
263 int u,k,q1,q; in kf_bfly_generic() local
/system/bt/btif/src/
Dbtif_config_transcode.cc52 for (XMLElement* k = j->FirstChildElement(); k != NULL; in btif_config_transcode() local
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp209 size_t k = 0; in TEST_F() local
232 size_t k = 0; in TEST_F() local
505 size_t k = 0; in TEST_F() local
517 for (size_t k = 0; k < 128; ++k, ++m) { in TEST_F() local
536 size_t k = 0; in TEST_F() local
551 size_t k = 0; in TEST_F() local
566 size_t k = 0; in TEST_F() local
/system/update_engine/common/
Dutils.h232 bool MapContainsKey(const std::map<KeyType, ValueType>& m, const KeyType& k) { in MapContainsKey()
236 bool SetContainsKey(const std::set<KeyType>& s, const KeyType& k) { in SetContainsKey()
/system/bt/stack/rfcomm/
Drfc_port_if.cc130 uint8_t k; in RFCOMM_ParNegReq() local
176 uint8_t k) { in RFCOMM_ParNegRsp()
Dport_rfc.cc274 uint8_t k) { in PORT_ParNegInd()
364 uint8_t k) { in PORT_ParNegCnf()
1021 void port_get_credits(tPORT* p_port, uint8_t k) { in port_get_credits()
/system/core/liblog/tests/
Dliblog_test.cpp1490 for (size_t k = 10; k; --k) { in TEST() local
1499 for (size_t k = 10; k; --k) { in TEST() local
1530 for (size_t k = 10; k; --k) { in TEST() local
1539 for (size_t k = 10; k; --k) { in TEST() local
1558 for (size_t k = 10; k; --k) { in TEST() local
1567 for (size_t k = 10; k; --k) { in TEST() local
1588 for (size_t k = 10; k; --k) { in TEST() local
1597 for (size_t k = 10; k; --k) { in TEST() local
1616 for (size_t k = 10; k; --k) { in TEST() local
1625 for (size_t k = 10; k; --k) { in TEST() local
[all …]
/system/extras/tests/pagingtest/
Dthrashing_test.c18 unsigned long long k; in thrashing_test() local
/system/libhidl/transport/
DHidlTransportSupport.cpp52 for (const auto& k : toDelete) { in pruneMapLocked() local
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java410 int k = 0; in client() local
434 int k = 0; in client() local
707 int k = 0; in client() local
725 int k = 0; in client() local
743 int k = 0; in client() local
/system/bt/bta/sys/
Dutl.cc114 uint16_t j, k; in utl_itoa() local
/system/core/libpixelflinger/codeflinger/
DCodeCache.h109 explicit key_t(const AssemblyKeyBase& k) : mKey(&k) { } in key_t()
/system/core/storaged/include/
Dstoraged_uid_monitor.h53 for (int k = 0; k < CHARGER_STATS; k++) { variable
/system/connectivity/wificond/tests/
Doffload_scan_utils_test.cpp83 for (size_t k = 0; k < ssid_result.size(); k++) { in TEST_F() local

12