Home
last modified time | relevance | path

Searched refs:FLAGS (Results 1 – 3 of 3) sorted by relevance

/tools/carrier_settings/python/
Dupdate_carrier_data.py44 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')
308 others_textpb = '%s/setting/others.textpb' % FLAGS.data_dir
350 others_textpb = '%s/setting/others.textpb' % FLAGS.data_dir
358 tier1_textpb = '%s/setting/%s.textpb' % (FLAGS.data_dir, cname)
412 others_textpb = os.path.join(FLAGS.data_dir, 'setting', 'others.textpb')
428 apns = get_input(FLAGS.in_file).setting
442 '%s/setting/%s.textpb' % (FLAGS.data_dir, cname))
449 '%s/setting/others.textpb' % FLAGS.data_dir)
Dupdate_apn.py41 FLAGS = parser.parse_args() variable
237 known = get_knowncarriers([FLAGS.data_dir + '/' + f for f in CARRIER_LISTS])
239 with open(FLAGS.apn_file, 'r', encoding='utf-8') as apnfile:
254 with open(FLAGS.out_file, 'w', encoding='utf-8') as apnout:
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt36 private val FLAGS = """ constant in com.android.tools.metalava.OptionsTest
455 $FLAGS in Test invalid arguments()
480 $FLAGS in Test help()