Searched refs:mKind (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DRelation.java40 private final String mKind; field in class:Relation
44 mKind = kind;
53 return mKind;
124 if (mKind != null ? !mKind.equals(relation.mKind) : relation.mKind != null) {
133 int result = mKind != null ? mKind.hashCode() : 0;
/frameworks/rs/
H A DrsComponent.cpp31 mKind = dk;
42 switch (mKind) {
71 rsAssert(mKind != RS_KIND_INVALID);
82 rsAssert(mKind == RS_KIND_PIXEL_RGB);
88 rsAssert(mKind == RS_KIND_PIXEL_RGBA);
94 rsAssert(mKind == RS_KIND_PIXEL_RGBA);
101 rsAssert(mKind == RS_KIND_USER);
107 rsAssert(mKind == RS_KIND_USER);
113 rsAssert(mKind == RS_KIND_USER);
129 rsAssert(mKind
[all...]
H A DrsComponent.h39 RsDataKind getKind() const {return mKind;}
55 RsDataKind mKind; member in class:android::renderscript::Component
H A Drs.spec148 param RsDataKind mKind
/frameworks/wilhelm/src/
H A DThreadPool.h42 ClosureKind mKind; member in struct:__anon1728
H A DThreadPool.c37 ClosureKind kind = closure.mKind;
259 closure->mKind = kind;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DAsyncListUtilTest.java301 final private String mKind; field in class:AsyncListUtilTest.PositionSetLatch
304 this.mKind = kind;
327 assertTrue("unexpected " + mKind + " @" + position, mExpectedPositions.get(position));
/frameworks/av/media/libstagefright/include/
H A DAVIExtractor.h69 } mKind; member in struct:android::AVIExtractor::Track
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java625 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
627 mType.getElement().mKind + ", type " +
634 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
637 mType.getElement().mKind + ", type " +
644 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
647 mType.getElement().mKind + ", type " +
654 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
657 mType.getElement().mKind + ", type " +
H A DElement.java70 DataKind mKind; field in class:Element
307 return mKind;
725 mKind = DataKind.USER;
748 mKind = dk;
762 return mRS.nIncElementCreate(mType.mID, mKind.mID, mNormalized, mVectorSize);
902 // Ignore mKind because it is allowed to be different (user vs. pixel).
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp658 track->mKind = kind;
676 if (track->mKind == Track::OTHER) {
681 bool isVideo = (track->mKind == Track::VIDEO);
799 if (!IsCorrectChunkType(-1, track->mKind, chunkType)) {
803 if (track->mKind == Track::OTHER) {
1137 if (!IsCorrectChunkType(trackIndex, track.mKind, chunkType)) {
/frameworks/base/rs/java/android/renderscript/
H A DElement.java63 DataKind mKind; field in class:Element
303 return mKind;
1067 mKind = DataKind.USER;
1091 mKind = dk;
1105 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
1120 mKind = dk;
1285 // Ignore mKind because it is allowed to be different (user vs. pixel).
H A DAllocation.java639 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
641 mType.getElement().mKind + ", type " +
648 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
651 mType.getElement().mKind + ", type " +
658 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
661 mType.getElement().mKind + ", type " +
668 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
671 mType.getElement().mKind + ", type " +
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1317 operation.mKind = kind;
1462 public String mKind; field in class:SQLiteConnection.Operation
1470 msg.append(mKind);
1514 String methodName = mKind + " " + mSql;
/frameworks/rs/api/
H A DSpecification.cpp409 spec->mKind = SIMPLE;
413 spec->mKind = RS_OBJECT;
416 spec->mKind = STRUCT;
427 spec->mKind = ENUM;
H A DSpecification.h293 TypeKind mKind; // The kind of type specification member in class:TypeSpecification
295 // If mKind is SIMPLE:
298 // If mKind is STRUCT:
304 // If mKind is ENUM:
312 TypeKind getKind() const { return mKind; }
/frameworks/rs/cpp/
H A DElement.cpp208 mKind = RS_KIND_USER;
291 mKind = dk;
398 * Ignore mKind because it is allowed to be different (user vs. pixel).
H A DrsCppStructs.h983 return mKind;
1448 RsDataKind mKind; member in class:android::RSC::Element
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1341 milliseconds