Searched defs:maxdepth (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dget_pathname.c72 ext2_ino_t ino, int maxdepth,
87 if (!dir || (maxdepth < 0)) {
120 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1,
71 ext2fs_get_pathname_int(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino, int maxdepth, char *buf, char **name) argument
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONWriter.java60 private static final int maxdepth = 20; field in class:JSONWriter
99 this.stack = new JSONObject[maxdepth];
271 if (this.top >= maxdepth) {
/external/libunwind/src/x86_64/
H A DGtrace.c403 int maxdepth = 0; local
408 if (unlikely(! cursor || ! buffer || ! size || (maxdepth = *size) <= 0))
436 while (depth < maxdepth)
/external/chromium_org/third_party/re2/re2/
H A Dparse.cc813 int maxdepth) {
815 if (maxdepth <= 0)
865 maxdepth - 1);
916 maxdepth - 1);
810 FactorAlternationRecursive( Regexp** sub, int n, Regexp::ParseFlags altflags, int maxdepth) argument
/external/regex-re2/re2/
H A Dparse.cc813 int maxdepth) {
815 if (maxdepth <= 0)
865 maxdepth - 1);
916 maxdepth - 1);
810 FactorAlternationRecursive( Regexp** sub, int n, Regexp::ParseFlags altflags, int maxdepth) argument
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 326 milliseconds