OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filedescr
(Results
1 - 25
of
37
) sorted by null
1
2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dynload_stub.c
9
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
importdl.h
23
struct
filedescr
{
struct
28
extern struct
filedescr
* _PyImport_Filetab;
29
extern const struct
filedescr
_PyImport_DynLoadFiletab[];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_stub.c
9
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
importdl.h
23
struct
filedescr
{
struct
28
extern struct
filedescr
* _PyImport_Filetab;
29
extern const struct
filedescr
_PyImport_DynLoadFiletab[];
dynload_dl.c
12
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_os2.c
12
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_atheos.c
11
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_hpux.c
16
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_next.c
11
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
/external/python/cpython2/Python/
dynload_stub.c
9
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
importdl.h
23
struct
filedescr
{
struct
28
extern struct
filedescr
* _PyImport_Filetab;
29
extern const struct
filedescr
_PyImport_DynLoadFiletab[];
dynload_dl.c
12
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_os2.c
12
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_atheos.c
11
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_hpux.c
16
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
dynload_next.c
11
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
/external/python/cpython2/RISCOS/Python/
dynload_riscos.c
41
const struct
filedescr
_PyImport_DynLoadFiletab[] = {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
import.h
38
PyAPI_FUNC(struct
filedescr
*) _PyImport_FindModule(
40
PyAPI_FUNC(int) _PyImport_IsScript(struct
filedescr
*);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
import.h
38
PyAPI_FUNC(struct
filedescr
*) _PyImport_FindModule(
40
PyAPI_FUNC(int) _PyImport_IsScript(struct
filedescr
*);
/external/python/cpython2/Include/
import.h
38
PyAPI_FUNC(struct
filedescr
*) _PyImport_FindModule(
40
PyAPI_FUNC(int) _PyImport_IsScript(struct
filedescr
*);
/external/python/cpython2/PC/
import_nt.c
19
struct
filedescr
**ppFileDesc,
34
struct
filedescr
*fdp = NULL;
/prebuilts/gdb/darwin-x86/include/python2.7/
import.h
38
PyAPI_FUNC(struct
filedescr
*) _PyImport_FindModule(
40
PyAPI_FUNC(int) _PyImport_IsScript(struct
filedescr
*);
/prebuilts/gdb/linux-x86/include/python2.7/
import.h
38
PyAPI_FUNC(struct
filedescr
*) _PyImport_FindModule(
40
PyAPI_FUNC(int) _PyImport_IsScript(struct
filedescr
*);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
import.h
38
PyAPI_FUNC(struct
filedescr
*) _PyImport_FindModule(
40
PyAPI_FUNC(int) _PyImport_IsScript(struct
filedescr
*);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
import.h
38
PyAPI_FUNC(struct
filedescr
*) _PyImport_FindModule(
40
PyAPI_FUNC(int) _PyImport_IsScript(struct
filedescr
*);
Completed in 430 milliseconds
1
2