HomeSort by relevance Sort by last modified time
    Searched refs:build_module (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 328 def build_module(self, module, module_file, package): member in class:build_py
351 self.build_module(module, module_file, package)
372 self.build_module(module, module_file, package)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 328 def build_module(self, module, module_file, package): member in class:build_py
351 self.build_module(module, module_file, package)
372 self.build_module(module, module_file, package)
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 169 def build_module(name, pyxfilename, pyxbuild_dir=None, inplace=False, language_level=None): function
208 so_path = build_module(module_name, pyxfilename, pyxbuild_dir,
360 so_path = build_module(
  /external/oprofile/libpp/
xml_utils.cpp 417 void build_module(string const & n, sym_iterator it,
531 build_module(string const & n, sym_iterator it, size_t l, size_t h) function in class:module_info
663 my_modules[m].build_module(module, it, 0, nr_classes-1);
873 m.build_module(n, it, lo, hi);

Completed in 100 milliseconds