Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_frozen
(Results
1 - 13
of
13
) sorted by relevance
/third_party/python/Programs/
H
A
D
_bootstrap_python.c
30
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.c
40
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.c
1928
static struct
_frozen
frozen_modules[4] = {
in test_frozenmain()
/third_party/python/Python/
H
A
D
frozen.c
80
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
D
import.c
1090
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
D
pycore_import.h
18
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
D
import.h
31
struct
_frozen
{
struct
42
PyAPI_DATA(const struct
_frozen
*) PyImport_FrozenModules;
/third_party/python/Lib/importlib/metadata/
H
A
D
_collections.py
21
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
D
TimeZoneGenericNames.java
112
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
D
TimeZoneGenericNames.java
116
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
D
TimeZoneFormat.java
353
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
D
TimeZoneFormat.java
317
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
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 19 milliseconds