Home
last modified time | relevance | path

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

/external/toolchain-utils/bestflags/
Dtesting_batch.py161 for other_spec in specs:
162 numeric_flag_match = flags.Search(other_spec)
164 if other_spec == spec:
169 flag_set.append(flags.Flag(other_spec, end - 2))
177 flag_set.append(flags.Flag(other_spec, end - 1))
181 flag_set.append(flags.Flag(other_spec))
Dflags_test.py122 other_spec = '%s' % other_name
123 assert flag_set != FlagSet([Flag(other_spec)])
/external/squashfs-tools/squashfs-tools/
Daction.c61 static struct action *other_spec = NULL; variable
580 spec_list = &other_spec; in parse_action()
895 struct action *action = &other_spec[i]; in eval_actions()
3196 dump_action_list(other_spec, other_count); in dump_actions()