Home
last modified time | relevance | path

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

123456

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java70 public void addValue(String source, String message, double value, ResultType type, in addValue()
84 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
97 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
111 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
124 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
136 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
148 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
160 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
172 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
184 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
[all …]
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DMetricsReportLog.java67 public void addValue(String source, String message, double value, ResultType type, in addValue()
81 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
95 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
109 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
122 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
134 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
146 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
158 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
170 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
182 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
[all …]
/cts/tests/tests/drm/src/android/drm/cts/
DDrmEventTest.java149 int type = DrmInfoEvent.TYPE_RIGHTS_INSTALLED; in createDrmEvent() local
156 int type = DrmErrorEvent.TYPE_NOT_SUPPORTED; in createDrmEvent() local
194 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
196 assertEquals(infoEvent.getType(), type); in checkValidInfoType() local
199 private static void checkValidErrorType(int type) throws Exception { in checkValidErrorType()
201 assertEquals(errEvent.getType(), type); in checkValidErrorType() local
204 private static void checkInfoTypeInErrorEvent(int type) throws Exception { in checkInfoTypeInErrorEvent()
220 private static void checkErrorTypeInInfoEvent(int type) throws Exception { in checkErrorTypeInInfoEvent()
DDrmInfoRequestTest.java113 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType()
115 assertEquals(request.getInfoType(), type); in checkGetInfoType() local
118 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType()
127 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
DDrmInfoTest.java137 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType()
139 assertEquals(info.getInfoType(), type); in checkGetInfoType() local
142 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType()
151 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
/cts/suite/audio_quality/lib/src/
DSettings.cpp37 void Settings::addSetting(SettingType type, const android::String8 setting) in addSetting()
41 const android::String8& Settings::getSetting(SettingType type) in getSetting()
DGenericFactory.cpp26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type) in createTask()
/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric()
79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric()
145 ResultType type = ResultType.parseReportString( in parse() local
177 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
184 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
192 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
199 public void addValue(String source, String message, double value, ResultType type, in addValue()
207 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
214 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
221 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
[all …]
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DFeatureDeviceInfo.java50 String type = "other"; in collectDeviceInfo() local
101 String type, in addFeature()
113 String type, in addFeature()
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20ActivityTwo.java50 public void setView(int type, int i, float[] vertexColors ) { in setView()
55 public void setView(int type, int i) { in setView()
91 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
DOpenGLES20NativeActivityTwo.java50 public void setView(int type, int i, float[] vertexColors ) { in setView()
55 public void setView(int type, int i) { in setView()
100 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_CommonDataKinds_ImTest.java55 private void assertGetProtocolLabel(int type) { in assertGetProtocolLabel()
69 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_EventTest.java32 private void assertGetTypeLabel(Integer type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_SipAddressTest.java41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_StructuredPostalTest.java41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_EmailTest.java42 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_RelationTest.java52 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
/cts/suite/audio_quality/lib/include/task/
DModelBuilder.h46 TaskGeneric::TaskType type; member
59 TaskGeneric::TaskType type; member
/cts/tests/signature/src/android/signature/cts/
DResultObserver.java29 void notifyFailure(FailureType type, String name, String errorMessage); in notifyFailure()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DMockVrListenerService.java52 public final EventType type; field in MockVrListenerService.Event
61 public static Event build(VrListenerService instance, EventType type, Object argument1) { in build()
65 public static Event build(VrListenerService instance, EventType type) { in build()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSmallStructsTest.java68 Class<?> getUnwrappedClassForType(String type) { in getUnwrappedClassForType()
92 Method getInitialValueSetter(String type) throws Exception { in getInitialValueSetter()
118 Object getInitialValue(String type) { in getInitialValue()
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
DConnectivityManagerLegacyTest.java91 private List<InetAddress> getIpAddresses(int type) { in getIpAddresses()
108 private boolean hasIPv4(int type) { in hasIPv4()
117 private void checkSourceAddress(String addrString, int type) throws Exception { in checkSourceAddress()
217 private void expectNetworkBroadcast(final int type, final NetworkInfo.State state, in expectNetworkBroadcast()
/cts/suite/audio_quality/lib/src/task/
DTaskAsync.cpp22 TaskAsync::TaskAsync(TaskType type) in TaskAsync()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java44 int type; in skipCurrentTag() local
63 int type; in getAttributeSet() local
100 int type; in getResourceParser() local
/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioCodecTest.java23 private void assertEquals(AudioCodec codec, int type, String rtpmap, String fmtp) { in assertEquals()

123456