Searched refs:end (Results 51 - 60 of 60) sorted by path

123

/system/netd/
H A DBandwidthController.cpp72 * - the qtaguid counting is done at the end of the bw_INPUT/bw_OUTPUT user chains.
348 for (it = naughtyAppUids.begin(); it != naughtyAppUids.end(); it++) {
352 bool found = (it != naughtyAppUids.end());
527 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
532 if (it == sharedQuotaIfaces.end()) {
582 for (it = sharedQuotaIfaces.begin(); it != sharedQuotaIfaces.end(); it++) {
586 if (it == sharedQuotaIfaces.end()) {
632 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); it++) {
637 if (it == quotaIfaces.end()) {
706 for (it = quotaIfaces.begin(); it != quotaIfaces.end(); i
[all...]
H A DCommandListener.cpp581 for (it = tlist->begin(); it != tlist->end(); ++it) {
693 for (it = ilist->begin(); it != ilist->end(); ++it) {
708 for (it = dlist->begin(); it != dlist->end(); ++it) {
H A DList.h169 insert(begin(), src.begin(), src.end());
186 return size_t(distance(begin(), end()));
200 inline iterator end() { function in class:android::netd::List
203 inline const_iterator end() const { function in class:android::netd::List
209 void push_back(const T& val) { insert(end(), val); }
319 iterator lastDst = end();
321 const_iterator lastSrc = right.end();
H A DNetdConstants.cpp57 for (it = argsList.begin(); it != argsList.end(); it++, i++) {
H A DPppController.cpp45 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
63 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
68 if (it == mTtys->end()) {
128 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
H A DTetherController.cpp47 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
153 char *end = strdup(inet_ntoa(addrs[addrIndex++])); local
154 asprintf(&(args[nextArg++]),"--dhcp-range=%s,%s,1h", start, end);
319 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
/system/security/keystore/
H A Dkeystore.cpp766 char* end = NULL; local
767 *uid = strtol(uidString.c_str(), &end, 10);
768 return *end == '\0';
849 * code [length_1 message_1 ... length_n message_n] end-of-file
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp151 const uint8_t *const end = keyBlob + keyBlobLength; local
186 if (p + publicLen > end) {
187 ALOGE("public key length encoding error: size=%ld, end=%d", publicLen, end - p);
193 if (end - p < 2) {
200 if (p + privateLen > end) {
201 ALOGE("private key length encoding error: size=%ld, end=%d", privateLen, end - p);
/system/vold/
H A DDirectVolume.cpp55 for (it = mPaths->begin(); it != mPaths->end(); ++it)
93 for (it = mPaths->begin(); it != mPaths->end(); ++it) {
H A DVolumeManager.cpp114 for (it = mVolumes->begin(); it != mVolumes->end(); ++it) {
138 for (it = mVolumes->begin(); it != mVolumes->end(); ++it) {
158 for (i = mVolumes->begin(); i != mVolumes->end(); ++i) {
303 // Add +1 for our superblock which is at the end
343 * Drop down the superblock at the end of the file
760 for (it = mActiveContainers->begin(); it != mActiveContainers->end(); ++it) {
768 if (it == mActiveContainers->end()) {
991 for (i = mVolumes->begin(); i != mVolumes->end(); ++i) {
1322 for (i = mVolumes->begin(); i != mVolumes->end(); ++i) {
1340 for (i = mVolumes->begin(); i != mVolumes->end();
[all...]

Completed in 153 milliseconds

123