Searched refs:getType (Results 26 - 50 of 336) sorted by relevance

1234567891011>>

/frameworks/rs/cpu_ref/linkloader/include/impl/
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 DELFObject.hxx53 if ((*object->shtab)[i]->getType() == SHT_PROGBITS) {
152 word_t reltype = rel->getType();
160 if (S == 0 && sym->getType() == STT_NOTYPE) {
202 switch (sym->getType()) {
300 if (S == 0 && sym->getType() == STT_NOTYPE) {
387 switch (rel->getType()) {
441 switch (rel->getType()) {
491 switch (rel->getType()) {
553 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
582 if (rel->getType()
[all...]
/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/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DConvolve3x3.java44 mWidth = mInPixelsAllocation.getType().getX();
45 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve3x3.java37 mWidth = mInPixelsAllocation.getType().getX();
38 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve3x3.java45 mWidth = mInPixelsAllocation.getType().getX();
46 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/support/v4/java/android/support/v4/net/
H A DConnectivityManagerCompat.java46 final int type = info.getType();
115 return cm.getNetworkInfo(info.getType());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java71 public final FrameType getType() { method in class:Frame
128 return "Frame[" + getType().toString() + "]: " + mBackingStore;
198 Frame frame = new Frame(getType(), getDimensions(), frameManager);
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp105 clang::QualType QT = PVD->getType().getCanonicalType();
116 QT = PVD->getType().getCanonicalType();
136 QT = PVD->getType().getCanonicalType();
145 QT = PVD->getType().getCanonicalType();
154 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
188 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
278 QT = PVD->getType().getCanonicalType();
287 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
321 QT = PVD->getType().getCanonicalType();
330 << FD->getName() << PVD->getName() << PVD->getType()
[all...]
H A Dslang_rs_export_var.h54 inline const RSExportType *getType() const { return mET; } function in class:slang::RSExportVar
/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java82 public int getType() { method in class:NfcBarcode
/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/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java39 public String getType(Uri uri) { method in class:TestProvider
H A DTestReceiver.java39 public String getType(Uri uri) { method in class:TestReceiver
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java36 public String getType(Uri uri) { method in class:NullProvider
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java36 public String getType(Uri uri) { method in class:NullProvider
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java106 public int getType() { method in class:DrmEvent
/frameworks/base/graphics/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java66 final Type t = lut.getType();
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterItem.java59 int getType() { method in class:AdapterItem
/frameworks/rs/cpu_ref/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 467 milliseconds

1234567891011>>