Searched defs:type (Results 276 - 300 of 436) sorted by relevance

<<1112131415161718

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java497 * @param type the android fill type
500 private static int getWindingRule(FillType type) { argument
501 switch (type) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java351 public void require(int type, String namespace, String name) argument
353 if (type != getEventType()
356 throw new XmlPullParserException("expected " + TYPES[type]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h32 const void *type; member in struct:Allocation::__anon1205::__anon1206
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp38 unsigned int type; member in struct:ApplyFunctionTriple
64 Relocation::Type type = pRelocation.type(); local
65 if (type > 130) { // 131-255 doesn't noted in ARM spec
66 fatal(diag::unknown_relocation) << (int)type
71 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
84 // - symbol has type of STT_FUNC, is defined and with bit 0 of its value set
87 (pReloc.symInfo()->type() == ResolveInfo::Function) &&
242 // Get an relocation entry in .rel.dyn and set its type to pType,
429 helper_DynRel(pReloc, pReloc.type(), pParen
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp226 const uint8_t type = temp.transform.getType(); local
228 (type >= Transform::SCALE));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCardProxy.java672 public boolean isApplicationOnIcc(IccCardApplicationStatus.AppType type) { argument
674 Boolean retValue = mUiccCard != null ? mUiccCard.isApplicationOnIcc(type) : false;
H A DUiccCardApplication.java161 private IccRecords createIccRecords(AppType type, Context c, CommandsInterface ci) { argument
162 if (type == AppType.APPTYPE_USIM || type == AppType.APPTYPE_SIM) {
164 } else if (type == AppType.APPTYPE_RUIM || type == AppType.APPTYPE_CSIM){
166 } else if (type == AppType.APPTYPE_ISIM) {
169 // Unknown app type (maybe detection is still in progress)
174 private IccFileHandler createIccFileHandler(AppType type) { argument
175 switch (type) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java202 protected boolean isApnTypeAvailable(String type) { argument
204 if (TextUtils.equals(type, s)) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java839 final int type = (typeAsObject != null ? typeAsObject : DEFAULT_PHONE_TYPE);
845 phoneNumber, type, label, isPrimary);
848 appendTelLine(type, label, phoneNumber, isPrimary);
850 } else if (type == Phone.TYPE_PAGER ||
856 appendTelLine(type, label, phoneNumber, isPrimary);
893 // In vCard 4.0, value type must be "a single URI value",
903 appendTelLine(type, label, formatted, isPrimary);
977 final int type = (typeAsObject != null ?
986 appendEmailLine(type, label, emailAddress, isPrimary);
1069 final int type
1478 appendPostalLine(final int type, final String label, final ContentValues contentValues, final boolean isPrimary, final boolean emitEveryTime) argument
1556 appendEmailLine(final int type, final String label, final String rawValue, final boolean isPrimary) argument
1749 appendUncommonPhoneType(final StringBuilder builder, final Integer type) argument
2075 appendTypeParameter(final String type) argument
2079 appendTypeParameter(final StringBuilder builder, final String type) argument
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp121 for (uint32_t lod = 0; lod < alloc->mHal.state.type->getLODCount(); lod++) {
131 alloc->mHal.state.type->getLODDimX(lod),
132 alloc->mHal.state.type->getLODDimY(lod),
136 alloc->mHal.state.type->getLODDimX(lod),
137 alloc->mHal.state.type->getLODDimY(lod),
212 rsAssert(!alloc->mHal.state.type->getDimY());
213 rsAssert(!alloc->mHal.state.type->getDimZ());
226 RSD_CALL_GL(glBufferData, drv->glTarget, alloc->mHal.state.type->getSizeBytes(),
233 const Type *type, uint8_t *ptr) {
237 drv->lod[0].dimX = type
232 AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, const Type *type, uint8_t *ptr) argument
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java61 * copy it to the slave memory store. Both type checked and unchecked copies are provided.
116 * No mipmaps will be generated and the type generated from the
123 * type of the allocation will contain a full mipmap chain. On
129 * The type of the allocation will be the same as MIPMAP_NONE.
152 * Get the element of the type of the Allocation.
216 "32 bit integer source does not match allocation type " + mType.mElement.mType);
225 "16 bit integer source does not match allocation type " + mType.mElement.mType);
234 "8 bit integer source does not match allocation type " + mType.mElement.mType);
242 "32 bit float source does not match allocation type " + mType.mElement.mType);
254 "Object source does not match allocation type "
905 createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) argument
928 createTyped(RenderScript rs, Type type, int usage) argument
942 createTyped(RenderScript rs, Type type) argument
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp68 const Type *type, uint8_t *ptr) {
72 drv->lod[0].dimX = type->getDimX();
73 drv->lod[0].dimY = type->getDimY();
75 drv->lod[0].stride = drv->lod[0].dimX * type->getElementSizeBytes();
76 drv->lodCount = type->getLODCount();
77 drv->faceCount = type->getDimFaces();
91 drv->lod[lod].stride = tx * type->getElementSizeBytes();
161 memset(ptr, 0, alloc->mHal.state.type->getSizeBytes());
272 const uint32_t eSize = alloc->mHal.state.type->getElementSizeBytes();
324 const uint32_t eSize = alloc->mHal.state.type
67 AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, const Type *type, uint8_t *ptr) argument
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiSelector.java191 * @param type type
195 public <T> UiSelector className(Class<T> type) { argument
196 return buildSelector(SELECTOR_CLASS, type.getName());
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp257 &ibb->mBassBoostDescriptor.type))
276 if (!android_fx_initEffectObj(sessionId, ieq->mEqEffect, &ieq->mEqDescriptor.type)) {
326 &ivi->mVirtualizerDescriptor.type)) {
361 ipr->mPresetReverbEffect, &ipr->mPresetReverbDescriptor.type)) {
396 ier->mEnvironmentalReverbEffect, &ier->mEnvironmentalReverbDescriptor.type)) {
617 const effect_uuid_t *type) {
620 effect = new android::AudioEffect(type, EFFECT_UUID_NULL,
656 (0 == memcmp(effectId, &descriptor.type, sizeof(effect_uuid_t)))) {
759 NULL, // not using type to create effect
616 android_fx_initEffectObj(int sessionId, android::sp<android::AudioEffect>& effect, const effect_uuid_t *type) argument
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp119 uint32_t type; local
122 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
628 printf("type '%s':\n", kMimeTypes[k]);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1420 uint32_t type; local
1465 ALOGV("VideoEditor3gpReader_getNextStreamHandler: stream type: %d ",
1540 if (meta->findData(kKeyD263, &type, &data, &size)) {
1575 if(meta->findData(kKeyAVCC, &type, &data, &size)) {
1610 if (meta->findData(kKeyESDS, &type, &data, &size)) {
1723 if (meta->findData(kKeyESDS, &type, &data, &size)) {
1770 if (meta->findData(kKeyESDS, &type, &data, &size)) {
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp607 uint32_t type = U32_AT(data); local
621 if (type == FOURCC('v', 'i', 'd', 's')) {
637 } else if (type == FOURCC('a', 'u', 'd', 's')) {
1092 uint32_t type; local
1095 CHECK(meta->findData(kKeyAVCC, &type, &csd, &csdSize));
1099 track->mMeta->setData(kKeyAVCC, type, csd, csdSize);
H A DOggExtractor.cpp122 MediaBuffer *buffer, uint8_t type);
686 MediaBuffer *buffer, uint8_t type) {
692 if (size < 7 || data[0] != type || memcmp(&data[1], "vorbis", 6)) {
711 CHECK_EQ(oggpack_read(&bits, 8), type); local
716 switch (type) {
912 char type[128]; local
926 if (typeLen + 1 > sizeof(type)) {
934 memcpy(type, &flac[8], typeLen);
935 type[typeLen] = '\0';
937 ALOGV("picType = %d, type
685 verifyHeader( MediaBuffer *buffer, uint8_t type) argument
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp59 DiscontinuityType type, const sp<AMessage> &extra);
63 sp<MediaSource> getSource(SourceType type);
104 unsigned type() const { return mStreamType; } function in struct:android::ATSParser::Stream
114 DiscontinuityType type, const sp<AMessage> &extra);
118 sp<MediaSource> getSource(SourceType type);
217 DiscontinuityType type, const sp<AMessage> &extra) {
219 if ((type & DISCONTINUITY_TIME)
227 mStreams.editValueAt(i)->signalDiscontinuity(type, extra);
340 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
353 ALOGI("PID 0x%08x => type
216 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
420 getSource(SourceType type) argument
610 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
893 getSource(SourceType type) argument
938 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
1207 getSource(SourceType type) argument
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.cpp1018 int type = entry->d_type; local
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp1247 status_t Camera2Client::commandStartFaceDetectionL(int type) { argument
1266 // Ignoring type
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java79 * be interested in accounts with one particular <em>type</em>, which
82 * type and features are authenticator-specific strings, and must be known by
88 * account of the appropriate type.
159 * Bundle key used for the {@link String} account type in results
363 * Lists all accounts of any type registered on the device.
384 * Lists all accounts of a particular type. The account type is a
395 * @param type The type of accounts to return, null to retrieve all accounts
397 * (never null) if no accounts of the specified type hav
399 getAccountsByType(String type) argument
404 getAccountsByTypeAsUser(String type, UserHandle userHandle) argument
530 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContextWrapper.java197 public File getExternalFilesDir(String type) { argument
198 return mBase.getExternalFilesDir(type);
H A DIntentFilter.java40 * match against actions, categories, and data (either via its type, scheme,
61 * itself divided into three attributes: type, scheme, authority, and path.
64 * but no type, only Intent that does not have a type (such as mailto:) will
65 * match; a content: URI will never match because they always have a MIME type
66 * that is supplied by their content provider. Specifying a type with no scheme
69 * then only an Intent with no data or type will match. To specify an authority,
85 * the data (both the <strong>data type</strong> and
92 * Intent type. The Intent
93 * type i
512 addDataType(String type) argument
543 hasDataType(String type) argument
789 addDataPath(String path, int type) argument
899 matchData(String type, String scheme, Uri data) argument
1103 match(String action, String type, String scheme, Uri data, Set<String> categories, String logTag) argument
1446 findMimeType(String type) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java213 * some other type of CharSequence if it is styled.
217 * tool. This integer encodes the package, type, and resource
242 * tool. This integer encodes the package, type, and resource
305 * tool. This integer encodes the package, type, and resource
331 * tool. This integer encodes the package, type, and resource
357 * tool. This integer encodes the package, type, and resource
382 * tool. This integer encodes the package, type, and resource
399 * some other type of CharSequence if it is styled.
402 * tool. This integer encodes the package, type, and resource
419 * tool. This integer encodes the package, type, an
2135 loadXmlResourceParser(int id, String type) argument
2150 loadXmlResourceParser(String file, int id, int assetCookie, String type) argument
[all...]

Completed in 617 milliseconds

<<1112131415161718