| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | InstructionList.java | 139 InstructionHandle ih = start; in findHandle() local 173 InstructionHandle ih; in InstructionList() local 198 InstructionHandle ih = findHandle(ihs, pos, count, target); in InstructionList() local 229 public InstructionHandle append(final InstructionHandle ih, final InstructionList il) { in append() 261 InstructionHandle ih; in append() local 298 private void append(final InstructionHandle ih) { in append() 319 final InstructionHandle ih = InstructionHandle.getInstructionHandle(i); in append() local 332 final BranchHandle ih = BranchHandle.getBranchHandle(i); in append() local 383 public InstructionHandle append(final InstructionHandle ih, final CompoundInstruction c) { in append() 396 public InstructionHandle append(final InstructionHandle ih, final Instruction i) { in append() [all …]
|
| D | LineNumberGen.java | 32 private InstructionHandle ih; field in LineNumberGen 41 public LineNumberGen(final InstructionHandle ih, final int src_line) { in LineNumberGen() 51 public boolean containsTarget( final InstructionHandle ih ) { in containsTarget() 80 public void setInstruction( final InstructionHandle ih ) { // TODO could be package-protected? in setInstruction()
|
| /external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
| D | InstructionHandleTestCase.java | 29 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionNull() local 37 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionI() local 45 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionnotI() local 59 final InstructionHandle ih = il.append(InstructionConst.NOP); in testBCEL195() local
|
| /external/apache-commons-bcel/src/examples/ |
| D | JasminVisitor.java | 191 InstructionHandle ih = bi.getTarget(); in visitCode() local 198 InstructionHandle ih = lv.getStart(); in visitCode() local 206 InstructionHandle ih = c.getStartPC(); in visitCode() local 217 InstructionHandle ih = ln.getInstruction(); in visitCode() local 287 private String get(InstructionHandle ih) { in get() 292 private void put(InstructionHandle ih, String line) { in put()
|
| /external/ltp/testcases/kernel/syscalls/utils/ |
| D | inotify.h | 86 struct inotify_handle *ih; /* associated inotify handle */ member 176 static inline void inotify_destroy(struct inotify_handle *ih) in inotify_destroy() 180 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode, in inotify_find_watch() 186 static inline __s32 inotify_find_update_watch(struct inotify_handle *ih, in inotify_find_update_watch() 192 static inline __s32 inotify_add_watch(struct inotify_handle *ih, in inotify_add_watch() 199 static inline int inotify_rm_watch(struct inotify_handle *ih, in inotify_rm_watch() 205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd) in inotify_rm_wd() 210 static inline void inotify_remove_watch_locked(struct inotify_handle *ih, in inotify_remove_watch_locked()
|
| /external/kernel-headers/original/uapi/linux/ |
| D | coda.h | 322 struct coda_in_hdr ih; member 336 struct coda_in_hdr ih; member 347 struct coda_in_hdr ih; member 358 struct coda_in_hdr ih; member 369 struct coda_in_hdr ih; member 386 struct coda_in_hdr ih; member 398 struct coda_in_hdr ih; member 409 struct coda_in_hdr ih; member 425 struct coda_in_hdr ih; member 440 struct coda_in_hdr ih; member [all …]
|
| /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/ |
| D | hash.pass.cpp | 81 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 115 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | pred.pass.cpp | 90 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 124 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | default.pass.cpp | 75 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 114 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| /external/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/ |
| D | hash.pass.cpp | 82 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 116 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | pred.pass.cpp | 91 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 125 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | default.pass.cpp | 76 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 115 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | hash.pred.pass.cpp | 97 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 134 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| /external/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/ |
| D | hash.pass.cpp | 81 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 115 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | pred.pass.cpp | 88 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 122 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | default.pass.cpp | 76 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 115 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/ |
| D | hash.pass.cpp | 80 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 114 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | pred.pass.cpp | 87 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 121 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | default.pass.cpp | 75 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 114 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | hash.pred.pass.cpp | 93 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 127 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.search/func.search.bmh/ |
| D | hash.pass.cpp | 80 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 114 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | pred.pass.cpp | 87 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 121 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | default.pass.cpp | 75 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 114 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.search/func.search.bm/ |
| D | hash.pass.cpp | 81 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 115 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|
| D | pred.pass.cpp | 90 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test() local 124 char ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; in test2() local
|