Home
last modified time | relevance | path

Searched refs:_frozen (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Programs/
H A D_bootstrap_python.c30 static const struct _frozen bootstrap_modules[] = {
35 static const struct _frozen stdlib_modules[] = {
38 static const struct _frozen test_modules[] = {
41 const struct _frozen *_PyImport_FrozenBootstrap = bootstrap_modules;
42 const struct _frozen *_PyImport_FrozenStdlib = stdlib_modules;
43 const struct _frozen *_PyImport_FrozenTest = test_modules;
55 const struct _frozen *PyImport_FrozenModules = NULL;
H A D_freeze_module.c40 static const struct _frozen no_modules[] = {
47 const struct _frozen *_PyImport_FrozenBootstrap;
48 const struct _frozen *_PyImport_FrozenStdlib;
49 const struct _frozen *_PyImport_FrozenTest;
50 const struct _frozen *PyImport_FrozenModules;
H A D_testembed.c1928 static struct _frozen frozen_modules[4] = { in test_frozenmain()
/third_party/python/Python/
H A Dfrozen.c80 static const struct _frozen bootstrap_modules[] = {
86 static const struct _frozen stdlib_modules[] = {
109 static const struct _frozen test_modules[] = {
123 const struct _frozen *_PyImport_FrozenBootstrap = bootstrap_modules;
124 const struct _frozen *_PyImport_FrozenStdlib = stdlib_modules;
125 const struct _frozen *_PyImport_FrozenTest = test_modules;
145 const struct _frozen *PyImport_FrozenModules = NULL;
H A Dimport.c1090 const struct _frozen *p; in list_frozen_module_names()
1207 static const struct _frozen *
1210 const struct _frozen *p; in look_up_frozen()
1285 const struct _frozen *p = look_up_frozen(name); in find_frozen()
/third_party/python/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;
/third_party/python/Include/cpython/
H A Dimport.h31 struct _frozen { struct
42 PyAPI_DATA(const struct _frozen *) PyImport_FrozenModules;
/third_party/python/Lib/importlib/metadata/
H A D_collections.py21 return getattr(self, '_frozen', super().__missing__)(key)
24 self._frozen = lambda key: self.default_factory()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java112 private transient volatile boolean _frozen; field in TimeZoneGenericNames
921 return _frozen; in isFrozen()
929 _frozen = true; in freeze()
941 copy._frozen = false; in cloneAsThawed()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java116 private transient volatile boolean _frozen; field in TimeZoneGenericNames
926 return _frozen; in isFrozen()
934 _frozen = true; in freeze()
946 copy._frozen = false; in cloneAsThawed()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java353 private volatile transient boolean _frozen; field in TimeZoneFormat
3281 return _frozen; in isFrozen()
3290 _frozen = true; in freeze()
3301 copy._frozen = false; in cloneAsThawed()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java317 private volatile transient boolean _frozen; field in TimeZoneFormat
3210 return _frozen; in isFrozen()
3218 _frozen = true; in freeze()
3228 copy._frozen = false; in cloneAsThawed()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds