/frameworks/base/core/java/android/database/ |
D | AbstractWindowedCursor.java | 93 return mWindow.getType(mPos, columnIndex) == Cursor.FIELD_TYPE_NULL; in isNull() 101 return getType(columnIndex) == Cursor.FIELD_TYPE_BLOB; in isBlob() 109 return getType(columnIndex) == Cursor.FIELD_TYPE_STRING; in isString() 117 return getType(columnIndex) == Cursor.FIELD_TYPE_INTEGER; in isLong() 125 return getType(columnIndex) == Cursor.FIELD_TYPE_FLOAT; in isFloat() 129 public int getType(int columnIndex) { in getType() method in AbstractWindowedCursor 131 return mWindow.getType(mPos, columnIndex); in getType()
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Fisheye.java | 75 mInPixelsAllocation.getType().getX(), in do_init() 76 mInPixelsAllocation.getType().getY(), center_x, in do_init() 80 mInPixelsAllocation.getType().getX(), in do_init() 81 mInPixelsAllocation.getType().getY(), center_x, in do_init() 85 mInPixelsAllocation.getType().getX(), in do_init() 86 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init() 90 mInPixelsAllocation.getType().getX(), in do_init() 91 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
|
D | Vignette.java | 96 mInPixelsAllocation.getType().getX(), in do_init() 97 mInPixelsAllocation.getType().getY(), center_x, in do_init() 101 mInPixelsAllocation.getType().getX(), in do_init() 102 mInPixelsAllocation.getType().getY(), center_x, in do_init() 106 mInPixelsAllocation.getType().getX(), in do_init() 107 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init() 111 mInPixelsAllocation.getType().getX(), in do_init() 112 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
|
D | Blend.java | 63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest() 113 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 114 …image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType()… in runTest() 167 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | Fisheye.java | 78 mInPixelsAllocation.getType().getX(), in do_init() 79 mInPixelsAllocation.getType().getY(), center_x, in do_init() 83 mInPixelsAllocation.getType().getX(), in do_init() 84 mInPixelsAllocation.getType().getY(), center_x, in do_init() 88 mInPixelsAllocation.getType().getX(), in do_init() 89 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init() 93 mInPixelsAllocation.getType().getX(), in do_init() 94 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
|
D | Vignette.java | 100 mInPixelsAllocation.getType().getX(), in do_init() 101 mInPixelsAllocation.getType().getY(), center_x, in do_init() 105 mInPixelsAllocation.getType().getX(), in do_init() 106 mInPixelsAllocation.getType().getY(), center_x, in do_init() 110 mInPixelsAllocation.getType().getX(), in do_init() 111 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init() 115 mInPixelsAllocation.getType().getX(), in do_init() 116 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
|
D | Blend.java | 71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest() 121 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 122 …image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType()… in runTest() 175 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
|
D | WhiteBalance.java | 32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX()); in runTest() 33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY()); in runTest()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Fisheye.java | 78 mInPixelsAllocation.getType().getX(), in do_init() 79 mInPixelsAllocation.getType().getY(), center_x, in do_init() 83 mInPixelsAllocation.getType().getX(), in do_init() 84 mInPixelsAllocation.getType().getY(), center_x, in do_init() 88 mInPixelsAllocation.getType().getX(), in do_init() 89 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init() 93 mInPixelsAllocation.getType().getX(), in do_init() 94 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
|
D | Vignette.java | 100 mInPixelsAllocation.getType().getX(), in do_init() 101 mInPixelsAllocation.getType().getY(), center_x, in do_init() 105 mInPixelsAllocation.getType().getX(), in do_init() 106 mInPixelsAllocation.getType().getY(), center_x, in do_init() 110 mInPixelsAllocation.getType().getX(), in do_init() 111 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init() 115 mInPixelsAllocation.getType().getX(), in do_init() 116 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
|
D | Blend.java | 71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType()); in createTest() 121 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 122 …image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType()… in runTest() 175 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
|
/frameworks/rs/driver/linkloader/include/impl/ |
D | ELFSymbol.hxx | 97 PRINT_LINT("Type", getTypeStr(getType()) ); in print() 111 setw(10) << getTypeStr(getType()) << in print() 127 switch (getType()) { in getAddress() 138 unsigned section_type = (*header)[idx]->getType(); in getAddress() 221 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS && in getAddress() 250 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS || in getAddress() 251 (*header)[idx]->getType() == SHT_NOBITS) && in getAddress() 279 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS || in getAddress() 280 (*header)[idx]->getType() == SHT_NOBITS) && in getAddress()
|
D | ELFSectionRelTable.hxx | 58 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA); in read() 69 if (sh->getType() == SHT_REL) { in read() 101 switch (rel->getType()) { in getMaxNumStubs() 121 if (rel->getType() == R_MIPS_26) { in getMaxNumStubs()
|
D | ELFObject.hxx | 53 if ((*object->shtab)[i]->getType() == SHT_PROGBITS) { in read() 152 word_t reltype = rel->getType(); in relocateARM() 160 if (S == 0 && sym->getType() == STT_NOTYPE) { in relocateARM() 202 switch (sym->getType()) { in relocateARM() 300 if (S == 0 && sym->getType() == STT_NOTYPE) { in relocateARM() 387 switch (rel->getType()) { in relocateX86_64() 441 switch (rel->getType()) { in relocateX86_32() 491 switch (rel->getType()) { in relocateMIPS() 553 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) { in relocateMIPS() 582 if (rel->getType() == R_MIPS_GOT16) { in relocateMIPS() [all …]
|
/frameworks/rs/ |
D | rsAdapter.h | 38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() 40 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType() 70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() 72 const Type * getBaseType() const {return mAllocation->getType();} in getBaseType()
|
/frameworks/compile/slang/ |
D | slang_rs_export_foreach.cpp | 105 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructParams() 116 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams() 136 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams() 145 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams() 154 << FD->getName() << PVD->getName() << PVD->getType().getAsString(); in validateAndConstructParams() 188 << FD->getName() << PVD->getName() << PVD->getType().getAsString(); in validateAndConstructParams() 278 QT = PVD->getType().getCanonicalType(); in validateAndConstructKernelParams() 287 << FD->getName() << PVD->getName() << PVD->getType().getAsString(); in validateAndConstructKernelParams() 321 QT = PVD->getType().getCanonicalType(); in validateAndConstructKernelParams() 330 << FD->getName() << PVD->getName() << PVD->getType().getAsString(); in validateAndConstructKernelParams() [all …]
|
D | slang_rs_reflection.cpp | 153 unsigned TypeId = EPT->getType(); in GetPackerAPIName() 156 return PrimitiveTypePackerAPINameMap[ EPT->getType() ]; in GetPackerAPIName() 215 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean) in GetTypeNullValue() 241 if (EVT->getType() == RSExportPrimitiveType::DataTypeFloat32) { in GetBuiltinElementConstruct() 248 } else if (EVT->getType() == RSExportPrimitiveType::DataTypeUnsigned8) { in GetBuiltinElementConstruct() 365 genInitExportVariable(C, EV->getType(), EV->getName(), EV->getInit()); in genScriptClassConstructor() 369 << GetTypeName(EV->getType(), false) << "[" in genScriptClassConstructor() 373 static_cast<const RSExportConstantArrayType*>(EV->getType()); in genScriptClassConstructor() 382 genTypeInstance(C, EV->getType()); in genScriptClassConstructor() 384 genFieldPackerInstance(C, EV->getType()); in genScriptClassConstructor() [all …]
|
D | slang_rs_reflection_cpp.cpp | 174 ev->getType()->convertToRTD(&rtd); in makeHeader() 176 write(GetTypeName(ev->getType()) + " __" + ev->getName() + ";"); in makeHeader() 225 (*i)->getType()->convertToRTD(&rtd); in makeHeader() 341 (*i)->getType()->convertToRTD(&rtd); in makeImpl() 418 const RSExportType *ET = EV->getType(); in genExportVariable() 454 EV->getType()->convertToRTD(&rtd); in genPrimitiveTypeExportVariable() 478 const RSExportType *ET = EV->getType(); in genPointerTypeExportVariable() 487 EV->getType()->convertToRTD(&rtd); in genPointerTypeExportVariable() 545 (*i)->getType()->convertToRTD(&rtd); in makeFunctionSignature() 651 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genPackVarOfType() [all …]
|
/frameworks/base/graphics/java/android/renderscript/ |
D | AllocationAdapter.java | 142 if (!mAdaptedAllocation.getType().hasMipmaps()) { in setLOD() 159 if (!mAdaptedAllocation.getType().hasFaces()) { in setFace() 180 if (mAdaptedAllocation.getType().getY() == 0) { in setY() 183 if (mAdaptedAllocation.getType().getY() <= y) { in setY() 201 if (mAdaptedAllocation.getType().getZ() == 0) { in setZ() 204 if (mAdaptedAllocation.getType().getZ() <= z) { in setZ()
|
/frameworks/rs/driver/ |
D | rsdFrameBuffer.cpp | 83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(), in rsdFrameBufferSetActive() 84 fb->mHal.state.colorTargets[0]->getType()->getDimY()); in rsdFrameBufferSetActive() 86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(), in rsdFrameBufferSetActive() 87 fb->mHal.state.depthTarget->getType()->getDimY()); in rsdFrameBufferSetActive()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 30 return V.first->getType()->isIntOrIntVectorTy(); in isIntOrIntVectorValue() 77 EnumerateType(I->getType()); in ValueEnumerator() 89 EnumerateType(I->getType()); in ValueEnumerator() 181 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 182 return VE.getTypeID(LHS.first->getType()) < in operator ()() 183 VE.getTypeID(RHS.first->getType()); in operator ()() 248 EnumerateType(MD->getType()); in EnumerateMetadata() 281 EnumerateType(N->getType()); in EnumerateFunctionLocalMetadata() 309 assert(!V->getType()->isVoidTy() && "Can't insert void values!"); in EnumerateValue() 322 EnumerateType(V->getType()); in EnumerateValue() [all …]
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 30 return V.first->getType()->isIntOrIntVectorTy(); in isIntOrIntVectorValue() 77 EnumerateType(I->getType()); in ValueEnumerator() 89 EnumerateType(I->getType()); in ValueEnumerator() 181 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 182 return VE.getTypeID(LHS.first->getType()) < in operator ()() 183 VE.getTypeID(RHS.first->getType()); in operator ()() 248 EnumerateType(MD->getType()); in EnumerateMetadata() 281 EnumerateType(N->getType()); in EnumerateFunctionLocalMetadata() 309 assert(!V->getType()->isVoidTy() && "Can't insert void values!"); in EnumerateValue() 322 EnumerateType(V->getType()); in EnumerateValue() [all …]
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 30 return V.first->getType()->isIntOrIntVectorTy(); in isIntOrIntVectorValue() 77 EnumerateType(I->getType()); in ValueEnumerator() 89 EnumerateType(I->getType()); in ValueEnumerator() 181 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 182 return VE.getTypeID(LHS.first->getType()) < in operator ()() 183 VE.getTypeID(RHS.first->getType()); in operator ()() 248 EnumerateType(MD->getType()); in EnumerateMetadata() 281 EnumerateType(N->getType()); in EnumerateFunctionLocalMetadata() 309 assert(!V->getType()->isVoidTy() && "Can't insert void values!"); in EnumerateValue() 322 EnumerateType(V->getType()); in EnumerateValue() [all …]
|
/frameworks/rs/driver/linkloader/include/ |
D | ELFSymbol.h | 63 getType() == STT_OBJECT && in ~ELFSymbol_CRTP() 85 byte_t getType() const { in getType() function 126 return getType() == STT_FUNC; in isConcreteFunc() 130 return getType() == STT_NOTYPE; in isExternFunc()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 51 public Type getType() { in getType() method in AllocationThunker 52 return TypeThunker.find(mN.getType()); in getType() 56 return getType().getElement(); in getElement() 243 TypeThunker tt = new TypeThunker(rs, a.getType()); in createFromBitmap() 255 TypeThunker tt = new TypeThunker(rs, a.getType()); in createCubemapFromBitmap() 273 TypeThunker tt = new TypeThunker(rs, a.getType()); in createCubemapFromCubeFaces() 287 TypeThunker tt = new TypeThunker(rs, a.getType()); in createFromBitmapResource() 298 TypeThunker tt = new TypeThunker(rs, a.getType()); in createFromString() 308 TypeThunker tt = new TypeThunker(rs, a.getType()); in createSized()
|