Home
last modified time | relevance | path

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

1234567

/tools/asuite/aidegen/lib/
Dclion_project_file_gen_unittest.py59 mod_info.update(self._PATH_DICT)
68 mod_info.update(self._MOD_NAME_DICT)
83 mod_info.update(self._MOD_NAME_DICT)
100 mod_info.update(self._PATH_DICT)
101 mod_info.update(self._MOD_NAME_DICT)
126 mod_info.update(self._PATH_DICT)
127 mod_info.update(self._MOD_NAME_DICT)
143 mod_info.update(self._PATH_DICT)
144 mod_info.update(self._MOD_NAME_DICT)
157 mod_info.update(self._PATH_DICT)
[all …]
Dproject_info.py146 self.project_module_names.update(_CORE_MODULES)
265 module_names.update(
268 module_names.update(self._get_robolectric_dep_module(module_names))
278 children.update(dep[name][constant.KEY_DEPENDENCIES])
280 dep.update(self.get_dep_modules(children, depth + 1))
363 self.source_path['source_folder_path'].update(set(module.src_dirs))
364 self.source_path['test_folder_path'].update(set(module.test_dirs))
365 self.source_path['r_java_path'].update(set(module.r_java_paths))
366 self.source_path['srcjar_path'].update(set(module.srcjar_paths))
368 rebuild_targets.update(module.build_targets)
[all …]
Declipse_project_file_gen.py175 links.update(self._gen_src_links(self._get_other_src_folders()))
176 links.update(self._gen_r_link())
177 links.update(self._gen_bin_link())
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/
Dota_runner_test.py32 def update(self, unused): member in MockOtaTool
139 runner.update()
147 runner.update()
149 runner.update()
162 runner.update()
188 runner.update()
198 runner.update()
200 runner.update()
210 runner.update()
211 runner.update()
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_policy_controller.py347 update = self.device.wlan_policy_lib.wlanGetUpdate(
357 if update.get('error'):
361 update['error'])
364 for network in update['result']['networks']:
410 update = self.device.wlan_policy_lib.wlanGetUpdate(
421 if update.get('error'):
425 update['error'])
428 if len(update['result']['networks']) == 0:
432 for network in update['result']['networks']:
481 update = self.device.wlan_policy_lib.wlanGetUpdate(
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/third_party_ap_profiles/
Dasus.py111 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
118 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
206 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
215 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
327 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
339 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
435 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
453 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
544 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
550 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
Dlinksys.py90 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
97 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
171 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
177 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
275 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
283 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
Dtplink.py108 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
117 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
216 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
227 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
354 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
362 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
Dnetgear.py119 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
127 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
243 rates.update(hostapd_constants.CCK_AND_OFDM_BASIC_RATES)
250 rates.update(hostapd_constants.OFDM_ONLY_BASIC_RATES)
/tools/asuite/atest/
Dcli_translator.py152 test_info.build_targets.update(mm_build_targets)
158 test_info.build_targets.update(test_deps_in_mod_info)
173 test_infos.update(f_results)
282 test_infos.update(found_test_infos)
395 grouped_tests.update(tests)
427 grouped_tests.update(test_list)
431 tests.update(temp_tests)
434 tests.update(grouped_tests)
474 test_mapping_files.update(atest_utils.find_files(path, file_name))
486 checked_files.update(test_mapping_files)
[all …]
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileSortTest.java118 mZFile.update(); in noSort()
133 mZFile.update();
151 mZFile.update(); in autoSort()
165 mZFile.update(); in sortFilesAfterUpdate()
176 mZFile.update(); in sortFilesAfterUpdate()
195 mZFile.update(); in sortFilesWithAlignment()
209 mZFile.update(); in sortFilesOnClosedFile()
DAlignmentTest.java144 zf.update();
209 zf.update();
466 zf.update();
504 zf.update();
808 zf.update();
820 zf.update();
836 zf.update();
849 zf.update();
/tools/asuite/atest-py2/
Dcli_translator.py131 test_infos.update(f_results)
201 test_infos.update(found_test_infos)
306 grouped_tests.update(tests)
353 grouped_tests.update(test_list)
358 tests.update(grouped_tests)
395 test_mapping_files.update(self._find_files(path, file_name))
407 checked_files.update(test_mapping_files)
430 tests.update(import_tests)
432 all_tests.setdefault(group, set()).update(grouped_tests)
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage_test.py153 expected_metadata.update(self.METADATA)
154 expected_metadata_local_image.update(self.METADATA)
244 expected_metadata.update(self.METADATA)
245 expected_metadata.update({"build_id": build_id})
246 expected_metadata.update({"build_target": build_target})
247 expected_metadata.update({"system_build_id": system_build_id})
248 expected_metadata.update({"system_build_target": system_build_target})
249 expected_metadata.update({"kernel_build_id": kernel_build_id})
250 expected_metadata.update({"kernel_build_target": kernel_build_target})
Dcvd_compute_client_multi_stage.py264 self._metadata.update({"build_id": build_id})
265 self._metadata.update({"build_target": build_target})
267 self._metadata.update({"system_build_id": system_build_id})
268 self._metadata.update({"system_build_target": system_build_target})
270 self._metadata.update({"kernel_build_id": kernel_build_id})
271 self._metadata.update({"kernel_build_target": kernel_build_target})
/tools/asuite/
Dasuite_run_unittests.py53 cmd_dict.update({ATEST_CMD: None})
55 cmd_dict.update({ATEST2_CMD: None})
57 cmd_dict.update({AIDEGEN_CMD: None})
59 cmd_dict.update({PLUGIN_LIB_CMD: None})
62 cmd_dict.update({cmd : ASUITE_PLUGIN_PATH})
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py497 ent_dict["2g"].update(radius_conf_2g)
499 ent_dict["5g"].update(radius_conf_5g)
508 ent_pwd_dict["2g"].update(radius_conf_pwd)
510 ent_pwd_dict["5g"].update(radius_conf_pwd)
667 networks_dict["2g"].update(radius_conf_2g)
670 networks_dict["5g"].update(radius_conf_5g)
684 networks_dict["2g"].update(radius_conf_pwd)
687 networks_dict["5g"].update(radius_conf_pwd)
/tools/dexter/dexter/
Ddexter_tests.py20 if args.update:
88 if args.update:
102 if args.update:
/tools/metalava/
DAPI-LINT.md45 You can pass a flag to metalava ("--update-baseline") to tell it to update the
60 then the build system will automatically supply `--update-baseline` on your
72 2. You can update the baseline by executing the following
189 (This is generated when metalava is invoked with both --verbose and --update-baseline.)
/tools/test/connectivity/acts/framework/tests/libs/ota/
Dota_updater_test.py39 def update(self): member in MockOtaRunner
88 ota_updater.update(device)
96 ota_updater.update(device, ignore_update_errors=True)
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.java91 void update(int version, boolean deprecated) { in update() method in ApiElement
111 public void update(int version) { in update() method in ApiElement
112 update(version, isDeprecated()); in update()
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner.py52 self.ota_tool.update(self)
168 def update(self): member in SingleUseOtaRunner
201 def update(self): member in MultiUseOtaRunner
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py389 mtests.update(tests[start_index:(end_index+1)])
695 targets.update(DALVIK_TEST_DEPS)
1118 classes.update([match[1]])
1119 methods.update([match[2]])
1127 para_classes.update([match[2]])
1172 methods.update({match[1] for match in matches})
/tools/acloud/public/actions/
Dcreate_cuttlefish_action.py106 build_info_dict.update(
110 build_info_dict.update(
114 build_info_dict.update(
/tools/external_updater/
Dexternal_updater.py97 updater.update()
201 def update(args: argparse.Namespace) -> None: function
263 update_parser.set_defaults(func=update)

1234567