HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 38 private int mType = -1;
101 mType = (mType + 1) % 3;
103 if (mType == 0) {
109 if (mType == 1) {
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
AudioCapture.java 32 private int mType;
42 mType = type;
117 if (mType == TYPE_PCM) {
141 if (mType == TYPE_PCM) {
157 if (mType == TYPE_PCM) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
SingleResourceFile.java 58 private ResourceType mType;
67 mType = types[0];
70 mResourceName = getResourceName(mType);
76 mValue = new ResourceValue(mType.getName(), getResourceName(mType),
80 mType.getName(),
81 getResourceName(mType),
ResourceFolder.java 37 ResourceFolderType mType;
52 mType = type;
108 return mType;
224 if (rft == mType) {
  /system/extras/tests/sdcard/
testcase.cpp 45 mType(UNKNOWN_TEST), mDump(false), mCpuScaling(false),
80 if (UNKNOWN_TEST == mType)
171 if (strcmp(mName, "write") == 0) mType = WRITE;
172 if (strcmp(mName, "read") == 0) mType = READ;
173 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
174 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
176 return UNKNOWN_TEST != mType;
  /development/simulator/app/
MessageStream.h 84 MessageType getType(void) const { return mType; }
115 mType = kTypeUnknown;
121 MessageType mType;
MessageStream.cpp 33 mType = kTypeRaw;
50 mType = kTypeConfig;
80 mType = kTypeCommand;
97 mType = kTypeCommandExt;
112 LOG(LOG_WARN, "", "type is %d, len is %d\n", mType, mLength);
149 mType = kTypeLogBundle;
181 mType, mLength);
233 mType = (MessageType) header[2];
298 writeBuf[2] = (unsigned char) mType;
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 69 if (row.mType == TYPE_DAY) {
81 if (row.mType == TYPE_DAY) {
98 mRowInfo.get(position).mType : TYPE_DAY;
108 if (row.mType == TYPE_DAY) {
151 } else if (row.mType == TYPE_MEETING) {
162 throw new IllegalStateException("Unknown event type:" + row.mType);
274 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
275 final int mType;
277 // If mType is TYPE_DAY, then mData is the Julian day. Otherwise
278 // mType is TYPE_MEETING and mData is the cursor position
    [all...]
  /frameworks/base/libs/rs/
rsMesh.h 55 RsPrimitive mType;
rsAllocation.cpp 30 mPtr = malloc(mType->getSizeBytes());
70 mType.set(type);
120 rsAssert(lodOffset < mType->getLODCount());
124 mTextureGenMipmap = !mType->getDimLOD() && genMipmap;
137 GLenum type = mType->getElement()->getComponent().getGLType();
138 GLenum format = mType->getElement()->getComponent().getGLFormat();
161 for(uint32_t lod = 0; (lod + mTextureLOD) < mType->getLODCount(); lod++) {
183 rsAssert(!mType->getDimY());
184 rsAssert(!mType->getDimZ());
202 glBufferData(GL_ARRAY_BUFFER, mType->getSizeBytes(), getPtr(), GL_DYNAMIC_DRAW)
    [all...]
rsAllocation.h 48 const Type * getType() const {return mType.get();}
81 ObjectBaseRef<const Type> mType;
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java 36 final String mType;
42 mType = type;
95 && listenerEntry.mType.equals(eventImpl.getType())) {
124 && listenerEntry.mType.equals(type)) {
  /external/webkit/WebKit/android/nav/
CachedNode.h 110 bool isAnchor() const { return mType == ANCHOR_CACHEDNODETYPE; }
112 bool isArea() const { return mType == AREA_CACHEDNODETYPE; }
114 bool isFrame() const { return mType == FRAME_CACHEDNODETYPE; }
120 bool isPlugin() const { return mType == PLUGIN_CACHEDNODETYPE; }
122 return mType >= ADDRESS_CACHEDNODETYPE && mType <= PHONE_CACHEDNODETYPE;
125 bool isTextInput() const { return mType == TEXT_INPUT_CACHEDNODETYPE; }
169 void setType(CachedNodeType type) { mType = type; }
192 CachedNodeType mType : 4;
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 34 Type mType;
40 mType = t;
44 return mType;
64 subData1D(0, mType.getElementCount(), d);
68 subData1D(0, mType.getElementCount(), d);
72 subData1D(0, mType.getElementCount(), d);
76 subData1D(0, mType.getElementCount(), d);
81 if((off < 0) || (count < 1) || ((off + count) > mType.getElementCount())) {
90 int dataSize = mType.mElement.getSizeBytes() * count;
95 int dataSize = mType.mElement.getSizeBytes() * count
    [all...]
  /frameworks/base/media/libstagefright/
MetaData.cpp 181 : mType(0),
190 : mType(from.mType),
200 mType = from.mType;
211 mType = 0;
218 mType = type;
225 *type = mType;
  /packages/apps/Nfc/src/com/android/nfc/
NativeNfcTag.java 29 private String mType;
140 return mType;
  /frameworks/base/media/libstagefright/foundation/
AMessage.cpp 63 switch (item->mType) {
116 return item->mType == type ? item : NULL;
127 item->mType = kType##NAME; \
152 item->mType = kTypeString;
158 item->mType = kTypeObject;
166 item->mType = kTypeMessage;
214 to->mType = from->mType;
216 switch (from->mType) {
285 switch (item.mType) {
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
FolderSyncParser.java 212 m.mType = Mailbox.TYPE_MAIL;
218 m.mType = Mailbox.TYPE_INBOX;
222 m.mType = Mailbox.TYPE_CONTACTS;
228 m.mType = Mailbox.TYPE_OUTBOX;
231 m.mType = Mailbox.TYPE_SENT;
234 m.mType = Mailbox.TYPE_DRAFTS;
237 m.mType = Mailbox.TYPE_TRASH;
240 m.mType = Mailbox.TYPE_CALENDAR;
246 m.mFlagVisible = (m.mType < Mailbox.TYPE_NOT_EMAIL);
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
GenericEditorView.java 83 protected EditType mType;
146 if (mType == null) {
151 if (mType.customColumn != null) {
153 final String customText = mEntry.getAsString(mType.customColumn);
161 mLabel.setText(mType.labelRes);
216 mType = EntityModifier.getCurrentType(entry, kind);
300 mType = mPendingType;
302 mEntry.put(mKind.typeColumn, mType.rawValue);
303 mEntry.put(mType.customColumn, customText);
323 final List<EditType> validTypes = EntityModifier.getValidTypes(mState, mKind, mType);
    [all...]
  /frameworks/base/media/libeffects/testlibs/
AudioShelvingFilter.h 118 ShelfType mType;
  /external/webkit/WebCore/platform/graphics/android/
FontCacheAndroid.cpp 81 FontDescription::GenericFamilyType mType;
94 if (type == gNames[i].mType)
  /frameworks/base/core/java/android/webkit/
FileLoader.java 39 private int mType; // Indicates the type of the load
64 mType = type;
69 if (mType == TYPE_ASSET) {
74 } else if (mType == TYPE_RES) {
99 if (mType == TYPE_ASSET) {
106 } else if (mType == TYPE_RES) {
  /development/simulator/wrapsim/
SimMgr.c 170 MessageType mType;
267 msg->mType = (MessageType) header[2];
307 header[2] = msg->mType;
412 msg->mType = kTypeCommand;
703 msg.mType = kTypeRaw;
735 if (msg.mType == kTypeCommand) {
758 } else if (msg.mType == kTypeRaw) {
765 } else if (msg.mType == kTypeConfig) {
774 wsLog("Unexpected msg type %d during startup\n", msg.mType);
859 if (msg.mType == kTypeCommand)
    [all...]
  /frameworks/base/libs/gui/
Sensor.cpp 33 : mHandle(0), mType(0),
44 mType = hwSensor->type;
69 return mType;
136 offset += write(buffer, offset, mType);
174 offset += read(buffer, offset, &mType);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 79 private EntryType mType;
82 mType = type;
120 return mType;
173 cValues.put(ENTRY_TYPE, mType.toString());
174 if (mType == EntryType.LOCATION_TYPE) {

Completed in 604 milliseconds

12 3 4 5