Searched refs:indir (Results 1 - 5 of 5) sorted by relevance

/external/toybox/toys/posix/
H A Dls.c296 static void listfiles(int dirfd, struct dirtree *indir) argument
305 perror_msg_raw(indir->name);
314 if (!indir->parent) {
317 dt = indir->child;
330 } else dirtree_recurse(indir, filter, dup(dirfd),
337 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++)
343 if (indir->parent && (TT.singledir!=indir || (flags&FLAG_R)))
345 char *path = dirtree_path(indir, 0);
364 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h57 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, argument
60 IsIndirect(indir) {
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java36 private File indir; // root of input field in class:CodeMangler
191 indir = new File(inname);
193 indir = indir.getCanonicalFile();
198 if (!indir.exists()) {
199 throw new IllegalArgumentException("Input directory '" + indir.getAbsolutePath() + "' does not exist.");
200 } else if (!indir.isDirectory()) {
201 throw new IllegalArgumentException("Input path '" + indir.getAbsolutePath() + "' is not a directory.");
203 if (verbose) System.out.println("indir: " + indir
[all...]
/external/devlib/devlib/utils/
H A Dssh.py395 def set_hostinteractdir(self, indir):
397 .format(self.gem5_input_dir, indir))
398 self.gem5_input_dir = indir
/external/valgrind/perf/
H A Dtinycc.c12676 static void indir(void)
12866 indir();
13039 indir();
13073 indir();
13632 indir();
16118 int reg, indir;
16121 indir = 0;
16124 indir = OP_INDIR;
16217 op->type |= indir;
12674 static void indir(void) function
16116 int reg, indir; local

Completed in 362 milliseconds