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

  /frameworks/base/libs/rs/
rsScript.h 66 ObjectBaseRef<const Type> mTypes[MAX_SCRIPT_BANKS];
  /development/tools/zoneinfo/
ZoneInfo.java 93 mTypes = type;
103 if (mIsDsts[mTypes[lastdst] & 0xFF] != 0)
109 if (mIsDsts[mTypes[laststd] & 0xFF] == 0)
115 abbrev[mTypes[lastdst] & 0xFF]);
119 abbrev[mTypes[laststd] & 0xFF]);
128 if (laststd >= mTypes.length) {
131 mRawOffset = mGmtOffs[mTypes[laststd] & 0xFF];
192 return mGmtOffs[mTypes[trans] & 0xFF] * 1000 + mRawOffset;
217 return mIsDsts[mTypes[trans] & 0xFF] != 0;
228 private byte[] mTypes;
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Script.java 26 Type[] mTypes;
82 Type[] mTypes;
90 mTypes = new Type[MAX_SLOT];
97 mTypes[slot] = t;
102 mTypes[slot] = t;
121 for(int ct=0; ct < mTypes.length; ct++) {
122 if(mTypes[ct] != null) {
123 mRS.nScriptSetType(mTypes[ct].mID, mWritable[ct], mNames[ct], ct);
133 s.mTypes = mTypes;
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 56 private final byte[] mTypes;
65 mTypes = type;
74 if (mIsDsts[mTypes[lastdst] & 0xFF] != 0) {
81 if (mIsDsts[mTypes[laststd] & 0xFF] == 0) {
87 mDaylightName = nullName(abbreviationList, abbreviationIndexes[mTypes[lastdst] & 0xFF]);
92 mStandardName = nullName(abbreviationList, abbreviationIndexes[mTypes[laststd] & 0xFF]);
103 if (laststd >= mTypes.length) {
106 mRawOffset = mGmtOffs[mTypes[laststd] & 0xFF];
177 return mGmtOffs[mTypes[trans] & 0xFF] * 1000 + mRawOffset;
202 return mIsDsts[mTypes[trans] & 0xFF] != 0
    [all...]
  /build/tools/droiddoc/src/
Converter.java 515 return (TypeInfo)mTypes.obtain(o);
517 private static Cache mTypes = new Cache()
  /frameworks/base/tools/aapt/
ResourceTable.h 491 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
501 DefaultKeyedVector<String16, sp<Type> > mTypes;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 100 private int[] mTypes;
174 mTypes = intent.getIntArrayExtra(EXTRA_DETAIL_TYPES);
270 if (mTypes != null && mValues != null) {
271 for (int i = 0; i < mTypes.length; i++) {
274 final String label = getString(mTypes[i]);
276 switch (mTypes[i]) {

Completed in 544 milliseconds