Home
last modified time | relevance | path

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

12345678910>>...61

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util_test.cc70 const Field* FindField(const Type& type, const string& name) { in FindField()
80 bool HasField(const Type& type, const string& name) { in HasField()
84 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField()
94 bool CheckFieldTypeUrl(const Type& type, const string& name, in CheckFieldTypeUrl()
103 bool FieldInOneof(const Type& type, const string& name, in FieldInOneof()
113 bool IsPacked(const Type& type, const string& name) { in IsPacked()
121 bool EnumHasValue(const Enum& type, const string& name, int number) { in EnumHasValue()
160 Type type; in TEST_F() local
284 Type type; in TEST_F() local
293 Type type; in TEST_F() local
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java51 private final Descriptor type; field in DynamicMessage
66 DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields, in DynamicMessage()
79 public static DynamicMessage getDefaultInstance(Descriptor type) { in getDefaultInstance()
89 public static DynamicMessage parseFrom(Descriptor type, in parseFrom()
97 Descriptor type, in parseFrom()
105 public static DynamicMessage parseFrom(Descriptor type, ByteString data) in parseFrom()
111 public static DynamicMessage parseFrom(Descriptor type, ByteString data, in parseFrom()
118 public static DynamicMessage parseFrom(Descriptor type, byte[] data) in parseFrom()
124 public static DynamicMessage parseFrom(Descriptor type, byte[] data, in parseFrom()
131 public static DynamicMessage parseFrom(Descriptor type, InputStream input) in parseFrom()
[all …]
/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/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs73 public void GetProperty_Success(Type type, string name) in GetProperty_Success()
83 public void GetProperty_NoSuchProperty(Type type, string name) in GetProperty_NoSuchProperty()
93 public void GetMethod_Success(Type type, string name) in GetMethod_Success()
103 public void GetMethod_NoSuchMethod(Type type, string name) in GetMethod_NoSuchMethod()
111 public void GetMethod_Ambiguous(Type type, string name) in GetMethod_Ambiguous()
/frameworks/base/services/net/java/android/net/netlink/
DStructNlAttr.java39 public static short makeNestedType(short type) { in makeNestedType()
106 public StructNlAttr(short type, byte value) { in StructNlAttr()
112 public StructNlAttr(short type, short value) { in StructNlAttr()
116 public StructNlAttr(short type, short value, ByteOrder order) { in StructNlAttr()
123 public StructNlAttr(short type, int value) { in StructNlAttr()
127 public StructNlAttr(short type, int value, ByteOrder order) { in StructNlAttr()
134 public StructNlAttr(short type, InetAddress ip) { in StructNlAttr()
139 public StructNlAttr(short type, StructNlAttr... nested) { in StructNlAttr()
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java89 private TypeReference(Type type) { in TypeReference()
106 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference()
142 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference()
165 private static final Class<?> getRawType(Type type) { in getRawType()
219 private static Type getComponentType(Type type) { in getComponentType()
274 public static boolean containsTypeVariable(Type type) { in containsTypeVariable()
372 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/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/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
383 final int type = data[index + STYLE_TYPE]; in getBoolean() local
422 final int type = data[index + STYLE_TYPE]; in getInt() local
459 final int type = data[index + STYLE_TYPE]; in getFloat() local
510 final int type = data[index + STYLE_TYPE]; in getColor() local
628 final int type = data[index + STYLE_TYPE]; in getInteger() local
676 final int type = data[index + STYLE_TYPE]; in getDimension() local
[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/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/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/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.java356 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in set()
383 public void set(@AlarmType int type, long triggerAtMillis, String tag, OnAlarmListener listener, in set()
444 public void setRepeating(@AlarmType int type, long triggerAtMillis, in setRepeating()
494 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
509 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow()
548 public void setExact(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in setExact()
562 public void setExact(@AlarmType int type, long triggerAtMillis, String tag, in setExact()
573 public void setIdleUntil(@AlarmType int type, long triggerAtMillis, String tag, in setIdleUntil()
623 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set()
640 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc117 const google::protobuf::Type& type) in ProtoStreamObjectSource()
131 const google::protobuf::Type& type) in ProtoStreamObjectSource()
155 const google::protobuf::Type& type, uint32 tag) const { in FindAndVerifyField() argument
174 Status ProtoStreamObjectSource::WriteMessage(const google::protobuf::Type& type, in WriteMessage()
317 const ProtoStreamObjectSource* os, const google::protobuf::Type& type, in RenderTimestamp()
341 const ProtoStreamObjectSource* os, const google::protobuf::Type& type, in RenderDuration()
380 const google::protobuf::Type& type, in RenderDouble()
394 const google::protobuf::Type& type, in RenderFloat()
408 const google::protobuf::Type& type, in RenderInt64()
422 const google::protobuf::Type& type, in RenderUInt64()
[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 …]

12345678910>>...61