Searched refs:tristate (Results 1 – 25 of 26) sorted by relevance
12
/external/bazelbuild-rules_android/src/tools/ak/extractaar/ |
D | validator_test.go | 90 hasRes tristate 99 hasRes: tristate(1), 109 hasRes: tristate(0), 116 hasRes: tristate(-1), 140 hasRes tristate 150 hasRes: tristate(-1), 157 hasRes: tristate(1),
|
D | extractaar.go | 34 type tristate int type 36 func (t tristate) isSet() bool { 40 func (t tristate) value() bool { 129 res: resourceValidator{dest: outputResDir, hasRes: tristate(hasRes), ruleAttr: "has_res"}, 130 …assets: resourceValidator{dest: outputAssetsDir, hasRes: tristate(hasAssets), ruleAttr: "has_ass…
|
D | validator.go | 54 hasRes tristate
|
/external/toybox/kconfig/ |
D | expr.h | 30 typedef enum tristate { enum 32 } tristate; typedef 54 tristate tri; 59 tristate tri; 78 tristate visible; 171 tristate expr_calc_value(struct expr *e);
|
D | lkc_proto.h | 27 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri)); 28 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri)); 29 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
|
D | symbol.c | 36 tristate modules_val; 199 tristate tri; in sym_calc_visibility() 409 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 428 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 430 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 464 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value() 466 tristate oldval, newval; in sym_toggle_tristate_value() 623 tristate val; in sym_get_string_value()
|
D | kconfig-language.txt | 53 - type definition: "bool"/"tristate"/"string"/"hex"/"int" 55 tristate and string, the other types are based on these two. The type 101 Reverse dependencies can only be used with boolean or tristate 123 the input range of tristate symbols. The tristate logic used in the 137 (1) Convert the symbol into an expression. Boolean and tristate symbols 243 options. A choice can only be of type bool or tristate, while a boolean 244 choice only allows a single config entry to be selected, a tristate
|
D | conf.c | 70 tristate val; in conf_askvalue() 155 val = (tristate)(random() % 3); in conf_askvalue() 209 tristate oldval, newval; in conf_sym()
|
D | zconf.hash.c_shipped | 114 char kconf_id_strings_str33[sizeof("tristate")]; 150 "tristate",
|
D | lkc.h | 115 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
D | menu.c | 372 tristate visible; in menu_is_visible()
|
D | mconf.c | 431 tristate val; in build_conf()
|
D | expr.c | 943 tristate expr_calc_value(struct expr *e) in expr_calc_value() 945 tristate val1, val2; in expr_calc_value()
|
D | zconf.tab.c_shipped | 2236 fputs(" tristate\n", out);
|
/external/bazelbuild-rules_android/rules/android_binary_internal/ |
D | attrs.bzl | 65 shrink_resources = _attrs.tristate.create( 66 default = _attrs.tristate.auto,
|
D | rule.bzl | 81 attrs[attr_name] = _attrs.tristate.normalize(attrs[attr_name])
|
/external/xz-embedded/linux/lib/xz/ |
D | Kconfig | 2 tristate "XZ decompression support" 61 tristate "XZ decompressor tester"
|
/external/bazelbuild-rules_android/rules/ |
D | attrs.bzl | 49 """Normalizes the tristate value going into a rule. 51 This is required because "tristate" is not officially supported as an 53 set of values, namely [-1, 0, 1]. Unfortunately, tristate accepts 57 This method needs to be applied to attributes that were formally tristate 346 tristate = _tristate,
|
D | resources.bzl | 392 if shrink_resources == _attrs.tristate.auto: 394 return shrink_resources == _attrs.tristate.yes 494 shrink_resources if the tristate value is auto (-1).
|
/external/bazelbuild-rules_android/rules/acls/ |
D | library_rollout_override.bzl | 17 LIBRARY_ROLLOUT_OVERRIDE = None # A tristate: None, True or False.
|
/external/bazelbuild-rules_android/rules/android_library/ |
D | attrs.bzl | 77 exports_manifest = _attrs.tristate.create( 78 default = _attrs.tristate.no,
|
D | impl.bzl | 146 if ctx.attr.exports_manifest == _attrs.tristate.auto: 149 exports_manifest = ctx.attr.exports_manifest == _attrs.tristate.yes
|
D | rule.bzl | 203 attrs["exports_manifest"] = _attrs.tristate.normalize(
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 200087 tristate trˈạstet
|
12