HomeSort by relevance Sort by last modified time
    Searched refs:third (Results 101 - 125 of 155) sorted by null

1 2 3 45 6 7

  /external/v8/src/
unicode.cc 241 byte third = str[2] ^ 0x80; local
242 if (third & 0xC0) {
247 uchar code_point = ((((first << 6) | second) << 6) | third)
266 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
    [all...]
regexp.js 252 // that the third char is not a '?'.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 127 *i.third = o(*i.first, *i.second);
  /external/v8/test/mjsunit/
strict-mode.js     [all...]
mjsunit.js 88 // The optional third argument is a message type string that is compared
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
174 First Second Third Fourth
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_namednodemapwrongdocumenterr.js 90 last child of the third employee and attempt to add
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_namednodemapwrongdocumenterr.js 90 last child of the third employee and attempt to add
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattributens12.js 84 noNamespaceSchemaLocation attribute of the first, second and third acronym element. Verify by calling isId on
elementsetidattributens14.js 83 Invoke setIdAttributeNS on two existing attributes of the second p element and the third
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 765 const TimeDelta third = TimeDelta::FromMilliseconds(20); local
775 EXPECT_CALL(*delay(), GetDelay(Eq(second))).WillOnce(Return(third))
777 EXPECT_CALL(*delay(), GetDelay(Eq(third))).WillOnce(Return(fourth))
785 EXPECT_GE(r.times[3] - r.times[2], third);
    [all...]
  /external/v8/test/cctest/
test-bignum.cc 983 Bignum third; local
    [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]
  /external/quake/
NOTICE 117 part thereof, to be licensed as a whole at no charge to all third
161 years, to give any third party, for a charge no more than your
187 distribution of the source code, even though third parties are not
213 You are not responsible for enforcing compliance by third parties to
296 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
462 part thereof, to be licensed as a whole at no charge to all third
506 years, to give any third party, for a charge no more than your
532 distribution of the source code, even though third parties are not
558 You are not responsible for enforcing compliance by third parties to
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 122 part thereof, to be licensed as a whole at no charge to all third
165 years, to give any third party, for a charge no more than your
191 distribution of the source code, even though third parties are not
216 You are not responsible for enforcing compliance by third parties to
298 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  /external/bluetooth/bluez/input/
NOTICE 122 part thereof, to be licensed as a whole at no charge to all third
165 years, to give any third party, for a charge no more than your
191 distribution of the source code, even though third parties are not
216 You are not responsible for enforcing compliance by third parties to
298 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  /external/bluetooth/bluez/plugins/
NOTICE 122 part thereof, to be licensed as a whole at no charge to all third
165 years, to give any third party, for a charge no more than your
191 distribution of the source code, even though third parties are not
216 You are not responsible for enforcing compliance by third parties to
298 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  /external/bluetooth/bluez/src/
NOTICE 124 part thereof, to be licensed as a whole at no charge to all third
167 years, to give any third party, for a charge no more than your
193 distribution of the source code, even though third parties are not
218 You are not responsible for enforcing compliance by third parties to
300 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 107 The OAuth consumer is a "third-party" service that wants to access
196 send or store this string where a third party can read it.
  /external/clang/tools/scan-build/
scan-build 983 A second and third '-v' increases verbosity.
    [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/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 78 address, the second word is the TOC ptr (r2), and the third word is
811 vki_uint, call, int, first, int, second, int, third,
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 44 // Same thing in for stmt first clause (when expr) and third clause.
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 216 // then also check if we're in a third-level nested list that's toggleable

Completed in 844 milliseconds

1 2 3 45 6 7