HomeSort by relevance Sort by last modified time
    Searched defs:maxDepth (Results 1 - 8 of 8) sorted by null

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TooManyViewsDetector.java 69 int maxDepth = 0;
81 maxDepth = Integer.parseInt(depthValue);
88 if (maxDepth == 0) {
89 maxDepth = 10;
93 MAX_DEPTH = maxDepth;
  /external/srec/tools/grxmlcompile/
sub_min.cpp 122 int ii, jj, dd, maxDepth, count, itCnt;
124 maxDepth= 0;
126 if (maxDepth < depthMap[ii])
127 maxDepth= depthMap[ii];
133 for (dd= 0; dd <= maxDepth; dd++)
  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.cpp 308 const int maxDepth = min(inputLength * MAX_DEPTH_MULTIPLIER, MAX_WORD_LENGTH);
309 correction->initCorrection(proximityInfo, inputLength, maxDepth);
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 95 static const int maxDepth = 20000;
609 if (m_depth > maxDepth)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 863 int maxDepth = 0;
869 if (maxDepth < depth) {
870 maxDepth = depth;
873 if (mDbg) Log.d(TAG, "completeConstruction: maxDepth=" + maxDepth);
875 mStateStack = new StateInfo[maxDepth];
876 mTempStateStack = new StateInfo[maxDepth];
    [all...]
  /frameworks/native/opengl/libagl/
context.h 446 uint8_t maxDepth;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 

Completed in 1667 milliseconds