HomeSort by relevance Sort by last modified time
    Searched defs:third (Results 1 - 7 of 7) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
iterator.h 135 Iterator3 third; member in class:__gnu_parallel::iterator_triple
144 third = _third;
153 ++third;
160 { return type(first++, second++, third++); }
168 --third;
175 { return type(first--, second--, third--); }
179 { return third; }
186 third = other.third;
192 { return type(first + delta, second + delta, third + delta);
    [all...]
  /external/stlport/src/
time_facets.cpp 466 char first, second, third; local
479 third = *++fmt;
483 return (second == 'm' && third == 'y') ? time_base::dmy
486 return (second == 'd' && third == 'y') ? time_base::mdy
491 return third == 'm' ? time_base::ydm : time_base::no_order;
493 return third == 'd' ? time_base::ymd : time_base::no_order;
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 466 char first, second, third; local
479 third = *++fmt;
483 return (second == 'm' && third == 'y') ? time_base::dmy
486 return (second == 'd' && third == 'y') ? time_base::mdy
491 return third == 'm' ? time_base::ydm : time_base::no_order;
493 return third == 'd' ? time_base::ymd : time_base::no_order;
  /external/v8/src/
unicode.cc 225 byte third = str[2] ^ 0x80; local
226 if (third & 0xC0) {
231 uchar l = ((((first << 6) | second) << 6) | third) & kMaxThreeByteChar;
249 uchar l = (((((first << 6 | second) << 6) | third) << 6) | fourth) &
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.cpp 754 int third = (width + 1) / 3; local
762 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third));
763 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
766 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
767 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
770 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
771 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1))
937 float third = thickness \/ 3.0f; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 1262 RecordedRequest third = server.takeRequest(); local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 227 milliseconds