Searched refs:getType (Results 1 - 25 of 201) sorted by relevance

123456789

/frameworks/base/core/java/android/database/
H A DAbstractWindowedCursor.java93 return mWindow.getType(mPos, columnIndex) == Cursor.FIELD_TYPE_NULL;
97 * @deprecated Use {@link #getType}
101 return getType(columnIndex) == Cursor.FIELD_TYPE_BLOB;
105 * @deprecated Use {@link #getType}
109 return getType(columnIndex) == Cursor.FIELD_TYPE_STRING;
113 * @deprecated Use {@link #getType}
117 return getType(columnIndex) == Cursor.FIELD_TYPE_INTEGER;
121 * @deprecated Use {@link #getType}
125 return getType(columnIndex) == Cursor.FIELD_TYPE_FLOAT;
129 public int getType(in method in class:AbstractWindowedCursor
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAudioMessageParams.java34 int getType() { method in class:AudioMessageParams
H A DMessageParams.java46 abstract int getType(); method in class:MessageParams
H A DSilenceMessageParams.java36 int getType() { method in class:SilenceMessageParams
/frameworks/base/drm/common/
H A DDrmInfoEvent.cpp33 int DrmInfoEvent::getType() const { function in class:DrmInfoEvent
/frameworks/base/include/drm/
H A DDrmInfoEvent.h100 int getType() const;
/frameworks/base/libs/rs/
H A DrsAdapter.cpp42 rsAssert(mAllocation->getType());
44 ptr += mAllocation->getType()->getLODOffset(mLOD, x, mY);
49 if (mAllocation.get() && mAllocation.get()->getType()) {
51 count *= mAllocation.get()->getType()->getElementSizeBytes();
59 mAllocation.get()->getType()->getSizeBytes());
141 rsAssert(mAllocation->getType());
142 if (mFace != 0 && !mAllocation->getType()->getDimFaces()) {
148 ptr += mAllocation->getType()->getLODOffset(mLOD, x, y);
151 uint32_t totalSizeBytes = mAllocation->getType()->getSizeBytes();
161 rsAssert(mAllocation->getType());
[all...]
H A DrsAdapter.h39 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
41 const Type * getBaseType() const {return mAllocation->getType();}
74 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
75 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
76 const Type * getBaseType() const {return mAllocation->getType();}
/frameworks/compile/linkloader/include/impl/
H A DELFSectionRelTable.hxx52 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
63 if (sh->getType() == SHT_REL) {
H A DELFSection.hxx39 switch (sh->getType()) {
H A DELFSymbol.hxx102 PRINT_LINT("Type", getTypeStr(getType()) );
116 setw(10) << getTypeStr(getType()) <<
132 switch (getType()) {
143 unsigned section_type = (*header)[idx]->getType();
236 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS &&
265 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
266 (*header)[idx]->getType() == SHT_NOBITS) &&
294 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
295 (*header)[idx]->getType() == SHT_NOBITS) &&
H A DELFObject.hxx52 if ((*object->shtab)[i]->getType() == SHT_PROGBITS) {
146 switch (rel->getType()) {
165 switch (sym->getType()) {
224 if (S==0 && sym->getType() == STT_NOTYPE)
230 if (rel->getType() == R_ARM_MOVT_ABS) {
280 switch (rel->getType()) {
331 switch (rel->getType()) {
375 switch (rel->getType()) {
421 if (sym->getType() != STT_OBJECT) {
428 if ((*shtab)[idx]->getType()
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java142 if (!mAdaptedAllocation.getType().hasMipmaps()) {
159 if (!mAdaptedAllocation.getType().hasFaces()) {
180 if (mAdaptedAllocation.getType().getY() == 0) {
183 if (mAdaptedAllocation.getType().getY() <= y) {
201 if (mAdaptedAllocation.getType().getZ() == 0) {
204 if (mAdaptedAllocation.getType().getZ() <= z) {
/frameworks/base/libs/rs/driver/
H A DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(),
84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(),
87 fb->mHal.state.depthTarget->getType()->getDimY());
/frameworks/base/media/mtp/
H A DMtpStorage.h46 int getType() const;
/frameworks/base/obex/javax/obex/
H A DOperation.java55 * <code>getType()</code> will return the value specified in the OBEX Type
168 String getType(); method in interface:Operation
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DUUSInfo.java85 public int getType() { method in class:UUSInfo
/frameworks/compile/slang/
H A Dslang_rs_export_var.h52 inline const RSExportType *getType() const { return mET; } function in class:slang::RSExportVar
H A Dslang_rs_export_foreach.cpp84 clang::QualType QT = PVD->getType().getCanonicalType();
95 QT = PVD->getType().getCanonicalType();
115 QT = PVD->getType().getCanonicalType();
124 QT = PVD->getType().getCanonicalType();
133 << PVD->getName() << PVD->getType().getAsString();
167 << PVD->getName() << PVD->getType().getAsString();
231 clang::QualType QT = PVD->getType().getCanonicalType();
285 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr();
290 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
312 clang::QualType QT = PVD->getType()
[all...]
H A Dslang_rs_reflection.cpp111 unsigned TypeId = EPT->getType();
114 return PrimitiveTypeJavaNameMap[ EPT->getType() ];
133 switch (EVT->getType()) {
192 switch (EVT->getType()) {
311 unsigned TypeId = EPT->getType();
314 return PrimitiveTypePackerAPINameMap[ EPT->getType() ];
367 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean)
432 unsigned TypeId = EPT->getType();
436 return PrimitiveBuiltinElementConstructMap[ EPT->getType() ];
438 if (EPT->getType()
[all...]
/frameworks/base/core/java/android/hardware/
H A DSensor.java157 public int getType() { method in class:Sensor
/frameworks/base/core/java/android/util/
H A DProperty.java59 * A constructor that takes an identifying name and {@link #getType() type} for the property.
103 public Class<V> getType() { method in class:Property
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java39 public String getType(Uri uri) { method in class:DisabledProvider
H A DEnabledProvider.java39 public String getType(Uri uri) { method in class:EnabledProvider
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java102 public int getType() { method in class:DrmEvent

Completed in 426 milliseconds

123456789