Searched refs:end2 (Results 1 - 25 of 51) sorted by relevance

123

/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.cpp31 pos2(0), end2(0),
140 if (end2 >= sz_buf2) {
145 ssize_t temp = read(fd2, buf2 + end2, sz_buf2 - end2);
147 end2 += temp;
151 bool ret = !(end1 == 0 && end2 == 0);
155 if (end2 == -1)
156 end2 = 0;
171 int temp = end2;
194 if (ok && temp != end2)
[all...]
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/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/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/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/chromium_org/v8/tools/
H A Dcodemap.js157 var start2 = node.key, end2 = start2 + node.value.size;
158 if (start2 < end && start < end2) to_delete.push(start2);
/external/chromium-trace/trace-viewer/src/tracing/importer/v8/
H A Dcodemap.js143 var start2 = node.key, end2 = start2 + node.value.size;
144 if (start2 < end && start < end2) to_delete.push(start2);
/external/chromium_org/ui/views/widget/
H A Droot_view_unittest.cc231 ui::GestureEvent end2(
233 details = root_view->OnEventFromSource(&end2);
316 ui::GestureEvent end2(
318 details = root_view->OnEventFromSource(&end2);
/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/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/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/libxml/src/include/libxml/
H A DparserInternals.h493 xmlChar end2,
501 xmlChar end2,
591 xmlChar end2,
/external/libxml2/include/libxml/
H A DparserInternals.h526 xmlChar end2,
534 xmlChar end2,
624 xmlChar end2,
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.h180 // Walks a list in the desired direction until the nodes |end1| or |end2| are
183 int CheckListSection(List list, Addr end1, Addr end2, bool forward,
/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/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

Completed in 2796 milliseconds

123