HomeSort by relevance Sort by last modified time
    Searched full:addmodule (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad.js 20 function addModule(module) {
46 addModule(module);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
config.c.in 25 /* -- ADDMODULE MARKER 1 -- */
35 /* -- ADDMODULE MARKER 2 -- */
config.c 36 /* -- ADDMODULE MARKER 1 -- */
56 /* -- ADDMODULE MARKER 2 -- */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
config.c.in 25 /* -- ADDMODULE MARKER 1 -- */
35 /* -- ADDMODULE MARKER 2 -- */
config.c 37 /* -- ADDMODULE MARKER 1 -- */
58 /* -- ADDMODULE MARKER 2 -- */
  /external/chromium_org/tools/python/google/httpd_config/
httpd.conf 245 #AddModule mod_vhost_alias.c
246 #AddModule mod_env.c
247 AddModule mod_log_config.c
248 #AddModule mod_mime_magic.c
249 AddModule mod_mime.c
250 AddModule mod_negotiation.c
251 #AddModule mod_status.c
252 #AddModule mod_info.c
253 AddModule mod_include.c
254 AddModule mod_autoindex.
    [all...]
  /external/chromium_org/mojo/public/bindings/parse/
mojo_translate.py 114 def AddModule(self, name, namespace, contents):
130 self.AddModule(name=name, namespace=tree[1], contents=tree[2])
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 197 TheJIT->addModule(createEmptyModule("<other module>"));
198 TheJIT->addModule(createEmptyModule("<other other module>"));
220 TheJIT->addModule(M.take());
  /external/chromium_org/content/renderer/pepper/
host_globals.h 64 PP_Module AddModule(PluginModule* module);
67 // The given handle should be one generated by AddModule.
host_globals.cc 188 PP_Module HostGlobals::AddModule(PluginModule* module) {
231 // accidents. See also AddModule below.
plugin_module.cc 422 pp_module_ = HostGlobals::Get()->AddModule(this);
  /external/llvm/include/llvm/IR/
LLVMContext.h 99 /// addModule - Register a module as being instantiated in this context. If
101 void addModule(Module*);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
apache.php 64 'addiconbytype','addlanguage','addmodule','addmoduleinfo',
  /external/llvm/tools/lto/
LTOCodeGenerator.h 65 bool addModule(struct LTOModule*, std::string &errMsg);
lto.cpp 143 return !cg->addModule(mod, sLastErrorString);
LTOCodeGenerator.cpp 124 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 109 virtual void addModule(Module *M);
JIT.cpp 331 /// addModule - Add a new Module to the JIT. If we previously removed the last
333 void JIT::addModule(Module *M) {
354 ExecutionEngine::addModule(M);
  /external/llvm/lib/IR/
LLVMContext.cpp 69 void LLVMContext::addModule(Module *M) {
  /external/clang/include/clang/Serialization/
ModuleManager.h 188 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 284 unwrap(EE)->addModule(unwrap(M));
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 210 /// addModule - Add a Module to the list of modules that we can JIT from.
213 virtual void addModule(Module *M) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 873 def addmodule(self, module, name, star_imported): member in class:CodeNameMapper
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 54 ModuleManager::addModule(StringRef FileName, ModuleKind Type,
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 749 void addModule(Module *M);
979 void MCJITHelper::addModule(Module* M) {
    [all...]

Completed in 1188 milliseconds

1 2