Searched
refs:Module (Results
626 -
650 of
826) sorted by null
<<21222324252627282930>>
| /development/tools/idegen/src/com/android/idegen/ |
| StandardModule.java | 35 * Module constructed from a make file. 39 * the framework module includes sources from: 47 public class StandardModule extends Module { 111 logger.info("Done building module " + moduleName);
|
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| BitSet.pm | 257 use <Module::Name>; 305 A separate section listing the public components of the module's interface. 307 that may be called on objects belonging to the classes that the module provides. 310 In an object-oriented module, this section should begin with a sentence of the 317 A list of every error and warning message that the module can generate 325 A full explanation of any configuration system(s) used by the module, 334 A list of all the other modules that this module relies upon, including any 336 part of the standard Perl distribution, part of the module's distribution, 342 A list of any modules that this module cannot be used in conjunction with.
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
| core-extensions.rb | 138 class Module 139 # Returns the module's container module. 141 # module Example 148 # See also Module#basename. 158 module Kernel
|
| /external/chromium_org/ppapi/cpp/dev/ |
| scriptable_object_deprecated.cc | 8 #include "ppapi/cpp/module.h" 75 pp::Module::Get()->GetBrowserInterface(PPB_MEMORY_DEV_INTERFACE));
|
| /external/chromium_org/ppapi/cpp/private/ |
| flash.cc | 15 #include "ppapi/cpp/module.h" 195 Var Flash::GetCommandLineArgs(Module* module) { 199 module->pp_module())); 204 flash_12_combined_interface.GetCommandLineArgs(module->pp_module()));
|
| var_private.cc | 89 pp::Module::Get()->GetBrowserInterface(PPB_MEMORY_DEV_INTERFACE));
|
| /external/chromium_org/ppapi/cpp/ |
| var.cc | 16 #include "ppapi/cpp/module.h" 49 return get_interface<PPB_Var_1_0>()->VarFromUtf8(Module::Get()->pp_module(),
|
| /external/chromium_org/ppapi/examples/ime/ |
| ime.cc | 17 #include "ppapi/cpp/module.h" 591 pp::Module::Get()->GetBrowserInterface( 700 pp::Module::Get()->GetBrowserInterface(PPB_CONSOLE_INTERFACE)); 719 class MyModule : public pp::Module { 727 Module* CreateModule() {
|
| /external/chromium_org/ppapi/tests/ |
| test_instance_deprecated.cc | 11 #include "ppapi/cpp/module.h" 151 pp::Module::Get()->GetBrowserInterface(PPB_VAR_INTERFACE));
|
| test_network_monitor_private.cc | 10 #include "ppapi/cpp/module.h" 139 pp::Module::Get()->GetBrowserInterface(
|
| test_url_loader.cc | 22 #include "ppapi/cpp/module.h" 73 pp::Module::Get()->GetBrowserInterface(PPB_FILEIO_INTERFACE)); 78 pp::Module::Get()->GetBrowserInterface(PPB_FILEIOTRUSTED_INTERFACE)); 80 pp::Module::Get()->GetBrowserInterface(PPB_URLLOADERTRUSTED_INTERFACE)); 829 if (pp::Module::Get()->core()->IsMainThread()) {
|
| test_var.cc | 15 #include "ppapi/cpp/module.h" 29 pp::Module::Get()->GetBrowserInterface(PPB_VAR_INTERFACE));
|
| /external/clang/lib/CodeGen/ |
| CGObjCRuntime.h | 27 class Module;
|
| /external/libvpx/libvpx/examples/includes/geshi/geshi/ |
| ruby.php | 50 'ensure', 'for', 'if', 'in', 'module', 'while', 92 'Math', 'Matrix', 'Method', 'Module', 'Mutex', 'NameError',
|
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| toy-jit.cpp | 11 #include "llvm/IR/Module.h" 624 static Module *TheModule; 717 // Look up the name in the global module table. 1123 Module* parseInputIR(std::string InputFile) [all...] |
| /external/llvm/include/llvm/CodeGen/ |
| LiveIntervalAnalysis.h | 250 virtual void print(raw_ostream &O, const Module* = 0) const;
|
| /external/llvm/include/llvm/IR/ |
| Type.h | 30 class Module;
|
| /external/llvm/lib/Analysis/ |
| Lint.cpp | 103 Module *Mod; 125 virtual void print(raw_ostream &O, const Module *M) const {} 685 /// lintModule - Check a module for errors, printing messages on stderr. 687 void llvm::lintModule(const Module &M) { 691 PM.run(const_cast<Module&>(M));
|
| /external/llvm/lib/IR/ |
| Dominators.cpp | 92 void DominatorTree::print(raw_ostream &OS, const Module *) const {
|
| /external/llvm/lib/Target/AArch64/ |
| AArch64AsmPrinter.cpp | 276 void AArch64AsmPrinter::EmitEndOfAsmFile(Module &M) {
|
| /external/llvm/lib/Target/ |
| TargetMachineC.cpp | 18 #include "llvm/IR/Module.h" 164 Module* Mod = unwrap(M);
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| ObjCARC.h | 30 #include "llvm/IR/Module.h" 47 /// \brief Test if the given module looks interesting to run ARC optimization 49 static inline bool ModuleHasARC(const Module &M) {
|
| ObjCARCOpts.cpp | 892 // of line at the module level and to provide a very simple format [all...] |
| /external/llvm/tools/opt/ |
| opt.cpp | 28 #include "llvm/IR/Module.h" 72 PrintEachXForm("p", cl::desc("Print module after each transformation")); 82 NoVerify("disable-verify", cl::desc("Do not verify result module"), cl::Hidden); 131 TargetTriple("mtriple", cl::desc("Override target triple for module")); 157 cl::desc("data layout string to use if not specified by module"), 160 // ---------- Define Printers for module and function passes ------------ 211 virtual bool runOnModule(Module &M) { 386 virtual bool runOnModule(Module &M) { 465 // -std-compile-opts adds the same module passes as -O3. 590 // Load the input module.. [all...] |
| /frameworks/compile/mclinker/unittests/ |
| ELFReaderTest.cpp | 39 m_pModule = new Module(*m_pScript);
|
Completed in 1201 milliseconds
<<21222324252627282930>>