Searched defs:end2 (Results 1 - 25 of 26) sorted by relevance

12

/external/oprofile/libutil++/
H A Dchild_reader.h97 ssize_t end2; member in class:child_reader
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMGlobalObject.cpp61 JSDOMConstructorMap::iterator end2 = constructors().end(); local
62 for (JSDOMConstructorMap::iterator it2 = constructors().begin(); it2 != end2; ++it2)
/external/icu4c/tools/genprops/misc/
H A Ducdmerge.c55 char *end1, *end2; local
64 end2=endOfData(l2);
68 return length==(end2-l2) && 0==memcmp(l1, l2, length);
/external/icu4c/tools/genprops/
H A Ducdmerge.c55 char *end1, *end2; local
64 end2=endOfData(l2);
68 return length==(end2-l2) && 0==memcmp(l1, l2, length);
/external/oprofile/libpp/
H A Ddiff_container.cpp130 symbol_container::symbols_t::iterator end2 = pc2.end_symbol(); local
132 while (it1 != end1 && it2 != end2) {
149 for (; it2 != end2; ++it2)
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.h147 Iterator2 begin2, Iterator2 end2) {
150 while (i1 != end1 && i2 != end2) {
146 SortedCollectionsIntersect(Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 end2) argument
/external/collada/src/modules/STLDatabase/
H A DdaeSTLDatabase.cpp474 vector< daeElement* >::iterator end2 = vec.end(); local
475 while( i != end2 )
632 vector< daeElement* >::iterator end2 = vec.end(); local
633 while( i != end2 )
/external/chromium/base/
H A Dfile_util.cc140 std::string::size_type end2 = line2.find_last_not_of("\r\n"); local
141 if (end2 == std::string::npos)
143 else if (end2 + 1 < line2.length())
144 line2.erase(end2 + 1);
/external/oprofile/pp/
H A Dopreport.cpp553 list<inverted_profile>::iterator const end2 = iprofiles2.end(); member in class:__anon7686::list
555 for (; it2 != end2; ++it2)
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResource.cpp442 HashCountedSet<CachedResourceClient*>::iterator end2 = m_clients.end(); local
443 for (HashCountedSet<CachedResourceClient*>::iterator it = m_clients.begin(); it != end2; ++it) {
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dhttpread.c121 int end2 = 0; local
130 end2 = !isgraph(c2);
131 if (end1 || end2 || c1 != c2)
134 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c41 int end2 = 0; local
50 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
51 if (end1 || end2 || c1 != c2)
54 return end1 && end2; /* reached end of both words? */
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c121 int end2 = 0; local
130 end2 = !isgraph(c2);
131 if (end1 || end2 || c1 != c2)
134 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c40 int end2 = 0; local
49 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c121 int end2 = 0; local
130 end2 = !isgraph(c2);
131 if (end1 || end2 || c1 != c2)
134 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c40 int end2 = 0; local
49 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c121 int end2 = 0; local
130 end2 = !isgraph(c2);
131 if (end1 || end2 || c1 != c2)
134 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c40 int end2 = 0; local
49 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc384 const char* end2 = ::strrchr(file, '\\'); local
385 if (!end1 && !end2)
388 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/bluetooth/bluez/audio/
H A Dliba2dp.c648 uint64_t begin, end, begin2, end2; local
670 end2 = get_microseconds();
671 print_time("poll", begin2, end2);
702 end2 = get_microseconds();
703 print_time("send", begin2, end2);
/external/icu4c/test/cintltst/
H A Dncnvtst.c1902 UChar32 start, end, start2, end2, notStart, notEnd; member in struct:NameRange
2055 (nameRanges[i].start2>=0 && !uset_containsRange(set, nameRanges[i].start2, nameRanges[i].end2))
/external/llvm/lib/Support/
H A Dregcomp.c456 * Giving end1 as OUT essentially eliminates the end1/end2 check.
467 int end2) /* second terminating character */
478 while (MORE() && !SEETWO(end1, end2)) {
465 p_bre(struct parse *p, int end1, int end2) argument
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c980 Addr end2 = ch2->data + ch2->szB - 1; local
988 //} else if (start1 == start2 && end1 == end2) {
991 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
999 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1009 start1, end1, start1, end2);
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp1204 int end1,end2; member in struct:CvTracksTimePos
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2746 Addr end2 = end1; local
2749 if (extra > 0) end2 += extra;
2754 aspacem_assert(VG_IS_PAGE_ALIGNED(end2+1));
2757 endI = find_nsegment_idx( end2 );
2771 aspacem_assert(end2 <= nsegments[startI].end);

Completed in 595 milliseconds

12