Searched refs:first (Results 1 - 25 of 49) sorted by relevance

12

/system/core/
H A DAndroid.mk18 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/core/adf/
H A DAndroid.mk18 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/core/libziparchive/
H A Dentry_name_utils-inl.h38 for (uint8_t first = byte << 1; first & 0x80; first <<= 1) {
/system/extras/memtrack/
H A Dmemtrack.cpp202 if (all_.count(it->first) == 0) {
204 all_[it->first].num_samples = 0;
205 all_[it->first].name = it->first;
206 all_[it->first].avg_pss_kb = 0;
207 all_[it->first].min_pss_kb = 0;
208 all_[it->first].max_pss_kb = 0;
211 if (it->second.pids.size() > all_[it->first].max_num_pids) {
212 all_[it->first].max_num_pids = it->second.pids.size();
215 all_[it->first]
234 comparePss(const process_info_t *first, const process_info_t *second) argument
[all...]
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
H A Dtypes.h35 struct hlist_node * first; member in struct:hlist_head
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
H A Dtypes.h22 struct hlist_node *first; member in struct:hlist_head
/system/extras/tests/lib/testUtil/
H A DtestUtil.c102 // second, is later than the time pointed to by first.
103 struct timespec tsDelta(const struct timespec *first, argument
108 assert(first != NULL);
110 assert(first->tv_nsec >= 0 && first->tv_nsec < nSecsPerSec);
112 rv.tv_sec = second->tv_sec - first->tv_sec;
113 if (second->tv_nsec >= first->tv_nsec) {
114 rv.tv_nsec = second->tv_nsec - first->tv_nsec;
116 rv.tv_nsec = (second->tv_nsec + nSecsPerSec) - first->tv_nsec;
125 // second, is later than the time pointed to by first
126 tvDelta(const struct timeval *first, const struct timeval *second) argument
[all...]
/system/extras/perfprofd/
H A Dperf_data_converter.cc82 name_id_map[module_profile.first] = 0;
95 load_module->set_name(name_id.first);
96 auto nbmi = name_buildid_map.find(name_id.first);
108 program->set_name(program_profile.first);
110 int32 module_id = name_id_map[module_profile.first];
115 address_samples->add_address(addr_count.first);
120 range_samples->set_start(range_count.first.start);
121 range_samples->set_end(range_count.first.end);
122 range_samples->set_to(range_count.first.to);
/system/bt/btcore/include/
H A Dbdaddr.h37 // Returns true if |first| and |second| refer to the same address. Neither
39 bool bdaddr_equals(const bt_bdaddr_t *first, const bt_bdaddr_t *second);
H A Duuid.h59 // |first| and |second| may not be NULL.
60 bool uuid_is_equal(const bt_uuid_t *first, const bt_uuid_t *second);
/system/core/logcat/
H A DAndroid.mk16 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/extras/tests/include/
H A DtestUtil.h32 struct timespec tsDelta(const struct timespec *first,
34 struct timeval tvDelta(const struct timeval *first,
/system/core/include/sysutils/
H A DList.h190 * Return the first element or one past the last element. The
223 void insert(iterator posn, const_iterator first, const_iterator last) { argument
224 for ( ; first != last; ++first)
225 insert(posn, *first);
239 iterator erase(iterator first, iterator last) { argument
240 while (first != last)
241 erase(first++); // don't erase than incr later!
260 * Measure the distance between two iterators. On exist, "first"
275 _ListIterator<U, CL> first, _ListIterato
274 distance( _ListIterator<U, CL> first, _ListIterator<U, CR> last) const argument
[all...]
/system/core/include/utils/
H A DList.h189 * Return the first element or one past the last element. The
222 void insert(iterator posn, const_iterator first, const_iterator last) { argument
223 for ( ; first != last; ++first)
224 insert(posn, *first);
238 iterator erase(iterator first, iterator last) { argument
239 while (first != last)
240 erase(first++); // don't erase than incr later!
259 * Measure the distance between two iterators. On exist, "first"
274 _ListIterator<U, CL> first, _ListIterato
273 distance( _ListIterator<U, CL> first, _ListIterator<U, CR> last) const argument
[all...]
/system/keymaster/
H A DList.h189 * Return the first element or one past the last element. The
222 void insert(iterator posn, const_iterator first, const_iterator last) { argument
223 for ( ; first != last; ++first)
224 insert(posn, *first);
238 iterator erase(iterator first, iterator last) { argument
239 while (first != last)
240 erase(first++); // don't erase than incr later!
259 * Measure the distance between two iterators. On exist, "first"
274 _ListIterator<U, CL> first, _ListIterato
273 distance( _ListIterator<U, CL> first, _ListIterator<U, CR> last) const argument
[all...]
H A Docb.c1395 int first = ((i/3)/(BPI*16))*(BPI*16);
1396 int second = first;
1397 int third = i - (first + second);
1414 ae_encrypt(&ctx,nonce,pt,first,pt,first,ct,NULL,AE_PENDING);
1415 ae_encrypt(&ctx,NULL,pt+first,second,pt+first,second,ct+first,NULL,AE_PENDING);
1416 ae_encrypt(&ctx,NULL,pt+first+second,third,pt+first
[all...]
/system/netd/server/
H A DList.h190 * Return the first element or one past the last element. The
223 void insert(iterator posn, const_iterator first, const_iterator last) { argument
224 for ( ; first != last; ++first)
225 insert(posn, *first);
239 iterator erase(iterator first, iterator last) { argument
240 while (first != last)
241 erase(first++); // don't erase than incr later!
260 * Measure the distance between two iterators. On exist, "first"
275 _ListIterator<U, CL> first, _ListIterato
274 distance( _ListIterator<U, CL> first, _ListIterator<U, CR> last) const argument
[all...]
/system/bt/btcore/src/
H A Dbdaddr.c33 bool bdaddr_equals(const bt_bdaddr_t *first, const bt_bdaddr_t *second) { argument
34 assert(first != NULL);
37 return memcmp(first, second, sizeof(bt_bdaddr_t)) == 0;
H A Duuid.c96 bool uuid_is_equal(const bt_uuid_t *first, const bt_uuid_t *second) { argument
97 assert(first != NULL);
99 return !memcmp(first, second, sizeof(bt_uuid_t));
/system/core/gatekeeperd/
H A DAndroid.mk41 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/core/libion/
H A DAndroid.mk22 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/extras/ext4_utils/
H A Dcontents.c309 * which name comes first. For example, "selinux" would come before "yelinux".
373 struct ext4_xattr_entry *first,
383 size_t available_size = xattr_free_space(first, block_end);
389 struct ext4_xattr_entry *new_entry = xattr_get_last(first);
405 xattr_assert_sane(first);
413 struct ext4_xattr_entry *first = (struct ext4_xattr_entry *) (hdr + 1); local
417 xattr_addto_range(first, block_end, first, name_index, name, value, value_len);
435 struct ext4_xattr_entry *first = (struct ext4_xattr_entry *) (header + 1); local
439 xattr_addto_range(header, block_end, first, name_inde
370 xattr_addto_range( void *block_start, void *block_end, struct ext4_xattr_entry *first, int name_index, const char *name, const void *value, size_t value_len) argument
[all...]
H A Dallocate.c59 alloc->list.first = NULL;
61 alloc->oob_list.first = NULL;
99 if (list->first == reg)
100 list->first = reg->next;
111 if (list->first == NULL) {
112 list->first = reg;
137 dump_starting_from(alloc->list.first);
140 dump_starting_from(alloc->oob_list.first);
147 for (reg = alloc->list.first; reg; reg = reg->next) {
206 /* Marks a the first num_block
[all...]
/system/core/liblog/
H A DAndroid.mk92 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/core/lmkd/
H A Dlmkd.c565 int minfree, int min_score_adj, bool first)
589 first ? "" : "~", other_file * page_k, minfree * page_k, min_score_adj,
590 first ? "" : "~", other_free * page_k, other_free >= 0 ? "above" : "below");
607 static int find_and_kill_process(int other_free, int other_file, bool first) argument
632 killed_size = kill_one_process(procp, other_free, other_file, minfree, min_score_adj, first);
651 bool first = true; local
670 killed_size = find_and_kill_process(other_free, other_file, first);
672 first = false;
564 kill_one_process(struct proc *procp, int other_free, int other_file, int minfree, int min_score_adj, bool first) argument

Completed in 303 milliseconds

12