/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | DeviceDescriptor.java | 208 public DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state) { in DeviceDescriptor() argument 210 d.getSerial(), in DeviceDescriptor() 211 d.getDisplaySerial(), in DeviceDescriptor() 212 d.isStubDevice(), in DeviceDescriptor() 213 d.getDeviceState(), in DeviceDescriptor() 215 d.getTestDeviceState(), in DeviceDescriptor() 216 d.getProduct(), in DeviceDescriptor() 217 d.getProductVariant(), in DeviceDescriptor() 218 d.getSdkVersion(), in DeviceDescriptor() 219 d.getBuildId(), in DeviceDescriptor() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/build/content/ |
D | ImageContentAnalyzer.java | 56 CLog.d( in evaluate() 89 CLog.d( in evaluate() 96 CLog.d( in evaluate() 104 CLog.d("device image '%s' has changed.", context.contentEntry()); in evaluate() 132 diffs.removeIf(d -> context.ignoredChanges().contains(d.path)); in buildKeyAnalysis() 147 diffs.removeIf(d -> context.ignoredChanges().contains(d.path)); in deviceImageAnalysis() 149 diffs.removeIf(d -> d.path.endsWith("/build.prop")); in deviceImageAnalysis() 150 diffs.removeIf(d -> d.path.endsWith("/prop.default")); in deviceImageAnalysis() 151 diffs.removeIf(d -> d.path.endsWith("/default.prop")); in deviceImageAnalysis() 153 diffs.removeIf(d -> d.path.endsWith("/etc/NOTICE.xml.gz")); in deviceImageAnalysis() [all …]
|
D | TestContentAnalyzer.java | 66 CLog.d("Analysis doesn't currently support multi-builds."); in evaluate() 78 CLog.d( in evaluate() 105 CLog.d( in evaluate() 116 CLog.d("No context to analyze."); in evaluate() 142 CLog.d("content analysis results for %s: %s", ac.contentEntry(), results); in evaluate() 153 CLog.d("Mismatch: we would expect a root directory for MODULE_XTS analysis"); in xtsAnalysis() 159 CLog.d("Analysis failed."); in xtsAnalysis() 162 diffs.removeIf(d -> context.ignoredChanges().contains(d.path)); in xtsAnalysis() 171 Set<String> diffPaths = diffs.parallelStream().map(d -> d.path).collect(Collectors.toSet()); in mapDiffsToModule() 183 CLog.d("Tools folder has diffs: %s", commonDiff); in mapDiffsToModule() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ManagedDeviceList.java | 100 public ManagedDeviceList(IManagedTestDeviceFactory d) { in ManagedDeviceList() argument 101 mDeviceFactory = d; in ManagedDeviceList() 156 for (IManagedTestDevice d : mList) { 157 if (m.matches(d)) { 158 return d; 207 for (IManagedTestDevice d : mList) { 208 String serial = d.getSerialNumber(); 210 d.setDeviceState(state); 211 } else if (state.equals(d.getDeviceState())) { 213 d.setDeviceState(TestDeviceState.NOT_AVAILABLE); [all …]
|
/tools/test/connectivity/acts/framework/acts/ |
D | records.py | 121 d = collections.OrderedDict() 122 d[TestResultEnums.RECORD_NAME] = self.test_name 123 d[TestResultEnums.RECORD_CLASS] = self.test_class 124 d[TestResultEnums.RECORD_BEGIN_TIME] = self.begin_time 125 d[TestResultEnums.RECORD_END_TIME] = self.end_time 126 d[TestResultEnums.RECORD_LOG_BEGIN_TIME] = self.log_begin_time 127 d[TestResultEnums.RECORD_LOG_END_TIME] = self.log_end_time 128 d[TestResultEnums.RECORD_RESULT] = self.result 129 d[TestResultEnums.RECORD_UID] = self.uid 130 d[TestResultEnums.RECORD_EXTRAS] = self.extras [all …]
|
/tools/netsim/ui/dist/js/ |
D | pyramid-sprite.js | 1 …t/decorators.js";import{simulationState as a}from"./device-observer.js";let d=class extends o{cons… class 25 `}};d.styles=e` 92 …d.prototype,"yaw",void 0),t([r({type:Number})],d.prototype,"pitch",void 0),t([r({type:Number})],d.…
|
D | packet-info.js | 1 …d=class extends i{constructor(){super(...arguments),this.captureData=[],this.deviceData=[]}connect… class 17 <td>${null!==(d=h.uwb.txCount)&&void 0!==d?d:0}</td> 81 `}};d.styles=e` 208 …`,t([a()],d.prototype,"captureData",void 0),t([a()],d.prototype,"deviceData",void 0),d=t([n("ns-pa…
|
D | device-map.js | 1 …/lit-all.min.js";import{simulationState as a}from"./device-observer.js";let d=class extends t{cons… class 54 `}};d.styles=i` 102 …d.prototype,"deviceData",void 0),e([n()],d.prototype,"imageIdx",void 0),e([n()],d.prototype,"numIm…
|
/tools/netsim/ui/dist/assets/ |
D | netsim-logo.svg | 1 …d="m0 0l244.0 0l0 349.0l-244.0 0l0 -349.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0…
|
D | netsim-logo-b.svg | 1 …d="m0 0l244.0 0l0 349.0l-244.0 0l0 -349.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0…
|
/tools/netsim/ui/assets/ |
D | netsim-logo-b.svg | 1 …d="m0 0l244.0 0l0 349.0l-244.0 0l0 -349.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0…
|
D | netsim-logo.svg | 1 …d="m0 0l244.0 0l0 349.0l-244.0 0l0 -349.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0…
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | ManagedDeviceListTest.java | 77 ITestDevice d = mManagedDeviceList.findOrCreate(new StubDevice("foo")); in testFindOrCreate() local 78 assertNotNull(d); in testFindOrCreate() 80 assertEquals(d, mManagedDeviceList.find("foo")); in testFindOrCreate() 82 assertEquals(d, mManagedDeviceList.findOrCreate(new StubDevice("foo"))); in testFindOrCreate() 100 IManagedTestDevice d = mManagedDeviceList.findOrCreate(new StubDevice("foo")); in testAllocate() local 101 assertNotNull(d); in testAllocate() 104 d.handleAllocationEvent(DeviceEvent.FORCE_AVAILABLE); in testAllocate() 117 IManagedTestDevice d = mManagedDeviceList.findOrCreate(new StubDevice("foo")); in testHandleDeviceEvent() local 118 assertNotNull(d); in testHandleDeviceEvent() 119 d.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in testHandleDeviceEvent() [all …]
|
/tools/asuite/atest/integration_tests/device_android_test/src/com.android.atest.example/ |
D | DeviceAndroidTest.java | 39 Log.d(TAG, "beforeClass()"); in beforeClass() 44 Log.d(TAG, "afterClass()"); in afterClass() 49 Log.d(TAG, "before()"); in before() 54 Log.d(TAG, "after()"); in after() 60 Log.d(TAG, "testPassingTest1of2()"); in testPassingTest1of2() 67 Log.d(TAG, "testPassingTest2of2()"); in testPassingTest2of2() 73 Log.d(TAG, "testFailingTest1of1()"); in testFailingTest1of1()
|
/tools/tradefederation/core/javatests/com/android/tradefed/build/ |
D | DeviceBuildDescriptorTest.java | 36 ITestDevice d = mock(ITestDevice.class); in testDeviceBuildDescriptor() local 37 when(d.getProperty("ro.product.name")).thenReturn("yakju"); in testDeviceBuildDescriptor() 38 when(d.getProperty("ro.build.type")).thenReturn("userdebug"); in testDeviceBuildDescriptor() 39 when(d.getProperty("ro.product.brand")).thenReturn("google"); in testDeviceBuildDescriptor() 40 when(d.getProperty("ro.product.model")).thenReturn("Galaxy Nexus"); in testDeviceBuildDescriptor() 41 when(d.getProperty("ro.build.version.release")).thenReturn("4.2"); in testDeviceBuildDescriptor() 43 DeviceBuildDescriptor.injectDeviceAttributes(d, b); in testDeviceBuildDescriptor()
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/sync/ |
D | IncrementalImageFuncTest.java | 101 CLog.d("Original build id: %s", originalBuildId); in testBlockUtility() 118 CLog.d( in testBlockUtility() 125 CLog.d("Original build id: %s. after unmount build id: %s", originalBuildId, afterRevert); in testBlockUtility() 132 CLog.d("Original build id: %s", originalBuildId); in testBlockCompareUpdate() 229 CLog.d("Status: %s", fastbootResult.getStatus()); in testBlockCompareUpdate() 230 CLog.d("stdout: %s", fastbootResult.getStdout()); in testBlockCompareUpdate() 231 CLog.d("stderr: %s", fastbootResult.getStderr()); in testBlockCompareUpdate() 236 CLog.d("stdout: %s, stderr: %s", psOutput.getStdout(), psOutput.getStderr()); in testBlockCompareUpdate() 241 CLog.d( in testBlockCompareUpdate() 254 CLog.d( in testBlockCompareUpdate() [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/ |
D | bt_test_utils.py | 117 d = device_list[device] 118 if d['bonded'] or d['connected']: 119 log.info("Unbonding device: {}".format(d)) 120 log.info(fd.sl4f.bts_lib.forgetDevice(d['id'])['result']) 142 d = device_list[device] 143 name = d['name'] 145 print(d) 146 if state == "CONNECTED" and d['connected']: 147 log.info("Found connected device {}".format(d)) 150 if state == "BONDED" and d['bonded']: [all …]
|
/tools/tradefederation/contrib/src/com/android/wireless/tests/ |
D | RadioHelper.java | 69 CLog.d("phonetype: %s", phoneType); in isCdmaDevice() 70 CLog.d("gsm.sim.state: %s", simState); in isCdmaDevice() 75 CLog.d("Error: phoneType or simState is null."); in isCdmaDevice() 83 CLog.d("it is a CDMA device, return true"); in isCdmaDevice() 103 CLog.d("Start ping test, ping %s", host); in pingTest() 124 CLog.d("not a CDMA device, no need to activiate the device"); in radioActivation() 128 CLog.d("CDMA device has been activated."); in radioActivation()
|
/tools/test/openhst/resources/ |
D | device_config.common.ascii_proto | 7 regex: "^(\\d+-\\d+ \\d+:\\d+:\\d+.\\d+)" 8 date_format: "%m-%d %H:%M:%S.%f" 18 regex: "^\\d+,\\d+,(\\d+)" 57 regex: "STRESS_TEST: Iteration \d+ complete"
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | VisibleBackgroundUserPreparer.java | 89 CLog.d("Displays: %s", displays); in startUserVisibleOnBackground() 101 CLog.d( in startUserVisibleOnBackground() 116 CLog.d( in startUserVisibleOnBackground() 120 CLog.d( in startUserVisibleOnBackground() 139 CLog.d("Skipping teardown because no user was created or reused"); in tearDown() 145 CLog.d("Skipping teardown due to dnae: %s", e.getMessage()); in tearDown() 159 CLog.d("stopTestUser(): user %d was already visible on start", mUserId); in stopTestUser() 162 CLog.d("stopTestUser(): stopping user %d ", mUserId); in stopTestUser()
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | route.py | 115 d = match.groupdict() 118 address = ipaddress.IPv4Address(d['address']) 120 address = ipaddress.IPv4Network(d['address']) 122 pair = (address, d['net_interface']) 190 for a, d in routes: 191 self.remove_route(a, d)
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/module/ |
D | KernelTestModuleController.java | 67 CLog.d("Skipping module %s because %s is False.", getModuleName(), lowMemProp); in shouldRun() 72 CLog.d( in shouldRun() 81 CLog.d( in shouldRun() 88 CLog.d( in shouldRun() 98 CLog.d( in shouldRun() 115 CLog.d("Cannot get the prop of %s.", lowMemProp); in deviceLowMem() 141 CLog.d("Cannot get the prop of %s.", productNameProp); in deviceWithHwasan()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | RuntimeRestartCollector.java | 140 CLog.d( in onTestRunEnd() 193 .filter(d -> d.hasElapsedTimestampNanos()) in onTestRunEnd() 194 .filter(d -> d.hasAtom()) in onTestRunEnd() 195 .filter(d -> d.getAtom().hasAppCrashOccurred()) in onTestRunEnd() 196 .filter(d -> d.getAtom().getAppCrashOccurred().hasProcessName()) in onTestRunEnd() 198 d -> in onTestRunEnd() 200 d.getAtom() in onTestRunEnd() 203 .map(d -> d.getElapsedTimestampNanos()) in onTestRunEnd()
|
/tools/security/gdb/gdb_json_printer/test_examples/ |
D | objects2.cpp | 40 uint32_t d = 4; member in Foo3 41 virtual int get() override { return d; } in get() 57 uint32_t d = 4; member in Foo6 58 virtual int get() override { return d; } in get() 80 Foo1 d = *z; in main() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/image/ |
D | IncrementalImageUtil.java | 110 CLog.d("test is configured with isolation grade, doesn't support incremental yet."); in initialize() 117 CLog.d("Not tracking current baseline image."); in initialize() 122 CLog.d( in initialize() 130 CLog.d("Newer build is not on the same branch."); in initialize() 136 CLog.d( in initialize() 141 CLog.d("Newer build is not on the build flavor."); in initialize() 147 CLog.d("Incremental flashing not supported."); in initialize() 154 CLog.d("Target SPL is '%s', while baseline is '%s", splTarget, splBaseline); in initialize() 238 CLog.d("Baseline was already unzipped for %s", originalImage); in copyImage() 262 CLog.d("stdout: %s, stderr: %s", whichOutput.getStdout(), whichOutput.getStderr()); in isSnapshotSupported() [all …]
|