OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_frozen
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h
57
struct
_frozen
{
struct
66
PyAPI_DATA(struct
_frozen
*) PyImport_FrozenModules;
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
import.h
57
struct
_frozen
{
struct
66
PyAPI_DATA(struct
_frozen
*) PyImport_FrozenModules;
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
model.py
45
self.
_frozen
= False
69
if self.
_frozen
:
100
self.
_frozen
= True
156
assert not self.
_frozen
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py
45
# pointer to an array of struct
_frozen
entries. The end of the
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py
45
# pointer to an array of struct
_frozen
entries. The end of the
Completed in 106 milliseconds