Searched defs:type (Results 101 - 125 of 634) sorted by relevance

1234567891011>>

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java109 TestWebData(int length, int lastModified, String name, String type, boolean isDir) { argument
113 testType = type;
126 // The MIME type to assume for this test
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicProvider.java185 public MatrixCursor getRootItemCursor(int type) { argument
186 if (type == BrowserService.NOW_PLAYING) {
212 } else if (type == BrowserService.PIANO) {
237 } else if (type == BrowserService.VOICE) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java56 public Builder setObjectConst(Type type) { argument
57 mShader.mPerObjConstants = type;
61 public Builder setShaderConst(Type type) { argument
62 mShader.mPerShaderConstants = type;
H A DVertexShader.java52 public Builder setObjectConst(Type type) { argument
53 mShader.mPerObjConstants = type;
57 public Builder setShaderConst(Type type) { argument
58 mShader.mPerShaderConstants = type;
/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp48 const android::String16& type,
52 hashable += type;
59 const android::String16& type,
62 const String16 hashedName = makeHashableName(package, type, name, onlyPublic);
85 const android::String16& type,
90 const String16 hashedName = makeHashableName(package, type, name, onlyPublic);
47 makeHashableName(const android::String16& package, const android::String16& type, const android::String16& name, bool onlyPublic) argument
58 lookup(const android::String16& package, const android::String16& type, const android::String16& name, bool onlyPublic) argument
84 store(const android::String16& package, const android::String16& type, const android::String16& name, bool onlyPublic, uint32_t resId) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterItem.java35 protected AdapterItem(DataBindingItem item, int type, int fullPosition, argument
38 mType = type;
/frameworks/base/tools/preload/
H A DProc.java91 Operation.Type type) {
93 this, loadedClass, time, operationCount++, type);
90 startOperation(int threadId, LoadedClass loadedClass, long time, Operation.Type type) argument
H A DRecord.java95 final Type type; field in class:Record
112 case '>': type = Type.START_LOAD; break;
113 case '<': type = Type.END_LOAD; break;
114 case '+': type = Type.START_INIT; break;
115 case '-': type = Type.END_INIT; break;
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h37 // FIXME: use SizeTrait<32> or SizeTrait<64> instead of big type
79 unsigned int type() const { function in class:mcld::LDSymbol
81 return m_pResolveInfo->type();
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h54 Type type() const { return m_Type; } function in class:mcld::Assignment
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp72 ResolveInfo::Type type = ResolveInfo::Function; local
81 type,
92 EXPECT_EQ(type, result1.info->type());
101 type,
112 EXPECT_EQ(type, result1.info->type());
124 ResolveInfo::Type type = ResolveInfo::NoType; local
132 type,
143 EXPECT_EQ(type, result
181 LDSymbol::Type type = LDSymbol::Defined; local
214 LDSymbol::Type type = LDSymbol::Reference; local
[all...]
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java59 static final String USAGE_TYPE = "type";
198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { argument
213 .appendQueryParameter(DataUsageFeedback.USAGE_TYPE, type)
/frameworks/native/libs/gui/
H A DSensorManager.cpp115 Sensor const* SensorManager::getDefaultSensor(int type) argument
123 if (type == SENSOR_TYPE_PROXIMITY || type == SENSOR_TYPE_SIGNIFICANT_MOTION ||
124 type == SENSOR_TYPE_TILT_DETECTOR || type == SENSOR_TYPE_WAKE_GESTURE ||
125 type == SENSOR_TYPE_GLANCE_GESTURE || type == SENSOR_TYPE_PICK_UP_GESTURE) {
128 // For now we just return the first sensor of that type we find.
132 if (mSensorList[i]->getType() == type &&
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp97 GLuint Program::buildShader(const char* source, GLenum type) { argument
98 GLuint shader = glCreateShader(type);
115 String8& Program::dumpShader(String8& result, GLenum /*type*/) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataProfile.java42 //the profile type, TYPE_COMMON, TYPE_3GPP, TYPE_3GPP2
43 public final int type; field in class:DataProfile
57 String user, String password, int type, int maxConnsTime, int maxConns,
66 this.type = type;
94 pc.writeInt(dps[i].type);
106 + "/" + user + "/" + password + "/" + type + "/" + maxConnsTime
56 DataProfile(int profileId, String apn, String protocol, int authType, String user, String password, int type, int maxConnsTime, int maxConns, int waitTime, boolean enabled) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java49 public void triggerSsn(int type, int code); argument
/frameworks/rs/driver/
H A DrsdVertexArray.cpp46 type = 0;
54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, argument
58 this->type = type;
70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%p",
76 mAttribs[idx].type,
112 mAttribs[ct].type,
/frameworks/support/v4/java/android/support/v4/content/
H A DContextCompat.java217 public static File[] getExternalFilesDirs(Context context, String type) { argument
220 return ContextCompatKitKat.getExternalFilesDirs(context, type);
224 single = ContextCompatFroyo.getExternalFilesDir(context, type);
227 context.getPackageName(), DIR_FILES, type);
312 * This integer encodes the package, type, and resource entry.
/frameworks/av/drm/libdrmframework/plugins/common/util/src/
H A DMimeTypeUtil.cpp41 int type; // Audio, video,.. use the enum values member in struct:android::MimeGroup
47 int type; member in struct:android::MimeTypeList
137 while (MIMETYPE_LAST != pGroup->type) {
145 if (MIMETYPE_LAST != pGroup->type) {
148 while (MIMETYPE_LAST != pMimeItem->type) {
149 if ((pGroup->type == pMimeItem->type) &&
/frameworks/av/include/media/
H A DIOMX.h156 InternalOptionType type,
167 } type; member in struct:android::omx_message
172 // if type == EVENT
179 // if type == EMPTY_BUFFER_DONE
184 // if type == FILL_BUFFER_DONE
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h123 * - BAD_TYPE - The type of the given data isn't compatible with the
124 * type required for this tag.
132 * was constructed with. The count and type are validated.
139 * - BAD_TYPE - The type of the given data isn't compatible with the
140 * type required for this tag.
149 * with. The count and type are validated. If this succeeds, the resulting
157 * - BAD_TYPE - The type of the given data isn't compatible with the
158 * type required for this tag.
199 virtual status_t addSubIfd(uint32_t parentIfd, uint32_t ifd, SubIfdType type = SUBIFD);
202 * Returns the default type fo
314 uncheckedBuildEntry(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp98 int32_t type = ATSParser::DISCONTINUITY_TIME; local
105 ALOGE("Client specified an illegal discontinuity type.");
110 type = mask;
114 (ATSParser::DiscontinuityType)type, extra);
125 uint8_t type = buffer[1]; local
127 if (type & 2) {
135 ((type & 1) == 0)
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h101 WebmFrameSourceThread(int type, LinkedBlockingQueue<const sp<WebmFrame> >& sink);
114 WebmFrameEmptySourceThread(int type, LinkedBlockingQueue<const sp<WebmFrame> >& sink) argument
115 : WebmFrameSourceThread(type, sink) {
127 int type,
/frameworks/av/media/mtp/
H A DMtpProperty.cpp49 MtpDataType type,
53 mType(type),
70 switch (type) {
96 ALOGE("unknown type %04X in MtpProperty::MtpProperty", type);
283 ALOGE("unsupported type for MtpProperty::setRange");
322 ALOGE("unsupported type for MtpProperty::setEnum");
339 ALOGI(" type %04X", mType);
418 ALOGE("unsupported type for MtpProperty::print\n");
472 ALOGE("unknown type
48 MtpProperty(MtpPropertyCode propCode, MtpDataType type, bool writeable, int defaultValue) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp32 Camera3IOStreamBase::Camera3IOStreamBase(int id, camera3_stream_type_t type, argument
34 Camera3Stream(id, type,

Completed in 4574 milliseconds

1234567891011>>