Searched refs:getType (Results 201 - 225 of 336) sorted by relevance

1234567891011>>

/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4ClassRunner.java97 if (!expectedType.isAssignableFrom(instrField.getType())) {
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java140 /** See {@link ContentProvider#getType ContentProvider.getType} */
141 public String getType(Uri url) throws RemoteException { method in class:ContentProviderClient
144 return mContentProvider.getType(url);
H A DRestrictionEntry.java150 public int getType() { method in class:RestrictionEntry
H A DSearchRecentSuggestionsProvider.java249 public String getType(Uri uri) { method in class:SearchRecentSuggestionsProvider
/frameworks/base/graphics/java/android/renderscript/
H A DScript.java331 public Type getType() { method in class:Script.FieldBase
332 return mAllocation.getType();
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java182 mPF_BlurH = getShader(res, rs, R.raw.blur_h, blurConst.getAllocation().getType());
183 mPF_BlurV = getShader(res, rs, R.raw.blur_v, blurConst.getAllocation().getType());
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp98 ASSERT_EQ(AINPUT_EVENT_TYPE_KEY, event->getType())
181 ASSERT_EQ(AINPUT_EVENT_TYPE_MOTION, event->getType())
/frameworks/rs/
H A DrsScriptC_LibGL.cpp223 size_t allocSize = a->getType()->getPackedSizeBytes();
253 size_t textLen = a->getType()->getPackedSizeBytes();
H A DrsType.cpp182 Type *type = Type::getType(rsc, elem, x, y, z, lod != 0, faces !=0, 0);
301 return Type::getType(rsc, e, dimX, dimY, dimZ, mips, faces, yuv);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java453 public Type getType() { method in class:Script.FieldBase
454 return mAllocation.getType();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java596 svc.getType() == type &&
914 service.getType(), service.getInstanceId(),
953 service.getType(), service.getInstanceId(),
992 mService.readDescriptor(mClientIf, device.getAddress(), service.getType(),
1030 mService.writeDescriptor(mClientIf, device.getAddress(), service.getType(),
1159 service.getType(), service.getInstanceId(),
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java395 pfbSingleBlend.addConstant(mFSConst.getAllocation().getType());
411 pfbMulti.addConstant(mFSConst.getAllocation().getType());
428 pfbMultiBlend.addConstant(mFSConst.getAllocation().getType());
483 int oldSize = mCards.getAllocation().getType().getX();
673 if (bitmap.getWidth() == allocation.getType().getX()
674 && bitmap.getHeight() == allocation.getType().getY()) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp183 if (ein->getType() == RS_TYPE_FLOAT_32) {
188 if (eout->getType() == RS_TYPE_FLOAT_32) {
852 if (ein->getType() == eout->getType()) {
853 if (eout->getType() == RS_TYPE_UNSIGNED_8) {
859 if (eout->getType() == RS_TYPE_UNSIGNED_8) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp281 assert(Ty == V->getType() && "Type mismatch in constant table!");
296 assert((Ty == 0 || Ty == V->getType()) && "Type mismatch in value table!");
370 NewC = ConstantArray::get(UserCA->getType(), NewOps);
372 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
420 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
2231 getValue(Record, OpNum, LHS->getType(), RHS) ||
2235 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2346 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
2361 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
2367 dyn_cast<VectorType>(Cond->getType())) {
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java692 public Type getType() { return type; } method in class:AbstractMessageParser.Token
702 info.add(getType().toString());
1251 switch (token.getType()) {
1315 throw new AssertionError("unknown token type: " + token.getType());
1437 public String getType(boolean isSend) { method in class:AbstractMessageParser.Part
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java1912 int prevNetType = info.getType();
1937 intent.putExtra(ConnectivityManager.EXTRA_NETWORK_TYPE, info.getType());
1971 if (networkInfo.isConnected() && networkInfo.getType() != prevNetType) {
2074 intent.putExtra(ConnectivityManager.EXTRA_NETWORK_TYPE, info.getType());
2116 mNetTrackers[info.getType()].setTeardownRequested(false);
2131 intent.putExtra(ConnectivityManager.EXTRA_NETWORK_TYPE, info.getType());
2146 if (mNetConfigs[info.getType()].isDefault()) {
2147 tryFailover(info.getType());
2247 final int newNetType = info.getType();
2327 int type = info.getType();
[all...]
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java258 pvh.mValueType = ((Keyframe)values[0]).getType();
289 pvh.mValueType = ((Keyframe)values[0]).getType();
338 mValueType = ((Keyframe)values[0]).getType();
/frameworks/base/tools/aapt/
H A DResourceTable.h307 type getType() const { return mType; } function in class:ResourceTable::Entry
483 sp<Type> getType(const String16& type,
524 sp<Type> getType(const String16& package,
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java758 && "audio".equals(media.getType())
798 media.getType(), 0, 1, media.getProtocol());
1023 && "audio".equals(media.getType())
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java324 sb.addInput(mParticlesMesh.getVertexAllocation(0).getType().getElement());
325 sb.addConstant(mPvStarAlloc.getType());
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp445 const uint8_t type = mGlobalTransform.getType();
469 mOrientation, tr.getType(), getPageFlipCount(),
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java361 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(0).getType());
362 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(1).getType());
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java722 * @see Intent#getType()
724 public String getType() { method in class:ShareCompat.IntentReader
725 return mIntent.getType();
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java91 public int getType(int column) { method in class:AbstractCursor
H A DMatrixCursor.java306 public int getType(int column) { method in class:MatrixCursor

Completed in 1257 milliseconds

1234567891011>>