/ndk/sources/third_party/googletest/googletest/test/ |
gtest_unittest.cc | 2271 const int n2 = 2; local 2289 const int n2 = 2; local 2306 int n2 = 0; local 2317 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
svccoll.cpp | 345 int32_t n1, n2, n3; local 399 n2 = checkAvailable("after registerFactory"); 400 assertTrue("count after > count before", n2 > n1);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
file.c | 580 incpath *n1, *n2; local 584 n2 = STAILQ_NEXT(n1, link); 587 n1 = n2;
|
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 15 int n2[this1]; // expected-warning {{variable length array}} local 16 (void)n1, (void)n2; 229 constexpr int n2 = 65536 * 32768; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range of }} member in namespace:UndefinedBehavior::Overflow
|
/external/icu4c/test/intltest/ |
svccoll.cpp | 345 int32_t n1, n2, n3; local 399 n2 = checkAvailable("after registerFactory"); 400 assertTrue("count after > count before", n2 > n1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/ |
size_size_size_char.pass.cpp | 13 // replace(size_type pos, size_type n1, size_type n2, charT c); 25 typename S::size_type n2, typename S::value_type c, 32 s.replace(pos, n1, n2, c); 37 typename S::size_type rlen = n2;
|
/external/bzip2/ |
bzlib.c | 970 Int32 n, n2, ret; local 996 n2 = fwrite ( (void*)(bzf->buf), sizeof(UChar), 998 if (n != n2 || ferror(bzf->handle)) 1030 Int32 n, n2, ret; local 1055 n2 = fwrite ( (void*)(bzf->buf), sizeof(UChar), [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ectest.c | 198 BIGNUM *n1, *n2, *order; local 203 n1 = BN_new(); n2 = BN_new(); order = BN_new(); 221 /* n2 = 1 + order */ 222 if (!BN_add(n2, order, BN_value_one())) ABORT; 223 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT; 225 /* n2 = (1 - order) * (1 + order) */ 226 if (!BN_mul(n2, n1, n2, ctx)) ABORT; 227 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT; 233 BN_free(n2); [all...] |
/external/openssl/crypto/ec/ |
ectest.c | 198 BIGNUM *n1, *n2, *order; local 203 n1 = BN_new(); n2 = BN_new(); order = BN_new(); 221 /* n2 = 1 + order */ 222 if (!BN_add(n2, order, BN_value_one())) ABORT; 223 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT; 225 /* n2 = (1 - order) * (1 + order) */ 226 if (!BN_mul(n2, n1, n2, ctx)) ABORT; 227 if(!EC_POINT_mul(group, Q, NULL, P, n2, ctx)) ABORT; 233 BN_free(n2); [all...] |
/external/skia/tests/ |
PDFPrimitivesTest.cpp | 414 SkAutoTUnref<SkPDFName> n2(new SkPDFName("n2")); 416 dict->insert(n2.get(), realHalf.get()); 419 "<</n1 42\n/n2 0.5\n/n3 [1 0.5 0]\n>>");
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.c | 175 "logstamp [<n1>] [<n2>] -- add a message to the log"}, 1059 int n1, n2; local 1062 n2 = (int)((unsigned char)*inptr++); 1063 if (!isxdigit(n1) || !isxdigit(n2)) { 1065 (isxdigit(n1) ? n2 : n1)); 1071 n2 = isdigit(n2) ? (n2 - '0') 1072 : ((islower(n2) ? (toupper(n2)) : n2) - 'A' + 10) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.cc | 102 bool operator() (const BookmarkNode* n1, const BookmarkNode* n2) { 103 if (n1->type() == n2->type()) { 106 return n1->GetTitle() < n2->GetTitle(); 108 collator_, n1->GetTitle(), n2->GetTitle()) == UCOL_LESS;
|
bookmark_utils.cc | 175 bool MoreRecentlyModified(const BookmarkNode* n1, const BookmarkNode* n2) { 176 return n1->date_folder_modified() > n2->date_folder_modified(); 511 bool MoreRecentlyAdded(const BookmarkNode* n1, const BookmarkNode* n2) { 512 return n1->date_added() > n2->date_added();
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model.cc | 183 // Returns true if |n1| preceeds |n2|. 184 bool operator()(const BookmarkNode* n1, const BookmarkNode* n2) { 185 if (n1->type() == n2->type()) { 188 return n1->GetTitle() < n2->GetTitle(); 190 collator_, n1->GetTitle(), n2->GetTitle()) == UCOL_LESS; [all...] |
/external/kernel-headers/original/linux/ |
wanrouter.h | 125 unsigned n2; /* HDLC retransmission limit (1..30) */ member in struct:wan_x25_conf
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nislib.h | 162 extern name_pos nis_dir_cmp (const_nis_name n1, const_nis_name n2) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nislib.h | 162 extern name_pos nis_dir_cmp (const_nis_name n1, const_nis_name n2) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nislib.h | 162 extern name_pos nis_dir_cmp (const_nis_name n1, const_nis_name n2) __THROW;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnormtst.c | 1477 const UNormalizer2 *n2=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE_CONTIGUOUS, &errorCode); local [all...] |
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | [all...] |
/external/chromium_org/third_party/x86inc/ |
x86inc.asm | 671 %xdefine %%n2 n %+ %2 673 CAT_XDEFINE m, %%n1, m %+ %%n2 674 CAT_XDEFINE m, %%n2, tmp 676 CAT_XDEFINE n, m %+ %%n2, %%n2
|
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 250 int n2 = L; /* number of bits in v2, assumed nonzero */ local 255 const int bb = (v2 >> --n2) & 1; 304 while (n2); 628 int_mv n1, n2; local 631 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias); [all...] |
/external/chromium_org/v8/test/mjsunit/ |
json.js | 35 var n2 = new Date(10001); 36 n2.toISOString = null; 37 assertThrows(function () { n2.toJSON(); }, TypeError);
|
/external/v8/test/mjsunit/ |
json.js | 35 var n2 = new Date(10001); 36 n2.toISOString = null; 37 assertThrows(function () { n2.toJSON(); }, TypeError);
|