/external/oprofile/libutil++/ |
glob_filter.cpp | 29 vector<string>::const_iterator cit; local 30 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(str)); 31 if (cit != exclude.end()) 34 cit = find_if(include.begin(), include.end(), fnmatcher(str)); 35 if (include.empty() || cit != include.end())
|
path_filter.cpp | 24 vector<string>::const_iterator cit; local 29 cit = find_if(exclude.begin(), exclude.end(), 31 if (cit != exclude.end()) 43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base)); 44 if (cit != exclude.end()) 48 cit = find_if(include.begin(), include.end(), fnmatcher(base)); 49 if (cit != include.end()) 56 cit = find_if(include.begin(), include.end(), 58 if (cit != include.end())
|
string_filter.cpp | 39 vector<string>::const_iterator cit; local 40 cit = find(exclude.begin(), exclude.end(), str); 41 if (cit != exclude.end()) 44 cit = find(include.begin(), include.end(), str); 45 if (include.empty() || cit != include.end())
|
/external/oprofile/libpp/ |
locate_images.cpp | 36 vector<string>::const_iterator cit = paths.begin(); local 38 for (; cit != end; ++cit) { 39 string const path = op_realpath(prefix_path + *cit); 85 const_iterator cit = images.begin(); local 88 for (; cit != end; ++cit) { 89 if (match(cit->first)) 90 matches.push_back(cit->second + '/' + cit->first) [all...] |
profile_container.cpp | 232 vector<filename_by_samples>::reverse_iterator cit local 238 for (; cit != cend; ++cit) { 239 if (cit->percent >= threshold) 240 result.push_back(cit->filename);
|
profile_spec.cpp | 523 vector<string>::const_iterator cit = sessions.begin(); local 526 for (; cit != end; ++cit) { 527 if (cit->empty()) 532 if ((*cit)[0] != '.' && (*cit)[0] != '/') 534 base_dir += *cit;
|
callgraph_container.cpp | 320 cg_symbol::children::iterator cit = sym.callers.begin(); local 323 while (cit != cend && op_ratio(cit->sample.counts[0], 325 ++cit; 327 if (cit != cend) 328 sym.callers.erase(sym.callers.begin(), cit); 330 cit = sym.callees.begin(); 333 while (cit != cend && op_ratio(cit->sample.counts[0], 335 ++cit; 361 cg_data::children::const_iterator cit; local [all...] |
arrange_profiles.cpp | 564 list<string>::const_iterator cit; local 566 for (cit = it->cg_files.begin(); cit != cend; ++cit) { 568 parse_filename(*cit, extra); 730 list<profile_dep_set>::const_iterator cit; local 733 for (cit = pset.deps.begin(); cit != cend; ++cit) 734 out << "profile_dep_set #" << i++ << ":\n" << *cit; local [all...] |
format_output.cpp | 515 cg_symbol::children::const_iterator cit; local 524 for (cit = sym->callers.begin(); cit != cend; ++cit) { 526 do_output(out, *cit, cit->sample, c); 539 for (cit = sym->callees.begin(); cit != cend; ++cit) { 541 do_output(out, *cit, cit->sample, c) 740 cg_symbol::children::const_iterator cit; local 947 cg_symbol::children::const_iterator cit; local [all...] |
xml_utils.cpp | 211 list<string>::const_iterator cit = begin; local 214 for (; cit != end; ++cit) { 215 if (cit != begin) 217 str << *cit; local 227 vector<string>::const_iterator cit = begin; local 230 for (; cit != end; ++cit) { 231 if (cit != begin) 233 str << *cit; local [all...] |
/external/oprofile/pp/ |
common_option.cpp | 253 vector<string>::const_iterator cit = mergespec.begin(); local 256 for (; cit != end; ++cit) { 257 if (*cit == "cpu") { 259 } else if (*cit == "tid") { 261 } else if (*cit == "tgid") { 265 } else if ((*cit == "lib" || *cit == "library") && allow_lib) { 267 } else if (*cit == "unitmask") { 269 } else if (*cit == "all") [all...] |
opreport_options.cpp | 137 vector<string>::const_iterator cit = sort.begin(); local 140 for (; cit != end; ++cit) 141 options::sort_by.add_sort_option(*cit);
|
opgprof.cpp | 267 list<string>::const_iterator cit; local 269 for (cit = it->cg_files.begin(); cit != cend; ++cit) { 274 << *cit << endl; 275 cg_db.add_sample_file(*cit);
|
opannotate.cpp | 481 symbol_collection::const_iterator cit = symbols.begin(); local 483 for (; cit != end; ++cit) { 484 bfd_vma start = (*cit)->sample.vma; 485 bfd_vma end = start + (*cit)->size; 702 vector<string>::const_iterator cit = base_dirs.begin(); local 704 for (; cit != end; ++cit) { 705 string path = op_realpath(*cit); 714 vector<string>::const_iterator cit = search_dirs.begin() local [all...] |
/external/stlport/test/unit/ |
set_test.cpp | 249 set<int>::const_iterator cit = tree.begin(); local 250 int const& int_cref = *cit++;
|
/ndk/tests/device/test-gnustl-full/unit/ |
set_test.cpp | 249 set<int>::const_iterator cit = tree.begin(); local 250 int const& int_cref = *cit++;
|
/ndk/tests/device/test-stlport/unit/ |
set_test.cpp | 249 set<int>::const_iterator cit = tree.begin(); local 250 int const& int_cref = *cit++;
|
/external/openfst/src/include/fst/extensions/ngram/ |
ngram-fst.h | 601 typename vector<Label>::const_reverse_iterator cit = context.rbegin(); local 603 const Label *loc = lower_bound(children, children + root_num_children_, *cit); 604 if (loc == children + root_num_children_ || *loc != *cit) return; 610 ++cit; 613 while (cit != context.rend()) { 616 *cit); 617 if (loc == children + last_child - first_child + 1 || *loc != *cit) { 620 ++cit;
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneUtils.java | 1500 CallerInfoToken cit; local [all...] |
CallNotifier.java | 551 PhoneUtils.CallerInfoToken cit = PhoneUtils.startGetCallerInfo( local 556 if (cit.isFinal) { 558 onQueryComplete(0, c, cit.currentInfo); [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
tz2icu.cpp | 1712 map<string, string>::iterator cit = reverseCountryMap.find(i->first); local [all...] |
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | 1712 map<string, string>::iterator cit = reverseCountryMap.find(i->first); local [all...] |