Home
last modified time | relevance | path

Searched defs:group (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java81 ThreadGroup group = Thread.currentThread().getThreadGroup(); in addInvocationInfo() local
92 ThreadGroup group = Thread.currentThread().getThreadGroup(); in getInfo() local
103 ThreadGroup group = Thread.currentThread().getThreadGroup(); in clearInvocationInfos() local
116 ThreadGroup group = Thread.currentThread().getThreadGroup(); in registerExecutionFiles() local
133 ThreadGroup group = Thread.currentThread().getThreadGroup(); in getInvocationFiles() local
144 ThreadGroup group = Thread.currentThread().getThreadGroup(); in setActionInProgress() local
155 ThreadGroup group = Thread.currentThread().getThreadGroup(); in getActionInProgress() local
186 ThreadGroup group = Thread.currentThread().getThreadGroup(); in getLocal() local
DInvocationMetricLogger.java128 ThreadGroup group = Thread.currentThread().getThreadGroup(); in addInvocationMetrics() local
139 ThreadGroup group = Thread.currentThread().getThreadGroup(); in getInvocationMetrics() local
150 ThreadGroup group = Thread.currentThread().getThreadGroup(); in clearInvocationMetrics() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/logger/
DTfObjectTracker.java66 ThreadGroup group = Thread.currentThread().getThreadGroup(); in directCount() local
86 ThreadGroup group = Thread.currentThread().getThreadGroup(); in count() local
118 ThreadGroup group = Thread.currentThread().getThreadGroup(); in getUsage() local
127 ThreadGroup group = Thread.currentThread().getThreadGroup(); in clearTracking() local
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/model/
DSliceGroupBuilderTest.kt26 val group = SliceGroupBuilder() in testSimpleBuild() constant
41 val group = SliceGroupBuilder() in testNestedBuild() constant
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DTfObjectTrackerTest.java41 String group = "unit-test-group-" + uuid; in testNotTracking() local
50 String group = "unit-test-group-" + uuid; in testTrackingWithParents() local
68 String group = "unit-test-group-" + uuid; in testTracking() local
88 String group = "unit-test-group-" + uuid; in testInternalClass() local
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DMetricOption.java39 String group() default ""; in group() method
/tools/test/connectivity/acts_tests/tests/google/tel/etc/
Dmanage_sim.py193 group = parser.add_mutually_exclusive_group() variable
/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/
DMergedZipEntryCollection.java80 List<CentralDirectoryInfo> group = new ArrayList<>(); in createCollections() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java370 public TestAnnotation(String group) { in TestAnnotation()
380 public String group() { in group() method in BaseDeviceMetricCollectorTest.TestAnnotation
/tools/tradefederation/core/atest/
Dresult_reporter.py427 def _update_stats(self, test, group): argument
/tools/asuite/atest/
Dresult_reporter.py502 def _update_stats(self, test, group): argument
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java106 String group = testGroups.next(); in TestMapping() local
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py377 def set_channel_group(self, group, sg=1): argument