Searched refs:getType (Results 1 - 25 of 222) 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/av/drm/common/
H A DDrmInfoEvent.cpp33 int DrmInfoEvent::getType() const { function in class:DrmInfoEvent
/frameworks/compile/linkloader/include/impl/
H A DELFSectionRelTable.hxx58 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
69 if (sh->getType() == SHT_REL) {
101 if (rel->getType() == R_ARM_CALL ||
102 rel->getType() == R_ARM_THM_CALL) {
117 if (rel->getType() == R_MIPS_26) {
H A DELFObject.hxx53 if ((*object->shtab)[i]->getType() == SHT_PROGBITS) {
152 switch (rel->getType()) {
159 if (S == 0 && sym->getType() == STT_NOTYPE) {
177 if (rel->getType() == R_ARM_CALL) {
199 switch (sym->getType()) {
248 if (rel->getType() == R_ARM_CALL) {
297 if (S == 0 && sym->getType() == STT_NOTYPE) {
305 if (rel->getType() == R_ARM_MOVT_ABS
306 || rel->getType() == R_ARM_THM_MOVT_ABS) {
310 if (rel->getType()
[all...]
H A DELFSection.hxx39 switch (sh->getType()) {
H A DELFSymbol.hxx97 PRINT_LINT("Type", getTypeStr(getType()) );
111 setw(10) << getTypeStr(getType()) <<
127 switch (getType()) {
138 unsigned section_type = (*header)[idx]->getType();
221 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS &&
250 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
251 (*header)[idx]->getType() == SHT_NOBITS) &&
279 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
280 (*header)[idx]->getType() == SHT_NOBITS) &&
H A DELFSectionBits.hxx32 (sh->getType() == SHT_NOBITS) ? "NOBITS" : "PROGBITS";
/frameworks/av/include/drm/
H A DDrmInfoEvent.h100 int getType() const;
/frameworks/rs/
H A DrsAdapter.cpp43 rsAssert(mAllocation->getType());
45 ptr += mAllocation->getType()->getLODOffset(mLOD, x, mY);
50 if (mAllocation.get() && mAllocation.get()->getType()) {
52 count *= mAllocation.get()->getType()->getElementSizeBytes();
60 mAllocation.get()->getType()->getSizeBytes());
142 rsAssert(mAllocation->getType());
143 if (mFace != 0 && !mAllocation->getType()->getDimFaces()) {
149 ptr += mAllocation->getType()->getLODOffset(mLOD, x, y);
152 uint32_t totalSizeBytes = mAllocation->getType()->getSizeBytes();
162 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/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/av/media/mtp/
H A DMtpStorage.h46 int getType() const;
/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java99 public int getType() { method in class:MediaSyncEvent
/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/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/compile/slang/
H A Dslang_rs_export_foreach.cpp94 clang::QualType QT = PVD->getType().getCanonicalType();
105 QT = PVD->getType().getCanonicalType();
125 QT = PVD->getType().getCanonicalType();
134 QT = PVD->getType().getCanonicalType();
143 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
177 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
241 clang::QualType QT = PVD->getType().getCanonicalType();
294 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr();
299 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
347 clang::QualType QT = PVD->getType()
[all...]
/frameworks/base/core/java/android/hardware/
H A DSensor.java156 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.java106 public int getType() { method in class:DrmEvent
/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java130 public int getType() { method in class:EffectColor
/frameworks/base/test-runner/src/android/test/
H A DActivityTestCase.java66 if (testCaseClass.isAssignableFrom(fieldClass) && !field.getType().isPrimitive()
/frameworks/compile/linkloader/include/
H A DELFSymbol.h63 getType() == STT_OBJECT &&
85 byte_t getType() const { function in class:ELFSymbol_CRTP
126 return getType() == STT_FUNC;
130 return getType() == STT_NOTYPE;

Completed in 415 milliseconds

123456789