Home
last modified time | relevance | path

Searched refs:tristate (Results 1 – 25 of 26) sorted by relevance

12

/external/bazelbuild-rules_android/src/tools/ak/extractaar/
Dvalidator_test.go90 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),
Dextractaar.go34 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…
Dvalidator.go54 hasRes tristate
/external/toybox/kconfig/
Dexpr.h30 typedef enum tristate { enum
32 } tristate; typedef
54 tristate tri;
59 tristate tri;
78 tristate visible;
171 tristate expr_calc_value(struct expr *e);
Dlkc_proto.h27 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));
Dsymbol.c36 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()
Dkconfig-language.txt53 - 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
Dconf.c70 tristate val; in conf_askvalue()
155 val = (tristate)(random() % 3); in conf_askvalue()
209 tristate oldval, newval; in conf_sym()
Dzconf.hash.c_shipped114 char kconf_id_strings_str33[sizeof("tristate")];
150 "tristate",
Dlkc.h115 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
Dmenu.c372 tristate visible; in menu_is_visible()
Dmconf.c431 tristate val; in build_conf()
Dexpr.c943 tristate expr_calc_value(struct expr *e) in expr_calc_value()
945 tristate val1, val2; in expr_calc_value()
Dzconf.tab.c_shipped2236 fputs(" tristate\n", out);
/external/bazelbuild-rules_android/rules/android_binary_internal/
Dattrs.bzl65 shrink_resources = _attrs.tristate.create(
66 default = _attrs.tristate.auto,
Drule.bzl81 attrs[attr_name] = _attrs.tristate.normalize(attrs[attr_name])
/external/xz-embedded/linux/lib/xz/
DKconfig2 tristate "XZ decompression support"
61 tristate "XZ decompressor tester"
/external/bazelbuild-rules_android/rules/
Dattrs.bzl49 """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,
Dresources.bzl392 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/
Dlibrary_rollout_override.bzl17 LIBRARY_ROLLOUT_OVERRIDE = None # A tristate: None, True or False.
/external/bazelbuild-rules_android/rules/android_library/
Dattrs.bzl77 exports_manifest = _attrs.tristate.create(
78 default = _attrs.tristate.no,
Dimpl.bzl146 if ctx.attr.exports_manifest == _attrs.tristate.auto:
149 exports_manifest = ctx.attr.exports_manifest == _attrs.tristate.yes
Drule.bzl203 attrs["exports_manifest"] = _attrs.tristate.normalize(
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt200087 tristate trˈạstet

12