Searched refs:maxdepth (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tests/TouchLatency/ |
D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/samples/bouncyball/ |
D | gradlew | 115 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/multidex/ |
D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/samples/unitypackaging/ |
D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/third_party/cube/ |
D | gradlew | 115 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/ |
D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/ |
D | gradlew | 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/samples/cube/ |
D | gradlew | 115 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 321 int maxdepth; in upb_def_freeze() local 363 maxdepth = UPB_MAX_MESSAGE_DEPTH * 2; in upb_def_freeze() 366 ret = upb_refcounted_freeze((upb_refcounted * const *)defs, n, s, maxdepth); in upb_def_freeze() 2985 int maxdepth; member 3141 if (++t->depth > t->maxdepth) { in tarjan_visit() 3142 upb_status_seterrf(t->status, "graph too deep to freeze (%d)", t->maxdepth); in tarjan_visit() 3189 int maxdepth) { in freeze() argument 3200 t.maxdepth = maxdepth; in freeze() 3490 int maxdepth) { in upb_refcounted_freeze() argument 3495 return freeze(roots, n, s, maxdepth); in upb_refcounted_freeze()
|
D | upb.h | 1225 int maxdepth);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 427 const size_t maxdepth = UPB_MAX_MESSAGE_DEPTH * 2; in upb_def_freeze() local 435 return upb_refcounted_freeze((upb_refcounted *const*)defs, n, s, maxdepth); in upb_def_freeze() 3144 int maxdepth; member 3300 if (++t->depth > t->maxdepth) { in tarjan_visit() 3301 upb_status_seterrf(t->status, "graph too deep to freeze (%d)", t->maxdepth); in tarjan_visit() 3348 int maxdepth) { in freeze() argument 3359 t.maxdepth = maxdepth; in freeze() 3646 int maxdepth) { in upb_refcounted_freeze() argument 3652 ret = freeze(roots, n, s, maxdepth); in upb_refcounted_freeze()
|
D | upb.h | 1513 int maxdepth);
|