Searched refs:import_name (Results 1 - 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_importlib.py73 import_name = name
75 import_name = name[:-len('.__init__')]
78 elif import_name == name:
81 package = import_name
82 module = imp.new_module(import_name)
87 if import_name != name:
89 self.modules[import_name] = module
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Ddynload_win.c69 unsigned char *dllbase, *import_data, *import_name; local
132 import_name = dllbase + DWORD_AT(import_data+12);
133 if (strlen(import_name) >= 6 &&
134 !strncmp(import_name,"python",6)) {
139 pch = import_name + 6;
155 return import_name;
H A Dast.c2534 import_stmt: import_name | import_from
2535 import_name: 'import' dotted_as_names
2548 if (TYPE(n) == import_name) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h29 #define import_name 282 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h29 #define import_name 282 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py39 import_name = 282 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py17 sys_import=import_name<'import'
67 new_import = pytree.Node(syms.import_name,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dfixer_util.py292 return node.type in (syms.import_name, syms.import_from)
328 import_ = Node(syms.import_name, [
398 if node.type == syms.import_name and not package:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c952 VALIDATER(import_name); VALIDATER(import_from); variable
1899 return (validate_ntype(tree, import_name)
1900 && validate_numnodes(tree, 2, "import_name")
1946 /* import_stmt: import_name | import_from */
1956 if (ntype == import_name || ntype == import_from)
3197 case import_name:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c923 VALIDATER(import_name); VALIDATER(import_from); variable
1870 return (validate_ntype(tree, import_name)
1871 && validate_numnodes(tree, 2, "import_name")
1917 /* import_stmt: import_name | import_from */
1927 if (ntype == import_name || ntype == import_from)
3168 case import_name:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py445 # import_stmt: import_name | import_from
449 def import_name(self, nodelist): member in class:Transformer
450 # import_name: 'import' dotted_as_names
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c2539 import_stmt: import_name | import_from
2540 import_name: 'import' dotted_as_names
2553 if (TYPE(n) == import_name) {

Completed in 61 milliseconds