HomeSort by relevance Sort by last modified time
    Searched defs:end2 (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
logging.cc 37 const char* end2 = ::strrchr(file, '\\'); local
38 if (!end1 && !end2)
41 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/oprofile/libpp/
diff_container.cpp 130 symbol_container::symbols_t::iterator end2 = pc2.end_symbol(); local
132 while (it1 != end1 && it2 != end2) {
149 for (; it2 != end2; ++it2)
  /external/oprofile/libutil++/
child_reader.h 97 ssize_t end2; member in class:child_reader
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 102 const char *end2 = end; local
103 while (line != end2 && (end2[-1] == ' ' || end2[-1] == '\t'))
104 end2--;
119 s.templ = (char*)InternalAlloc(end2 - line + 1);
120 internal_memcpy(s.templ, line, end2 - line);
121 s.templ[end2 - line] = 0;
  /external/chromium_org/base/
file_util.cc 117 std::string::size_type end2 = line2.find_last_not_of("\r\n"); local
118 if (end2 == std::string::npos)
120 else if (end2 + 1 < line2.length())
121 line2.erase(end2 + 1);
  /external/chromium_org/extensions/common/permissions/
base_set_operators.h 127 const_iterator end2 = rhs.end(); local
129 while (it1 != end1 && it2 != end2) {
142 return it2 == end2;
152 const const_iterator end2 = set2.end(); local
154 while (it1 != end1 && it2 != end2) {
182 const const_iterator end2 = set2.end(); local
184 while (it1 != end1 && it2 != end2) {
206 const const_iterator end2 = set2.end(); local
210 while (it2 != end2) {
216 if (it2 == end2) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.cc 183 Rows::const_iterator end2 = region2.rows_.end(); local
184 if (it1 == end1 || it2 == end2)
187 while (it1 != end1 && it2 != end2) {
191 std::swap(end1, end2);
232 RowSpanSet::const_iterator end2 = set2.end(); local
233 assert(it1 != end1 && it2 != end2);
239 std::swap(end1, end2);
260 } while (it1 != end1 && it2 != end2);
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 331 BasicBlock::iterator end2 = Block2->getTerminator(); local
335 if (iter2 != end2)
  /external/oprofile/pp/
opreport.cpp 553 list<inverted_profile>::iterator const end2 = iprofiles2.end(); member in class:__anon32232::list
555 for (; it2 != end2; ++it2)
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 339 double end2 = i.fCoincidentT[1][cIndex + 1]; local
342 xy_at_t(q2, end2, ends2[1].x, ends2[1].y);
355 if (approximately_less_than_zero(start2) || approximately_less_than_zero(end2)) {
357 } else if (approximately_greater_than_one(start2) || approximately_greater_than_one(end2)) {
360 start2 = (start2 + end2) / 2;
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 339 double end2 = i.fCoincidentT[1][cIndex + 1]; local
342 xy_at_t(q2, end2, ends2[1].x, ends2[1].y);
355 if (approximately_less_than_zero(start2) || approximately_less_than_zero(end2)) {
357 } else if (approximately_greater_than_one(start2) || approximately_greater_than_one(end2)) {
360 start2 = (start2 + end2) / 2;
  /external/wpa_supplicant_8/src/wps/
httpread.c 113 int end2 = 0; local
122 end2 = !isgraph(c2);
123 if (end1 || end2 || c1 != c2)
126 return end1 && end2; /* reached end of both words? */
wps_upnp_ssdp.c 43 int end2 = 0; local
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
53 if (end1 || end2 || c1 != c2)
56 return end1 && end2; /* reached end of both words? */
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 682 HashCountedSet<ResourceClient*>::iterator end2 = m_clients.end(); local
683 for (HashCountedSet<ResourceClient*>::iterator it = m_clients.begin(); it != end2; ++it) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.cc 406 const char* end2 = ::strrchr(file, '\\'); local
407 if (!end1 && !end2)
410 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/chromium_org/third_party/webrtc/base/
logging.cc 389 const char* end2 = ::strrchr(file, '\\'); local
390 if (!end1 && !end2)
393 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/chromium_org/v8/src/
profile-generator.cc 377 Address start2 = locator.key(), end2 = start2 + locator.value().size; local
378 if (start2 < end && start < end2) to_delete.Add(start2);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 1876 UChar32 start, end, start2, end2, notStart, notEnd; member in struct:NameRange
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 1900 UChar32 start, end, start2, end2, notStart, notEnd; member in struct:NameRange
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 1400 Addr sta1, sta2, end1, end2, toc1, toc2; local
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 1713 Addr end2 = ch2->data + ch2->szB - 1; local
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 134 ThreadEvent end2 = ThreadEvent.end(threadId+1); local
135 hprofData.addThreadEvent(end2);
136 assertEquals(Arrays.asList(start1, end2), hprofData.getThreadHistory());
142 assertEquals(Arrays.asList(start1, end2, end1), hprofData.getThreadHistory());
151 assertEquals(Arrays.asList(start1, end2, end1), hprofData.getThreadHistory());
  /bionic/libc/dns/resolv/
res_cache.c 866 const uint8_t* end2 = pack2->end; local
871 if (p1 >= end1 || p2 >= end2) {
889 if ((p1+c1 > end1) || (p2+c1 > end2)) {
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 1204 int end1,end2; member in struct:CvTracksTimePos
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 2798 Addr end2 = end1; local
    [all...]

Completed in 956 milliseconds

1 2