Home
last modified time | relevance | path

Searched refs:_frozen (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/devel/py-frozenlist/frozenlist-1.2.0/frozenlist/
H A D__init__.py31 self._frozen = False
40 return self._frozen
43 self._frozen = True
49 if self._frozen:
54 if self._frozen:
74 if self._frozen:
79 return "<FrozenList(frozen={}, {!r})>".format(self._frozen,
83 if self._frozen:
/dports/lang/python311/Python-3.11.0a3/Programs/
H A D_bootstrap_python.c19 static const struct _frozen bootstrap_modules[] = {
24 static const struct _frozen stdlib_modules[] = {
27 static const struct _frozen test_modules[] = {
30 const struct _frozen *_PyImport_FrozenBootstrap = bootstrap_modules;
31 const struct _frozen *_PyImport_FrozenStdlib = stdlib_modules;
32 const struct _frozen *_PyImport_FrozenTest = test_modules;
44 const struct _frozen *PyImport_FrozenModules = NULL;
H A D_freeze_module.c26 static const struct _frozen no_modules[] = {
33 const struct _frozen *_PyImport_FrozenBootstrap;
34 const struct _frozen *_PyImport_FrozenStdlib;
35 const struct _frozen *_PyImport_FrozenTest;
36 const struct _frozen *PyImport_FrozenModules;
/dports/devel/ga/ga-5.8/cca/ga_cca_classic/
H A DDADFDescriptor.cxx18 _frozen = false; in DADFDescriptor()
40 _frozen = false; in DADFDescriptor()
81 if ( _frozen ) { return -11; } in setDataType()
91 if ( _frozen ) { return -11; } in setTemplate()
115 if ( _frozen ) { return -11; } in setMyProcCoords()
138 if ( _frozen ) { return -11; } in setIdentityAlignmentMap()
192 if ( _frozen ) { return -11; } in setLocalDataPointer()
220 if ( _frozen ) { return -11; } in setRegionDataPointer()
264 if ( _frozen ) { in commit()
267 _frozen = true; in commit()
[all …]
H A DDADFTemplate.cxx33 _frozen = false; in DADFTemplate()
55 _frozen = false; in DADFTemplate()
118 _frozen( original._frozen ) in DADFTemplate()
195 if ( _frozen ) { return -10; } in setName()
207 if ( _frozen ) { return -10; } in setRank()
264 if ( _frozen ) { return -10; } in setGlobalBounds()
290 if ( _frozen ) { return -10; } in setProcTopology()
310 if ( _frozen ) { return -10; } in setDistType()
457 if ( _frozen ) { in commit()
460 _frozen = true; in commit()
[all …]
H A DGA_DADFArray.cxx17 _frozen = false; in DADFArray()
38 _frozen = true; in DADFArray()
85 if ( _frozen ) { return -11; } in setDataType()
95 if ( _frozen ) { return -11; } in setTemplate()
119 if ( _frozen ) { return -11; } in setMyProcCoords()
144 if ( _frozen ) { return -11; } in setIdentityAlignmentMap()
195 if ( _frozen ) { in commit()
198 _frozen = true; in commit()
305 if ( _frozen ) { in isDefined()
388 ((_frozen)? " (" : " (not" ) << " frozen)" << endl; in printArrayDistribution()
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dfrozenlist.py13 self._frozen = False
22 return self._frozen
25 self._frozen = True
31 if self._frozen:
36 if self._frozen:
56 if self._frozen:
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dfrozenlist.py13 self._frozen = False
22 return self._frozen
25 self._frozen = True
31 if self._frozen:
36 if self._frozen:
56 if self._frozen:
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dfrozenlist.py13 self._frozen = False
22 return self._frozen
25 self._frozen = True
31 if self._frozen:
36 if self._frozen:
56 if self._frozen:
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dfrozen.c97 static const struct _frozen bootstrap_modules[] = {
103 static const struct _frozen stdlib_modules[] = {
121 static const struct _frozen test_modules[] = {
135 const struct _frozen *_PyImport_FrozenBootstrap = bootstrap_modules;
136 const struct _frozen *_PyImport_FrozenStdlib = stdlib_modules;
137 const struct _frozen *_PyImport_FrozenTest = test_modules;
157 const struct _frozen *PyImport_FrozenModules = NULL;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dpanner.cc33 : _frozen (0) in Panner()
80 _frozen++; in freeze()
86 if (_frozen > 0.0) { in thaw()
87 _frozen--; in thaw()
/dports/devel/py-pyinstaller/PyInstaller-3.5/tests/functional/scripts/
H A Dpyi_module_attributes.py82 _frozen = dir(ET) variable
83 compare('ElementTree', _expect, _frozen)
87 _frozen = dir(cET) variable
88 compare('cElementTree', _expect, _frozen)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/testing/
H A Dbrowser_test_context.py38 self._frozen = False
47 self._frozen = True
74 assert not self._frozen
79 assert not self._frozen
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_import.h18 PyAPI_DATA(const struct _frozen *) _PyImport_FrozenBootstrap;
19 PyAPI_DATA(const struct _frozen *) _PyImport_FrozenStdlib;
20 PyAPI_DATA(const struct _frozen *) _PyImport_FrozenTest;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DSortedInt32KeyNode.cs47 private bool _frozen; field in System.Collections.Immutable.SortedInt32KeyNode
69 _frozen = true; // the empty node is *always* frozen. in SortedInt32KeyNode()
84 Debug.Assert(!frozen || (left._frozen && right._frozen)); in SortedInt32KeyNode()
90 _frozen = frozen; in SortedInt32KeyNode()
235 if (!_frozen) in Freeze()
241 _frozen = true; in Freeze()
530 if (_frozen) in Mutate()
H A DImmutableSortedSet_1.Node.cs37 private bool _frozen; field in System.Collections.Immutable.ImmutableSortedSet.Node
72 _frozen = true; // the empty node is *always* frozen. in Node()
87 Debug.Assert(!frozen || (left._frozen && right._frozen)); in Node()
94 _frozen = frozen; in Node()
503 if (!_frozen) in Freeze()
507 _frozen = true; in Freeze()
788 if (_frozen) in Mutate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dfail_point_registry.cpp43 FailPointRegistry::FailPointRegistry() : _frozen(false) {} in FailPointRegistry()
46 if (_frozen) { in addFailPoint()
64 _frozen = true; in freeze()
/dports/devel/py-pyface/pyface-7.2.0/pyface/sizers/
H A Dflow.py29 self._frozen = False
126 if not self._frozen:
140 self._frozen = True
151 if self._frozen:
152 self._frozen = False
/dports/devel/py-graphene/graphene-2.1.9/graphene/types/
H A Dbase.py13 _frozen = False # type: bool variable in BaseOptions
19 self._frozen = True
22 if not self._frozen:
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A DdxfTable.h39 dxfLayer(std::string name = "0") : _name(name), _color(7), _frozen(false) {} in _name()
45 const bool& getFrozen() const { return _frozen; } in getFrozen()
49 bool _frozen; variable
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A DdxfTable.h39 dxfLayer(std::string name = "0") : _name(name), _color(7), _frozen(false) {} in _name()
45 const bool& getFrozen() const { return _frozen; } in getFrozen()
49 bool _frozen; variable
/dports/lang/python27/Python-2.7.18/Python/
H A Dfrozen.c26 static struct _frozen _PyImport_FrozenModules[] = {
38 struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules;
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dfrozen.c26 static struct _frozen _PyImport_FrozenModules[] = {
38 struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dfrozen.c26 static struct _frozen _PyImport_FrozenModules[] = {
38 struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules;
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DMainProgram.c61 extern void copyFrozenModulesTo(struct _frozen *destination);
65 static struct _frozen *old_frozen = NULL;
67 static struct _frozen const *old_frozen = NULL;
80 struct _frozen const *search = PyImport_FrozenModules; in prepareStandaloneEnvironment()
89 struct _frozen *merged = in prepareStandaloneEnvironment()
90 … (struct _frozen *)malloc(sizeof(struct _frozen) * (_NUITKA_FROZEN + pre_existing_count + 1)); in prepareStandaloneEnvironment()
92 memcpy(merged, PyImport_FrozenModules, pre_existing_count * sizeof(struct _frozen)); in prepareStandaloneEnvironment()

12345678910>>...13