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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/ModuleMapLocations/Both_F.framework/Headers/
a.h 1 @import Module; // Don't cause redefinition error.
  /external/dagger2/core/src/main/java/dagger/
Module.java 28 public @interface Module {
30 * Additional {@code @Module}-annotated classes from which this module is
  /external/kmod/libkmod/python/kmod/
module.pxd 21 cdef class Module (object):
22 cdef _libkmod_h.kmod_module *module
  /external/webrtc/webrtc/modules/include/
module.h 20 class Module {
22 // Returns the number of milliseconds until the module wants a worker
37 // This method is called when the module is attached to a *running* process
55 // the thread that registers/deregisters the module or calls Start/Stop.
59 virtual ~Module() {}
62 // Reference counted version of the Module interface.
63 class RefCountedModule : public Module {
  /external/guice/core/src/com/google/inject/
Module.java 20 * A module contributes configuration information, typically interface
23 * {@code Module}s and some bootstrapping code.
25 * <p>Your Module classes can use a more streamlined syntax by extending
33 public interface Module {
36 * Contributes bindings and other configurations for this module to {@code binder}.
39 * {@link Binder#install(Module)}, which ensures that {@link Provides provider methods} are
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
module.py 8 class Module(object):
  /frameworks/base/tools/bit/
make.h 26 struct Module
46 map<string,Module>* modules, bool quiet);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 29 ModuleInfoEx Module;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 29 DbiModuleDescriptor Module;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 29 DbiModuleDescriptor Module;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 29 ModuleInfoEx Module;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 29 DbiModuleDescriptor Module;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 29 DbiModuleDescriptor Module;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 33 DbiModuleDescriptor Module;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenModule.py 4 class Module(GeneratorGroup):
30 OutHeader1("Module " + self.name)
62 OutHeader1("End module " + self.name)
88 m = Module("spam", "", "#include <stdio.h>")
  /external/python/cpython2/Tools/bgen/bgen/
bgenModule.py 4 class Module(GeneratorGroup):
30 OutHeader1("Module " + self.name)
62 OutHeader1("End module " + self.name)
88 m = Module("spam", "", "#include <stdio.h>")
  /prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/
Module.java 46 public enum Module {
  /prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/
Module.java 46 public enum Module {

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>