Searched refs:FLAGS (Results 1 – 6 of 6) sorted by relevance
/tools/test/openhst/ |
D | stress_test_common.py | 24 FLAGS = flags.FLAGS variable 46 if FLAGS.resource_path: 47 path = os.path.join(FLAGS.resource_path, os.path.basename(resource_name))
|
D | stress_test.py | 64 FLAGS = flags.FLAGS variable 110 FLAGS.device_settle_time = 30 133 if FLAGS.suppress_notification_emails: 138 recpient_address = FLAGS.notification_address 146 if FLAGS.attach_bugreport and bugreport: 158 server = smtplib.SMTP_SSL(FLAGS.email_smtp_server, FLAGS.email_smtp_port) 159 server.login(FLAGS.email_sender_address, FLAGS.email_sender_password) 160 server.sendmail(FLAGS.email_sender_address, recpient_address, 672 if FLAGS.delete_data_dir: 771 if FLAGS.use_sox: [all …]
|
/tools/carrier_settings/python/ |
D | update_carrier_data.py | 44 FLAGS = parser.parse_args() variable 46 TIER1_CARRIERS_TEXTPB = os.path.join(FLAGS.data_dir, 'tier1_carriers.textpb') 47 OTHER_CARRIERS_TEXTPB = os.path.join(FLAGS.data_dir, 'other_carriers.textpb') 311 others_textpb = '%s/setting/others.textpb' % FLAGS.data_dir 373 others_textpb = '%s/setting/others.textpb' % FLAGS.data_dir 381 tier1_textpb = '%s/setting/%s.textpb' % (FLAGS.data_dir, cname) 435 others_textpb = os.path.join(FLAGS.data_dir, 'setting', 'others.textpb') 451 apns = get_input(FLAGS.in_file).setting 465 '%s/setting/%s.textpb' % (FLAGS.data_dir, cname)) 472 '%s/setting/others.textpb' % FLAGS.data_dir)
|
D | update_apn.py | 46 FLAGS = parser.parse_args() variable 337 known = get_knowncarriers([FLAGS.data_dir + '/' + f for f in CARRIER_LISTS]) 339 with open(FLAGS.apn_file, 'r', encoding='utf-8') as apnfile: 342 with open(FLAGS.aosp_carrier_list, 'r', encoding='utf-8', newline='\n') as f: 348 if pb2_carrier_id.mcc_mnc or not FLAGS.support_carrier_id: 362 with open(FLAGS.out_file, 'w', encoding='utf-8') as apnout:
|
/tools/netsim/pdl/ |
D | mac80211_hwsim.pdl | 124 FLAGS = 4, 180 packet HwsimAttrFlags : HwsimAttr(nla_type = FLAGS) {
|
/tools/netsim/rust/ |
D | CMakeLists.txt | 7 corrosion_import_crate(MANIFEST_PATH Cargo.toml FLAGS --offline --verbose)
|