Home
last modified time | relevance | path

Searched refs:allow_extras (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/py-logan/logan-0.7.2/logan/
H A Dimporter.py49 def __init__(self, name, config_path, default_settings=None, allow_extras=True, callback=None): argument
53 self.allow_extras = allow_extras
79 allow_extras=self.allow_extras,
85 def __init__(self, name, config_path, default_settings=None, allow_extras=True, callback=None): argument
89 self.allow_extras = allow_extras
115 load_settings(default_settings_mod, allow_extras=self.allow_extras, settings=settings_mod)
118 load_settings(self.config_path, allow_extras=self.allow_extras, settings=settings_mod)
H A Dsettings.py55 def load_settings(mod_or_filename, silent=False, allow_extras=True, argument
70 add_settings(conf, allow_extras=allow_extras, settings=settings)
73 def add_settings(mod, allow_extras=True, settings=django_settings): argument
H A Drunner.py65 settings_envvar=None, initializer=None, allow_extras=True, argument
127 allow_extras=allow_extras, callback=settings_callback)
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpartition_alloc-inl.h24 ALWAYS_INLINE void* PartitionPointerAdjustSubtract(bool allow_extras, in PartitionPointerAdjustSubtract() argument
26 if (allow_extras) { in PartitionPointerAdjustSubtract()
34 ALWAYS_INLINE void* PartitionPointerAdjustAdd(bool allow_extras, void* ptr) { in PartitionPointerAdjustAdd() argument
35 if (allow_extras) { in PartitionPointerAdjustAdd()
43 ALWAYS_INLINE size_t PartitionSizeAdjustAdd(bool allow_extras, size_t size) { in PartitionSizeAdjustAdd() argument
44 if (allow_extras) { in PartitionSizeAdjustAdd()
52 ALWAYS_INLINE size_t PartitionSizeAdjustSubtract(bool allow_extras, in PartitionSizeAdjustSubtract() argument
54 if (allow_extras) { in PartitionSizeAdjustSubtract()
H A Dpcscan.cc79 uintptr_t GetObjectStartInSuperPage(uintptr_t maybe_ptr, bool allow_extras) { in GetObjectStartInSuperPage() argument
87 PartitionPointerAdjustAdd(allow_extras, allocation_start)); in GetObjectStartInSuperPage()
187 GetObjectStartInSuperPage<thread_safe>(maybe_ptr, root_.allow_extras); in TryMarkObjectInNormalBucketPool()
199 root_.allow_extras, target_slot_span->GetUtilizedSlotSize()); in TryMarkObjectInNormalBucketPool()
216 const bool allow_extras = root_.allow_extras; in ClearQuarantinedObjects() local
221 bitmap->Iterate([allow_extras](uintptr_t ptr) { in ClearQuarantinedObjects()
227 PartitionSizeAdjustSubtract(allow_extras, in ClearQuarantinedObjects()
H A Dpartition_root.h139 bool allow_extras; member
582 if (allow_extras) { in FreeNoHooksImmediate()
745 ptr = internal::PartitionPointerAdjustSubtract(allow_extras, ptr); in GetSize()
749 allow_extras, slot_span->bucket->slot_size); in GetSize()
919 ret = internal::PartitionPointerAdjustAdd(allow_extras, ret); in AllocFlagsNoHooks()
923 if (allow_extras) { in AllocFlagsNoHooks()
942 if (allow_extras && !is_direct_mapped) { in AllocFlagsNoHooks()
951 allow_extras, buckets[bucket_index].slot_size); in AllocFlagsNoHooks()
983 PA_DCHECK(!allow_extras); in AlignedAllocFlags()
1053 size = internal::PartitionSizeAdjustAdd(allow_extras, size); in ActualSize()
[all …]
H A Dpartition_root.cc370 allow_extras = (opts.alignment != PartitionOptions::Alignment::kAlignedAlloc); in Init()
444 internal::PartitionSizeAdjustAdd(allow_extras, requested_size); in ReallocDirectMappedInPlace()
492 if (allow_extras) { in ReallocDirectMappedInPlace()
540 internal::PartitionPointerAdjustSubtract(allow_extras, ptr)); in ReallocFlags()
574 internal::PartitionSizeAdjustAdd(allow_extras, new_size); in ReallocFlags()
579 if (allow_extras) { in ReallocFlags()
H A Dpartition_ref_count.cc28 PA_DCHECK(root->allow_extras); in Free()
H A Dpartition_alloc.cc144 ->allow_extras); in PartitionAllocGetSlotOffset()
/dports/devel/cli11/CLI11-2.1.2/tests/
H A DSubcommandTest.cpp684 app.allow_extras();
1036 app.allow_extras();
1040 start->allow_extras();
1059 app.allow_extras();
1060 start->allow_extras();
1061 stop->allow_extras();
1157 app.allow_extras();
1534 app.allow_extras();
1782 app1.allow_extras();
1796 app1->allow_extras();
[all …]
H A DAppTest.cpp1145 app.allow_extras();
1150 app.allow_extras(false);
1193 app.allow_extras();
1198 app.allow_extras(false);
1221 app.allow_extras();
1882 app.allow_extras();
1896 app.allow_extras();
1910 app.allow_extras();
1937 app.allow_extras();
1958 app.allow_extras();
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/
H A D__init__.py50 allow_extras = False variable in AnsiblePlugin
79 if self.allow_extras and var_options and '_extras' in var_options:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/
H A D__init__.py50 allow_extras = False variable in AnsiblePlugin
79 if self.allow_extras and var_options and '_extras' in var_options:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/
H A D__init__.py50 allow_extras = False variable in AnsiblePlugin
79 if self.allow_extras and var_options and '_extras' in var_options:
/dports/devel/cli11/CLI11-2.1.2/examples/
H A Dcallback_passthrough.cpp14 app.allow_extras(); in main()
/dports/devel/cli11/CLI11-2.1.2/book/chapters/
H A Dconfig.md15 …he extras in the extras field of the app. (NOTE: This also sets the `allow_extras` in the app to …
34 …ception that it does not also set the `allow_extras` flag so using this option without also settin…
H A Dsubcommands.md95 …or if you don't match all items given on the command line. However, you can enable `allow_extras()`
/dports/devel/py-logan/logan-0.7.2/
H A DREADME.rst96 allow_extras=False,
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Types-Standard/
H A Dstructured.t173 my $allow_extras = 1;
174 my $type = Tuple[Int, slurpy sub { $allow_extras }];
181 $allow_extras = 0;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/connection/
H A Dvmware_tools.py281 self.allow_extras = True
H A Dpsrp.py346 allow_extras = True variable in Connection
H A Dwinrm.py198 allow_extras = True variable in Connection
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/gui/qt/
H A Dmain.cpp80 app.allow_extras(true); in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/connection/
H A Dvmware_tools.py280 self.allow_extras = True
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/connection/
H A Daws_ssm.py256 allow_extras = True variable in Connection

12