/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
wanrouter.h | 76 unsigned n2; member in struct:wan_x25_conf
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 233 Attributes.Name n1 = new Attributes.Name("name"), n2 = new Attributes.Name("Name"); local 234 assertEquals(n1, n2);
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model.h | 424 bool operator()(const BookmarkNode* n1, const BookmarkNode* n2) const { 425 return n1->url() < n2->url();
|
/external/chromium_org/third_party/openssl/openssl/crypto/objects/ |
o_names.c | 309 const OBJ_NAME * const *n2=n2_; local 311 return strcmp((*n1)->name,(*n2)->name);
|
/external/openssl/crypto/objects/ |
o_names.c | 309 const OBJ_NAME * const *n2=n2_; local 311 return strcmp((*n1)->name,(*n2)->name);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 265 for n, n2 in names: 267 dict[n2 or n] = d[n]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 265 for n, n2 in names: 267 dict[n2 or n] = d[n]
|
/external/valgrind/unittest/ |
posix_tests.cc | 667 StealthNotification n1, n2, n3, n4, n5; 676 n2.wait(); 687 n2.signal(); 1063 StealthNotification n1, n2; 1070 n2.wait(); 1078 n2.signal();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | [all...] |
test_weakset.py | 416 n2 = len(s) 419 self.assertEqual(n2, 0) 439 n2 = len(s) 442 self.assertGreaterEqual(n2, 0) 443 self.assertLessEqual(n2, n1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | [all...] |
test_weakset.py | 416 n2 = len(s) 419 self.assertEqual(n2, 0) 439 n2 = len(s) 442 self.assertGreaterEqual(n2, 0) 443 self.assertLessEqual(n2, n1)
|
/external/bluetooth/bluedroid/stack/smp/ |
aes.c | 232 { uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; local 240 while(n2 >= n1) /* divide polynomial p2 by p1 */ 242 n2 /= n1; /* shift smaller polynomial left */ 243 p2 ^= (p1 * n2) & 0xff; /* and remove from larger one */ 244 v2 ^= (v1 * n2); /* shift accumulated value and */ 245 n2 = hibit(p2); /* add into result */ 250 if(n2) /* repeat with values swapped */ 251 while(n1 >= n2) 253 n1 /= n2;
|
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | 2300 const int n2 = 2; local 2318 const int n2 = 2; local 2335 int n2 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_unittest.cc | 2090 const int n2 = 2; local 2108 const int n2 = 2; local 2125 int n2 = 0; local 2136 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 2300 const int n2 = 2; local 2318 const int n2 = 2; local 2335 int n2 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_unittest.cc | 2300 const int n2 = 2; local 2318 const int n2 = 2; local 2335 int n2 = 0; local 2346 n1++, n2++, n3++, n4++, n5++) local [all...] |
/external/protobuf/gtest/test/ |
gtest_unittest.cc | 2539 const int n2 = 2; local 2557 const int n2 = 2; local 2574 int n2 = 0; local 2585 n1++, n2++, n3++, n4++, n5++) local [all...] |