/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ReportLog.java | 64 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 …]
|
D | DevicePropertyInfo.java | 75 String type, in DevicePropertyInfo() argument 98 mType = type; in DevicePropertyInfo() 125 String type, in DevicePropertyInfo() argument 149 mType = type; in DevicePropertyInfo()
|
D | ReadElf.java | 98 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/ |
D | SettingsSoundsHelperImpl.java | 113 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/ |
D | Layer.kt | 46 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/ |
D | SettingsHelper.java | 262 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/ |
D | IAutoDialContactDetailsHelper.java | 39 void makeCallFromDetailsPageByType(ContactType type); in makeCallFromDetailsPageByType() argument
|
D | IAutoVehicleHardKeysHelper.java | 115 int getCurrentVolumeLevel(VolumeType type); in getCurrentVolumeLevel() argument
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/layers/ |
D | Transform.kt | 32 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/ |
D | AppStartupHelper.java | 89 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()
|
D | ThermalHelper.java | 204 static String getShorthandSensorType(int type) { in getShorthandSensorType() argument 205 switch (type) { in getShorthandSensorType()
|
/platform_testing/tests/example/mobly/ |
D | hello_world_test.py | 112 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/ |
D | SimpleGLRenderer.java | 120 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/ |
D | Android.bp | 37 type: "lite", 51 type: "full",
|
/platform_testing/libraries/audio-test-harness/proto/ |
D | Android.bp | 97 type: "full", 111 type: "lite", 132 type: "full", 153 type: "lite",
|
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/ |
D | VehicleHardKeysHelperImpl.java | 153 public int getCurrentVolumeLevel(VolumeType type) { in getCurrentVolumeLevel() argument 155 switch (type) { in getCurrentVolumeLevel()
|
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
D | ThermalHelperTest.java | 317 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/ |
D | AppCloseProcessor.kt | 68 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/ |
D | WindowManagerConditionsFactory.kt | 208 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/ |
D | Android.bp | 32 type: "lite",
|
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ReadElfTest.java | 107 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/ |
D | AccountHelper.java | 89 if (accounts[i].type.equals("com.google")) { in getRegisteredGoogleAccountOnDevice()
|
/platform_testing/libraries/junitxml/src/com/android/junitxml/ |
D | XmlRunListener.java | 186 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/ |
D | AuptTestCase.java | 215 if(accounts[i].type.equals("com.google")) { in getRegisteredEmailAccount()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/layers/ |
D | LayerSubject.kt | 155 val bufferTransformType = layer.bufferTransform.type ?: 0 in <lambda>()
|