/external/e2fsprogs/debugfs/ |
D | ncheck.c | 30 ext2_ino_t *iarray; member 55 if (iw->iarray[i] == dirent->inode) { in ncheck_proc() 67 printf("%u\t%s/%.*s", iw->iarray[i], in ncheck_proc() 72 printf("%u\t<%u>/%.*s", iw->iarray[i], in ncheck_proc() 127 iw.iarray = malloc(sizeof(ext2_ino_t) * argc); in do_ncheck() 128 if (!iw.iarray) { in do_ncheck() 133 memset(iw.iarray, 0, sizeof(ext2_ino_t) * argc); in do_ncheck() 137 iw.iarray[i] = strtol(argv[i], &tmp, 0); in do_ncheck() 142 if (debugfs_read_inode(iw.iarray[i], &inode, *argv)) in do_ncheck() 210 free(iw.iarray); in do_ncheck()
|
/external/llvm-project/flang/test/Semantics/ |
D | resolve91.f90 | 56 integer, dimension(3) :: iarray variable 58 character(len=ubound(iarray)(1)) :: first 62 integer, dimension(2) :: iarray variable 64 integer :: ivar = ubound(iarray)(1)
|
D | stop01.f90 | 7 integer, dimension(1:100) :: iarray variable 26 if (i .eq. 0) stop iarray(1) 47 if (i .eq. 0) error stop iarray(1)
|
/external/clang/test/SemaObjC/ |
D | objc-container-subscripting.m | 19 I* iarray; 20 …iarray[3] = 0; // expected-error {{expected method to write array element not found on object of t… 21 …I* p = iarray[4]; // expected-error {{expected method to read array element not found on object of…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objc-container-subscripting.m | 19 I* iarray; 20 …iarray[3] = 0; // expected-error {{expected method to write array element not found on object of t… 21 …I* p = iarray[4]; // expected-error {{expected method to read array element not found on object of…
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | DateFormatSymbolsTest.java | 120 private void compareArrays(Object jarray, Object iarray, Locale loc, String method) { in compareArrays() argument 123 String[][] iaa = (String[][])iarray; in compareArrays() 143 String[] ia = (String[])iarray; in compareArrays()
|
/external/llvm-project/libcxx/src/ |
D | ios.cpp | 168 long* iarray = static_cast<long*>(realloc(__iarray_, newcap * sizeof(long))); in iword() local 169 if (iarray == 0) in iword() 176 __iarray_ = iarray; in iword()
|
/external/libcxx/src/ |
D | ios.cpp | 185 long* iarray = static_cast<long*>(realloc(__iarray_, newcap * sizeof(long))); in iword() local 186 if (iarray == 0) in iword() 193 __iarray_ = iarray; in iword()
|
/external/clang/test/Sema/ |
D | designated-initializers.c | 7 int iarray[10] = { variable
|
/external/llvm-project/clang/test/Sema/ |
D | designated-initializers.c | 7 int iarray[10] = { variable
|
/external/openssh/ |
D | servconf.c | 251 char ***array, int **iarray, u_int *lp, const char *s, int i) in array_append2() argument 257 if (iarray != NULL) { in array_append2() 258 *iarray = xrecallocarray(*iarray, *lp, *lp + 1, in array_append2() 259 sizeof(**iarray)); in array_append2() 260 (*iarray)[*lp] = i; in array_append2()
|