OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_source
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c
1015
PyObject *
fixed_source
;
local
1040
fixed_source
= PyString_FromString(buf);
1042
return
fixed_source
;
1050
PyObject *code, *
fixed_source
;
local
1052
fixed_source
= normalize_line_endings(source);
1053
if (
fixed_source
== NULL)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c
987
PyObject *
fixed_source
;
local
1012
fixed_source
= PyString_FromString(buf);
1014
return
fixed_source
;
1022
PyObject *code, *
fixed_source
;
local
1024
fixed_source
= normalize_line_endings(source);
1025
if (
fixed_source
== NULL)
1028
code = Py_CompileString(PyString_AsString(
fixed_source
), pathname,
1030
Py_DECREF(
fixed_source
);
[
all
...]
/external/python/cpython2/Modules/
zipimport.c
1109
PyObject *
fixed_source
;
local
1144
PyObject *code, *
fixed_source
;
local
[
all
...]
/external/python/cpython3/Modules/
zipimport.c
1324
PyObject *
fixed_source
;
local
1363
PyObject *code, *
fixed_source
;
local
[
all
...]
Completed in 832 milliseconds