Home
last modified time | relevance | path

Searched refs:needs_expand (Results 1 – 18 of 18) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/installdirs/base/
H A Dinstalldirs_base_expand.c61 bool needs_expand = false; in opal_install_dirs_expand_internal() local
116 needs_expand = true; in opal_install_dirs_expand_internal()
124 if (needs_expand) { in opal_install_dirs_expand_internal()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/base/
H A Dpinstalldirs_base_expand.c66 bool needs_expand = false; in pmix_pinstall_dirs_expand_internal() local
121 needs_expand = true; in pmix_pinstall_dirs_expand_internal()
129 if (needs_expand) { in pmix_pinstall_dirs_expand_internal()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/installdirs/base/
H A Dinstalldirs_base_expand.c61 bool needs_expand = false; in opal_install_dirs_expand_internal() local
116 needs_expand = true; in opal_install_dirs_expand_internal()
124 if (needs_expand) { in opal_install_dirs_expand_internal()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/pinstalldirs/base/
H A Dpinstalldirs_base_expand.c66 bool needs_expand = false; in pmix_pinstall_dirs_expand_internal() local
121 needs_expand = true; in pmix_pinstall_dirs_expand_internal()
129 if (needs_expand) { in pmix_pinstall_dirs_expand_internal()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/dimensiondata/
H A Ddimensiondata_vlan.py258 if diff.needs_expand() and not self.allow_expand:
282 if diff.needs_expand():
497 return self.needs_edit() or self.needs_expand()
526 def needs_expand(self): member in VlanDiff
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/dimensiondata/
H A Ddimensiondata_vlan.py260 if diff.needs_expand() and not self.allow_expand:
284 if diff.needs_expand():
499 return self.needs_edit() or self.needs_expand()
528 def needs_expand(self): member in VlanDiff
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Ddimensiondata_vlan.py260 if diff.needs_expand() and not self.allow_expand:
284 if diff.needs_expand():
499 return self.needs_edit() or self.needs_expand()
528 def needs_expand(self): member in VlanDiff
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/cheri/
H A Dcheri-mips-expand-branch.ll44 define i32 @needs_expand(i32 signext %arg) local_unnamed_addr addrspace(200) #0 {
60 ; CHECK-LABEL: needs_expand:
92 ; CHECK: .end needs_expand
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/parallel/
H A DmutableSpace.hpp149 bool needs_expand(size_t word_size) const;
H A DmutableSpace.cpp219 bool MutableSpace::needs_expand(size_t word_size) const { in needs_expand() function in MutableSpace
H A DpsOldGen.cpp192 if (object_space()->needs_expand(word_size)) { in expand_for_allocate()
/dports/shells/fish/fish-3.3.1/src/
H A Dast.cpp49 bool needs_expand = false, all_chars_valid = true; in keyword_for_token() local
58 needs_expand = needs_expand || c == L'"' || c == L'\'' || c == L'\\'; in keyword_for_token()
63 if (!needs_expand) { in keyword_for_token()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dactor.h1544 bool needs_expand(Orientation orientation) const;
H A Dactor.cc3147 bool Actor::needs_expand(Orientation orientation) const in needs_expand() function in Clutter::Actor
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/
H A Dactor.hg208 _WRAP_METHOD(bool needs_expand(Orientation orientation) const, clutter_actor_needs_expand)
H A Dclutter_methods.defs2091 (define-method needs_expand
/dports/graphics/cluttermm/cluttermm-1.17.3/
H A DChangeLog506 Actor: Adds needs_expand and LayoutManager methods.
/dports/lang/vala/vala-0.48.18/vapi/
H A Dclutter-1.0.vapi4968 public bool needs_expand (Clutter.Orientation orientation);