HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
QueryImpl.h 24 explicit QueryImpl(GLenum type) { mType = type; }
32 GLenum getType() const { return mType; }
37 GLenum mType;
  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 24 private String mType;
36 mType = type;
45 mNameAndType = mName + ":" + TypeUtils.typeToDescriptor(mType);
54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList);
55 if (!type.equals(mType)) {
57 mType = type;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupItem.java 15 private final int mType;
19 mType = type;
34 return mType == PopupItemType.ENABLED || mType == PopupItemType.GROUP;
39 return mType == PopupItemType.GROUP;
43 return mType;
  /external/doclava/src/com/google/doclava/
AnnotationInstanceInfo.java 25 private ClassInfo mType;
31 mType = null;
36 mType = type;
41 return mType;
45 mType = cl;
64 if (mType == null) {
67 str.append(mType.qualifiedName());
ParameterInfo.java 30 mType = type;
40 mName, mTypeName, mType.getTypeWithArguments(typeArgumentMapping), mIsVarArg, mPosition);
44 return mType;
95 return mType.dimension().equals(dimension);
100 TypeInfo mType;
  /dalvik/hit/src/com/android/hit/
RootObj.java 22 RootType mType = RootType.UNKNOWN;
42 mType = type;
51 if (mType == RootType.SYSTEM_CLASS) {
70 if (mType == RootType.SYSTEM_CLASS) {
105 return "root " + mType.getName();
109 return String.format("%s@0x08x", mType.getName(), mId);
RootType.java 38 private final int mType;
42 mType = type;
47 return mType;
ArrayInstance.java 24 private int mType;
32 mType = type;
38 if (mType != Types.OBJECT) {
46 int idSize = Types.getTypeSize(mType);
93 if (mType != Types.OBJECT) {
101 int idSize = Types.getTypeSize(mType);
131 return Types.getTypeName(mType) + "[" + mNumEntries + "]";
141 if (mType != Types.OBJECT) {
145 int idSize = Types.getTypeSize(mType);
  /external/chromium_org/third_party/angle/src/compiler/translator/
LoopInfo.h 24 TBasicType getType() const { return mType; }
25 void setType(TBasicType type) { mType = type; }
35 TBasicType mType; // Either EbtInt or EbtFloat
parseConst.cpp 21 mType(t),
46 TType mType;
79 buf.append(mType.getCompleteString());
94 buf.append(mType.getCompleteString());
106 buf.append(mType.getCompleteString());
171 size_t instanceSize = mType.getObjectSize();
172 TBasicType basicType = mType.getBasicType();
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 60 inline Value(): mType(ETypeDouble) {};
61 inline Value(Type type): mType(type) {};
62 inline Value(double val): mType(ETypeDouble) {
65 inline Value(int64_t val): mType(ETypeI64) {
69 return mType;
72 mType = type;
76 mType = ETypeDouble;
86 mType = ETypeI64;
98 return ((mValue[0] == b.mValue[0]) && (mType == b.mType));
    [all...]
TaskProcess.h 61 ProcessType mType;
78 return (mType == EId);
81 ParamType mType;
TaskGeneric.h 56 return mType;
108 TaskType mType;
  /external/chromium_org/components/bookmarks/common/android/java/src/org/chromium/components/bookmarks/
BookmarkId.java 23 private final int mType;
27 mType = type;
87 return mType;
91 switch (mType) {
110 return (item.mId == mId && item.mType == mType);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.h 62 GLenum getType() const { return mType; }
105 const GLenum mType;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ShaderD3D.h 69 GLenum mType;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
EncodingOption.java 56 private EncodingType mType;
61 mType = type;
67 return mType + ":" + mSymbolLength;
71 return mType;
89 if (mType == null) {
90 if (other.mType != null) {
93 } else if (!mType.equals(other.mType)) {
103 result = result * 31 + (mType != null ? mType.hashCode() : 0)
    [all...]
PoloMessage.java 67 private final PoloMessageType mType;
70 mType = type;
74 return mType;
79 return "[" + mType.toString() + "]";
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java 52 protected ProjectionPresentationType mType;
67 mService.startRendering(mSurface, mWidth, mHeight, metrics.densityDpi, mType.ordinal());
  /cts/common/util/src/com/android/compatibility/common/util/
ReportLog.java 39 private ResultType mType;
65 mType = type;
82 return mType;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
AllocationCache.java 208 private final Type mType;
212 mType = type;
218 return mType.hashCode() ^ mUsage;
226 return otherKey.mType.equals(mType) && otherKey.mUsage == otherKey.mUsage;
AllocationInfo.java 46 private final Type mType;
240 mType = typeBuilder.create();
252 return mType;
400 return mType.equals(other.mType) && mUsage == other.mUsage;
414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
OmniboxSuggestion.java 17 private final Type mType;
96 mType = Type.getTypeFromNativeType(nativeType);
119 return mType;
163 return mType.isUrl();
186 return mType + " relevance=" + mRelevance + " \"" + mDisplayText + "\" -> " + mUrl;
191 int hash = 37 * mType.mNativeType + mDisplayText.hashCode() + mFillIntoEdit.hashCode() +
212 return mType == suggestion.mType
SuggestionAnswer.java 176 private final int mType;
180 mType = jsonTextField.getInt(ANSWERS_JSON_TEXT_TYPE);
185 return mType;
  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
MessageHeader.java 46 private final int mType;
55 mType = type;
66 mType = type;
79 mType = decoder.readInt(TYPE_OFFSET);
105 return mType;
176 result = prime * result + mType;
205 mType == other.mType);

Completed in 1935 milliseconds

1 2