HomeSort by relevance Sort by last modified time
    Searched refs:cend (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/oprofile/libpp/
callgraph_container.cpp 321 cg_symbol::children::iterator cend = sym.callers.end(); local
323 while (cit != cend && op_ratio(cit->sample.counts[0],
327 if (cit != cend)
331 cend = sym.callees.end();
333 while (cit != cend && op_ratio(cit->sample.counts[0],
337 if (cit != cend)
362 cg_data::children::const_iterator cend = data.callers.end(); local
364 for (cit = data.callers.begin(); cit != cend; ++cit) {
371 cend = data.callees.end();
373 for (cit = data.callees.begin(); cit != cend; ++cit)
    [all...]
format_output.cpp 516 cg_symbol::children::const_iterator cend = sym->callers.end(); local
524 for (cit = sym->callers.begin(); cit != cend; ++cit) {
537 cend = sym->callees.end();
539 for (cit = sym->callees.begin(); cit != cend; ++cit) {
741 cg_symbol::children::const_iterator cend = cg_symb.end(); local
743 for (cit = cg_symb.begin(); cit != cend; ++cit) {
948 cg_symbol::children::const_iterator cend = cg_symb.end(); local
950 for (cit = cg_symb.begin(); cit != cend; ++cit) {
profile_container.cpp 234 vector<filename_by_samples>::reverse_iterator const cend member in class:vector
238 for (; cit != cend; ++cit) {
arrange_profiles.cpp 565 list<string>::const_iterator const cend = it->cg_files.end(); member in class:__anon9132::list
566 for (cit = it->cg_files.begin(); cit != cend; ++cit) {
731 list<profile_dep_set>::const_iterator const cend = pset.deps.end(); member in class:list
733 for (cit = pset.deps.begin(); cit != cend; ++cit)
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 406 unsigned char cend = *p++; local
407 if (!(flags & FNM_NOESCAPE) && cend == '\\')
408 cend = *p++;
409 if (cend == '\0')
412 if (cold <= fn && fn <= FOLD (cend))
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 478 const u8 *t, *cend; local
482 cend = g + 1 + g[0];
483 if (cend > gend)
488 if (t > cend)
494 if (t + 1 + 2 + 8 + 1 > cend)
503 if (t + 8 * cli->num_sec_dev_types > cend)
509 if (t + 2 + 2 > cend)
516 if (count > cend - t)
523 g = cend;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 65 long cstart, cend; member in struct:entry
  /external/oprofile/pp/
opgprof.cpp 268 list<string>::const_iterator const cend = it->cg_files.end(); member in class:__anon9165::list
269 for (cit = it->cg_files.begin(); cit != cend; ++cit) {
  /external/svox/pico/lib/
picoos.c 310 MemCellHdr cbeg, cmid, cend; local
317 cend = (MemCellHdr)((picoos_objsize_t)newBlockAddr + size
324 cend->size = 0;
325 cend->leftCell = cmid;
329 cmid->nextFree = cend;
331 cend->nextFree = NULL;
332 cend->prevFree = cmid;
334 this->lastFree = cend;
343 cend->nextFree = NULL;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 719 cend() const function in class:forward_list
    [all...]
stl_multiset.h 330 cend() const function in class:multiset
stl_set.h 337 cend() const function in class:set
stl_map.h 388 cend() const function in class:map
stl_multimap.h 385 cend() const function in class:multimap
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 719 cend() const function in class:forward_list
    [all...]
stl_multiset.h 330 cend() const function in class:multiset
stl_set.h 337 cend() const function in class:set
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 719 cend() const function in class:forward_list
    [all...]
stl_multiset.h 330 cend() const function in class:multiset
stl_set.h 337 cend() const function in class:set
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 719 cend() const function in class:forward_list
    [all...]
stl_multiset.h 330 cend() const function in class:multiset
stl_set.h 337 cend() const function in class:set
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 175 cend() const function in class:std::__debug::map
multimap.h 174 cend() const function in class:std::__debug::multimap

Completed in 371 milliseconds

1 2 3