HomeSort by relevance Sort by last modified time
    Searched full:maxdepth (Results 76 - 100 of 526) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONWriter.java 60 private static final int maxdepth = 20; field in class:JSONWriter
99 this.stack = new JSONObject[maxdepth];
271 if (this.top >= maxdepth) {
  /external/ceres-solver/docs/source/
index.rst 11 :maxdepth: 3
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 67 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.cpp 95 vp.MaxDepth = 1.0f;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 98 vp.MaxDepth = 1.0f;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 97 vp.MaxDepth = 1.0f;
  /external/opencv3/modules/ml/src/
kdtree.cpp 64 maxDepth = -1;
70 maxDepth = -1;
77 maxDepth = -1;
261 maxDepth = _maxDepth;
kdtree.hpp 90 CV_PROP int maxDepth; //!< maximum depth of the search tree. Do not modify it
  /external/proguard/build/
build.sh 56 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \
makefile 83 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.sh 80 find /tmp -maxdepth 1 \(\
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 664 int maxDepth = depth > CV_8S ? CV_64F : std::max(std::max(CV_32F, tdepth), cdepth);
685 Mat dftTempl( dftsize.height*tcn, dftsize.width, maxDepth );
686 Mat dftImg( dftsize, maxDepth );
689 if( tcn > 1 && tdepth != maxDepth )
692 if( cn > 1 && depth != maxDepth )
696 if( (ccn > 1 || cn > 1) && cdepth != maxDepth )
711 src = tdepth == maxDepth ? dst1 : Mat(templ.size(), tdepth, &buf[0]);
768 src = depth == maxDepth ? dst1 : Mat(y2-y1, x2-x1, depth, &buf[0]);
790 if( cdepth != maxDepth )
805 if( maxDepth != cdepth
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth;
735 if (CondDepth > MaxDepth) {
736 unsigned Extra = CondDepth - MaxDepth;
746 if (TDepth > MaxDepth) {
747 unsigned Extra = TDepth - MaxDepth;
757 if (FDepth > MaxDepth) {
758 unsigned Extra = FDepth - MaxDepth;
  /build/kati/
find.cc 532 // <pred> ::= <name> | <type> | <maxdepth>
535 // <maxdepth> ::= '-maxdepth' MAXDEPTH
561 } else if (tok == "-maxdepth") {
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 659 maxDepth = 0
679 if depth > maxDepth:
680 maxDepth = depth
682 print depth, maxDepth
683 return maxDepth
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 659 maxDepth = 0
679 if depth > maxDepth:
680 maxDepth = depth
682 print depth, maxDepth
683 return maxDepth
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 659 maxDepth = 0
679 if depth > maxDepth:
680 maxDepth = depth
682 print depth, maxDepth
683 return maxDepth
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 659 maxDepth = 0
679 if depth > maxDepth:
680 maxDepth = depth
682 print depth, maxDepth
683 return maxDepth
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 227 const int MaxDepth = 20;
228 if (Depth >= MaxDepth)
  /cts/apps/CtsVerifier/
Android.mk 64 find -L $(1) -maxdepth 1 -name *.java -and -not -name ".*") \
  /developers/build/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/leanback/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/sample-inputs/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/visual-game-controller/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`

Completed in 229 milliseconds

1 2 34 5 6 7 8 91011>>