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

  /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 286 const int maxDepth = min(inputSize * MAX_DEPTH_MULTIPLIER, MAX_WORD_LENGTH);
287 correction->initCorrection(proximityInfo, inputSize, 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 929 int maxDepth = 0;
935 if (maxDepth < depth) {
936 maxDepth = depth;
939 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth);
941 mStateStack = new StateInfo[maxDepth];
942 mTempStateStack = new StateInfo[maxDepth]
    [all...]
  /frameworks/native/opengl/libagl/
context.h 446 uint8_t maxDepth;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 2199 milliseconds