HomeSort by relevance Sort by last modified time
    Searched defs:Module (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/WebKit2/Platform/
Module.cpp 27 #include "Module.h"
31 Module::Module(const String& path)
42 Module::~Module()
Module.h 46 class Module {
47 WTF_MAKE_NONCOPYABLE(Module);
49 Module(const String& path);
50 ~Module();
81 template<typename FunctionType> FunctionType Module::functionPointer(const char* functionName) const
  /external/webrtc/src/modules/interface/
module.h 20 class Module {
25 // Returns the number of milliseconds until the module want a worker
33 virtual ~Module() {}
36 // Reference counted version of the module interface.
37 class RefCountedModule : public Module {
42 // reference counting ADM and Video capture module.
53 // reference counting ADM and Video capture module.
  /external/clang/lib/Basic/
Module.cpp 1 //===--- Module.h - Describe a module ---------------------------*- C++ -*-===//
10 // This file defines the Module class, which describes a module in the source
14 #include "clang/Basic/Module.h"
24 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
43 Module::~Module() {
    [all...]
  /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/clang/include/clang/Frontend/
FrontendActions.h 19 class Module;
95 clang::Module *Module;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SourceInfo.h 22 #include <llvm/Module.h>
35 Module,
43 // Note: module should not be a part of union. Since, we are going to
44 // use module to store the pointer to parsed bitcode.
45 llvm::Module *module; member in class:bcc::SourceInfo
46 // If true, the LLVM context behind the module is shared with others.
47 // Therefore, don't try to destroy the context it when destroy the module.
67 SourceInfo() : module(NULL), shared_context(false) { }
78 static SourceInfo *createFromModule(llvm::Module *module
    [all...]
  /external/clang/include/clang/Basic/
Module.h 1 //===--- Module.h - Describe a module ---------------------------*- C++ -*-===//
10 // This file defines the Module class, which describes a module in the source
38 /// \brief Describes the name of a module.
42 /// \brief Describes a module or submodule.
43 class Module {
45 /// \brief The name of this module.
48 /// \brief The location of the module definition.
51 /// \brief The parent of this module. This will be NULL for the top-leve
    [all...]
  /external/llvm/include/llvm/
DefaultPasses.h 71 Module,
81 /// Allow passes which may make global module changes.
87 /// Whether the module may have code using exceptions.
Module.h 1 //===-- llvm/Module.h - C++ class to represent a VM module ------*- C++ -*-===//
11 /// Module.h This file contains the declarations for the Module class.
36 : public SymbolTableListTraits<Function, Module> {
54 : public SymbolTableListTraits<GlobalVariable, Module> {
69 : public SymbolTableListTraits<GlobalAlias, Module> {
101 /// A Module instance is used to store all the information related to an
102 /// LLVM module. Modules are the top level container of all other LLVM
103 /// Intermediate Representation (IR) objects. Each module directly contains
    [all...]
  /external/llvm/lib/VMCore/
Module.cpp 1 //===-- Module.cpp - Implement the Module class ---------------------------===//
10 // This file implements the Module class for the VMCore library.
14 #include "llvm/Module.h"
37 template class llvm::SymbolTableListTraits<Function, Module>;
38 template class llvm::SymbolTableListTraits<GlobalVariable, Module>;
39 template class llvm::SymbolTableListTraits<GlobalAlias, Module>;
42 // Primitive Module methods.
45 Module::Module(StringRef MID, LLVMContext& C
    [all...]
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 24 // A helper class that implements the enumerate module functionality on the File
28 // What type of module we are dealing with. Loaded modules are modules we
38 // The blacklist status of the module. Suspected Bad modules have been
44 // blacklist and the module does not match the current entry in the
47 // The module is not on the blacklist. Assume it is good.
49 // Module is a suspected bad module.
51 // Module is a bad bad dog.
66 struct Module {
67 // The type of module foun
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 107 std::string HeaderSearch::getModuleFileName(Module *Module) {
108 // If we don't have a module cache path, we can't do anything.
114 llvm::sys::path::append(Result, Module->getTopLevelModule()->Name + ".pcm");
119 // If we don't have a module cache path, we can't do anything.
129 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) {
130 // Look in the module map to determine if there is a module by this name.
131 Module *Module = ModMap.findModule(ModuleName)
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 265 // Set up the module path, including the hash for the
266 // module-creation options.
727 /// \brief Helper function that executes the module-generating action under
735 /// \brief Compile a module file for the given module, using the options
738 Module *Module,
746 // We're responsible for building the module ourselves. Do so below.
750 // Someone else is responsible for building the module. Wait for them to
759 // Construct a compiler invocation for creating this module
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 54 class Module;
106 /// \brief The module we're currently writing, if any.
107 Module *WritingModule;
387 llvm::DenseMap<Module *, unsigned> SubmoduleIDs;
389 /// \brief Retrieve or create a submodule ID for this module.
390 unsigned getSubmoduleID(Module *Mod);
408 void WriteSubmodules(Module *WritingModule);
451 Module *WritingModule);
467 /// \param WritingModule The module that we are writing. If null, we are
474 Module *WritingModule, StringRef isysroot
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 20 module TypeKind = struct
39 module Linkage = struct
58 module Visibility = struct
65 module CallConv = struct
73 module Attribute = struct
103 module Icmp = struct
117 module Fcmp = struct
137 module Opcode = struct
208 module ValueKind = struct
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 1 //===------- CGObjCGNU.cpp - Emit LLVM Code from ASTs for a Module --------===//
30 #include "llvm/Module.h"
47 /// types and the function declaration into a module if they're not used, and
106 /// The LLVM module into which output is inserted
107 llvm::Module &TheModule;
244 /// module.
249 /// emitting the / module.
266 /// string. Selector references are all done via the module's selector table,
    [all...]
  /external/v8/src/
ast.h 126 class Module;
530 Module* module() const { return module_; } function in class:v8::internal::ModuleDeclaration
539 Module* module,
542 module_(module) {
546 Module* module_;
554 Module* module() const { return module_; } function in class:v8::internal::ImportDeclaration
563 Module* module
644 Module* module() const { return module_; } function in class:v8::internal::ModulePath
2684 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface); local
2689 ModuleVariable* module = new(zone_) ModuleVariable(proxy); local
2694 ModulePath* module = new(zone_) ModulePath(origin, name); local
2699 ModuleUrl* module = new(zone_) ModuleUrl(url); local
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/jython/
jython.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 5262 milliseconds