Home
last modified time | relevance | path

Searched defs:is_choice (Results 1 – 16 of 16) sorted by relevance

/dports/net/py-suds-jurko/suds-jurko-0.6/tests/
H A Dtest_argument_parser.py51 def __init__(self, is_choice=False): argument
/dports/games/openttd/openttd-12.1/src/pathfinder/yapf/
H A Dyapf_base.hpp193 bool is_choice = (KillFirstBit(tf.m_new_td_bits) != TRACKDIR_BIT_NONE); in AddMultipleNodes() local
H A Dyapf_common.hpp43 bool is_choice = (KillFirstBit(m_orgTrackdirs) != TRACKDIR_BIT_NONE); in PfSetStartupNodes() local
/dports/net/py-suds-community/suds-community-1.0.0/tests/
H A Dtest_argument_parser.py49 def __init__(self, is_choice=False): argument
/dports/biology/py-ete3/ete3-3.1.2/ete3/tools/ete_build_lib/
H A Dconfigcheck.py370 def is_choice(value, choices): function
/dports/textproc/html2xhtml/html2xhtml-1.3/src/
H A Ddtd_util.c516 int is_choice; in is_child_valid() local
/dports/math/z3/z3-z3-4.8.13/src/api/python/z3/
H A Dz3printer.py432 def is_choice(self): member in FormatObject
490 def is_choice(sef): member in ChoiceFormatObject
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/python/z3/
H A Dz3printer.py292 def is_choice(self): member in FormatObject
335 def is_choice(sef): member in ChoiceFormatObject
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dxsdtree.i1335 gboolean is_choice = flag & (IS_CHOICE_CTL | IS_CHOICE_CHILD); in get_associated_hash() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/buildman/
H A Dkconfiglib.py1816 def is_choice(self): member in Item
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/buildman/
H A Dkconfiglib.py1816 def is_choice(self): member in Item
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/tools/buildman/
H A Dkconfiglib.py1816 def is_choice(self): member in Item
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/buildman/
H A Dkconfiglib.py1816 def is_choice(self): member in Item
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/tools/buildman/
H A Dkconfiglib.py1816 def is_choice(self): member in Item
/dports/sysutils/u-boot-utilite/u-boot-2015.07/tools/buildman/
H A Dkconfiglib.py2257 def is_choice(self): member in Item
/dports/lang/janet/janet-1.19.2/src/core/
H A Dev.c873 static int janet_channel_pop(JanetChannel *channel, Janet *item, int is_choice) { in janet_channel_pop()