Home
last modified time | relevance | path

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

12345678910>>...57

/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.java63 protected void setStringViaFrontEndApiSetting(int type, String name, String value, int userId) { in setStringViaFrontEndApiSetting()
85 protected String getStringViaFrontEndApiSetting(int type, String name, int userId) { in getStringViaFrontEndApiSetting()
107 protected Uri insertStringViaProviderApi(int type, String name, String value, in insertStringViaProviderApi()
120 protected int deleteStringViaProviderApi(int type, String name) { in deleteStringViaProviderApi()
125 protected int updateStringViaProviderApiSetting(int type, String name, String value) { in updateStringViaProviderApiSetting()
134 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi()
138 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi()
173 protected static void resetSettingsViaShell(int type, int resetMode) throws IOException { in resetSettingsViaShell()
208 protected static void resetToDefaultsViaShell(int type, String packageName) throws IOException { in resetToDefaultsViaShell()
212 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell()
[all …]
DSettingsProviderTest.java254 private void testResetModePackageDefaultsCommon(int type) throws Exception { in testResetModePackageDefaultsCommon()
298 private void testResetModePackageDefaultsWithTokensCommon(int type) throws Exception { in testResetModePackageDefaultsWithTokensCommon()
353 private void testResetModeUntrustedDefaultsCommon(int type) throws Exception { in testResetModeUntrustedDefaultsCommon()
394 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon()
435 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon()
466 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType()
486 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType()
537 private void doTestQueryUpdateDeleteGlobalViaProviderApiForType(int type) throws Exception { in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
574 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi()
586 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/base/core/java/android/app/slice/
DSliceQuery.java83 public static List<SliceItem> findAll(SliceItem s, String type) { in findAll()
90 public static List<SliceItem> findAll(SliceItem s, String type, String hints, String nonHints) { in findAll()
97 public static List<SliceItem> findAll(SliceItem s, String type, String[] hints, in findAll()
107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find()
114 public static SliceItem find(Slice s, String type) { in find()
121 public static SliceItem find(SliceItem s, String type) { in find()
128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find()
135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find()
144 public static SliceItem find(SliceItem s, String type, String[] hints, String[] nonHints) { in find()
/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.java90 private TypeReference(Type type) { in TypeReference()
107 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference()
143 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference()
166 private static final Class<?> getRawType(Type type) { in getRawType()
220 private static Type getComponentType(Type type) { in getComponentType()
275 public static boolean containsTypeVariable(Type type) { in containsTypeVariable()
373 private static void toString(Type type, StringBuilder out) { in toString()
/frameworks/base/wifi/java/android/net/wifi/aware/
DTlvBufferUtils.java167 public TlvConstructor putByte(int type, byte b) { in putByte()
199 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray()
220 public TlvConstructor putByteArray(int type, @Nullable byte[] array) { in putByteArray()
250 public TlvConstructor putZeroLengthElement(int type) { in putZeroLengthElement()
266 public TlvConstructor putShort(int type, short data) { in putShort()
284 public TlvConstructor putInt(int type, int data) { in putInt()
304 public TlvConstructor putString(int type, @Nullable String data) { in putString()
348 private void addHeader(int type, int length) { in addHeader()
376 public int type; field in TlvBufferUtils.TlvElement
401 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement()
[all …]
/frameworks/base/libs/hwui/utils/
DTypeLogic.h24 using type = std::conditional_t<std::is_const<S>::value, std::add_const_t<D>, D>; member
29 using type = std::conditional_t<std::is_volatile<S>::value, std::add_volatile_t<D>, D>; member
34 using type = copy_volatile_t<copy_const_t<D, S>, S>; member
/frameworks/base/core/java/android/content/res/
DTypedArray.java229 final int type = data[index + STYLE_TYPE]; in getText() local
266 final int type = data[index + STYLE_TYPE]; in getString() local
305 final int type = data[index + STYLE_TYPE]; in getNonResourceString() local
337 final int type = data[index + STYLE_TYPE]; in getNonConfigurationString() local
384 final int type = data[index + STYLE_TYPE]; in getBoolean() local
423 final int type = data[index + STYLE_TYPE]; in getInt() local
460 final int type = data[index + STYLE_TYPE]; in getFloat() local
511 final int type = data[index + STYLE_TYPE]; in getColor() local
629 final int type = data[index + STYLE_TYPE]; in getInteger() local
677 final int type = data[index + STYLE_TYPE]; in getDimension() local
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/util/
DXmlUtils.java33 int type; in beginDocument() local
53 int type; in nextElement() local
65 int type = parser.next(); in nextElementWithin() local
/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java29 final public String type; field in AuthenticatorDescription
53 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription()
66 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription()
76 public static AuthenticatorDescription newKey(String type) { in newKey()
82 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
/frameworks/av/media/codec2/core/include/
DC2Enum.h57 #define _C2_GET_ENUM_VALUE(x, type) (_C2EnumConst<type>)x argument
98 #define DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument
101 #define _DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument
103 #define __DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument
105 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument
113 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER__C2_GENERATE_GLOBAL_VARS__(name, type, prefix, ...) argument
148 #define C2ENUM(name, type, ...) \ argument
172 #define C2ENUM_CUSTOM_PREFIX(name, type, prefix, ...) \ argument
193 #define C2ENUM_CUSTOM_NAMES(name, type, names, ...) \ argument
/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()
27 java.nio.IntBuffer type, in glGetActiveAttrib()
38 int[] type, in glGetActiveAttrib()
48 java.nio.IntBuffer type in glGetActiveAttrib()
DglGetActiveUniform.java11 int[] type, in glGetActiveUniform()
27 java.nio.IntBuffer type, in glGetActiveUniform()
37 int[] type, in glGetActiveUniform()
47 java.nio.IntBuffer type in glGetActiveUniform()
/frameworks/base/core/java/android/app/
DAlarmManager.java355 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in set()
382 public void set(@AlarmType int type, long triggerAtMillis, String tag, OnAlarmListener listener, in set()
443 public void setRepeating(@AlarmType int type, long triggerAtMillis, in setRepeating()
493 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
508 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
547 public void setExact(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in setExact()
561 public void setExact(@AlarmType int type, long triggerAtMillis, String tag, in setExact()
572 public void setIdleUntil(@AlarmType int type, long triggerAtMillis, String tag, in setIdleUntil()
622 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set()
639 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java240 private WindowState createCommonWindow(WindowState parent, int type, String name) { in createCommonWindow()
258 DisplayContent dc, int windowingMode, int activityType, int type) { in createWindowToken()
282 WindowState createWindow(WindowState parent, int type, String name) { in createWindow()
290 WindowState createWindow(WindowState parent, int type, String name, int ownerId) { in createWindow()
299 int type, DisplayContent dc, String name) { in createWindowOnStack()
306 WindowState createAppWindow(Task task, int type, String name) { in createAppWindow()
314 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name) { in createWindow()
322 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow()
331 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow()
341 WindowState createWindow(WindowState parent, int type, WindowToken token, String name) { in createWindow()
[all …]
/frameworks/base/core/java/android/os/health/
DHealthKeys.java74 int type(); in type() method
112 final int type = constant.type(); in Constants() local
148 public int getSize(int type) { in getSize()
162 public int getIndex(int type, int key) { in getIndex()
175 public int[] getKeys(int type) { in getKeys()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java118 public Media newMedia(String type, int port, int portCount, in newMedia()
194 public int getBandwidth(String type) { in getBandwidth()
202 public void setBandwidth(String type, int value) { in setBandwidth()
244 private Media(String type, int port, int portCount, String protocol) { in Media()
334 public String getRtpmap(int type) { in getRtpmap()
342 public String getFmtp(int type) { in getFmtp()
352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload()
364 public void removeRtpPayload(int type) { in removeRtpPayload()
470 public int getBandwidth(String type) { in getBandwidth()
485 public void setBandwidth(String type, int value) { in setBandwidth()
[all …]
/frameworks/base/core/java/android/os/
DIThermalService.aidl44 boolean registerThermalEventListenerWithType(in IThermalEventListener listener, in int type); in registerThermalEventListenerWithType()
67 List<Temperature> getCurrentTemperaturesWithType(in int type); in getCurrentTemperaturesWithType()
105 List<CoolingDevice> getCurrentCoolingDevicesWithType(in int type); in getCurrentCoolingDevicesWithType()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java177 public void setExemptedDownstreamType(final int type) { in setExemptedDownstreamType()
367 protected Intent runSilentTetherProvisioning(int type, final TetheringConfiguration config) { in runSilentTetherProvisioning()
386 private void runUiTetherProvisioning(int type, final TetheringConfiguration config) { in runUiTetherProvisioning()
398 protected Intent runUiTetherProvisioning(int type, final TetheringConfiguration config, in runUiTetherProvisioning()
469 protected void addDownstreamMapping(int type, int resultCode) { in addDownstreamMapping()
483 protected void removeDownstreamMapping(int type) { in removeDownstreamMapping()
501 private static boolean isValidDownstreamType(int type) { in isValidDownstreamType()
547 private static String typeString(int type) { in typeString()
568 private ResultReceiver buildProxyReceiver(int type, boolean notifyFail, in buildProxyReceiver()
610 private int updateEntitlementCacheValue(int type, int resultCode) { in updateEntitlementCacheValue()
/frameworks/base/drm/java/android/drm/
DDrmInfoEvent.java72 public DrmInfoEvent(int uniqueId, int type, String message) { in DrmInfoEvent()
87 public DrmInfoEvent(int uniqueId, int type, String message, in DrmInfoEvent()
98 private void checkTypeValidity(int type) { in checkTypeValidity()
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java213 @Nullable Integer type) { in postEventListenerCurrentTemperatures()
218 type); in postEventListenerCurrentTemperatures() local
225 @Nullable Integer type) { in postEventListener()
248 final Integer type = in notifyEventListenersLocked() local
614 int type); in getCurrentTemperatures()
617 int type); in getCurrentCoolingDevices()
656 int type) { in getCurrentTemperatures()
696 int type) { in getCurrentCoolingDevices()
785 int type) { in getCurrentTemperatures()
825 int type) { in getCurrentCoolingDevices()
[all …]

12345678910>>...57