/external/oprofile/libutil++/ |
D | path_filter.cpp | 24 vector<string>::const_iterator cit; in match() local 29 cit = find_if(exclude.begin(), exclude.end(), in match() 31 if (cit != exclude.end()) in match() 43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base)); in match() 44 if (cit != exclude.end()) in match() 48 cit = find_if(include.begin(), include.end(), fnmatcher(base)); in match() 49 if (cit != include.end()) in match() 56 cit = find_if(include.begin(), include.end(), in match() 58 if (cit != include.end()) in match()
|
D | glob_filter.cpp | 29 vector<string>::const_iterator cit; in match() local 30 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(str)); in match() 31 if (cit != exclude.end()) in match() 34 cit = find_if(include.begin(), include.end(), fnmatcher(str)); in match() 35 if (include.empty() || cit != include.end()) in match()
|
D | string_filter.cpp | 39 vector<string>::const_iterator cit; in match() local 40 cit = find(exclude.begin(), exclude.end(), str); in match() 41 if (cit != exclude.end()) in match() 44 cit = find(include.begin(), include.end(), str); in match() 45 if (include.empty() || cit != include.end()) in match()
|
D | comma_list.h | 90 const_iterator cit = items.begin(); in match() local 93 for (; cit != end; ++cit) { in match() 94 if (value == *cit) in match()
|
/external/chromium/webkit/glue/ |
D | dom_operations_unittest.cc | 65 for (std::vector<GURL>::const_iterator cit = resources_list.begin(); in GetSavableResourceLinksForPage() local 66 cit != resources_list.end(); ++cit) { in GetSavableResourceLinksForPage() 67 ASSERT_TRUE(expected_resources_set.find(*cit) != in GetSavableResourceLinksForPage() 71 for (std::vector<GURL>::const_iterator cit = frames_list.begin(); in GetSavableResourceLinksForPage() local 72 cit != frames_list.end(); ++cit) { in GetSavableResourceLinksForPage() 73 ASSERT_TRUE(expected_resources_set.find(*cit) != in GetSavableResourceLinksForPage()
|
/external/oprofile/libpp/ |
D | callgraph_container.cpp | 320 cg_symbol::children::iterator cit = sym.callers.begin(); in process_children() local 323 while (cit != cend && op_ratio(cit->sample.counts[0], in process_children() 325 ++cit; in process_children() 327 if (cit != cend) in process_children() 328 sym.callers.erase(sym.callers.begin(), cit); in process_children() 330 cit = sym.callees.begin(); in process_children() 333 while (cit != cend && op_ratio(cit->sample.counts[0], in process_children() 335 ++cit; in process_children() 337 if (cit != cend) in process_children() 338 sym.callees.erase(cit, sym.callees.end()); in process_children() [all …]
|
D | locate_images.cpp | 36 vector<string>::const_iterator cit = paths.begin(); in populate() local 38 for (; cit != end; ++cit) { in populate() 39 string const path = op_realpath(prefix_path + *cit); in populate() 85 const_iterator cit = images.begin(); in find() local 88 for (; cit != end; ++cit) { in find() 89 if (match(cit->first)) in find() 90 matches.push_back(cit->second + '/' + cit->first); in find()
|
D | format_output.cpp | 515 cg_symbol::children::const_iterator cit; in output() local 524 for (cit = sym->callers.begin(); cit != cend; ++cit) { in output() 526 do_output(out, *cit, cit->sample, c); in output() 539 for (cit = sym->callees.begin(); cit != cend; ++cit) { in output() 541 do_output(out, *cit, cit->sample, c); in output() 740 cg_symbol::children::const_iterator cit; in output_cg_children() local 743 for (cit = cg_symb.begin(); cit != cend; ++cit) { in output_cg_children() 744 string const name = symbol_names.name(cit->name); in output_cg_children() 745 string const image = get_image_name(cit->image_name, in output_cg_children() 751 symbol_entry const * child = &(*cit); in output_cg_children() [all …]
|
D | sample_container.cpp | 137 samples_iterator cit = samples.begin(); in build_by_loc() local 139 for (; cit != end; ++cit) in build_by_loc() 140 samples_by_loc.insert(&cit->second); in build_by_loc()
|
D | symbol_container.cpp | 87 symbols_t::const_iterator cit = symbols.begin(); in build_by_loc() local 89 for (; cit != end; ++cit) in build_by_loc() 90 symbols_by_loc.insert(&*cit); in build_by_loc()
|
D | profile_spec.cpp | 523 vector<string>::const_iterator cit = sessions.begin(); in generate_file_list() local 526 for (; cit != end; ++cit) { in generate_file_list() 527 if (cit->empty()) in generate_file_list() 532 if ((*cit)[0] != '.' && (*cit)[0] != '/') in generate_file_list() 534 base_dir += *cit; in generate_file_list()
|
D | profile_container.cpp | 232 vector<filename_by_samples>::reverse_iterator cit in select_filename() local 238 for (; cit != cend; ++cit) { in select_filename() 239 if (cit->percent >= threshold) in select_filename() 240 result.push_back(cit->filename); in select_filename()
|
D | arrange_profiles.cpp | 564 list<string>::const_iterator cit; in find_profile_sample_files() local 566 for (cit = it->cg_files.begin(); cit != cend; ++cit) { in find_profile_sample_files() 568 parse_filename(*cit, extra); in find_profile_sample_files() 730 list<profile_dep_set>::const_iterator cit; in operator <<() local 733 for (cit = pset.deps.begin(); cit != cend; ++cit) in operator <<() 734 out << "profile_dep_set #" << i++ << ":\n" << *cit; in operator <<()
|
D | xml_utils.cpp | 211 list<string>::const_iterator cit = begin; in add_option() local 214 for (; cit != end; ++cit) { in add_option() 215 if (cit != begin) in add_option() 217 str << *cit; in add_option() 227 vector<string>::const_iterator cit = begin; in add_option() local 230 for (; cit != end; ++cit) { in add_option() 231 if (cit != begin) in add_option() 233 str << *cit; in add_option()
|
/external/oprofile/pp/ |
D | common_option.cpp | 253 vector<string>::const_iterator cit = mergespec.begin(); in handle_merge_option() local 256 for (; cit != end; ++cit) { in handle_merge_option() 257 if (*cit == "cpu") { in handle_merge_option() 259 } else if (*cit == "tid") { in handle_merge_option() 261 } else if (*cit == "tgid") { in handle_merge_option() 265 } else if ((*cit == "lib" || *cit == "library") && allow_lib) { in handle_merge_option() 267 } else if (*cit == "unitmask") { in handle_merge_option() 269 } else if (*cit == "all") { in handle_merge_option() 277 cerr << "unknown merge option: " << *cit << endl; in handle_merge_option()
|
D | opannotate.cpp | 481 symbol_collection::const_iterator cit = symbols.begin(); in output_objdump_asm() local 483 for (; cit != end; ++cit) { in output_objdump_asm() 484 bfd_vma start = (*cit)->sample.vma; in output_objdump_asm() 485 bfd_vma end = start + (*cit)->size; in output_objdump_asm() 702 vector<string>::const_iterator cit = base_dirs.begin(); in locate_source_file() local 704 for (; cit != end; ++cit) { in locate_source_file() 705 string path = op_realpath(*cit); in locate_source_file() 714 vector<string>::const_iterator cit = search_dirs.begin(); in locate_source_file() local 717 for (; cit != end; ++cit) { in locate_source_file() 718 string const absfile = op_realpath(*cit + "/" + file); in locate_source_file()
|
D | opgprof.cpp | 267 list<string>::const_iterator cit; in load_cg() local 269 for (cit = it->cg_files.begin(); cit != cend; ++cit) { in load_cg() 274 << *cit << endl; in load_cg() 275 cg_db.add_sample_file(*cit); in load_cg()
|
D | opreport_options.cpp | 137 vector<string>::const_iterator cit = sort.begin(); in handle_sort_option() local 140 for (; cit != end; ++cit) in handle_sort_option() 141 options::sort_by.add_sort_option(*cit); in handle_sort_option()
|
/external/chromium/chrome/browser/ |
D | language_order_table_model.cc | 54 for (std::vector<std::string>::const_iterator cit = languages_.begin(); in Add() local 55 cit != languages_.end(); ++cit) in Add() 56 if (*cit == language) in Add() 76 for (std::vector<std::string>::const_iterator cit = languages_.begin(); in GetIndex() local 77 cit != languages_.end(); ++cit) { in GetIndex() 78 if (*cit == language) in GetIndex()
|
/external/oprofile/gui/ |
D | oprof_start_util.cpp | 246 for (vector<string>::const_iterator cit = args.begin(); in do_exec_command() local 247 cit != args.end(); ++cit) { in do_exec_command() 248 if (verify_argument(*cit)) in do_exec_command() 253 "Could not execute: Argument \"" + *cit + in do_exec_command() 270 for (vector<string>::const_iterator cit = args.begin(); in do_exec_command() local 271 cit != args.end(); ++cit) { in do_exec_command() 272 cmdline += " " + *cit + " "; in do_exec_command()
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 284 typename TypeParam::const_iterator cit(it); in TYPED_TEST() local 285 EXPECT_TRUE(it == cit); in TYPED_TEST() 288 typename TypeParam::const_iterator cit2(cit); in TYPED_TEST() 289 EXPECT_TRUE(cit == cit2); in TYPED_TEST()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | paren.h | 421 for (typename CloseParenMap::iterator cit = close_paren_map_.find(okey); in FinishInsert() local 422 cit != close_paren_map_.end() && cit->first == okey;) { in FinishInsert() 423 close_sources.push_back(cit->second); in FinishInsert() 424 close_paren_map_.erase(cit++); in FinishInsert()
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | ngram-fst.h | 601 typename vector<Label>::const_reverse_iterator cit = context.rbegin(); in GetStates() local 603 const Label *loc = lower_bound(children, children + root_num_children_, *cit); in GetStates() 604 if (loc == children + root_num_children_ || *loc != *cit) return; in GetStates() 610 ++cit; in GetStates() 613 while (cit != context.rend()) { in GetStates() 616 *cit); in GetStates() 617 if (loc == children + last_child - first_child + 1 || *loc != *cit) { in GetStates() 620 ++cit; in GetStates()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.mail | 3 From: swl26%CAS.BITNET@CORNELLC.cit.cornell.edu 8 >swl26%CAS.BITNET@CORNELLC.cit.cornell.edu.
|
D | MVS.todo | 3 From: swl26%CAS.BITNET@CORNELLC.cit.cornell.edu
|