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

12

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dlogging.cc37 const char* end2 = ::strrchr(file, '\\'); local
38 if (!end1 && !end2)
41 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/oprofile/libutil++/
H A Dchild_reader.h97 ssize_t end2; member in class:child_reader
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc102 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;
H A Dsanitizer_posix.cc222 uptr start2, uptr end2) {
224 CHECK(start2 <= end2);
225 return (end1 < start2) || (end2 < start1);
221 IntervalsAreSeparate(uptr start1, uptr end1, uptr start2, uptr end2) argument
/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_org/base/files/
H A Dfile_util.cc117 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/base/i18n/
H A Dstreaming_utf8_validator_unittest.cc276 Iterator2 end2,
281 for (Iterator2 it2 = begin2; it2 != end2; ++it2) {
273 CheckCombinations(Iterator1 begin1, Iterator1 end1, Iterator2 begin2, Iterator2 end2, StreamingUtf8Validator::State expected) argument
/external/chromium_org/extensions/common/permissions/
H A Dbase_set_operators.h127 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/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp331 BasicBlock::iterator end2 = Block2->getTerminator(); local
335 if (iter2 != end2)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp339 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/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc183 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/oprofile/pp/
H A Dopreport.cpp553 list<inverted_profile>::iterator const end2 = iprofiles2.end(); member in class:__anon28475::list
555 for (; it2 != end2; ++it2)
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp339 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/hostapd/src/wps/
H A Dhttpread.c113 int end2 = 0; local
122 end2 = !isgraph(c2);
123 if (end1 || end2 || c1 != c2)
126 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c43 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/wpa_supplicant_8/src/wps/
H A Dhttpread.c113 int end2 = 0; local
122 end2 = !isgraph(c2);
123 if (end1 || end2 || c1 != c2)
126 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c43 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/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c113 int end2 = 0; local
122 end2 = !isgraph(c2);
123 if (end1 || end2 || c1 != c2)
126 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c43 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/net/disk_cache/blockfile/
H A Drankings.cc815 int Rankings::CheckListSection(List list, Addr end1, Addr end2, bool forward, argument
856 } while (current != end1 && current != end2);
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView_C.c684 void *start1, *end1, *start2, *end2; variable
687 __pyx_get_array_memory_extents(slice2, &start2, &end2, ndim, itemsize);
689 return (start1 < end2) && (start2 < end1);
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc389 const char* end2 = ::strrchr(file, '\\'); local
390 if (!end1 && !end2)
393 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.cpp709 HashCountedSet<ResourceClient*>::iterator end2 = m_clients.end(); local
710 for (HashCountedSet<ResourceClient*>::iterator it = m_clients.begin(); it != end2; ++it) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvtst.c1876 UChar32 start, end, start2, end2, notStart, notEnd; member in struct:NameRange
2029 (nameRanges[i].start2>=0 && !uset_containsRange(set, nameRanges[i].start2, nameRanges[i].end2))
/external/chromium_org/v8/src/
H A Dprofile-generator.cc368 Address start2 = locator.key(), end2 = start2 + locator.value().size; local
369 if (start2 < end && start < end2) to_delete.Add(start2);

Completed in 505 milliseconds

12