Home
last modified time | relevance | path

Searched refs:_node (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpgen.h12 struct _node;
13 extern grammar *pgen(struct _node *);
Dcompile.h12 struct _node; /* Declare the existence of this type */
13 PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
Dnode.h10 typedef struct _node { struct
16 struct _node *n_child; argument
Dpythonrun.h53 PyAPI_FUNC(struct _node *) PyParser_SimpleParseStringFlags(const char *, int,
55 PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpgen.h12 struct _node;
13 extern grammar *pgen(struct _node *);
Dcompile.h12 struct _node; /* Declare the existence of this type */
13 PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
Dnode.h10 typedef struct _node { struct
16 struct _node *n_child; argument
Dpythonrun.h53 PyAPI_FUNC(struct _node *) PyParser_SimpleParseStringFlags(const char *, int,
55 PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py459 _node = None variable
470 global _node
471 if _node is not None:
472 return _node
482 _node = getter()
485 if _node is not None:
486 return _node
Dplatform.py952 def _node(default=''): function
1171 node = _node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dparser.h15 struct _node *s_parent; /* Where to add next node */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dparser.h15 struct _node *s_parent; /* Where to add next node */
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
Dsorcerer.h53 struct _node *right, *down; \
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dsyn.h197 typedef struct _node { struct
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dplatform.py958 def _node(default=''): function
1199 node = _node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c298 PyNode_Compile(struct _node *n, const char *filename) in PyNode_Compile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c301 PyNode_Compile(struct _node *n, const char *filename) in PyNode_Compile()