Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/
DTfMetricProtoUtil.java105 public static Metric createSingleValue(long value, String unit) { in createSingleValue() argument
108 if (unit != null) { in createSingleValue()
109 metricBuilder.setUnit(unit); in createSingleValue()
/tools/tradefederation/core/src/com/android/tradefed/util/
DConditionPriorityBlockingQueue.java165 public T poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() argument
166 return poll(timeout, unit, new AlwaysMatch<T>()); in poll()
180 public T poll(long timeout, TimeUnit unit, IMatcher<T> matcher) throws InterruptedException { in poll() argument
181 Long nanos = unit.toNanos(timeout); in poll()
DGCSBucketUtil.java699 public void setTimeout(long timeout, TimeUnit unit) { in setTimeout() argument
700 setTimeoutMs(unit.toMillis(timeout)); in setTimeout()
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/
DItemVisitor.kt56 open fun visitCompilationUnit(unit: CompilationUnit) {} in visitCompilationUnit()
72 open fun afterVisitCompilationUnit(unit: CompilationUnit) {} in afterVisitCompilationUnit()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DPackageItem.kt107 for (unit in topLevelClasses()) { in <lambda>() method
108 unit.acceptTypes(visitor) in <lambda>()
/tools/tradefederation/core/src/com/android/tradefed/util/executor/
DParallelDeviceExecutor.java51 public List<V> invokeAll(List<Callable<V>> callableTasks, long timeout, TimeUnit unit) { in invokeAll() argument
68 results.add(future.get(timeout, unit)); in invokeAll()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorRunner.java287 public void setMaxTimeToOutputResponse(long timeout, TimeUnit unit) { in setMaxTimeToOutputResponse() argument
288 mMaxTimeToOutputResponse = unit.toMillis(timeout); in setMaxTimeToOutputResponse()
360 public void setMaxTimeout(long maxTimeout, TimeUnit unit) { in setMaxTimeout() argument
361 mMaxTimeout = unit.toMillis(maxTimeout); in setMaxTimeout()
/tools/tradefederation/core/tests/
Drun_tradefed_aosp_presubmit.sh22 $tfdir/tradefed.sh run singleCommand tf/local-unit-launcher --folder-path ${TF_JAR_DIR} "$@"
/tools/metalava/stub-annotations/src/main/java/androidx/annotation/
DPx.java30 @Dimension(unit = Dimension.PX)
DDimension.java33 int unit() default PX; in unit() method
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/
Dpower_metrics.py69 def __init__(self, value, unit_type, unit): argument
74 self._unit = unit
128 def unit(self): member in Measurement
Dinstrumentation_power_test.py460 unit = metric['unit']
470 lower_bound = Measurement(lower_value, unit_type, unit)
471 upper_bound = Measurement(upper_value, unit_type, unit)
474 'actual': str(actual_result.to_unit(unit))
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java206 String unit; // "ms" field in CameraPerformanceTest.CtsMetric
222 String unit, in CtsMetric() argument
228 this.unit = unit; in CtsMetric()
481 String unit = parser.getAttributeValue(null, SCOREUNIT_ATTR); in parseToCtsMetrics() local
490 return new CtsMetric(mTestMethod, source, message, type, unit, kpiValue); in parseToCtsMetrics()
DAdbScreenrecordTest.java198 final String unit = m.group(2).toUpperCase(); in convertBitrateToKilobits() local
200 switch (unit) { in convertBitrateToKilobits()
/tools/test/graphicsbenchmark/
DREADME32 To run unit tests:
/tools/security/fuzzing/example_fuzzer/
DREADME.md107 …yte-PersAutoDict-CMP- DE: "\x18\x00\x00\x00\x00\x00\x00\x00"-"Hi!"-; base unit: adc83b19e793491b1c…
110 artifact_prefix='./'; Test unit written to ./crash-8a4daff3931e139b7dfff19e7e47dc75c29c3a5e
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py415 def set_output_level_unit(self, unit, sg=1): argument
426 cmd = "UNIT{}:POW {}".format(sg, unit)
/tools/tradefederation/core/proto/
Dmetric_measurement.proto76 string unit = 2; field
Dtest_record.proto44 // The result status (Pass, Fail, etc) of this test unit.
/tools/tradefederation/core/atest/
DINTEGRATION_TESTS11 # packages/apps/Bluetooth/tests/unit/Android.mk
/tools/asuite/atest/
DINTEGRATION_TESTS11 # packages/apps/Bluetooth/tests/unit/Android.mk
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java186 public RawImage getScreenshot(long timeout, TimeUnit unit) in getScreenshot() argument
/tools/test/connectivity/acts/
DREADME.md32 To run unit tests:
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...
/tools/repohooks/tools/
Dpylintrc303 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1