/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 227 logging.debug("service_name: %s", service_name) 228 logging.debug("file_path: %s", file_path) 229 logging.debug("bits: %s", bits) 230 logging.debug("driver_type: %s", driver_type) 246 logging.debug("resp for LAUNCH_DRIVER_SERVICE: %s", resp) 261 logging.debug("resp for LIST_APIS: %s", resp) 334 logging.debug("var_spec_msg: %s", var_spec_msg) 356 logging.debug("returned a submodule spec") 357 logging.debug("spec: %s", result.return_type_submodule_spec) 395 logging.debug("returned a submodule spec") [all …]
|
/test/vts/utils/python/mirror/ |
D | native_entity_mirror.py | 47 logging.debug(attribute) 88 logging.debug("GetAPI %s for %s", api_name, self._if_spec_msg) 196 logging.debug("remote call %s%s", api_name, args) 199 logging.debug("arg msg %s", arg_msg) 200 logging.debug("value %s", value_msg) 205 logging.debug("converted_message: %s", converted_msg) 214 logging.debug(func_msg) 221 logging.debug("final msg %s", call_msg) 245 logging.debug("Nested interface name: %s", 339 logging.debug("fuzzed %s", arg_msg) [all …]
|
D | hal_mirror.py | 154 logging.debug("specification: %s", specification) 165 logging.debug( 169 logging.debug("arg%s: %s", arg_index, args[arg_index]) 208 logging.debug("found_api_spec %s", found_api_spec)
|
/test/vts/testcases/template/mobly/ |
D | mobly_test.py | 85 logging.debug('Android device serial: %s' % ad.serial) 87 logging.debug('Test cases: %s' % self.ListTestCases()) 94 logging.debug('mobly log path: %s' % self.mobly_dir) 173 logging.debug('Mobly test yaml result path: %s', file_path) 199 logging.debug('Adding result for %s' % result[records.TestResultEnums.RECORD_NAME]) 228 logging.debug('Parsing result type: %s', type) 232 logging.debug('Unknown result type: %s', type) 245 logging.debug('Adding result for %s' % doc.get(records.TestResultEnums.RECORD_NAME)) 268 logging.debug(str(k) + ": " + str(v))
|
/test/vts/testcases/template/llvmfuzzer_test/ |
D | llvmfuzzer_test.py | 54 logging.debug("Testcases: %s", self._testcases) 55 logging.debug("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH, 57 logging.debug("%s: %s", config.ConfigKeys.FUZZER_CONFIGS, 76 logging.debug("Adb pushed: %s", testcase) 183 logging.debug("Executing: %s", fuzz_cmd) 223 logging.debug('FUZZER_TEST_CRASH_REPORT for %s: "%s"', fuzzer, 238 logging.debug("Test result: %s" % result)
|
/test/vts/utils/python/precondition/ |
D | precondition_utils.py | 75 logging.debug("FILE_PATH_PREFIX: %s", file_path_prefix) 76 logging.debug("Test bitness: %s", bitness) 94 logging.debug("Precondition check pass.") 132 logging.debug("Feature precondition check pass.") 165 logging.debug("Read first API level from the first device.") 173 logging.debug("Device's first API level=%d; precondition=%d", device_level,
|
/test/vts/utils/app_engine/ |
D | bigtable_client.py | 73 logging.debug('Creating the table %s', self._table_name) 91 logging.debug('Writing to the table : %s, column : %s', 112 logging.debug('Getting a single row by row key.') 125 logging.debug('Deleting the table : %s', self._table_name)
|
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 81 logging.debug('Result path for %s: %s' % (self.test_type, 90 logging.debug('ACTS Test cases: %s', testcases) 129 logging.debug('cmd is: %s', cmd) 163 logging.debug('ACTS test result path: %s', file_path) 185 logging.debug('Adding result for %s' %
|
/test/vts-testcase/security/poc/target/kernel_sound/28838221/ |
D | poc.runner_conf | 5 "path": "/sys/kernel/debug/asoc/msm8994-tomtom-snd-card/snd-soc-dummy/codec_reg" 9 "path": "/sys/kernel/debug/asoc/msm8994-tomtom-mtp-snd-card/snd-soc-dummy/codec_reg" 13 "path": "/sys/kernel/debug/asoc/msm8994-tomtom-snd-card/snd-soc-dummy/codec_reg"
|
/test/vts/runners/host/ |
D | test_runner.py | 298 logging.debug("cwd: %s", os.getcwd()) 325 logging.debug("controller_config: %s", controller_config) 342 logging.debug("Found %d objects for controller %s", 361 logging.debug("Destroying %s.", name) 434 logging.debug("Executing run list %s.", self.run_list) 440 logging.debug("Executing test cases %s in test class %s.", 443 logging.debug("Executing test class %s", test_cls_name)
|
D | base_test.py | 173 logging.debug('Test filter: %s' % self.test_filter) 296 logging.debug(("Missing optional user param '%s' in " 550 logging.debug('Result proto message path: %s', report_proto_path) 610 logging.debug("Start timer with timeout=%ssec.", timeout) 731 logging.debug(msg) 756 logging.debug("Reason to skip: %s", record.details) 838 logging.debug('Skipping test failure procedure function during retry') 1253 logging.debug('host diagnosis command %s', cmd) 1254 logging.debug(' output: %s', results[cmd_utils.STDOUT][0]) 1262 logging.debug('device diagnosis command %s', cmd) [all …]
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 113 logging.debug("removing existing coverage path: %s", 149 logging.debug("Coverage is disabled.") 260 logging.debug("hal_names: %s", str(hal_names)) 287 logging.debug("Removing existing gcda files.") 310 logging.debug("Creating gcda dictionary") 312 logging.debug("Storing gcda tmp files to: %s", 462 logging.debug("Source file '%s' matched with project '%s'", 473 logging.debug("Source file '%s' matched with project '%s'", 636 logging.debug("Coverage file paths %s", str([fp for fp in gcda_dict])) 651 logging.debug("Cleaning up gcda files.")
|
D | coverage_report.py | 52 logging.debug("Skip generated source file %s.", file_name) 60 logging.debug("Skip excluded source file %s.", file_name)
|
/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 84 logging.debug("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH, 242 logging.debug('Bitness of test source, %s, does not match the ' 251 logging.debug('Parsed test sources: %s', source_list) 258 logging.debug('Pushing from %s to %s.', src, dst) 270 logging.debug('Creating test case from %s with tag %s', dst, 332 logging.debug('Start class cleaning up jobs.') 358 logging.debug('Finished class cleaning up jobs.') 485 logging.debug("Executing binary test command: %s", cmd)
|
/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 128 logging.debug("LL_NDK: %s", self._ll_ndk) 129 logging.debug("SP_HAL: %s", sp_hal_strings) 130 logging.debug("VNDK: %s", self._vndk) 131 logging.debug("VNDK_SP: %s", self._vndk_sp) 150 logging.debug("%s does not match the ABI", target_path) 235 logging.debug("%s is not an ELF file", target_path)
|
D | vts_vndk_dependency_test.py | 132 logging.debug("LL_NDK: %s", self._ll_ndk) 133 logging.debug("SP_HAL: %s", sp_hal_strings) 134 logging.debug("VNDK: %s", self._vndk) 135 logging.debug("VNDK_SP: %s", self._vndk_sp) 154 logging.debug("%s does not match the ABI", target_path) 247 logging.debug("%s is not an ELF file", target_path)
|
/test/vts/runners/host/tcp_server/ |
D | callback_server.py | 58 logging.debug("Received callback message: %s", received_data) 61 logging.debug('Handling callback ID: %s', request_message.id) 173 logging.debug('TcpServer %s started (%s:%s)', server_thread.name,
|
D | callback_server_test.py | 119 logging.debug('Sending Request to host %s using port %s', host, port) 127 logging.debug("Sent: %s", message) 132 logging.debug('Received: %s', received_message)
|
/test/vts/testcases/template/hal_hidl_gtest/ |
D | hal_hidl_gtest.py | 70 logging.debug("Disabling CPU frequency scaling") 179 logging.debug("registered service instances: %s", service_instances) 180 logging.debug("service comb mode: %d", comb_mode) 243 logging.debug("Enabling CPU frequency scaling")
|
/test/vts/utils/python/web/ |
D | feature_utils.py | 51 logging.debug("Missing toggle parameter in configuration: %s", 55 logging.debug("Feature disabled in configuration: %s=False",
|
/test/vts/utils/python/file/ |
D | target_file_utils.py | 88 logging.debug("%s: Shell command '%s' results: %s", path, cmd, results) 113 logging.debug("%s: Shell command '%s' results: %s", filepath, cmd, results) 137 logging.debug("%s: Shell command '%s' results: %s", path, cmd, results)
|
/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | job_queue.py | 122 logging.debug("[heartbeat] heartbeat job: hostname={}, " 125 logging.debug("[heartbeat] request status: {}".format( 127 logging.debug("[heartbeat] - devices = {}".format( 168 logging.debug("[heartbeat] Wrong infra_log_url address.")
|
/test/vts-testcase/nbu/src/utils/ |
D | android_base_test.py | 19 device.log.debug('No /etc/bluetooth/bt_stack.conf file found on device.') 21 device.log.debug('Content of /etc/bluetooth/bt_stack.conf: %s',
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 60 logging.debug("Disable batch mode when collecting tests.") 128 logging.debug('Gtest test case: %s' % test_case) 204 logging.debug(line) 244 logging.debug('Test tag: %s, attribute: %s',
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 605 logging.debug('ro.vndk.lite: %s' % vndk_lite_str) 731 logging.debug("Pull config.gz to %s", config_path) 736 logging.debug("Found config: %s", line) 738 logging.debug("%s is not set.", config_name) 953 logging.debug("starting Android framework") 981 logging.debug("stopping Android framework") 1040 logging.debug("Checking process %s", process_name) 1047 logging.debug("Process %s not running", process_name) 1180 logging.debug("device_command_port: %s", self.device_command_port) 1386 self.log.debug("apk %s is not running", package_name)
|