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

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 35 mWordId(NOT_A_WORD_ID), mDepth(0), mLeavingDepth(0), mPrevWordCount(0) {}
45 mDepth = depth;
56 mDepth = 0;
66 mDepth = dicNodeProp->mDepth;
78 mDepth = dicNodeProp->mDepth + 1; // Increment the depth of a passing child
94 return mDepth;
107 return (mChildrenPtNodeArrayPos != NOT_A_DICT_POS) || mDepth != mLeavingDepth;
125 uint16_t mDepth;
    [all...]
  /frameworks/support/lifecycle/integration-tests/test-app/src/main/java/com/android/support/lifecycle/testapp/
LiveDataTestActivity.java 60 int mDepth = MAX_DEPTH;
71 if (mDepth == MAX_DEPTH) {
75 aFragment.mDepth = mDepth + 1;
77 bFragment.mDepth = mDepth + 1;
79 .add(aFragment, getTag() + "_" + mDepth + "_a")
80 .add(bFragment, getTag() + "_" + mDepth + "_b")
95 internalFragment.mDepth = 1;
  /external/swiftshader/src/OpenGL/compiler/
intermOut.cpp 89 OutputTreeText(sink, node, mDepth);
99 OutputTreeText(out, node, mDepth);
163 OutputTreeText(out, node, mDepth);
254 OutputTreeText(out, node, mDepth);
339 OutputTreeText(out, node, mDepth);
344 ++mDepth;
346 OutputTreeText(sink, node, mDepth);
350 OutputTreeText(sink, node, mDepth);
358 OutputTreeText(sink, node, mDepth);
363 --mDepth;
    [all...]
intermediate.h 702 mDepth(0) {}
718 mDepth++;
724 mDepth--;
739 int mDepth;
  /frameworks/base/tools/aapt/
pseudolocalize.h 33 PseudoMethodAccent() : mDepth(0), mWordCount(0), mLength(0) {}
39 size_t mDepth;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyNodeImpl.java 67 private int mDepth;
117 mDepth = mParent.getDepth() + 1;
120 mDepth = 0;
149 return mDepth;
259 if ((node.mChildren.size() == 0) && (depth > mDepth + 1))
314 if (mDepth == depth) {
349 if (mDepth < depth) {
379 if (mDepth < depth) {
  /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;
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 47 private int mDepth;
81 dataDepth = mDepth;
83 mFinalDepth = mDepth;
90 if (mDepth <= dataDepth) {
119 mDepth = mDelegate.getDepth();
139 depth = mDepth;
160 return mPeeked ? mDepth : mDelegate.getDepth();
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 823 private int mDepth = 0;
828 mDepth++;
829 assertEquals(mDepth, builder.getTextWatcherDepth());
830 mDepth--;
836 mDepth++;
837 assertEquals(mDepth, builder.getTextWatcherDepth());
838 mDepth--;
844 mDepth++;
845 assertEquals(mDepth, builder.getTextWatcherDepth());
846 if (mDepth <= builder.length())
    [all...]
  /art/tools/ahat/src/heapdump/
Site.java 37 // mId is the id of an object allocated at that stack trace, and mDepth
40 // For the root site, mId is 0 and mDepth is 0.
42 private int mDepth;
113 mDepth = depth;
265 return mDepth;
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.cpp 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 141 return mDepth;
248 mDepth--;
253 mDepth++;
467 private int mDepth = 0;
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/
AndroidBinXmlParser.java 72 private int mDepth;
112 return mDepth;
250 mDepth--;
307 mDepth++;
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.h 65 uint32_t getDepth() const { return mDepth; }
74 const uint32_t mDepth;
rsovAllocation.cpp 225 mDepth(type->getDimZ()) {}
  /frameworks/base/core/java/android/util/proto/
ProtoOutputStream.java 192 private int mDepth;
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureLoader.java 310 int mDepth;
355 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 676 private final Map<Integer, String> mDepth = new HashMap<Integer, String>();
705 for (Map.Entry<Integer, String> entry : mDepth.entrySet()) {
716 if (node.getNodeType() == Node.ELEMENT_NODE && mDepth.get(depth) == null) {
729 mDepth.put(depth, indent);
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 157 SLmillimeter mDepth;
  /frameworks/rs/rsov/compiler/spirit/
module.h 256 uint32_t mDepth;
module.cpp 482 mLocalSize.mDepth = depth;
  /prebuilts/misc/common/robolectric/lib/
robolectric-resources-3.1.1.jar 
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0/
apksig-2.3.0.jar 

Completed in 1151 milliseconds

1 2 3 4 5 6 7 8 91011>>