Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 31) sorted by relevance

12

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReportLog.java64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric() argument
65 this(source, message, new double[] { value }, type, unit); in Metric()
79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric() argument
101 mType = type; in Metric()
145 ResultType type = ResultType.parseReportString( in parse() local
161 return new Metric(source, message, values, type, unit); in parse()
177 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() argument
184 public void addValues(String source, String message, double[] values, ResultType type, in addValues() argument
192 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() argument
199 public void addValue(String source, String message, double value, ResultType type, in addValue() argument
[all …]
DDevicePropertyInfo.java75 String type, in DevicePropertyInfo() argument
98 mType = type; in DevicePropertyInfo()
125 String type, in DevicePropertyInfo() argument
149 mType = type; in DevicePropertyInfo()
DReadElf.java98 public final int type; field in ReadElf.Symbol
110 this.type = st_info & 0x0F; in Symbol()
142 switch (type) { in toType()
158 return "STT_??? (" + type + ")"; in toType()
231 long type, in SecHeader() argument
241 this.sh_type = type; in SecHeader()
1018 if (sym.type == Symbol.STT_NOTYPE) { in readSymbolTable()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java113 String type = ""; in setSound() local
116 type = "Default alarm sound"; in setSound()
119 type = "Default notification sound"; in setSound()
122 type = "Phone ringtone"; in setSound()
125 UiObject2 object = scrollAndFindUiObject(By.text(type), getScrollScreenIndex()); in setSound()
158 String type = ""; in getSound() local
161 type = "Default alarm sound"; in getSound()
164 type = "Default notification sound"; in getSound()
167 type = "Phone ringtone"; in getSound()
170 UiObject2 object = scrollAndFindUiObject(By.text(type), getScrollScreenIndex()); in getSound()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt46 val type: String, constant in com.android.server.wm.traces.common.layers.Layer
61 val stableId: String = "$type $id $name"
96 this.transform.type?.isFlagSet(transform) ?: false in isTransformFlagSet()
197 get() = type == "BufferStateLayer" || type == "BufferQueueLayer"
204 val isColorLayer: Boolean get() = type == "ColorLayer"
211 val isContainerLayer: Boolean get() = type == "ContainerLayer"
218 val isEffectLayer: Boolean get() = type == "EffectLayer"
334 if (type != other.type) return false in equals()
370 result = 31 * result + type.hashCode() in hashCode()
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java262 public String getStringSetting(SettingsType type, String sName) { in getStringSetting() argument
263 switch (type) { in getStringSetting()
281 public int getIntSetting(SettingsType type, String sName) throws SettingNotFoundException { in getIntSetting() argument
282 switch (type) { in getIntSetting()
299 public void setStringSetting(SettingsType type, String sName, String value) in setStringSetting() argument
301 switch (type) { in setStringSetting()
321 public void setIntSetting(SettingsType type, String sName, int value) in setIntSetting() argument
323 switch (type) { in setIntSetting()
346 public boolean verifyToggleSetting(SettingsType type, String settingAction, in verifyToggleSetting() argument
349 type, settingAction, Pattern.compile(settingName), internalName, true); in verifyToggleSetting()
[all …]
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoDialContactDetailsHelper.java39 void makeCallFromDetailsPageByType(ContactType type); in makeCallFromDetailsPageByType() argument
DIAutoVehicleHardKeysHelper.java115 int getCurrentVolumeLevel(VolumeType type); in getCurrentVolumeLevel() argument
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/layers/
DTransform.kt32 transform?.type,
42 transform == null || Transform.isSimpleTransform(transform.type) -> in getMatrix()
43 transform?.type.getDefaultTransform(x, y) in getMatrix()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DAppStartupHelper.java89 String transitionType = String.valueOf(appStartAtom.type); in getMetrics()
109 switch (appStartAtom.type) { in getMetrics()
152 String transitionType = String.valueOf(appFullyDrawnAtom.type); in getMetrics()
158 switch (appFullyDrawnAtom.type) { in getMetrics()
191 processStartTimeAtom.type, in getMetrics()
200 switch (processStartTimeAtom.type) { in getMetrics()
DThermalHelper.java204 static String getShorthandSensorType(int type) { in getShorthandSensorType() argument
205 switch (type) { in getShorthandSensorType()
/platform_testing/tests/example/mobly/
Dhello_world_test.py112 type=str,
114 local_parser.add_argument('--log_path', type=str, help='Test log file path.')
126 type=str,
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java120 public static int loadShader(int type, String shaderCode) { in loadShader() argument
124 int shader = GLES20.glCreateShader(type); in loadShader()
/platform_testing/libraries/audio-test-harness/common/
DAndroid.bp37 type: "lite",
51 type: "full",
/platform_testing/libraries/audio-test-harness/proto/
DAndroid.bp97 type: "full",
111 type: "lite",
132 type: "full",
153 type: "lite",
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java153 public int getCurrentVolumeLevel(VolumeType type) { in getCurrentVolumeLevel() argument
155 switch (type) { in getCurrentVolumeLevel()
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DThermalHelperTest.java317 getThermalThrottlingSeverityStateChangedEvent(int type, String name, int severity) { in getThermalThrottlingSeverityStateChangedEvent() argument
321 stateChanged.sensorType = type; in getThermalThrottlingSeverityStateChangedEvent()
328 private String getMetricKey(int type, String name) { in getMetricKey() argument
330 "thermal", ThermalHelper.getShorthandSensorType(type), name); in getMetricKey()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/service/processors/
DAppCloseProcessor.kt68 window.attributes.type == TYPE_APPLICATION_STARTING in <lambda>()
73 window.isVisible && window.attributes.type == TYPE_BASE_APPLICATION in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DWindowManagerConditionsFactory.kt208 layer?.transform?.type?.isFlagSet(transform) ?: false in <lambda>()
221 layer.transform.type?.isFlagSet(transform) ?: false in <lambda>()
289 window.attributes.type == PlatformConsts.TYPE_APPLICATION_STARTING && in <lambda>()
/platform_testing/libraries/health/runners/longevity/platform/
DAndroid.bp32 type: "lite",
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DReadElfTest.java107 String elfFileName, String elfOutputFileName, String arch, int bits, int type) in checkReadElf() argument
115 assertEquals("getType() ", type, elf.getType()); in checkReadElf()
/platform_testing/libraries/system-helpers/account-helper/src/android/system/helpers/
DAccountHelper.java89 if (accounts[i].type.equals("com.google")) { in getRegisteredGoogleAccountOnDevice()
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java186 private void formatError(String type, Failure failure) throws Exception { in formatError() argument
187 final Element failureOrError = mDocument.createElement(type); in formatError()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java215 if(accounts[i].type.equals("com.google")) { in getRegisteredEmailAccount()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/layers/
DLayerSubject.kt155 val bufferTransformType = layer.bufferTransform.type ?: 0 in <lambda>()

12