/external/e2fsprogs/tests/r_move_itable/ |
D | expect | 29 Free blocks: 8704 30 Free inodes: 1237 54 Free blocks: 150-256 55 Free inodes: 12-32 62 Free blocks: 392-512 63 Free inodes: 33-64 68 Free blocks: 519-768 69 Free inodes: 65-96 76 Free blocks: 904-1024 77 Free inodes: 97-128 [all …]
|
/external/e2fsprogs/tests/m_meta_bg/ |
D | expect.1 | 40 Free blocks: 126683 41 Free inodes: 32757 63 Free blocks: 50-1024 64 Free inodes: 12-256 70 Free blocks: 1061-2048 71 Free inodes: 257-512 76 Free blocks: 2083-3072 77 Free inodes: 513-768 83 Free blocks: 3108-4096 84 Free inodes: 769-1024 [all …]
|
/external/e2fsprogs/tests/r_resize_inode/ |
D | expect | 27 Free blocks: 61023 28 Free inodes: 16373 52 Free blocks: 307-1024 53 Free inodes: 12-256 60 Free blocks: 1317-2048 61 Free inodes: 257-512 66 Free blocks: 2083-3072 67 Free inodes: 513-768 74 Free blocks: 3365-4096 75 Free inodes: 769-1024 [all …]
|
/external/e2fsprogs/tests/m_raid_opt/ |
D | expect.1 | 41 Free blocks: 123834 42 Free inodes: 32757 67 Free blocks: 310-1024 68 Free inodes: 12-256 75 Free blocks: 1318-1330, 1333-2048 76 Free inodes: 257-512 81 Free blocks: 2081-2106, 2109-3072 82 Free inodes: 513-768 89 Free blocks: 3366-3404, 3407-4096 90 Free inodes: 769-1024 [all …]
|
/external/e2fsprogs/tests/m_uninit/ |
D | expect.1 | 41 Free blocks: 125381 42 Free inodes: 32757 66 Free blocks: 531-8192 67 Free inodes: 12-2048 74 Free blocks: 8709-16384 75 Free inodes: 2049-4096 80 Free blocks: 16385-24576 81 Free inodes: 4097-6144 88 Free blocks: 25093-32768 89 Free inodes: 6145-8192 [all …]
|
/external/e2fsprogs/tests/m_std/ |
D | expect.1 | 41 Free blocks: 62172 42 Free inodes: 16373 66 Free blocks: 530-8192 67 Free inodes: 12-2048 74 Free blocks: 8708-16384 75 Free inodes: 2049-4096 80 Free blocks: 16643-24576 81 Free inodes: 4097-6144 88 Free blocks: 25092-32768 89 Free inodes: 6145-8192 [all …]
|
/external/e2fsprogs/tests/m_no_opt/ |
D | expect.1 | 40 Free blocks: 63442 41 Free inodes: 16373 63 Free blocks: 274-8192 64 Free inodes: 12-2048 70 Free blocks: 8453-16384 71 Free inodes: 2049-4096 77 Free blocks: 16645-24576 78 Free inodes: 4097-6144 84 Free blocks: 24837-32768 85 Free inodes: 6145-8192 [all …]
|
/external/e2fsprogs/tests/f_preen/ |
D | expect.2 | 6 Free blocks count wrong for group #0 (8042, counted=7614). 9 Free blocks count wrong for group #1 (170, counted=169). 12 Free blocks count wrong (8212, counted=7783). 15 Free inodes count wrong for group #0 (1053, counted=1052). 18 Free inodes count wrong for group #1 (1064, counted=1063). 24 Free inodes count wrong (2117, counted=2115).
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | expect | 38 Free blocks count wrong for group #0 (717, counted=718). 41 Free blocks count wrong (14276, counted=14277). 66 Free blocks count wrong for group #0 (717, counted=718). 69 Free blocks count wrong (14276, counted=14277). 94 Free blocks count wrong for group #0 (717, counted=718). 97 Free blocks count wrong (14276, counted=14277). 137 Free blocks count wrong for group #0 (718, counted=942). 140 Free blocks count wrong for group #1 (732, counted=956). 143 Free blocks count wrong for group #3 (732, counted=956). 146 Free blocks count wrong for group #5 (732, counted=956). [all …]
|
/external/valgrind/main/memcheck/tests/ |
D | suppfree.supp | 3 Memcheck:Free 14 Memcheck:Free 25 Memcheck:Free 37 Memcheck:Free 50 Memcheck:Free
|
/external/e2fsprogs/tests/f_zero_super/ |
D | expect.1 | 7 Free blocks count wrong for group #0 (7987, counted=7982). 10 Free blocks count wrong (11602, counted=11597). 13 Free inodes count wrong for group #0 (1493, counted=1488). 16 Free inodes count wrong (2997, counted=2992).
|
/external/e2fsprogs/tests/f_zero_group/ |
D | expect.1 | 7 Free blocks count wrong for group #0 (7987, counted=7982). 10 Free blocks count wrong (11602, counted=11597). 13 Free inodes count wrong for group #0 (1493, counted=1488). 16 Free inodes count wrong (2997, counted=2992).
|
/external/aac/libSYS/include/ |
D | genericStds.h | 151 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ 155 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ 162 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \ 168 static void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \ 174 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \ 180 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \ 186 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \ 192 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \ 198 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \ 204 void Free ## name(type** p) { if (p != NULL) { FDKafree_L(*p); *p=NULL; } } \ [all …]
|
/external/e2fsprogs/tests/m_dasd_bs/ |
D | expect.1 | 41 Free blocks: 31664 42 Free inodes: 16373 66 Free blocks: 557-16383 67 Free inodes: 12-8192 74 Free blocks: 16931-32767 75 Free inodes: 8193-16384
|
/external/e2fsprogs/tests/f_summary_counts/ |
D | expect.1 | 7 Free blocks count wrong for group #0 (200, counted=80). 10 Free blocks count wrong (200, counted=80). 13 Free inodes count wrong for group #0 (250, counted=5). 19 Free inodes count wrong (250, counted=5).
|
/external/e2fsprogs/tests/f_imagic_fs/ |
D | expect.1 | 13 Free blocks count wrong for group #0 (75, counted=87). 16 Free blocks count wrong (75, counted=87). 19 Free inodes count wrong for group #0 (1, counted=2). 25 Free inodes count wrong (1, counted=2).
|
/external/chromium/chrome/browser/importer/ |
D | nss_decryptor_win.cc | 82 Free(); in Init() 102 Free(); in ~NSSDecryptor() 110 Free(); in InitNSS() 140 Free(); in InitNSS() 146 Free(); in InitNSS() 154 void NSSDecryptor::Free() { in Free() function in NSSDecryptor
|
/external/e2fsprogs/tests/f_lpf2/ |
D | expect.1 | 23 Free blocks count wrong for group #0 (77, counted=89). 26 Free blocks count wrong (77, counted=89). 29 Free inodes count wrong for group #0 (2, counted=3). 35 Free inodes count wrong (2, counted=3).
|
/external/e2fsprogs/tests/f_lpf/ |
D | expect.1 | 30 Free blocks count wrong for group #0 (24, counted=33). 33 Free blocks count wrong (24, counted=33). 39 Free inodes count wrong for group #0 (1, counted=0). 42 Free inodes count wrong (1, counted=0).
|
/external/e2fsprogs/tests/f_imagic/ |
D | expect.1 | 29 Free blocks count wrong for group #0 (75, counted=87). 32 Free blocks count wrong (75, counted=87). 35 Free inodes count wrong for group #0 (1, counted=2). 41 Free inodes count wrong (1, counted=2).
|
/external/e2fsprogs/tests/f_badtable/ |
D | expect.1 | 24 Free blocks count wrong for group #0 (77, counted=87). 27 Free blocks count wrong (77, counted=87). 33 Free inodes count wrong for group #0 (20, counted=7). 39 Free inodes count wrong (20, counted=7).
|
/external/ceres-solver/internal/ceres/ |
D | sparse_normal_cholesky_solver.cc | 67 ss_.Free(factor_); in ~SparseNormalCholeskySolver() 74 cxsparse_.Free(cxsparse_factor_); in ~SparseNormalCholeskySolver() 134 cxsparse_.Free(A2); in SolveImplUsingCXSparse() 150 cxsparse_.Free(AtA); in SolveImplUsingCXSparse() 215 ss_.Free(rhs); in SolveImplUsingSuiteSparse() 226 ss_.Free(sol); in SolveImplUsingSuiteSparse()
|
/external/e2fsprogs/tests/f_misstable/ |
D | expect.1 | 27 Free blocks count wrong for group #0 (7987, counted=7984). 30 Free blocks count wrong (11602, counted=11599). 36 Free inodes count wrong for group #0 (1493, counted=1489). 42 Free inodes count wrong (2997, counted=2993).
|
/external/e2fsprogs/tests/f_extents/ |
D | expect.1 | 34 Free blocks count wrong for group #0 (7081, counted=7098). 37 Free blocks count wrong (7081, counted=7098). 43 Free inodes count wrong for group #0 (237, counted=238). 46 Free inodes count wrong (237, counted=238).
|
/external/e2fsprogs/tests/f_bbinode/ |
D | expect.1 | 33 Free blocks count wrong for group #0 (1962, counted=1965). 36 Free blocks count wrong (1962, counted=1965). 42 Free inodes count wrong for group #0 (485, counted=477). 45 Free inodes count wrong (485, counted=477).
|