Searched refs:type (Results 26 - 50 of 1474) sorted by relevance

1234567891011>>

/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A Dgen-inputs.pl20 my ($type) = @_;
23 return 0 if ($type eq "bool") || ($type eq "MyStruct");
26 return 0 if (substr($type, 0, 3) eq "rs_");
40 print "// One example struct type\n";
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DExpandableListViewBindingAdapter.java23 @BindingMethod(type = ExpandableListView.class, attribute = "android:onChildClick", method = "setOnChildClickListener"),
24 @BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupClick", method = "setOnGroupClickListener"),
25 @BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupCollapse", method = "setOnGroupCollapseListener"),
26 @BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupExpand", method = "setOnGroupExpandListener"),
H A DTabWidgetBindingAdapter.java22 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:divider", method = "setDividerDrawable"),
23 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripEnabled", method = "setStripEnabled"),
24 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripLeft", method = "setLeftStripDrawable"),
25 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripRight", method = "setRightStripDrawable"),
H A DVideoViewBindingAdapter.java24 @BindingMethod(type = VideoView.class, attribute = "android:onCompletion", method = "setOnCompletionListener"),
25 @BindingMethod(type = VideoView.class, attribute = "android:onError", method = "setOnErrorListener"),
26 @BindingMethod(type = VideoView.class, attribute = "android:onInfo", method = "setOnInfoListener"),
27 @BindingMethod(type = VideoView.class, attribute = "android:onPrepared", method = "setOnPreparedListener"),
H A DProgressBarBindingAdapter.java22 @BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:indeterminateTint", method = "setIndeterminateTintList"),
23 @BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:progressTint", method = "setProgressTintList"),
24 @BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:secondaryProgressTint", method = "setSecondaryProgressTintList"),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsSubaddress.java20 public int type; field in class:CdmaSmsSubaddress
/frameworks/base/core/java/android/os/health/
H A DUidHealthStats.java34 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
41 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
48 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
55 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
63 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
71 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
74 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
82 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
89 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
96 @HealthKeys.Constant(type
[all...]
H A DProcessHealthStats.java33 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
40 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
46 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
52 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
58 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
65 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
H A DPidHealthStats.java47 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
60 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
73 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
/frameworks/base/core/java/android/accounts/
H A DAccount.java24 * Value type that represents an Account in the {@link AccountManager}. This object is
30 public final String type; field in class:Account
36 return name.equals(other.name) && type.equals(other.type);
42 result = 31 * result + type.hashCode();
46 public Account(String name, String type) { argument
50 if (TextUtils.isEmpty(type)) {
51 throw new IllegalArgumentException("the type must not be empty: " + type);
54 this.type
[all...]
H A DAuthenticatorDescription.java23 * A {@link Parcelable} value type that contains information about an account authenticator.
27 final public String type; field in class:AuthenticatorDescription
51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, argument
53 if (type == null) throw new IllegalArgumentException("type cannot be null");
55 this.type = type;
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, argument
66 this(type, packageName, labelId, iconId, smallIconId, prefId, false);
71 * to identify the authenticator by its type
74 newKey(String type) argument
79 AuthenticatorDescription(String type) argument
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkKey.java32 // type, so that all networks appear the same and can be scored without concern to the network type
33 // itself. However, because no such cross-type identifier currently exists in the Android framework,
35 // devices, we need to provide identifying details about each specific network type (wifi, cell,
36 // etc.) so that clients can pull out these details depending on the type of network.
43 * The type of this network.
46 public final int type; field in class:NetworkKey
49 * Information identifying a Wi-Fi network. Only set when {@link #type} equals
59 this.type = TYPE_WIFI;
64 type
[all...]
/frameworks/native/services/sensorservice/
H A DSensorServiceUtils.cpp25 size_t eventSizeBySensorType(int type) { argument
26 if (type >= SENSOR_TYPE_DEVICE_PRIVATE_BASE) {
29 switch (type) {
/frameworks/rs/driver/runtime/
H A Drs_convert.c33 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
34 CVT_FUNC_2(type, char) \
35 CVT_FUNC_2(type, ushort) \
36 CVT_FUNC_2(type, short) \
37 CVT_FUNC_2(type, uint) \
38 CVT_FUNC_2(type, int) \
39 CVT_FUNC_2(type, ulong) \
40 CVT_FUNC_2(type, long) \
41 CVT_FUNC_2(type, hal
[all...]
/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover_test.cpp43 ResourceTableType* type = package->findType(ResourceType::kAttr); local
44 ASSERT_NE(type, nullptr);
45 ASSERT_EQ(type->entries.size(), 2u);
46 EXPECT_NE(type->findEntry(u"publicA"), nullptr);
47 EXPECT_NE(type->findEntry(u"publicB"), nullptr);
49 type = package->findType(ResourceType::kAttrPrivate);
50 ASSERT_NE(type, nullptr);
51 ASSERT_EQ(type->entries.size(), 2u);
52 EXPECT_NE(type->findEntry(u"privateA"), nullptr);
53 EXPECT_NE(type
70 ResourceTableType* type = package->findType(ResourceType::kAttr); local
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleNativeHeap.java29 public static final int CHUNK_NHGT = type("NHGT");
60 Log.i("ddm-nativeheap", "Handling " + name(request.type) + " chunk");
61 int type = request.type;
63 if (type == CHUNK_NHGT) {
67 + ChunkHandler.name(type));
82 return new Chunk(ChunkHandler.type("NHGT"), data, 0, data.length);
/frameworks/base/core/java/com/android/server/
H A DLocalServices.java41 * @param type The type of service.
45 public static <T> T getService(Class<T> type) { argument
47 return (T) sLocalServiceObjects.get(type);
54 public static <T> void addService(Class<T> type, T service) { argument
56 if (sLocalServiceObjects.containsKey(type)) {
59 sLocalServiceObjects.put(type, service);
67 public static <T> void removeServiceForTest(Class<T> type) { argument
69 sLocalServiceObjects.remove(type);
/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp41 // Collect used type IDs.
42 for (auto& type : package->types) {
43 if (type->id) {
46 if (usedTypeIds[type->id.value()]) {
49 << "type '" << type->type << "' in "
52 << std::hex << (int) type->id.value()
57 // Mark the type ID as taken.
58 usedTypeIds.set(type
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java68 + "native object-based frame of type " + clazz + "! Perhaps it is missing a "
76 private static Class getBoxedClass(Class type) { argument
77 // Check if type is primitive
78 if (type.isPrimitive()) {
80 if (type == boolean.class) {
82 } else if (type == byte.class) {
84 } else if (type == char.class) {
86 } else if (type == short.class) {
88 } else if (type == int.class) {
90 } else if (type
[all...]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DPlaybackError.java21 public int type; field in class:PlaybackError
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDebugMessageCallback.java4 void onMessage(int source, int type, int id, int severity, String message); argument
H A DglDebugMessageCallbackKHR.java4 void onMessage(int source, int type, int id, int severity, String message); argument
H A DglGetActiveAttrib.java1 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
11 int[] type,
17 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
26 java.nio.IntBuffer type,
30 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
37 int[] type,
41 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
47 java.nio.IntBuffer type
3 glGetActiveAttrib( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
20 glGetActiveAttrib( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
32 glGetActiveAttrib( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
H A DglGetActiveUniform.java1 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
11 int[] type,
17 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
26 java.nio.IntBuffer type,
29 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
36 int[] type,
40 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
46 java.nio.IntBuffer type
3 glGetActiveUniform( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
20 glGetActiveUniform( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
31 glGetActiveUniform( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardPhoneNumberTranslationCallback.java34 public String onValueReceived(String rawValue, int type, String label, boolean isPrimary); argument

Completed in 1590 milliseconds

1234567891011>>