Searched refs:getType (Results 101 - 125 of 513) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/database/
H A DCursorWindow.java286 * @deprecated Use {@link #getType(int, int)} instead.
290 return getType(row, column) == Cursor.FIELD_TYPE_NULL;
301 * @deprecated Use {@link #getType(int, int)} instead.
305 int type = getType(row, column);
316 * @deprecated Use {@link #getType(int, int)} instead.
320 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
330 * @deprecated Use {@link #getType(int, int)} instead.
334 return getType(row, column) == Cursor.FIELD_TYPE_FLOAT;
345 * @deprecated Use {@link #getType(int, int)} instead.
349 int type = getType(ro
370 public int getType(int row, int column) { method in class:CursorWindow
[all...]
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/opengl/java/android/opengl/
H A DGLUtils.java62 public static int getType(Bitmap bitmap) { method in class:GLUtils
64 throw new NullPointerException("getType can't be used with a null Bitmap");
189 int type = getType(bitmap);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DFilteringCursorWrapper.java131 public int getType(int column) { method in class:FilteringCursorWrapper
132 return mCursor.getType(column);
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoDialog.java51 if (currentState == 0 && food.getType() != 0) {
54 prefs.setFoodState(food.getType());
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp113 clang::QualType QT = PVD->getType().getCanonicalType();
121 << PVD->getName() << PVD->getType().getAsString();
223 clang::QualType QT = PVD->getType().getCanonicalType();
228 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
330 clang::QualType QT = PVD->getType().getCanonicalType();
385 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
407 FE->mOut->getType().getCanonicalType().getTypePtr();
450 clang::QualType QT = PVD->getType().getCanonicalType();
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/compile/slang/tests/P_reduce_general_struct/
H A DScriptC_reduce_general_struct.java.expect91 if (!ain1.getType().getElement().isCompatible(__ScriptField_MyStruct)) {
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/
H A DBaseDataBinderTest.java120 assertEquals(klass, mBinder.getClass().getDeclaredField(fieldName).getType());
124 assertEquals(klass, mBinder.getClass().getField(fieldName).getType());
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlur25.java67 int width = mInPixelsAllocation.getType().getX();
68 int height = mInPixelsAllocation.getType().getY();
H A DBlur25G.java64 int width = mInPixelsAllocation.getType().getX();
65 int height = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve5x5.java59 mWidth = mInPixelsAllocation.getType().getX();
60 mHeight = mInPixelsAllocation.getType().getY();
H A DGroupTest.java41 mWidth = mInPixelsAllocation.getType().getX();
42 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25.java67 int width = mInPixelsAllocation.getType().getX();
68 int height = mInPixelsAllocation.getType().getY();
H A DConvolve5x5.java66 mWidth = mInPixelsAllocation.getType().getX();
67 mHeight = mInPixelsAllocation.getType().getY();
H A DGroupTest.java48 mWidth = mInPixelsAllocation.getType().getX();
49 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java259 mInPixelsAllocation.getType().getX(),
260 mInPixelsAllocation.getType().getY(), center_x,
266 mInPixelsAllocation.getType().getX(),
267 mInPixelsAllocation.getType().getY(),
351 mWidth = mInPixelsAllocation.getType().getX();
352 mHeight = mInPixelsAllocation.getType().getY();
374 b.addConnection(mOutPixelsAllocation.getType(),
396 mOutPixelsAllocation.getType(),
/frameworks/support/v4/java/android/support/v4/provider/
H A DTreeDocumentFile.java55 public String getType() { method in class:TreeDocumentFile
56 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/av/drm/common/
H A DIDrmServiceListener.cpp32 data.writeInt32(event.getType());
/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

Completed in 608 milliseconds

1234567891011>>