Home
last modified time | relevance | path

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

12345678910>>...64

/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.java79 protected void setStringViaFrontEndApiSetting(int type, String name, String value, int userId) { in setStringViaFrontEndApiSetting()
101 protected String getStringViaFrontEndApiSetting(int type, String name, int userId) { in getStringViaFrontEndApiSetting()
123 protected Uri insertStringViaProviderApi(int type, String name, String value, in insertStringViaProviderApi()
136 protected int deleteStringViaProviderApi(int type, String name) { in deleteStringViaProviderApi()
141 protected int updateStringViaProviderApiSetting(int type, String name, String value) { in updateStringViaProviderApiSetting()
150 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi()
154 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi()
189 protected static void resetSettingsViaShell(int type, int resetMode) throws IOException { in resetSettingsViaShell()
224 protected static void resetToDefaultsViaShell(int type, String packageName) throws IOException { in resetToDefaultsViaShell()
228 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()
394 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon()
436 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon()
467 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType()
487 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType()
538 private void doTestQueryUpdateDeleteGlobalViaProviderApiForType(int type) throws Exception { in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
575 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi()
587 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/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityUtilsTest.java45 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_stringChange_returnTextChange() local
56 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_stringNotChange_returnNoneChange() local
69 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonSpanToNonParcelableSpan_returnNoneChange() local
82 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonSpanToParcelableSpan_returnParcelableSpanChange() local
97 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonParcelableSpanToParcelableSpan_returnParcelableSpanChange() local
111 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonParcelableSpanChange_returnNoneChange() local
125 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_parcelableSpanChange_returnParcelableSpanChange() local
/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/libs/net/common/device/com/android/net/module/util/
DBpfUtils.java42 public static void attachProgram(int type, @NonNull String programPath, in attachProgram()
50 public static void detachProgram(int type, @NonNull String cgroupPath) in detachProgram()
58 public static void detachSingleProgram(int type, @NonNull String programPath, in detachSingleProgram()
63 private static native boolean native_attachProgramToCgroup(int type, String programPath, in native_attachProgramToCgroup()
65 private static native boolean native_detachProgramFromCgroup(int type, String cgroupPath) in native_detachProgramFromCgroup()
67 private static native boolean native_detachSingleProgramFromCgroup(int type, in native_detachSingleProgramFromCgroup()
/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/libs/net/common/device/com/android/net/module/util/netlink/
DStructNlAttr.java46 public static short makeNestedType(short type) { in makeNestedType()
141 public StructNlAttr(short type, byte value) { in StructNlAttr()
147 public StructNlAttr(short type, short value) { in StructNlAttr()
151 public StructNlAttr(short type, short value, ByteOrder order) { in StructNlAttr()
164 public StructNlAttr(short type, int value) { in StructNlAttr()
168 public StructNlAttr(short type, int value, ByteOrder order) { in StructNlAttr()
181 public StructNlAttr(short type, @NonNull final byte[] value) { in StructNlAttr()
186 public StructNlAttr(short type, @NonNull final InetAddress ip) { in StructNlAttr()
191 public StructNlAttr(short type, @NonNull final MacAddress mac) { in StructNlAttr()
196 public StructNlAttr(short type, @NonNull final String string) { in StructNlAttr()
[all …]
/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.java91 private TypeReference(Type type) { in TypeReference()
108 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference()
144 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference()
167 private static final Class<?> getRawType(Type type) { in getRawType()
221 private static Type getComponentType(Type type) { in getComponentType()
276 public static boolean containsTypeVariable(Type type) { in containsTypeVariable()
374 private static void toString(Type type, StringBuilder out) { in toString()
/frameworks/base/core/java/android/content/res/
DTypedArray.java230 final int type = data[index + STYLE_TYPE]; in getText() local
267 final int type = data[index + STYLE_TYPE]; in getString() local
306 final int type = data[index + STYLE_TYPE]; in getNonResourceString() local
338 final int type = data[index + STYLE_TYPE]; in getNonConfigurationString() local
385 final int type = data[index + STYLE_TYPE]; in getBoolean() local
424 final int type = data[index + STYLE_TYPE]; in getInt() local
461 final int type = data[index + STYLE_TYPE]; in getFloat() local
512 final int type = data[index + STYLE_TYPE]; in getColor() local
633 final int type = data[index + STYLE_TYPE]; in getInteger() local
682 final int type = data[index + STYLE_TYPE]; in getDimension() local
[all …]
/frameworks/base/tools/aapt2/
DResource_test.cpp27 const ResourceType* type = ParseResourceType("anim"); in TEST() local
132 auto type = ParseResourceNamedType("anim"); in TEST() local
155 auto type = ResourceNamedTypeWithDefaultName(ResourceType::kAnim); in TEST() local
/frameworks/libs/net/common/device/com/android/net/module/util/structs/
DLlaOption.java39 public final byte type; field in LlaOption
48 LlaOption(final byte type, final byte length, final MacAddress linkLayerAddress) { in LlaOption()
57 public static ByteBuffer build(final byte type, final MacAddress linkLayerAddress) { in build()
/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/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.java30 final public String type; field in AuthenticatorDescription
54 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription()
67 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription()
77 public static AuthenticatorDescription newKey(String type) { in newKey()
83 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()
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/apex/jobscheduler/framework/java/android/app/
DAlarmManager.java466 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in set()
493 public void set(@AlarmType int type, long triggerAtMillis, String tag, OnAlarmListener listener, in set()
558 public void setRepeating(@AlarmType int type, long triggerAtMillis, in setRepeating()
614 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
637 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
681 public void setPrioritized(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setPrioritized()
738 public void setExact(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in setExact()
769 public void setExact(@AlarmType int type, long triggerAtMillis, String tag, in setExact()
780 public void setIdleUntil(@AlarmType int type, long triggerAtMillis, String tag, in setIdleUntil()
849 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set()
[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/av/media/codec2/core/include/
DC2Enum.h98 #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/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/drm/java/android/drm/
DDrmInfoEvent.java74 public DrmInfoEvent(int uniqueId, int type, String message) { in DrmInfoEvent()
89 public DrmInfoEvent(int uniqueId, int type, String message, in DrmInfoEvent()
100 private void checkTypeValidity(int type) { in checkTypeValidity()

12345678910>>...64