HomeSort by relevance Sort by last modified time
    Searched refs:mDepth (Results 1 - 21 of 21) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 35 mHasChildren(false), mIsBlacklistedOrNotAWord(false), mDepth(0), mLeavingDepth(0) {}
50 mDepth = depth;
63 mDepth = nodeProp->mDepth;
76 mDepth = nodeProp->mDepth + 1; // Increment the depth of a passing child
97 return mDepth;
110 return mHasChildren || mDepth != mLeavingDepth;
128 uint16_t mDepth;
  /cts/libs/deviceutil/src/android/cts/util/
DeviceReportLog.java 31 mDepth = 4;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 41 private final int mDepth;
53 mDepth = weights.length;
54 mSamples = new float[mDepth];
60 mCurr = (mCurr + 1) % mDepth;
64 final int depth = mDepth;
  /external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraph.h 191 TDependencyGraphTraverser() : mDepth(0) {}
200 int getDepth() const { return mDepth; }
201 void incrementDepth() { ++mDepth; }
202 void decrementDepth() { --mDepth; }
208 int mDepth;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.h 74 int mDepth;
Camera3ZslStream.cpp 116 mDepth(depth) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 45 private int mDepth;
92 if (mDepth != 0) {
120 mNameStack[mDepth] = name;
129 mDepth++;
139 log("</" + mNameStack[mDepth] + '>');
142 mDepth--;
  /cts/libs/commonutil/src/com/android/cts/util/
ReportLog.java 41 protected static int mDepth = 3;
63 // note mDepth + 1 as this function will be called by printVaue or printArray
65 builder.append(getClassMethodNames(mDepth + 1, true) + LOG_ELEM_SEPARATOR + message +
184 return getClassMethodNames(mDepth, false);
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 76 int32_t mDepth;
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 36 thiz->mSize.mDepth = depth;
57 SLmillimeter depth = thiz->mSize.mDepth;
217 thiz->mSize.mDepth = 0;
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 139 return mDepth;
246 mDepth--;
251 mDepth++;
465 private int mDepth = 0;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 155 private int mDepth = 0;
245 if (!tagName.equals(mStack[--mDepth])) {
248 mStack[mDepth] = null;
253 mStack[mDepth++] = tagName;
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 102 mDepth = 0;
226 ++mDepth;
271 --mDepth;
  /cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java 322 int mDepth;
367 header.mDepth = headerBuffer.getInt();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 149 final short mDepth = 8;
164 out.writeShort(mDepth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 671 private final Map<Integer, String> mDepth = new HashMap<Integer, String>();
700 for (Map.Entry<Integer, String> entry : mDepth.entrySet()) {
711 if (node.getNodeType() == Node.ELEMENT_NODE && mDepth.get(depth) == null) {
724 mDepth.put(depth, indent);
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 155 SLmillimeter mDepth;
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
sdk-common.jar 
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 

Completed in 355 milliseconds