/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 363 const char *s1, size_t n1, 367 while (n1 > 0 || n2 > 0) { 368 size_t bufsize1 = n1 < 63 ? n1 : 63; 375 s1 += bufsize1; n1 -= bufsize1; 383 const wchar_t *s1, size_t n1, 387 while (n1 > 0 || n2 > 0) { 388 size_t bufsize1 = n1 < 63 ? n1 : 63; 395 s1 += bufsize1; n1 -= bufsize1 [all...] |
/external/bison/lib/ |
quotearg.c | 595 /* FIXME: technically, the type of n1 should be `unsigned int', 600 size_t n1 = n0 + 1; local 602 if (xalloc_oversized (n1, sizeof *slotvec)) 610 slotvec = xrealloc (slotvec, n1 * sizeof *slotvec); 611 memset (slotvec + nslots, 0, (n1 - nslots) * sizeof *slotvec); 612 nslots = n1;
|
/external/icu4c/test/cintltst/ |
custrtst.c | [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model_unittest.cc | 44 void SwapDateAdded(BookmarkNode* n1, BookmarkNode* n2) { 45 Time tmp = n1->date_added(); 46 n1->set_date_added(n2->date_added()); 412 // nodes: n1 > n2 > n3 > n4. 414 BookmarkNode* n1 = AsMutable(model.AddURL(model.GetBookmarkBarNode(), local 430 n1->set_date_added(base_time + TimeDelta::FromDays(4)); 439 ASSERT_TRUE(n1 == recently_added[0]); 444 SwapDateAdded(n1, n2); 448 ASSERT_TRUE(n1 == recently_added[1]); 456 // nodes: n1 > n 459 BookmarkNode* n1 = AsMutable(model.AddURL( local 530 const BookmarkNode* n1 = model.AddURL( local [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 358 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { 359 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) { 360 return &hwcTestGraphicFormat[n1]; 372 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { 373 if (id == hwcTestGraphicFormat[n1].format) { 374 return &hwcTestGraphicFormat[n1]; [all...] |
hwcColorEquiv.cpp | 434 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { 435 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
|
/external/bluetooth/hcidump/parser/ |
sdp.c | 451 int len, n1 = 0, n2 = 0; local 456 if (parse_de_hdr(frm, &n1) == SDP_DE_SEQ) { 458 while (len - (int) frm->len < n1 && (int) frm->len > 0) { 477 int len, n1 = 0, n2 = 0; local 482 if (parse_de_hdr(frm, &n1) == SDP_DE_SEQ) { 484 while (len - (int) frm->len < n1 && (int) frm->len > 0) { 519 int len, split, n1 = 0, n2 = 0; local 521 if (parse_de_hdr(frm, &n1) == SDP_DE_SEQ) { 523 while (len - (int) frm->len < n1 && (int) frm->len > 0) {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 435 int n1 = adaptor.GetChildCount(t1); 437 if (n1 != n2) { 440 for (int i = 0; i < n1; i++) { 514 int n1 = adaptor.GetChildCount(t1); 516 if (n1 != n2) { 519 for (int i = 0; i < n1; i++) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 499 int n1 = adaptor.GetChildCount( t1 ); 501 if ( n1 != n2 ) 505 for ( int i = 0; i < n1; i++ ) 588 int n1 = adaptor.GetChildCount( t1 ); 590 if ( n1 != n2 ) 594 for ( int i = 0; i < n1; i++ )
|
/external/smali/util/src/main/java/ds/tree/ |
RadixTreeImpl.java | 215 RadixTreeNode<T> n1 = new RadixTreeNode<T>(); local 216 n1.setKey(node.getKey().substring(numberOfMatchingCharacters, node.getKey().length())); 217 n1.setReal(node.isReal()); 218 n1.setValue(node.getValue()); 219 n1.setChildern(node.getChildern()); 224 node.getChildern().add(n1);
|
/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 198 const wchar_t* s1, size_t n1,
201 while (n1 > 0 || n2 > 0) {
202 DWORD size1 = trim_size_t_to_DWORD(n1);
207 n1 -= size1;
214 const wchar_t* s1, size_t n1,
217 result = _WLocale_strcmp_aux(lcol, s1, n1, s2, n2);
|
/external/v8/test/mjsunit/tools/ |
profile_view.js | 84 view.sort(function(n1, n2) { 85 return cmpStrs(n1.internalFuncName, n2.internalFuncName) || 86 (n1.selfTime - n2.selfTime);
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 198 const wchar_t* s1, size_t n1,
201 while (n1 > 0 || n2 > 0) {
202 DWORD size1 = trim_size_t_to_DWORD(n1);
207 n1 -= size1;
214 const wchar_t* s1, size_t n1,
217 result = _WLocale_strcmp_aux(lcol, s1, n1, s2, n2);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 302 double C[16],n0,n1,n2,n3,m; local 352 n1=db_sqr(C[4]) +db_sqr(C[5]) +db_sqr(C[6]) +db_sqr(C[7]); 358 if(n0>=n1 && n0>=n2 && n0>=n3) 363 else if(n1>=n2 && n1>=n3) 365 m=db_SafeReciprocal(sqrt(n1));
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 302 double C[16],n0,n1,n2,n3,m; local 352 n1=db_sqr(C[4]) +db_sqr(C[5]) +db_sqr(C[6]) +db_sqr(C[7]); 358 if(n0>=n1 && n0>=n2 && n0>=n3) 363 else if(n1>=n2 && n1>=n3) 365 m=db_SafeReciprocal(sqrt(n1));
|
/bionic/libc/tools/zoneinfo/ |
generate | 33 latest_archive=`ls -r -v tzdata*.tar.gz | head -n1`
|
/external/genext2fs/ |
mkbootimg_ext2.sh | 94 num_blocks=`du -sk $TMPDIR | tail -n1 | awk '{print $1;}'`
|
/external/valgrind/main/callgrind/ |
events.c | 71 EventGroup* CLG_(register_event_group) (int id, Char* n1) 74 eg->name[0] = n1; 79 EventGroup* CLG_(register_event_group2)(int id, Char* n1, Char* n2) 82 eg->name[0] = n1; 88 EventGroup* CLG_(register_event_group3)(int id, Char* n1, Char* n2, Char* n3) 91 eg->name[0] = n1; 99 Char* n1, Char* n2, Char* n3, Char* n4) 102 eg->name[0] = n1;
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 441 * @param n1 {@code 0..15;} medium-low nibble 446 protected static short codeUnit(int n0, int n1, int n2, int n3) { 451 if ((n1 & 0xf) != n1) { 452 throw new IllegalArgumentException("n1 out of range 0..15"); 463 return (short) (n0 | (n1 << 4) | (n2 << 8) | (n3 << 12));
|
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 540 * @param n1 {@code 0..15;} medium-low nibble 545 protected static short codeUnit(int n0, int n1, int n2, int n3) { 550 if ((n1 & 0xf) != n1) { 551 throw new IllegalArgumentException("n1 out of range 0..15"); 562 return (short) (n0 | (n1 << 4) | (n2 << 8) | (n3 << 12));
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
SHA1PRNG_SecureRandomTest.java | 160 int n1 = 10; local 163 byte[][] bytes1 = new byte[10][n1]; 174 int i1 = k /n1; 175 int i2 = k %n1;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
InsnFormat.java | 541 * @param n1 {@code 0..15;} medium-low nibble 546 protected static short codeUnit(int n0, int n1, int n2, int n3) { 551 if ((n1 & 0xf) != n1) { 552 throw new IllegalArgumentException("n1 out of range 0..15"); 563 return (short) (n0 | (n1 << 4) | (n2 << 8) | (n3 << 12));
|
/frameworks/base/tests/backup/ |
test_restore.sh | 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
|
/system/extras/tests/bionic/libc/ |
run-test.sh | 142 RET=`tail -n1 $ADB_CMD_LOG`
|
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 275 n1 { namespace 286 n1::Test { 295 n1::C7 <
|