Searched refs:getType (Results 176 - 200 of 336) sorted by relevance

1234567891011>>

/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java239 pvbCustom.addConstant(mVSConst.getAllocation().getType());
250 pfbCustom.addConstant(mFSConst.getAllocation().getType());
258 pvbCustom.addConstant(mVSConst2.getAllocation().getType());
265 pfbCustom.addConstant(mFSConst2.getAllocation().getType());
273 pvbCustom.addConstant(mVSConst.getAllocation().getType());
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp205 const RSExportType *ET = EV->getType();
219 mLLVMContext, llvm::utostr_32(PT->getType())));
245 EV->getType()->getName().c_str()));
301 HelperFunctionParameterTys.push_back(AI->getType());
482 F->getType()->getName().c_str()));
H A Dslang_rs_export_type.h309 inline DataType getType() const { return mType; } function in class:slang::RSExportPrimitiveType
319 return getRSReflectionType(EPT->getType());
505 inline const RSExportType *getType() const { return mType; } function in class:slang::RSExportRecordType::Field
H A Dslang_rs_object_ref_count.cpp370 const clang::Type *T = RefRSVar->getType().getTypePtr();
378 clang::QualType ClearObjectFDType = ClearObjectFD->getType();
455 const clang::Type *BaseType = RefRSArr->getType().getTypePtr();
672 const clang::Type *BaseType = RefRSStruct->getType().getTypePtr();
787 const clang::Type *T = DstExpr->getType().getTypePtr();
792 clang::QualType SetObjectFDType = SetObjectFD->getType();
848 const clang::Type *BaseType = DstArr->getType().getTypePtr();
1005 clang::QualType QT = LHS->getType();
1118 clang::QualType QT = AS->getType();
1185 clang::QualType SetObjectFDType = SetObjectFD->getType();
[all...]
/frameworks/native/include/input/
H A DInput.h242 virtual int32_t getType() const = 0;
265 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_KEY; } function in class:android::KeyEvent
324 virtual int32_t getType() const { return AINPUT_EVENT_TYPE_MOTION; } function in class:android::MotionEvent
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicHistogram.cpp105 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
126 switch(ain->getType()->getElement()->getVectorSize()) {
151 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp562 const Type *t = a->getType();
579 if (dt != e->getType()) {
580 sprintf(buf, "Data type mismatch for ElementAt %i of %i", dt, e->getType());
593 const Type *t = a->getType();
616 if (dt != e->getType()) {
617 sprintf(buf, "Data type mismatch for ElementAt %i of %i", dt, e->getType());
631 const Type *t = a->getType();
660 if (dt != e->getType()) {
661 sprintf(buf, "Data type mismatch for ElementAt %i of %i", dt, e->getType());
684 const Type *t = a->getType();
[all...]
H A DrsdPath.cpp113 mSegmentCount = vtx->getType()->getDimX() / 3;
/frameworks/rs/
H A DrsMesh.cpp185 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.indexBuffers[primIndex]->getType()->getDimX());
189 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.vertexBuffers[0]->getType()->getDimX());
223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType();
H A DrsElement.cpp132 component.getType(),
166 mHal.state.dataType = mComponent.getType();
229 (ee->getComponent().getType() == dt) &&
410 (*elemData++) = (uint32_t)e->getType();
H A DrsType.h104 static Type* getType(Context *rsc, const Element *e,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp112 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
561 assert(Ty == V->getType() && "Type mismatch in constant table!");
576 assert((Ty == 0 || Ty == V->getType()) && "Type mismatch in value table!");
650 NewC = ConstantArray::get(UserCA->getType(), NewOps);
652 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
700 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
2491 getValue(Record, OpNum, LHS->getType(), RHS) ||
2495 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2606 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
2621 getValue(Record, OpNum, TrueVal->getType(), FalseVa
[all...]
/frameworks/base/core/java/android/content/
H A DContentProvider.java69 * <li>{@link #getType} which returns the MIME type of data in the content provider</li>
209 public String getType(Uri uri) { method in class:ContentProvider.Transport
210 return ContentProvider.this.getType(uri);
560 * {@link #getType(Uri)} or {@link #getStreamTypes(Uri, String)} requests.
878 public abstract String getType(Uri uri); method in class:ContentProvider
1055 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1082 * @see #getType(android.net.Uri)
1118 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1152 * @see #getType(android.net.Uri)
1183 * <p class="note">For use in Intents, you will want to implement {@link #getType}
[all...]
H A DIContentProvider.java40 public String getType(Uri url) throws RemoteException; method in interface:IContentProvider
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java254 && display.getType() == matchType) {
/frameworks/base/core/java/android/nfc/tech/
H A DNdef.java58 * where possible, but it is not mandatory. {@link #getType} returns a String
201 public String getType() { method in class:Ndef
/frameworks/base/core/java/android/os/
H A DDebug.java1373 Class<?> fieldClass = field.getType();
1401 if (field.getType() == java.lang.String.class) {
1420 " does not match field type (" + field.getType() + ")");
1432 " does not match field type (" + field.getType() + ")");
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java167 recordNetworkState(mNetworkInfo.getType(), mNetworkInfo.getState());
170 recordNetworkState(mOtherNetworkInfo.getType(), mOtherNetworkInfo.getState());
468 if ((mNetworkInfo.getType() != networkType) ||
470 Log.v(LOG_TAG, "network state for " + mNetworkInfo.getType() +
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java117 public String getType(Uri url) { method in class:LocalProvider
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java119 public String getType(Uri url) { method in class:MemoryFileProvider
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java176 if (!f.getType().isPrimitive() &&
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java174 if (event.sensor.getType() == Sensor.TYPE_ROTATION_VECTOR) {
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java43 public String getType(Uri uri) { method in class:SampleProvider
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h62 word_t getType() const { function in class:ELFSectionHeader_CRTP
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java65 sb.addConstant(mVpConsts.getType());

Completed in 837 milliseconds

1234567891011>>