Searched refs:getType (Results 51 - 75 of 513) sorted by relevance

1234567891011>>

/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect104 if (!ain1.getType().getElement().isCompatible(__I32)) {
137 if (!ain1.getType().getElement().isCompatible(__I32)) {
170 if (!ain1.getType().getElement().isCompatible(__I32)) {
203 if (!ain1.getType().getElement().isCompatible(__I32)) {
236 if (!ain1.getType().getElement().isCompatible(__I32)) {
269 if (!ain1.getType().getElement().isCompatible(__I32)) {
302 if (!ain1.getType().getElement().isCompatible(__I32)) {
335 if (!ain1.getType().getElement().isCompatible(__I32)) {
368 if (!ain1.getType().getElement().isCompatible(__I32)) {
401 if (!ain1.getType()
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java31 public int getType(Object info); method in interface:AccessibilityWindowInfoCompat.AccessibilityWindowInfoImpl
60 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoStubImpl
140 public int getType(Object info) { method in class:AccessibilityWindowInfoCompat.AccessibilityWindowInfoApi21Impl
141 return AccessibilityWindowInfoCompatApi21.getType(info);
285 public int getType() { method in class:AccessibilityWindowInfoCompat
286 return IMPL.getType(mInfo);
470 builder.append(", type=").append(typeToString(getType()));
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect172 if (!ain1.getType().getElement().isCompatible(__F16)) {
205 if (!ain1.getType().getElement().isCompatible(__F16)) {
238 if (!ain1.getType().getElement().isCompatible(__F16)) {
271 if (!ain1.getType().getElement().isCompatible(__F16)) {
304 if (!ain1.getType().getElement().isCompatible(__F16)) {
337 if (!ain1.getType().getElement().isCompatible(__F16)) {
370 if (!ain1.getType().getElement().isCompatible(__F16)) {
403 if (!ain1.getType().getElement().isCompatible(__F16)) {
436 if (!ain1.getType().getElement().isCompatible(__F16)) {
469 if (!ain1.getType()
[all...]
/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/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java48 mWidth = mInPixelsAllocation.getType().getX();
49 mHeight = mInPixelsAllocation.getType().getY();
81 mOutPixelsAllocation.getType(),
H A DArtistic1.java30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java205 assertEquals(null, doc.getType());
206 assertEquals("application/octet-stream", foo.getType());
207 assertEquals(null, meow.getType());
208 assertEquals("image/jpeg", cat.getType());
209 assertEquals("application/pdf", dog.getType());
210 assertEquals(null, bar.getType());
230 assertEquals("text/plain", newFile.getType());
242 assertEquals("application/octet-stream", newRaw.getType());
305 assertEquals("image/jpeg", cat.getType());
309 assertEquals("audio/aac", cat.getType());
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioRoute.h47 audio_route_type_t getType() const { return mType; } function in class:android::AudioRoute
/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/test-runner/src/android/test/
H A DActivityTestCase.java70 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/compile/slang/
H A Dslang_rs_export_var.h54 inline const RSExportType *getType() const { return mET; } function in class:slang::RSExportVar
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect187 if (!ain1.getType().getElement().isCompatible(__I32)) {
220 if (!ain1.getType().getElement().isCompatible(__I32)) {
253 if (!ain1.getType().getElement().isCompatible(__I32)) {
301 if (!ain1.getType().getElement().isCompatible(__F32)) {
305 if (!ain2.getType().getElement().isCompatible(__F32)) {
309 t0 = ain1.getType();
310 t1 = ain2.getType();
350 if (!ain1.getType().getElement().isCompatible(__U8)) {
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaField.java57 return new JavaClass(mField.getType());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DNetworkAuthenticationTypeElement.java36 public NwkAuthTypeEnum getType() { method in class:NetworkAuthenticationTypeElement.NetworkAuthentication
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DNodeAttribute.java22 public String getType() { method in class:NodeAttribute
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DArtistic1.java30 mBlured = Allocation.createTyped(mRS, mInPixelsAllocation.getType());

Completed in 922 milliseconds

1234567891011>>