Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/
Dcards_example.json3 "type" : 1, number
10 "type": "MOVIE", string
16 "type": "MOVIE", string
22 "type": "MOVIE", string
28 "type": "MOVIE", string
34 "type": "MOVIE", string
40 "type": "MOVIE", string
46 "type": "MOVIE", string
52 "type": "MOVIE", string
58 "type": "MOVIE", string
[all …]
Dpage_row_example.json6 "type": "MOVIE", string
12 "type": "MOVIE", string
18 "type": "MOVIE", string
24 "type": "MOVIE", string
30 "type": "MOVIE", string
36 "type": "MOVIE", string
42 "type": "MOVIE", string
48 "type": "MOVIE", string
54 "type": "MOVIE", string
65 "type": "MOVIE_BASE", string
[all …]
Dicon_example.json5 "type": "ICON", string
10 "type": "ICON", string
15 "type": "ICON", string
20 "type": "ICON", string
25 "type": "ICON", string
30 "type": "ICON", string
35 "type": "ICON", string
40 "type": "ICON", string
45 "type": "ICON", string
50 "type": "ICON", string
[all …]
Ddetail_example.json10 "type": "CHARACTER", string
15 "type": "CHARACTER", string
20 "type": "CHARACTER", string
25 "type": "CHARACTER", string
30 "type": "CHARACTER", string
35 "type": "CHARACTER", string
40 "type": "CHARACTER", string
45 "type": "CHARACTER", string
52 "type": "MOVIE", string
58 "type": "MOVIE", string
[all …]
Dmusic_example.json10 "type": "CHARACTER", string
15 "type": "CHARACTER", string
20 "type": "CHARACTER", string
25 "type": "CHARACTER", string
30 "type": "CHARACTER", string
35 "type": "CHARACTER", string
40 "type": "CHARACTER", string
45 "type": "CHARACTER", string
52 "type": "THIN", string
58 "type": "THIN", string
[all …]
Dgrid_example.json4 "type": "GRID_SQUARE", string
10 "type": "GRID_SQUARE", string
16 "type": "GRID_SQUARE", string
22 "type": "GRID_SQUARE", string
28 "type": "GRID_SQUARE", string
34 "type": "GRID_SQUARE", string
40 "type": "GRID_SQUARE", string
46 "type": "GRID_SQUARE", string
52 "type": "GRID_SQUARE", string
58 "type": "GRID_SQUARE", string
[all …]
Dlauncher_cards.json7 "type": "DEFAULT", string
14 "type": "DEFAULT", string
21 "type": "DEFAULT", string
28 "type": "DEFAULT", string
35 "type": "DEFAULT", string
42 "type": "DEFAULT", string
49 "type": "DEFAULT", string
56 "type": "DEFAULT", string
63 "type": "DEFAULT", string
/frameworks/av/media/img_utils/src/
DTiffEntry.cpp37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { in forceValidType()
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { in forceValidType()
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { in forceValidType()
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { in forceValidType()
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) { in forceValidType()
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) { in forceValidType()
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) { in forceValidType()
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) { in forceValidType()
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) { in forceValidType()
136 TagType type = getType(); in toString() local
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DBaseSettingsProviderTest.java60 protected void setStringViaFrontEndApiSetting(int type, String name, String value, int userId) { in setStringViaFrontEndApiSetting()
82 protected String getStringViaFrontEndApiSetting(int type, String name, int userId) { in getStringViaFrontEndApiSetting()
104 protected Uri insertStringViaProviderApi(int type, String name, String value, in insertStringViaProviderApi()
117 protected int deleteStringViaProviderApi(int type, String name) { in deleteStringViaProviderApi()
122 protected int updateStringViaProviderApiSetting(int type, String name, String value) { in updateStringViaProviderApiSetting()
131 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi()
135 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi()
170 protected static void resetSettingsViaShell(int type, int resetMode) throws IOException { in resetSettingsViaShell()
205 protected static void resetToDefaultsViaShell(int type, String packageName) throws IOException { in resetToDefaultsViaShell()
209 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell()
[all …]
DSettingsProviderTest.java253 private void testResetModePackageDefaultsCommon(int type) throws Exception { in testResetModePackageDefaultsCommon()
297 private void testResetModePackageDefaultsWithTokensCommon(int type) throws Exception { in testResetModePackageDefaultsWithTokensCommon()
352 private void testResetModeUntrustedDefaultsCommon(int type) throws Exception { in testResetModeUntrustedDefaultsCommon()
393 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon()
434 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon()
465 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType()
485 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType()
536 private void doTestQueryUpdateDeleteGlobalViaProviderApiForType(int type) throws Exception { in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
573 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi()
585 private void performSetAndGetSettingTestViaProviderApi(int type) in performSetAndGetSettingTestViaProviderApi()
[all …]
/frameworks/base/core/java/android/app/timezone/
DUtils.java24 static int validateVersion(String type, int version) { in validateVersion()
31 static String validateRulesVersion(String type, String rulesVersion) { in validateRulesVersion()
41 static <T> T validateNotNull(String type, T object) { in validateNotNull()
52 static <T> T validateConditionalNull(boolean requireNotNull, String type, T object) { in validateConditionalNull()
61 static <T> T validateNull(String type, T object) { in validateNull()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DTonesAutoTest.java37 int type; in tonesDtmfTest() local
61 int type; in tonesSupervisoryTest() local
98 int type; in tonesProprietaryTest() local
123 int type; in tonesSimultaneousTest() local
153 int type; in tonesStressTest() local
/frameworks/support/compat/java/android/support/v4/view/
DNestedScrollingChild2.java82 boolean startNestedScroll(@ScrollAxis int axes, @NestedScrollType int type); in startNestedScroll()
92 void stopNestedScroll(@NestedScrollType int type); in stopNestedScroll()
104 boolean hasNestedScrollingParent(@NestedScrollType int type); in hasNestedScrollingParent()
132 @NestedScrollType int type); in dispatchNestedScroll()
155 @Nullable int[] offsetInWindow, @NestedScrollType int type); in dispatchNestedPreScroll()
DNestedScrollingParent2.java65 @NestedScrollType int type); in onStartNestedScroll()
85 @NestedScrollType int type); in onNestedScrollAccepted()
99 void onStopNestedScroll(@NonNull View target, @NestedScrollType int type); in onStopNestedScroll()
124 int dxUnconsumed, int dyUnconsumed, @NestedScrollType int type); in onNestedScroll()
148 @NestedScrollType int type); in onNestedPreScroll()
/frameworks/base/wifi/java/android/net/wifi/aware/
DTlvBufferUtils.java150 public TlvConstructor putByte(int type, byte b) { in putByte()
170 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray()
191 public TlvConstructor putByteArray(int type, @Nullable byte[] array) { in putByteArray()
205 public TlvConstructor putZeroLengthElement(int type) { in putZeroLengthElement()
221 public TlvConstructor putShort(int type, short data) { in putShort()
239 public TlvConstructor putInt(int type, int data) { in putInt()
259 public TlvConstructor putString(int type, @Nullable String data) { in putString()
297 private void addHeader(int type, int length) { in addHeader()
325 public int type; field in TlvBufferUtils.TlvElement
344 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement()
[all …]
/frameworks/base/services/net/java/android/net/netlink/
DStructNlAttr.java40 public static short makeNestedType(short type) { in makeNestedType()
107 public StructNlAttr(short type, byte value) { in StructNlAttr()
113 public StructNlAttr(short type, short value) { in StructNlAttr()
117 public StructNlAttr(short type, short value, ByteOrder order) { in StructNlAttr()
124 public StructNlAttr(short type, int value) { in StructNlAttr()
128 public StructNlAttr(short type, int value, ByteOrder order) { in StructNlAttr()
135 public StructNlAttr(short type, InetAddress ip) { in StructNlAttr()
140 public StructNlAttr(short type, StructNlAttr... nested) { in StructNlAttr()
/frameworks/base/core/java/com/android/server/
DLocalServices.java45 public static <T> T getService(Class<T> type) { in getService()
54 public static <T> void addService(Class<T> type, T service) { in addService()
67 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java87 private TypeReference(Type type) { in TypeReference()
104 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference()
139 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference()
162 private static final Class<?> getRawType(Type type) { in getRawType()
216 private static Type getComponentType(Type type) { in getComponentType()
271 public static boolean containsTypeVariable(Type type) { in containsTypeVariable()
369 private static void toString(Type type, StringBuilder out) { in toString()
/frameworks/base/core/java/android/content/res/
DTypedArray.java171 final int type = data[index+AssetManager.STYLE_TYPE]; in getText() local
208 final int type = data[index+AssetManager.STYLE_TYPE]; in getString() local
247 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString() local
279 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonConfigurationString() local
325 final int type = data[index+AssetManager.STYLE_TYPE]; in getBoolean() local
364 final int type = data[index+AssetManager.STYLE_TYPE]; in getInt() local
401 final int type = data[index+AssetManager.STYLE_TYPE]; in getFloat() local
452 final int type = data[index+AssetManager.STYLE_TYPE]; in getColor() local
570 final int type = data[index+AssetManager.STYLE_TYPE]; in getInteger() local
618 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimension() local
[all …]
/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java27 final public String type; field in AuthenticatorDescription
51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription()
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription()
74 public static AuthenticatorDescription newKey(String type) { in newKey()
79 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetTransformFeedbackVarying.java11 int[] type, in glGetTransformFeedbackVarying()
28 java.nio.IntBuffer type, in glGetTransformFeedbackVarying()
40 java.nio.IntBuffer type, in glGetTransformFeedbackVarying()
51 int[] type, in glGetTransformFeedbackVarying()
61 java.nio.IntBuffer type in glGetTransformFeedbackVarying()
DglGetActiveAttrib.java11 int[] type, in glGetActiveAttrib()
26 java.nio.IntBuffer type, in glGetActiveAttrib()
37 int[] type, in glGetActiveAttrib()
47 java.nio.IntBuffer type in glGetActiveAttrib()
DglGetActiveUniform.java11 int[] type, in glGetActiveUniform()
26 java.nio.IntBuffer type, in glGetActiveUniform()
36 int[] type, in glGetActiveUniform()
46 java.nio.IntBuffer type in glGetActiveUniform()
/frameworks/base/core/java/android/app/
DAlarmManager.java346 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in set()
373 public void set(@AlarmType int type, long triggerAtMillis, String tag, OnAlarmListener listener, in set()
434 public void setRepeating(@AlarmType int type, long triggerAtMillis, in setRepeating()
484 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
499 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
538 public void setExact(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in setExact()
552 public void setExact(@AlarmType int type, long triggerAtMillis, String tag, in setExact()
563 public void setIdleUntil(@AlarmType int type, long triggerAtMillis, String tag, in setIdleUntil()
601 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set()
617 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowTestsBase.java147 private WindowState createCommonWindow(WindowState parent, int type, String name) { in createCommonWindow()
168 private WindowToken createWindowToken(DisplayContent dc, int stackId, int type) { in createWindowToken()
182 WindowState createWindow(WindowState parent, int type, String name) { in createWindow()
188 WindowState createWindowOnStack(WindowState parent, int stackId, int type, in createWindowOnStack()
194 WindowState createAppWindow(Task task, int type, String name) { in createAppWindow()
200 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name) { in createWindow()
205 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow()
211 static WindowState createWindow(WindowState parent, int type, WindowToken token, String name) { in createWindow()
215 static WindowState createWindow(WindowState parent, int type, WindowToken token, String name, in createWindow()

12345678910>>...52