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

  /external/kernel-headers/original/linux/
compat.h 168 long compat_sys_semctl(int first, int second, int third, void __user *uptr);
169 long compat_sys_msgsnd(int first, int second, int third, void __user *uptr);
170 long compat_sys_msgrcv(int first, int second, int msgtyp, int third,
173 long compat_sys_shmat(int first, int second, compat_uptr_t third, int version,
  /external/chromium/third_party/icu/source/test/intltest/
tufmtts.cpp 107 TimeUnit third(*tmunit);
108 TimeUnit fourth = third;
111 assertTrue("copied and assigned are equal", (third == fourth));
  /external/icu4c/test/intltest/
tufmtts.cpp 107 TimeUnit third(*tmunit);
108 TimeUnit fourth = third;
111 assertTrue("copied and assigned are equal", (third == fourth));
  /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/android/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/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...]
  /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/v8/test/mjsunit/
array-sort.js 188 assertFalse(2 in x,"longlength third");
207 assertFalse(2 in x,"longlength third");
234 assertEquals(49, x[2], "sortaccessors third")
unicode-test.js     [all...]
  /external/libxml2/
HTMLparser.c     [all...]
parser.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 312 mov ecx,[esi+12] ; third dword ecx = [a][r][g][b]
424 mov ecx,[esi+12] ; third dword ecx = [a][r][g][b]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 205 // then also check if we're in a third-level nested list that's toggleable
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 1244 RecordedRequest third = server.takeRequest(); local
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 368 part thereof, to be licensed as a whole at no charge to all third
411 years, to give any third party, for a charge no more than your
437 distribution of the source code, even though third parties are not
462 You are not responsible for enforcing compliance by third parties to
544 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 24 %DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR
48 % third parties on terms identical to those contained in this
50 % warranty protection to some or all third parties, at your option).
69 % years, to give any third party free (except for a nominal
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 599 milliseconds