HomeSort by relevance Sort by last modified time
    Searched refs:module_name (Results 151 - 175 of 185) sorted by null

1 2 3 4 5 67 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 268 module_name = warning_tests.__name__
279 warning_tests.__name__ = module_name
285 module_name = warning_tests.__name__
298 warning_tests.__name__ = module_name
306 module_name = warning_tests.__name__
319 warning_tests.__name__ = module_name
test_support.py 714 for module_name in module_names:
715 if module_name in sys.modules:
716 module = sys.modules[module_name]
717 # It is possible that module_name is just an alias for
721 if module.__name__ != module_name:
723 del sys.modules[module_name]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 268 module_name = warning_tests.__name__
279 warning_tests.__name__ = module_name
285 module_name = warning_tests.__name__
298 warning_tests.__name__ = module_name
306 module_name = warning_tests.__name__
319 warning_tests.__name__ = module_name
test_support.py 714 for module_name in module_names:
715 if module_name in sys.modules:
716 module = sys.modules[module_name]
717 # It is possible that module_name is just an alias for
721 if module.__name__ != module_name:
723 del sys.modules[module_name]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 207 def _get_directory_containing_module(self, module_name):
208 module = sys.modules[module_name]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 207 def _get_directory_containing_module(self, module_name):
208 module = sys.modules[module_name]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.h 125 virtual bool IsExternalPepperPlugin(const std::string& module_name) OVERRIDE;
  /external/chromium_org/mojo/public/bindings/parse/
mojo_parser.py 21 module_path, module_name = os.path.split(__file__)
  /external/chromium_org/ppapi/generators/
idl_lexer.py 30 module_path, module_name = os.path.split(__file__)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
blink_idl_parser.py 58 module_path, module_name = os.path.split(__file__)
  /external/chromium_org/tools/idl_parser/
idl_lexer.py 29 module_path, module_name = os.path.split(__file__)
  /external/elfutils/libdwfl/
libdwfl.h 376 const char *module_name, Dwarf_Addr base,
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 245 string module_name = ModuleName(file->name()); local
246 string filename = module_name;
288 string module_name = ModuleName(file_->dependency(i)->name()); local
290 module_name);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 427 // Calls a method |method_name| in a module |module_name| belonging to the
430 void CallModuleMethod(const std::string& module_name,
447 module_name, method_name, &arguments);
574 const std::string& module_name,
579 NULL, extension_id, module_name, function_name, args, user_gesture);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 98 def path_to_module(self, module_name):
99 return "/mock-checkout/third_party/WebKit/Tools/Scripts/" + module_name.replace('.', '/') + ".py"
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 519 /* module_name :: The module's name (as an ASCII string). */
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 519 /* module_name :: The module's name (as an ASCII string). */
    [all...]
  /external/libsepol/src/
link.c     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 501 uint32_t module_name; member in struct:llvm::MachO::dylib_module
517 uint32_t module_name; member in struct:llvm::MachO::dylib_module_64
  /external/libsepol/include/sepol/policydb/
policydb.h 426 char *module_name; member in struct:avrule_decl
  /external/linux-tools-perf/util/
probe-finder.c 170 const char *module_name,
175 const char *path = kernel_get_module_path(module_name);
177 pr_debug2("Use file %s for %s\n", path, module_name);
186 return dwfl_linux_kernel_find_elf(mod, userdata, module_name, base,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 104 def is_skipped_module(self, module_name):
106 if fnmatch.fnmatch(module_name, pattern):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 104 def is_skipped_module(self, module_name):
106 if fnmatch.fnmatch(module_name, pattern):

Completed in 2354 milliseconds

1 2 3 4 5 67 8