Searched refs:getType (Results 126 - 150 of 595) sorted by relevance

1234567891011>>

/frameworks/support/core-utils/java/android/support/v4/provider/
H A DTreeDocumentFile.java57 public String getType() { method in class:TreeDocumentFile
58 return DocumentsContractApi19.getType(mContext, mUri);
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
83 EnumerateType(A.getType());
100 EnumerateType(I.getType());
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
307 assert(!V->getType()->isVoidTy() && "Can't insert void values!");
319 EnumerateType(V->getType());
401 EnumerateType(V->getType());
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
83 EnumerateType(A.getType());
100 EnumerateType(I.getType());
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
307 assert(!V->getType()->isVoidTy() && "Can't insert void values!");
319 EnumerateType(V->getType());
401 EnumerateType(V->getType());
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
83 EnumerateType(A.getType());
100 EnumerateType(I.getType());
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
307 assert(!V->getType()->isVoidTy() && "Can't insert void values!");
319 EnumerateType(V->getType());
401 EnumerateType(V->getType());
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp169 unsigned TypeId = EPT->getType();
172 return PrimitiveTypePackerAPINameMap[EPT->getType()];
272 else if (EPT->getType() == DataTypeBoolean)
296 if (EVT->getType() == DataTypeFloat32) {
306 } else if (EVT->getType() == DataTypeUnsigned8) {
510 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
514 << GetTypeName(EV->getType(), TypeNameDefault & ~TypeNameWithConstantArrayBrackets) << "["
518 static_cast<const RSExportConstantArrayType *>(EV->getType());
527 genTypeInstance(EV->getType());
529 genFieldPackerInstance(EV->getType());
[all...]
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp32 data.writeInt32(event.getType());
/frameworks/av/include/media/
H A DMidiDeviceInfo.h38 int getType() const { return mType; } function in class:android::media::midi::MidiDeviceInfo
/frameworks/av/media/libmedia/include/media/
H A DMidiDeviceInfo.h38 int getType() const { return mType; } function in class:android::media::midi::MidiDeviceInfo
/frameworks/av/media/mtp/
H A DMtpStorage.cpp52 int MtpStorage::getType() const { function in class:android::MtpStorage
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattIncludedService.java107 public int getType() { method in class:BluetoothGattIncludedService
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java34 public int getType() { method in class:ResultStorageDescriptor
/frameworks/base/core/java/android/database/
H A DCursor.java37 * Values returned by {@link #getType(int)}.
40 /** Value returned by {@link #getType(int)} if the specified column is null */
43 /** Value returned by {@link #getType(int)} if the specified column type is integer */
46 /** Value returned by {@link #getType(int)} if the specified column type is float */
49 /** Value returned by {@link #getType(int)} if the specified column type is string */
52 /** Value returned by {@link #getType(int)} if the specified column type is blob */
335 int getType(int columnIndex); method in interface:Cursor
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableBlackLevelPattern.java74 (BlackLevelPattern.class.equals(managedType.getType()));
H A DMarshalQueryableColorSpaceTransform.java81 ColorSpaceTransform.class.equals(managedType.getType());
H A DMarshalQueryableRect.java74 return nativeType == TYPE_INT32 && (Rect.class.equals(managedType.getType()));
H A DMarshalQueryableRggbChannelVector.java72 return nativeType == TYPE_FLOAT && (RggbChannelVector.class.equals(managedType.getType()));
H A DMarshalQueryableSize.java66 return nativeType == TYPE_INT32 && (Size.class.equals(managedType.getType()));
H A DMarshalQueryableSizeF.java69 return nativeType == TYPE_FLOAT && (SizeF.class.equals(managedType.getType()));
H A DMarshalQueryableStreamConfiguration.java78 return nativeType == TYPE_INT32 && managedType.getType().equals(StreamConfiguration.class);
H A DMarshalQueryableStreamConfigurationDuration.java87 (StreamConfigurationDuration.class.equals(managedType.getType()));
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java187 int getType() { method in class:GeofenceHardwareRequest
/frameworks/base/core/java/android/hardware/usb/
H A DUsbEndpoint.java108 public int getType() { method in class:UsbEndpoint
/frameworks/base/core/java/android/net/
H A DWifiLinkQualityInfo.java79 public int getType() { method in class:WifiLinkQualityInfo
/frameworks/base/core/java/android/view/
H A DActionMode.java193 public int getType() { method in class:ActionMode
/frameworks/base/core/java/com/google/android/util/
H A DSmileyParser.java70 if (token.getType() == AbstractMessageParser.Token.Type.SMILEY) {

Completed in 611 milliseconds

1234567891011>>