| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_MimeWriter.py | 1 """Test program for MimeWriter module. 152 KP-Module-Name: BuyerKP 178 KP-Main-Module: main 183 KP-Module-Name: main 261 buyer.addheader("KP-Module-Name", "BuyerKP") 270 state.addheader("KP-Main-Module", "main") 276 st.addheader("KP-Module-Name", "main")
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_MimeWriter.py | 1 """Test program for MimeWriter module. 152 KP-Module-Name: BuyerKP 178 KP-Main-Module: main 183 KP-Module-Name: main 261 buyer.addheader("KP-Module-Name", "BuyerKP") 270 state.addheader("KP-Main-Module", "main") 276 st.addheader("KP-Module-Name", "main")
|
| /external/chromium_org/ppapi/cpp/ |
| input_event.cc | 8 #include "ppapi/cpp/module.h" 54 Module::Get()->core()->AddRefResource(input_event_resource); 91 Module::Get()->core()->AddRefResource(event.pp_resource()); 147 Module::Get()->core()->AddRefResource(event.pp_resource()); 197 Module::Get()->core()->AddRefResource(event.pp_resource()); 240 Module::Get()->core()->AddRefResource(event.pp_resource()); 296 Module::Get()->core()->AddRefResource(event.pp_resource());
|
| /external/chromium_org/ppapi/tests/ |
| test_utils.cc | 18 #include "ppapi/cpp/module.h" 42 pp::Module::Get()->GetBrowserInterface(PPB_TESTING_DEV_INTERFACE)); 183 PP_DCHECK(pp::Module::Get()->core()->IsMainThread()); 196 if (pp::Module::Get()->core()->IsMainThread()) 203 pp::Module::Get()->core()->CallOnMainThread( 210 PP_DCHECK(pp::Module::Get()->core()->IsMainThread()); 217 PP_DCHECK(pp::Module::Get()->core()->IsMainThread());
|
| test_audio_config.cc | 8 #include "ppapi/cpp/module.h" 15 pp::Module::Get()->GetBrowserInterface(PPB_AUDIO_CONFIG_INTERFACE)); 17 pp::Module::Get()->GetBrowserInterface(PPB_CORE_INTERFACE));
|
| test_video_source.cc | 41 pp::Module::Get()->GetBrowserInterface( 47 pp::Module::Get()->GetBrowserInterface(PPB_CORE_INTERFACE));
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/ |
| invocation.cpp | 33 #include <llvm/Module.h> 84 module 90 return module::deserialize(cs); 94 llvm::Module * 138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) { 148 link(llvm::Module *mod, const std::string &triple, 167 // When there is no "main" function in a module, the internalize pass will 168 // treat the module like a library, and it won't internalize any functions. 170 // the internalizer pass that this module is not a library by passing a 189 module [all...] |
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| toy.cpp | 12 #include "llvm/IR/Module.h" 706 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { 725 // MCJIT will call this function before compiling any module 728 virtual MemoryBuffer* getObject(const Module* M) { 761 Module* parseInputIR(std::string InputFile, LLVMContext &Context) { 763 Module *M = ParseIRFile(InputFile, Err, Context); 786 virtual Module *getModuleForNewFunction() = 0; 801 // Make the module, which holds all the code. 805 TheModule = new Module("my cool jit", Context); 808 // Create the JIT. This takes ownership of the module [all...] |
| /external/llvm/tools/llvm-extract/ |
| llvm-extract.cpp | 10 // This utility changes the input module to only contain a single function, 21 #include "llvm/IR/Module.h" 49 DeleteFn("delete", cl::desc("Delete specified Globals from Module")); 51 // ExtractFuncs - The functions to extract from the module. 57 // extract from the module. 63 // ExtractAlias - The alias to extract from the module. 70 // extract from the module. 76 // ExtractGlobals - The globals to extract from the module. 82 // extract from the module... 103 OwningPtr<Module> M [all...] |
| /external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
| invocation.cpp | 33 #include <llvm/Module.h> 84 module 90 return module::deserialize(cs); 94 llvm::Module * 138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) { 148 link(llvm::Module *mod, const std::string &triple, 167 // When there is no "main" function in a module, the internalize pass will 168 // treat the module like a library, and it won't internalize any functions. 170 // the internalizer pass that this module is not a library by passing a 189 module [all...] |
| /frameworks/compile/mclinker/lib/Fragment/ |
| FragmentLinker.cpp | 20 #include <mcld/Module.h> 44 Module& pModule, 59 Module::sym_iterator symbol, symEnd = m_Module.sym_end(); 100 Module::obj_iterator input, inEnd = m_Module.obj_end(); 150 Module::obj_iterator input, inEnd = m_Module.obj_end(); 200 Module::iterator sectIter, sectEnd = m_Module.end();
|
| /external/chromium_org/ppapi/examples/audio/ |
| audio.cc | 21 #include "ppapi/cpp/module.h" 118 class MyModule : public pp::Module { 128 // Factory function for your specialization of the Module object. 129 Module* CreateModule() {
|
| /external/chromium_org/ppapi/examples/font/ |
| simple_font.cc | 11 #include "ppapi/cpp/module.h" 105 class MyModule : public pp::Module { 114 // Factory function for your specialization of the Module object. 115 Module* CreateModule() {
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| radeon_llvm_emit.cpp | 29 #include <llvm/Module.h> 77 * Compile an LLVM module to machine code. 112 Module * mod = unwrap(M);
|
| /external/clang/lib/Basic/ |
| Android.mk | 32 Module.cpp \
|
| /external/clang/lib/Frontend/ |
| DependencyGraph.cpp | 57 const Module *Imported); 79 const Module *Imported) {
|
| /external/llvm/examples/BrainF/ |
| BrainFDriver.cpp | 57 void addMainFunction(Module *mod) { 127 Module *mod = bf.parse(in, 65536, cf, Context); //64 KiB 134 errs() << "Error: module failed verification. This shouldn't happen.\n";
|
| /external/llvm/include/llvm/Analysis/ |
| DOTGraphTraitsPass.h | 88 virtual bool runOnModule(Module &M) { 112 virtual bool runOnModule(Module &M) {
|
| /external/llvm/include/llvm/CodeGen/ |
| TargetLoweringObjectFileImpl.h | 83 /// emitModuleFlags - Emit the module flags that specify the garbage 86 ArrayRef<Module::ModuleFlagEntry> ModuleFlags, 135 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
|
| /external/llvm/lib/IR/ |
| LLVMContext.cpp | 69 void LLVMContext::addModule(Module *M) { 73 void LLVMContext::removeModule(Module *M) {
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| ObjCARCAPElim.cpp | 41 virtual bool runOnModule(Module &M); 129 bool ObjCARCAPElim::runOnModule(Module &M) { 133 // If nothing in the Module uses ARC, don't do anything.
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| radeon_llvm_emit.cpp | 29 #include <llvm/Module.h> 77 * Compile an LLVM module to machine code. 112 Module * mod = unwrap(M);
|
| /frameworks/compile/libbcc/lib/Renderscript/ |
| RSCompiler.cpp | 19 #include <llvm/IR/Module.h> 94 llvm::Module &module = script.getSource().getModule(); local 98 "%s!", module.getModuleIdentifier().c_str());
|
| /frameworks/compile/mclinker/lib/Object/ |
| ObjectLinker.cpp | 12 #include <mcld/Module.h> 66 void ObjectLinker::setup(Module& pModule, IRBuilder& pBuilder) 121 Module::input_iterator input, inEnd = m_pModule->input_end(); 193 Module::const_lib_iterator lib, libEnd = m_pModule->lib_end(); 242 Module::obj_iterator obj, objEnd = m_pModule->obj_end(); 312 Module::iterator iter, iterEnd = m_pModule->end(); 375 Module::obj_iterator input, inEnd = m_pModule->obj_end(); 433 Module::iterator sect, sEnd = m_pModule->end();
|
| /frameworks/compile/mclinker/unittests/ |
| LinkerTest.cpp | 12 #include <mcld/Module.h> 55 Module module("test", script); 61 IRBuilder builder(module, config); 65 if (linker.link(module, builder)) 101 Module module("libplasma.so", script); 102 IRBuilder builder(module, config); 125 if (linker.link(module, builder)) { 159 Module module1("libplasma.once.so", script1) [all...] |