HomeSort by relevance Sort by last modified time
    Searched refs:import_name (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/trappy/trappy/
__init__.py 49 import_name, extension = os.path.splitext(fname)
52 __import__("trappy.{}".format(import_name))
54 del fname, import_name, extension
  /external/v8/src/ast/
modules.h 36 const AstRawString* import_name, const AstRawString* local_name,
62 const AstRawString* export_name, const AstRawString* import_name,
80 const AstRawString* import_name; member in struct:v8::internal::ModuleDescriptor::Entry
102 import_name(nullptr),
146 DCHECK_NULL(entry->import_name);
158 DCHECK_NOT_NULL(entry->import_name);
168 DCHECK_NULL(entry->import_name);
modules.cc 16 const AstRawString* import_name, const AstRawString* local_name,
20 entry->import_name = import_name;
51 const AstRawString* import_name, const AstRawString* export_name,
53 DCHECK_NOT_NULL(import_name);
57 entry->import_name = import_name;
93 ToStringOrUndefined(isolate, import_name), module_request, cell_index,
105 result->import_name = FromStringOrUndefined(
106 isolate, avfactory, handle(entry->import_name(), isolate))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 69 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;
  /external/python/cpython2/Python/
dynload_win.c 69 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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_importlib.py 73 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
  /external/python/cpython2/Lib/test/
test_importlib.py 73 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importlib.py 73 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
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importlib.py 73 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 73 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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 73 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
  /external/v8/src/objects/
module-info.h 98 DECL_ACCESSORS(import_name, Object)
107 Handle<Object> import_name,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 29 #define import_name 282 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 29 #define import_name 282 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 39 import_name = 282 variable
  /external/python/cpython2/Include/
graminit.h 29 #define import_name 282 macro
  /external/python/cpython2/Lib/
symbol.py 39 import_name = 282 variable
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 29 #define import_name 282 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 39 import_name = 282 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 29 #define import_name 282 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 39 import_name = 282 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 29 #define import_name 282 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 39 import_name = 282 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 29 #define import_name 282 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 39 import_name = 282 variable

Completed in 891 milliseconds

1 2 3