Searched refs:module (Results 201 - 225 of 1286) sorted by relevance

1234567891011>>

/external/libsepol/include/sepol/policydb/
H A Dmodule.h26 #include <sepol/module.h>
/external/lldb/test/unittest2/
H A Dloader.py39 message = 'Failed to import test module: %s' % name
79 def loadTestsFromModule(self, module, use_load_tests=True):
80 """Return a suite of all tests cases contained in the given module"""
82 for name in dir(module):
83 obj = getattr(module, name)
87 load_tests = getattr(module, 'load_tests', None)
93 return _make_failed_load_tests(module.__name__, e,
97 def loadTestsFromName(self, name, module=None):
100 The name may resolve either to a module, a test case class, a
104 The method optionally resolves the names relative to a given module
[all...]
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml10 module Endian = struct
16 module CodeGenOptLevel = struct
24 module RelocMode = struct
32 module CodeModel = struct
42 module CodeGenFileType = struct
53 module DataLayout = struct
89 module Target = struct
112 module TargetMachine = struct
/external/mesa3d/src/gbm/main/
H A Dbackend.c56 void *module; local
73 module = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
74 if (!module) {
76 "failed to load module: %s\n", dlerror());
80 init = dlsym(module, entrypoint);
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmodapi.h50 /* Additionally, some module properties can be controlled also. */
76 /* Note that the FreeType Cache sub-system is not a FreeType module. */
81 /* module bit flags */
82 #define FT_MODULE_FONT_DRIVER 1 /* this module is a font driver */
83 #define FT_MODULE_RENDERER 2 /* this module is a renderer */
84 #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */
85 #define FT_MODULE_STYLER 8 /* this module is a styler */
115 /* A function used to initialize (not create) a new module object. */
118 /* module :: The module t
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmodapi.h50 /* Additionally, some module properties can be controlled also. */
76 /* Note that the FreeType Cache sub-system is not a FreeType module. */
81 /* module bit flags */
82 #define FT_MODULE_FONT_DRIVER 1 /* this module is a font driver */
83 #define FT_MODULE_RENDERER 2 /* this module is a renderer */
84 #define FT_MODULE_HINTER 4 /* this module is a glyph hinter */
85 #define FT_MODULE_STYLER 8 /* this module is a styler */
115 /* A function used to initialize (not create) a new module object. */
118 /* module :: The module t
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dtrace.h63 // filtered it will not be written to file. module is an identifier for what
70 const TraceModule module,
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp451 func_tab[i].loaded_from = idx; // store index of the module
490 cvRegisterModule( const CvModuleInfo* module )
500 CV_ASSERT( module != 0 && module->name != 0 && module->version != 0 );
502 name_len = strlen(module->name);
503 version_len = strlen(module->version);
508 *module_copy = *module;
512 memcpy( (void*)module_copy->name, module->name, name_len + 1 );
513 memcpy( (void*)module_copy->version, module
544 CvModuleInfo* module; local
[all...]
/external/chromium_org/base/
H A Dfile_version_info.h47 // Creates a FileVersionInfo for the specified module. Returns NULL in case
50 HMODULE module);
52 // Creates a FileVersionInfo for the current module. Returns NULL in case
54 // This function should be inlined so that the "current module" is evaluated
55 // correctly, instead of being the module that contains base.
58 HMODULE module = reinterpret_cast<HMODULE>(&__ImageBase); local
59 return CreateFileVersionInfoForModule(module);
62 // Creates a FileVersionInfo for the current module. Returns NULL in case
H A Dnative_library_win.cc38 HMODULE module = (*load_library_api)(library_path.value().c_str()); local
39 if (!module && error) {
47 return module;
/external/chromium_org/cloud_print/common/win/
H A Dcloud_print_utils.cc28 HMODULE module = NULL; local
30 GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, &dummy, &module);
34 int count = ::LoadString(module, id, reinterpret_cast<LPWSTR>(&buffer), 0);
/external/chromium_org/sandbox/win/src/
H A Deat_resolver.cc62 NTSTATUS EatResolverThunk::ResolveTarget(const void* module, argument
66 if (!module)
69 base::win::PEImage pe(module);
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dfb.h154 static inline int framebuffer_open(const struct hw_module_t* module, argument
156 return module->methods->open(module,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dprogram.hpp30 #include "core/module.hpp"
42 const std::vector<clover::module> &binaries);
47 const std::map<clover::device *, clover::module> &binaries() const;
56 std::map<clover::device *, clover::module> __binaries;
/external/chromium_org/v8/src/
H A Dicu_util.cc46 // We expect to find the ICU data module alongside the current module.
47 HMODULE module = LoadLibraryA(ICU_UTIL_DATA_SHARED_MODULE_NAME);
48 if (!module) return false;
50 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dmodule-recompile.js36 module A {
61 // Same test with loop inside a module.
63 module B {
64 module A {
/external/lldb/test/lang/objc/foundation/
H A DTestSymbolTable.py56 # Create the filespec by which to locate our a.out module.
59 module = target.FindModule(filespec)
60 self.assertTrue(module, VALID_MODULE)
65 for symbol in module:
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dprogram.hpp30 #include "core/module.hpp"
42 const std::vector<clover::module> &binaries);
47 const std::map<clover::device *, clover::module> &binaries() const;
56 std::map<clover::device *, clover::module> __binaries;
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_java_generator.py19 import mojom.generate.module as mojom
214 def GetPackage(module):
215 if 'JavaPackage' in module.attributes:
216 return ParseStringAttribute(module.attributes['JavaPackage'])
218 return 'org.chromium.mojom.' + module.namespace
228 module = context.resolve('module')
230 if GetPackage(module) != GetPackage(kind.module):
231 elements += [GetPackage(kind.module)]
[all...]
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.h26 // A helper class that implements the enumerate module functionality on the File
30 // What type of module we are dealing with. Loaded modules are modules we
40 // The blacklist status of the module. Suspected Bad modules have been
46 // blacklist and the module does not match the current entry in the
49 // The module is not on the blacklist. Assume it is good.
51 // Module is a suspected bad module.
76 // The type of module found
78 // The module status (benign/bad/etc).
80 // The module path, not including filename.
82 // The name of the module (filenam
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dppb_broker_impl.cc64 PluginModule* module = plugin_instance->module();
65 const base::FilePath& broker_path = module->path();
73 broker_ = module->GetBroker();
75 broker_ = new PepperBroker(module);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dfactory.py109 module = __import__(module_name, globals(), locals(), [], -1)
110 port_class_name = module.get_port_class_name(class_name)
112 cls = module.__dict__[port_class_name]
118 module = __import__(module_name, globals(), locals(), [], -1)
119 cls = module.__dict__[class_name]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp202 /// @param module for module instance
213 llvm::Function *createFunction(llvm::Module &module, argument
224 llvm::Function::Create(functType, linkage, functName, &module);
894 /// @param module code for module instance
902 llvm::Module &module,
906 llvm::Function *printFunct = module.getFunction("printStr");
915 new llvm::GlobalVariable(module,
936 /// @param module cod
901 generateStringPrint(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, std::string toPrint, bool useGlobal = true) argument
945 generateIntegerPrint(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &printFunct, llvm::Value &toPrint, std::string format, bool useGlobal = true) argument
997 createFinallyBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::BasicBlock &unwindResumeBlock, llvm::Value **exceptionCaughtFlag, llvm::Value **exceptionStorage, llvm::Value **caughtResultStorage) argument
1073 createCatchBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::Value &exceptionCaughtFlag) argument
1126 createCatchWrappedInvokeFunction(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::FunctionPassManager &fpm, llvm::Function &toInvoke, std::string ourId, unsigned numExceptionsToCatch, unsigned exceptionTypesToCatch[]) argument
1393 createThrowExceptionFunction(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::FunctionPassManager &fpm, std::string ourId, int32_t nativeThrowType, llvm::Function &nativeThrowFunct) argument
1511 createUnwindExceptionTest(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::FunctionPassManager &fpm, std::string nativeThrowFunctName) argument
1648 createStandardUtilityFunctions(unsigned numTypeInfos, llvm::Module &module, llvm::IRBuilder<> &builder) argument
1960 llvm::Module *module = new llvm::Module("my cool jit", context); local
[all...]
/external/chromium_org/base/win/
H A Dpe_image_unittest.cc29 LPCSTR module,
63 LPCSTR module,
75 LPCSTR module,
203 HMODULE module = LoadLibrary(L"advapi32.dll"); local
204 ASSERT_TRUE(NULL != module);
206 PEImage pe(module);
248 FreeLibrary(module);
253 HMODULE module = LoadLibrary(L"advapi32.dll"); local
254 ASSERT_TRUE(NULL != module);
256 PEImage pe(module);
28 ImportsCallback(const PEImage &image, LPCSTR module, DWORD ordinal, LPCSTR name, DWORD hint, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
62 ImportChunksCallback(const PEImage &image, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
73 DelayImportChunksCallback(const PEImage &image, PImgDelayDescr delay_descriptor, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PIMAGE_THUNK_DATA bound_iat, PIMAGE_THUNK_DATA unload_iat, PVOID cookie) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp84 module
90 return module::deserialize(cs);
167 // When there is no "main" function in a module, the internalize pass will
168 // treat the module like a library, and it won't internalize any functions.
170 // the internalizer pass that this module is not a library by passing a
189 module
193 module m;
204 compat::vector<module::argument> args;
231 args.push_back(module::argument(module
[all...]

Completed in 4713 milliseconds

1234567891011>>