HomeSort by relevance Sort by last modified time
    Searched defs:Module (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 83 private Module[] modules;
168 modules = new Module[entries.length];
170 modules[i] = new Module(entries[i]);
266 for (Module module : modules) {
268 // if a module fails during Class.forName(), then it breaks overall
270 module.create(subject, callbackHandler, sharedState);
272 if (module.module.login()) {
273 ++total[module.getFlag()]
492 LoginModule module; field in class:LoginContext.Module
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsconf.h 110 LPSTR Module;
121 LPWSTR Module;
vdmdbg.h 168 CHAR Module[MAX_MODULE_NAME+1];
175 CHAR Module[MAX_MODULE_NAME+1];
dbgeng.h     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 9 from compiler.ast import Module
176 assert isinstance(ast, Module)
882 # python module and then calls that module's DoMain() function,
896 "module (%s): %s" % (parsed_contents[0], e))
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 116 std::string HeaderSearch::getModuleFileName(Module *Module) {
117 return getModuleFileName(Module->Name, Module->ModuleMap->getName());
122 // If we don't have a module cache path, we can't do anything.
133 // be globally unique to this particular module. To avoid false-negatives
147 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) {
148 // Look in the module map to determine if there is a module by this name.
149 Module *Module = ModMap.findModule(ModuleName)
    [all...]
  /external/llvm/include/llvm/IR/
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.
39 : public SymbolTableListTraits<Function, Module> {
57 : public SymbolTableListTraits<GlobalVariable, Module> {
72 : public SymbolTableListTraits<GlobalAlias, Module> {
104 /// A Module instance is used to store all the information related to an
105 /// LLVM module. Modules are the top level container of all other LLVM
106 /// Intermediate Representation (IR) objects. Each module directly contains
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 27 #include <llvm/IR/Module.h>
60 llvm::Module *Module;
66 * module the pass is run on.
80 Module->getNamedMetadata("#rs_export_foreach");
254 OldName + ".expand", Module);
335 : ModulePass(ID), Module(NULL), Context(NULL),
341 * Module will contain a new function of the name "<NAME>.expand" that
357 llvm::DataLayout DL(Module);
489 llvm::DataLayout DL(Module);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 953 class Module(Node):
966 return "Module(%s, %s)" % (repr(self.doc), repr(self.node))
    [all...]
pycodegen.py 41 mod = Module(buf, filename)
59 gen = Module(source, filename)
107 class Module(AbstractCompileMode):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 953 class Module(Node):
966 return "Module(%s, %s)" % (repr(self.doc), repr(self.node))
    [all...]
pycodegen.py 41 mod = Module(buf, filename)
59 gen = Module(source, filename)
107 class Module(AbstractCompileMode):
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 58 class Module;
112 /// \brief The module we're currently writing, if any.
113 Module *WritingModule;
441 llvm::DenseMap<Module *, unsigned> SubmoduleIDs;
443 /// \brief Retrieve or create a submodule ID for this module.
444 unsigned getSubmoduleID(Module *Mod);
464 void WriteSubmodules(Module *WritingModule);
513 Module *WritingModule);
526 /// \param WritingModule The module that we are writing. If null, we are
533 Module *WritingModule, StringRef isysroot
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 332 // Set up the module path, including the hash for the
333 // module-creation options.
353 // If we don't have a collector, but we are collecting module dependencies,
854 /// \brief Compile a module file for the given module, using the options
858 Module *Module,
863 // Construct a compiler invocation for creating this module.
869 // For any options that aren't intended to affect how a module is built,
874 // Remove any macro definitions that are explicitly ignored by the module
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 45 } Module;
163 identifier module; member in struct:_stmt::__anon62999::__anon63016
375 #define Module(a0, a1) _Py_Module(a0, a1)
433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 45 } Module;
163 identifier module; member in struct:_stmt::__anon63122::__anon63139
375 #define Module(a0, a1) _Py_Module(a0, a1)
433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 51 var Module = {
64 this['Module'] = Module;
65 Module.test;
67 this['Module'] = Module = {};
69 // The environment setup code below is customized to use Module.
75 if (typeof module === "object") {
76 module.exports = Module;
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1 //===--- MicrosoftCXXABI.cpp - Emit LLVM Code from ASTs for a Module ------===//
    [all...]
CGObjCGNU.cpp 1 //===------- CGObjCGNU.cpp - Emit LLVM Code from ASTs for a Module --------===//
34 #include "llvm/IR/Module.h"
45 /// types and the function declaration into a module if they're not used, and
105 /// The LLVM module into which output is inserted
106 llvm::Module &TheModule;
290 /// module.
295 /// emitting the / module.
312 /// string. Selector references are all done via the module's selector table,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 21 module TypeKind = struct
41 module Linkage = struct
62 module Visibility = struct
69 module CallConv = struct
77 module Attribute = struct
107 module Icmp = struct
121 module Fcmp = struct
141 module Opcode = struct
211 module LandingPadClauseTy = struct
217 module ThreadLocalMode = struc
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 2 var Module = {};
3 Module["return"] = "";
4 Module["print"] = function(text) {
5 Module["return"] += text + "\n";
10 this['Module'] = Module;
12 this['Module'] = Module = {};
14 // The environment setup code below is customized to use Module.
23 Module['print'] = function(x)
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 303 @test_support.impl_detail("the module 'xxsubtype' is internal")
347 @test_support.impl_detail("the module 'xxsubtype' is internal")
646 # Testing Python subclass of module...
671 class Module(types.ModuleType, str):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 303 @test_support.impl_detail("the module 'xxsubtype' is internal")
347 @test_support.impl_detail("the module 'xxsubtype' is internal")
646 # Testing Python subclass of module...
671 class Module(types.ModuleType, str):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 790 ULONGLONG Module:1;
814 USHORT Module;

Completed in 1175 milliseconds

1 23 4 5