Searched defs:Module (Results 1 - 25 of 63) sorted by relevance

123

/external/webrtc/src/modules/interface/
H A Dmodule.h20 class Module { class in namespace:webrtc
33 virtual ~Module() {}
37 class RefCountedModule : public Module {
/external/chromium_org/v8/tools/profviz/
H A Dworker.js154 var arrc = Module["intArrayFromString"](plot_script, true);
159 function() { Module.run([input_file_name]); });
165 var Module = {
/external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
H A Dmulti_platform.cc20 class Module : public pp::Module { class in inherits:pp::Module
22 Module() : pp::Module() {} function in class:Module
23 virtual ~Module() {}
32 Module* CreateModule() {
33 return new ::Module();
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule.h20 class Module { class in namespace:webrtc
34 virtual ~Module() {}
38 class RefCountedModule : public Module {
/external/llvm/bindings/python/llvm/tests/
H A Dtest_bitreader.py6 from ..core import Module namespace
H A Dtest_core.py5 from ..core import Module namespace
52 m = Module()
53 m = Module.CreateWithName("test-module")
56 m = Module.CreateWithName("test-module")
62 m = Module.CreateWithName("test-module")
68 m = Module.CreateWithName("test")
/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc48 class Module : public pp::Module { class in inherits:pp::Module
50 Module() : pp::Module() {} function in class:Module
51 virtual ~Module() {}
59 Module* CreateModule() {
60 return new ::Module();
/external/chromium_org/ppapi/cpp/
H A Dmodule.h20 /// This file defines a Module class.
25 /// The Module class. The browser calls CreateInstance() to create
29 class Module { class in namespace:pp
36 Module();
37 virtual ~Module();
43 static Module* Get();
154 Module(const Module&);
155 Module& operator=(const Module
[all...]
H A Dmodule.cc5 // Note that the single accessor, Module::Get(), is not actually implemented
11 // provides a simple default implementation of Module::Get().
18 // implement the Module::Get() so that ppapi's C++ wrappers can find the
19 // right Module object. One example solution is to use thread local storage
20 // to change the Module* returned based on which thread is invoking the
21 // function. Leaving Module::Get() unimplemented provides a hook for
46 Module* module_singleton = Module::Get();
66 Module* module_singleton = Module
150 Module::Module() : pp_module_(0), get_browser_interface_(NULL), core_(NULL) { function in class:pp::Module
[all...]
/external/clang/lib/Serialization/
H A DGeneratePCH.cpp29 clang::Module *Module,
32 : PP(PP), OutputFile(OutputFile), Module(Module),
53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
27 PCHGenerator(const Preprocessor &PP, StringRef OutputFile, clang::Module *Module, StringRef isysroot, raw_ostream *OS, bool AllowASTWithErrors) argument
/external/llvm/bindings/python/llvm/
H A Dbit_reader.py7 from .core import Module namespace
23 m = Module(module)
/external/chromium_org/third_party/closure_compiler/
H A Dcompile_modules.py17 class Module(object): class in inherits:object
30 assert all(r in keys for r in required), "Module missing name or sources"
33 assert all(k in allowed for k in keys), "Module has unknown key"
37 return Module(d["name"], d["sources"], depends=depends, externs=externs)
61 self._cache[file_path] = [Module.from_dict(m) for m in data]
/external/clang/include/clang/Lex/
H A DModuleLoader.h1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
17 #include "clang/Basic/Module.h"
26 class Module;
34 llvm::PointerIntPair<Module *, 1, bool> Storage;
39 ModuleLoadResult(Module *module, bool missingExpected)
42 operator Module *() const { return Storage.getPointer(); }
96 Module::NameVisibilityKind Visibility,
100 virtual void makeModuleVisible(Module *Mod,
101 Module::NameVisibilityKind Visibility,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb138 class Module class
148 # See also Module#basename.
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py23 [Module('baz'), Module('bar'), Module('foo')]
32 The dependency resolution code in Module.resolve will find bits of code in the
35 a Module('foo').
158 class Module(object): class in inherits:object
184 return "Module(%s)" % self.name
221 module = Module(name)
278 raise Exception("Module.name must be set for decl_required to be false.")
326 """Given a list of starting javascript files, figure out all the Module
[all...]
/external/clang/include/clang/Frontend/
H A DFrontendActions.h19 class Module;
96 clang::Module *Module; member in class:clang::GenerateModuleAction
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc101 pp::Module::Get()->core()->CallOnMainThread(
130 PP_TimeTicks end_time(pp::Module::Get()->core()->GetTimeTicks());
315 class Module : public pp::Module { class in inherits:pp::Module
317 Module() : pp::Module() {} function in class:Module
318 virtual ~Module() {}
327 Module* CreateModule() {
328 return new ::Module();
/external/clang/lib/Basic/
H A DModule.cpp1 //===--- Module.cpp - Describe a module -----------------------------------===//
10 // This file defines the Module class, which describes a module in the source
15 #include "clang/Basic/Module.h"
27 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, function in class:Module
50 Module::~Module() {
74 Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target,
79 for (const Module *Curren
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py234 class Module(NodeBase): class in inherits:NodeBase
241 super(Module, self).__init__(**kwargs)
246 return super(Module, self).__eq__(other) and \
255 assert module is None or isinstance(module, Module)
/external/lldb/include/lldb/Core/
H A DModule.h1 //===-- Module.h ------------------------------------------------*- C++ -*-===//
25 /// @class Module Module.h "lldb/Core/Module.h"
36 /// using the Module::GetObjectFile() is called. The debug symbols
38 /// requested using the Module::GetSymbolVendor() is called.
43 class Module : class in namespace:lldb_private
44 public std::enable_shared_from_this<Module>,
49 // This is handy because we might have Module objects that are in
58 static Module *
[all...]
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.h107 ObjectFile *Module; member in class:llvm::symbolize::ModuleInfo
/external/llvm/lib/IR/
H A DModule.cpp1 //===-- Module.cpp - Implement the Module class ---------------------------===//
10 // This file implements the Module class for the IR library.
14 #include "llvm/IR/Module.h"
40 template class llvm::SymbolTableListTraits<Function, Module>;
41 template class llvm::SymbolTableListTraits<GlobalVariable, Module>;
42 template class llvm::SymbolTableListTraits<GlobalAlias, Module>;
45 // Primitive Module methods.
48 Module::Module(StringRe function in class:Module
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRuntime.js123 * @type {!Array.<!Runtime.Module>}
127 * @type {!Object.<string, !Runtime.Module>}
354 throw new Error("Module is not defined: " + moduleName + " " + new Error().stack);
360 var module = new Runtime.Module(this, this._descriptorsMap[moduleName]);
634 Runtime.Module = function(manager, descriptor)
645 Runtime.Module.prototype = {
662 console.assert(false, "Module " + this._name + " is loaded from itself: " + new Error().stack);
687 * @param {!Runtime.Module} module
714 * @return {!Runtime.Module}
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc549 class Module : public pp::Module { class in inherits:pp::Module
551 Module() : pp::Module() {} function in class:Module
552 virtual ~Module() {}
561 Module* CreateModule() { return new ::Module(); }
/external/clang/lib/Frontend/
H A DFrontendActions.cpp122 return new PCHGenerator(CI.getPreprocessor(), OutputFile, Module,
169 /// \param Module The module we're collecting includes from.
175 ModuleMap &ModMap, clang::Module *Module,
178 if (!Module->isAvailable())
182 for (unsigned I = 0, N = Module->NormalHeaders.size(); I != N; ++I) {
183 const FileEntry *Header = Module->NormalHeaders[I];
184 Module->addTopHeader(Header);
186 addHeaderInclude(Header, Includes, LangOpts, Module->IsExternC))
189 // Note that Module
174 collectModuleHeaderIncludes(const LangOptions &LangOpts, FileManager &FileMgr, ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) argument
[all...]

Completed in 518 milliseconds

123