Home
last modified time | relevance | path

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

1234567

/test/vts-testcase/hal/gnss/V1_0/host/
DVtsHalGnssV1_0HostTest.py53 logging.info("callback gnssLocationCb")
56 logging.info("callback gnssStatusCb")
59 logging.info("callback gnssSvStatusCb")
62 logging.info("callback gnssNmeaCb")
65 logging.info("callback gnssSetCapabilitesCb")
68 logging.info("callback gnssAcquireWakelockCb")
71 logging.info("callback gnssReleaseWakelockCb")
74 logging.info("callback gnssRequestTimeCb")
76 def gnssSetSystemInfoCb(info): argument
77 logging.info("callback gnssSetSystemInfoCb")
[all …]
/test/framework/harnesses/host_controller/build/
Dbuild_flasher.py60 logging.info("ADB or fastboot found more than one device: %s",
105 self.device.log.info(self.device.adb.reboot_bootloader())
108 self.device.log.info(
110 self.device.log.info(self.device.fastboot.erase('system'))
111 self.device.log.info(self.device.fastboot.flash('system', system_img))
112 self.device.log.info(self.device.fastboot.erase('metadata'))
113 self.device.log.info(self.device.fastboot._w())
114 self.device.log.info(self.device.fastboot.reboot())
127 self.device.log.info(self.device.adb.reboot_bootloader())
128 self.device.log.info(self.device.fastboot.flashall())
[all …]
/test/vts/testcases/host/camera_its/
DCameraITSTest.py80 logging.info("cwd: %s", os.getcwd())
81 logging.info("its_path: %s", self.its_path)
91 logging.info("===============================")
92 logging.info("Python path is: %s" % (sys.executable))
93 logging.info("PYTHONPATH env is: " + os.environ["PYTHONPATH"])
96 logging.info("PIL version is %s", PIL.__version__)
97 logging.info("PIL path is " + inspect.getfile(PIL))
99 logging.info("Image path is " + inspect.getfile(Image))
101 logging.info("numpy version is " + numpy.__version__)
102 logging.info("numpy path is " + inspect.getfile(numpy))
[all …]
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildProviderTest.java82 IBuildInfo info = mProvider.getBuild(mMockDevice); in testBaseGetBuild() local
85 assertTrue(info instanceof IDeviceBuildInfo); in testBaseGetBuild()
87 assertNotNull(((IDeviceBuildInfo)info).getTestsDir()); in testBaseGetBuild()
106 IBuildInfo info = mProvider.getBuild(mMockDevice); in testBaseGetBuild_withDevice() local
108 assertTrue(info instanceof IDeviceBuildInfo); in testBaseGetBuild_withDevice()
110 assertNotNull(((IDeviceBuildInfo)info).getTestsDir()); in testBaseGetBuild_withDevice()
112 mProvider.cleanUp(info); in testBaseGetBuild_withDevice()
113 assertNotNull(((IDeviceBuildInfo) info).getTestsDir()); in testBaseGetBuild_withDevice()
131 IBuildInfo info = mProvider.getBuild(mMockDevice); in testBaseGetBuild_withDeviceAndBuildFlavorPrefix() local
133 assertTrue(info instanceof IDeviceBuildInfo); in testBaseGetBuild_withDeviceAndBuildFlavorPrefix()
[all …]
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildProvider.java191 IBuildInfo info = new DeviceBuildInfo(mBuildId, mBuildTarget); in getBuild() local
201 info.setBuildBranch(mBranch); in getBuild()
202 info.setBuildFlavor(buildFlavor); in getBuild()
205 info.addBuildAttribute("build_alias", buildAlias); in getBuild()
207 injectBuildAttributes(info); in getBuild()
208 addCompatibilitySuiteInfo(info); in getBuild()
209 return info; in getBuild()
217 public void cleanUp(IBuildInfo info) { in cleanUp() argument
219 if (info instanceof IDeviceBuildInfo) { in cleanUp()
222 doNotDelete.add(((IDeviceBuildInfo) info).getTestsDir()); in cleanUp()
[all …]
/test/vts-testcase/kernel/ltp/
DKernelLtpTest.py83 logging.info("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH,
85 logging.info("%s: %s", keys.ConfigKeys.KEY_TEST_SUITE, self.test_suite)
86 logging.info("%s: %s", ltp_enums.ConfigKeys.RUN_STAGING,
92 logging.info("%s: %s", ltp_enums.ConfigKeys.LTP_NUMBER_OF_THREADS,
96 logging.info("product_type: %s", self._dut.product_type)
155 logging.info('Finished replacing script contents from %s files', count)
166 logging.info('Pushing files from %s to %s', src, ltp_configs.LTPDIR)
170 logging.info('finished pushing files from %s to %s', src,
229 logging.info("stdout: %s", cmd_results[const.STDOUT])
230 logging.info("stderr: %s", cmd_results[const.STDERR])
[all …]
/test/vts-testcase/hal/nfc/V1_0/host/
DVtsHalNfcV1_0HostTest.py71 logging.info("callback send_event")
72 logging.info("arg0 %s", NfcEvent)
73 logging.info("arg1 %s", NfcStatus)
76 logging.info("callback send_data")
77 logging.info("arg0 %s", NfcData)
85 logging.info("open result: %s", result)
88 logging.info("prediscover result: %s", result)
91 logging.info("controlGranted result: %s", result)
94 logging.info("powerCycle result: %s", result)
97 logging.info("nfc_types: %s", nfc_types)
[all …]
/test/vts-testcase/hal/sensors/V2_0/host/
DVtsHalSensorsV2_0HostTest.py53 logging.info("sensors_types: %s", sensors_types)
54 logging.info("OK: %s", sensors_types.Result.OK)
55 logging.info("BAD_VALUE: %s", sensors_types.Result.BAD_VALUE)
56 logging.info("NO_MEMORY: %s", sensors_types.Result.NO_MEMORY)
57 logging.info("PERMISSION_DENIED: %s", sensors_types.Result.PERMISSION_DENIED)
58 logging.info("INVALID_OPERATION: %s", sensors_types.Result.INVALID_OPERATION)
64 logging.info("sensor types:")
65 logging.info("ACCELEROMETER: %s", sensors_types.SensorType.ACCELEROMETER)
66 logging.info("MAGNETIC_FIELD: %s", sensors_types.SensorType.MAGNETIC_FIELD)
67 logging.info("GYROSCOPE: %s", sensors_types.SensorType.GYROSCOPE)
/test/vts-testcase/hal/sensors/V1_0/host/
DVtsHalSensorsV1_0HostTest.py53 logging.info("sensors_types: %s", sensors_types)
54 logging.info("OK: %s", sensors_types.Result.OK)
55 logging.info("BAD_VALUE: %s", sensors_types.Result.BAD_VALUE)
56 logging.info("NO_MEMORY: %s", sensors_types.Result.NO_MEMORY)
57 logging.info("PERMISSION_DENIED: %s", sensors_types.Result.PERMISSION_DENIED)
58 logging.info("INVALID_OPERATION: %s", sensors_types.Result.INVALID_OPERATION)
64 logging.info("sensor types:")
65 logging.info("ACCELEROMETER: %s", sensors_types.SensorType.ACCELEROMETER)
66 logging.info("MAGNETIC_FIELD: %s", sensors_types.SensorType.MAGNETIC_FIELD)
67 logging.info("GYROSCOPE: %s", sensors_types.SensorType.GYROSCOPE)
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py177 logging.info("Delete %s", self._temp_dir)
216 logging.info("Checking existence of %s", contexts_path)
222 logging.info("Adb pull %s to %s", contexts_path, self._temp_dir)
230 logging.info("Found %d property names in %s property contexts",
251 logging.info("adb pull %s to %s", property_contexts_file, downloaded)
255 logging.info("Found %d properties from %s",
278 logging.info("Skip test for a device which launched first before "
291 logging.info("Skip test for a device which launched first before "
295 logging.info("Skip test for a device which doesn't have an odm "
307 logging.info("Skip test for a device which launched first before "
[all …]
DVtsTrebleSysPropTest.py120 logging.info("Delete %s", self._temp_dir)
159 logging.info("Checking existence of %s", contexts_path)
165 logging.info("Adb pull %s to %s", contexts_path, self._temp_dir)
173 logging.info("Found %d property names in %s property contexts",
189 logging.info("adb pull %s to %s", property_contexts_file, downloaded)
193 logging.info("Found %d properties from %s",
254 logging.info("Checking existence of %s",
263 logging.info("Adb pull %s to %s",
270 logging.info(
335 logging.info("Checking existence of %s",
[all …]
/test/vts-testcase/nbu/src/
Dble_test.py152 advertiser.log.info('BLE advertising started')
169 scanner.log.info('Advertiser is found')
185 scanner.log.info('BLE scanning stopped')
188 advertiser.log.info('BLE advertising stopped')
219 server.log.info('BLE server started')
229 client.log.info('BLE client connected')
262 server.log.info('BLE server started')
270 client.log.info('BLE client cancel open')
281 client.log.info('BLE client connected')
304 client.log.info('BLE client disconnected')
[all …]
Dbluetooth_test.py72 self.receiver.log.info('Start Rfcomm server with name: %s uuid: %s' %
75 self.receiver.log.info('Become discoverable with name "%s" for %ds.',
78 self.initiator.log.info('Looking for Bluetooth devices.')
81 self.initiator.log.info('Target device is found. Device: %s'
87 self.initiator.log.info('Connection established')
94 self.receiver.log.info('Received correct message from the other side')
Dwifi_direct_test.py48 self.group_owner.log.info('Wifi direct channel set.')
51 self.group_owner.log.info('Wifi direct group started as a temporary group.')
56 self.station.log.info('Network is found, connecting...')
60 self.station.log.info('Connected to the network')
63 self.group_owner.log.info('Wifi direct group removed')
/test/vts-testcase/hal/vibrator/V1_0/host/
DVtsHalVibratorV1_0HostTest.py45 logging.info("vibrator_types: %s", vibrator_types)
46 logging.info("OK: %s", vibrator_types.Status.OK)
47 logging.info("UNKNOWN_ERROR: %s", vibrator_types.Status.UNKNOWN_ERROR)
48 logging.info("BAD_VALUE: %s", vibrator_types.Status.BAD_VALUE)
49 logging.info("UNSUPPORTED_OPERATION: %s",
53 logging.info("on result: %s", result)
59 logging.info("off result: %s", result)
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPackageUtil.java37 PackageInfo info = device.getAppPackageInfo(packageName); in isSystemApp() local
38 return (info != null) && info.isSystemApp(); in isSystemApp()
44 PackageInfo info = device.getAppPackageInfo(packageName); in getVersionString() local
45 return (info != null) ? info.getVersionName() : null; in getVersionString()
/test/framework/harnesses/host_controller/tfc/
Dtfc_client.py62 logging.info("tasks.leasehosttasks body=%s", lease)
64 logging.info("tasks.leasehosttasks response=%s", tasks)
78 logging.info("request.testResource.list request_id=%s", request_id)
80 logging.info("request.testResource.list response=%s", test_resources)
114 logging.info("host_events.submit body=%s", json_obj)
124 logging.info("command_events.submit body=%s", json_obj)
144 logging.info("requests.new parameters=%s body=%s", params, body)
161 logging.info("Build service from: %s", discovery_url)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_info.py41 logging.info('device image: %s', self.console.device_image_info)
42 logging.info('test suite: %s', self.console.test_suite_info)
43 logging.info('test result: %s', self.console.test_results)
44 logging.info('fetch info: %s', self.console.fetch_info)
45 logging.info('detailed fetch info: %s', self.console.detailed_fetch_info)
/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test.py50 logging.info('%s: %s', keys.ConfigKeys.IKEY_DATA_FILE_PATH,
52 logging.info('%s: %s', keys.ConfigKeys.IKEY_BINARY_TEST_SOURCE,
69 logging.info('Adb pushed: %s \nto: %s', push_src, push_dst)
130 logging.info('temporary directory for this test: %s', self._temp_dir)
134 logging.info('corpus out directory pulled from target: %s',
138 logging.info('generated corpus size: %d', len(pulled_corpus))
157 logging.info(
164 logging.info(
248 logging.info('FUZZER_TEST_CRASH_REPORT for %s: "%s"',
263 logging.info('Test case results.')
[all …]
/test/vts/testcases/vts_selftest/manual_tests/shell_performance/
DVtsSelfTestShellPerformance.py93 logging.info("adb shell for 100 times = %s", adb_time)
94 logging.info("vts shell for 100 times = %s", vts_time)
95 logging.info("vts shell with for 100 times = %s", vts_list_time)
107 logging.info("estimated execution time for vts = %s", x)
108 logging.info("estimated communication latency for vts = %s", y)
109 logging.info("estimated communication latency for adb "
/test/vts-testcase/hal/tv/cec/V1_0/host/
DVtsHalTvCecV1_0HostTest.py47 logging.info("tv_cec types: %s", self.vtypes)
68 logging.info("addLogicalAddress result: %s", result)
74 logging.info("getPhysicalAddress status: %s, paddr: %s", status, paddr)
91 logging.info("message: %s", message)
93 logging.info("sendMessage result: %s", result)
98 logging.info("getCecVersion version: %s", version)
106 logging.info("getVendorId vendor_id: %s", vendor_id)
112 logging.info("getPortInfo port_infos: %s", port_infos)
158 logging.info("isConnected status: %s", status)
/test/vts/utils/python/fuzzer/
Dcorpus_manager.py178 logging.info('No corpus available to fetch from %s.',
196 logging.info('Successfully fetched corpus seed from %s.',
226 logging.info('No corpus available to fetch from %s.',
230 logging.info('Fetching %d corpus strings from %s', seed_count,
272 logging.info('Successfully uploaded corpus output to %s.',
359 logging.info('Corpus %s already exists.', remote_corpus)
404 logging.info('Deleting duplicate corpus.')
408 logging.info(
442 logging.info('Deleting duplicate corpus.')
448 logging.info(
[all …]
/test/vts-testcase/kernel/encryption/
Dutils.cpp255 bool GetFilesystemInfo(const std::string &mountpoint, FilesystemInfo *info) { in GetFilesystemInfo() argument
256 if (!GetFsBlockDeviceAndType(mountpoint, &info->fs_blk_device, &info->type)) in GetFilesystemInfo()
259 if (!GetFilesystemUuid(info->fs_blk_device, info->type, &info->uuid)) in GetFilesystemInfo()
262 if (!GetRawBlockDevice(info->fs_blk_device, &info->raw_blk_device)) in GetFilesystemInfo()
265 GTEST_LOG_(INFO) << info->fs_blk_device << " is mounted on " << mountpoint in GetFilesystemInfo()
266 << " with type " << info->type << "; UUID is " in GetFilesystemInfo()
267 << BytesToHex(info->uuid.bytes) << ", raw block device is " in GetFilesystemInfo()
268 << info->raw_blk_device; in GetFilesystemInfo()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py51 logging.info("system_uid: %s", system_uid)
65 logging.info("vehicle types: %s", self.vtypes)
79 logging.info("Failed to remove: %s", cmd_results)
88 logging.info("all supported properties: %s", self.configList)
130 logging.info("0x%x get request: %s", propertyId, vp)
132 logging.info("0x%x get response: %s, %s", propertyId, status, value)
159 logging.info("0x%x set request: %s", propertyId, vp)
161 logging.info("0x%x set response: %s", propertyId, status)
224 logging.info("HVAC_POWER_ON not supported")
249 logging.info("HVAC power on config request: %s", requestConfig)
[all …]
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py110 logging.info("adb pull %s %s", target_dir, self._temp_dir)
113 logging.info("Skip adb pull %s", target_dir)
135 logging.info("Delete %s", self._temp_dir)
239 logging.info("%s is not for application processor",
243 logging.info("%s is not built for Android", target_path)
253 logging.info("%s depends on: %s", target_path, ", ".join(deps))
255 logging.info("%s has runpaths: %s",
354 logging.info("%d-bit odm, vendor, and SP-HAL libraries:", bitness)
356 logging.info("%s: %s", dir_path, ",".join(libs.iterkeys()))
370 logging.info("%d-bit SP-HAL libraries: %s",
[all …]

1234567