HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 126 - 150 of 435) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ui/gfx/
icon_util_unittest.cc 411 HMODULE module = GetModuleHandle(NULL); local
413 IconUtil::CreateSkBitmapFromIconResource(module, IDR_MAINFRAME, 48));
420 HMODULE module = GetModuleHandle(NULL); local
422 IconUtil::CreateSkBitmapFromIconResource(module, IDR_MAINFRAME, 256));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 35 char *module; member in struct:__sanitizer::AddressInfo
51 module = internal_strdup(mod_name);
58 char *module; member in struct:__sanitizer::DataInfo
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 40 ModuleDesc *module; member in struct:__tsan::SectionDesc
108 DPrintf2("Module %s %zx\n", m->name, m->base);
120 sec->module = m;
142 if (s->module->inp_fd == -1)
143 InitModule(s->module);
154 ModuleDesc *m = s->module;
172 res->module = internal_strdup(m->name);
  /external/e2fsprogs/intl/
plural-exp.h 47 module, /* Modulo operation. */ enumerator in enum:expression::operator
  /external/freetype/src/cff/
cffobjs.h 172 cff_driver_init( FT_Module module ); /* CFF_Driver */ variable
175 cff_driver_done( FT_Module module ); /* CFF_Driver */ variable
  /external/llvm/examples/BrainF/
BrainF.h 20 #include "llvm/IR/Module.h"
37 /// and returns the module with a function
41 /// The caller must delete the returned module.
42 Module *parse(std::istream *in1, int mem, CompileFlags cf,
80 Module *module; member in class:BrainF
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 56 lp_declare_intrinsic(LLVMModuleRef module,
65 assert(!LLVMGetNamedFunction(module, name));
68 function = LLVMAddFunction(module, name, function_type);
86 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); local
89 function = LLVMGetNamedFunction(module, name);
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 84 LLVMModuleRef module = gallivm->module; local
103 func = LLVMAddFunction(module, name,
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 31 const std::vector<clover::module::argument> &args) :
34 if (arg.type == module::argument::scalar)
36 else if (arg.type == module::argument::global)
38 else if (arg.type == module::argument::local)
40 else if (arg.type == module::argument::constant)
42 else if (arg.type == module::argument::image2d_rd ||
43 arg.type == module::argument::image3d_rd)
45 else if (arg.type == module::argument::image2d_wr ||
46 arg.type == module::argument::image3d_wr)
48 else if (arg.type == module::argument::sampler
128 _cl_kernel::module(const clover::command_queue &q) const { function in class:_cl_kernel
    [all...]
module.hpp 29 struct module { struct in namespace:clover
91 static module deserialize(compat::istream &is);
93 /// Look up a symbol by name. Throws module::noent_error if not
97 /// Look up a section by type. Throws module::noent_error if not
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 26 #include <llvm/IR/Module.h>
321 llvm::OwningPtr<llvm::Module> module; local
323 module.reset(llvm::ParseBitcodeFile(mem.get(), ctx, &errmsg));
324 if (module.get() != 0 && module->MaterializeAllPermanently(&errmsg)) {
325 module.reset();
328 if (module.get() == 0) {
341 module->print(tof->os(), ann.get());
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 24 #include <llvm/IR/Module.h>
131 const llvm::Module &module = pSource.getModule(); local
132 const char *module_name = module.getModuleIdentifier().c_str();
135 module.getNamedMetadata(pragma_metadata_name);
137 module.getNamedMetadata(export_var_metadata_name);
139 module.getNamedMetadata(export_func_metadata_name);
141 module.getNamedMetadata(export_foreach_name_metadata_name);
143 module.getNamedMetadata(export_foreach_metadata_name);
145 module.getNamedMetadata(object_slot_metadata_name)
    [all...]
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 78 hw_module_t const* module; local
79 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module) == 0) {
83 err = framebuffer_open(module, &fbDev);
86 err = gralloc_open(module, &grDev);
149 ALOGE("Couldn't get gralloc module");
  /hardware/libhardware/include/hardware/
hardware.h 49 * All module implementations must set the hw_module_t.hal_api_version field
50 * to this value when declaring the module with HAL_MODULE_INFO_SYM.
60 * Helper macros for module implementors.
63 * versions so that implementations can explicitly specify module/device
82 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
84 * followed by module specific information.
91 * The API version of the implemented module. The module owner is
92 * responsible for updating the version when a module interface has
96 * The module user must interpret the version field to decide whether o
186 struct hw_module_t* module; member in struct:hw_device_t
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 102 "%s" /* module tag */
103 "%s" /* module */
125 /* module tag */
126 me->csv ? "" : ", module: ", /* note: separator added for CSV */
127 /* module */
358 unsigned long module = ((unsigned long) eModule) & PERF_ModuleMask; local
368 module < PERF_ModuleMax ? PERF_ModuleTypes[module] : "INVALID",
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 170 hw_module_t const* module; local
204 err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
207 pComponentPrivate->grallocModule = (gralloc_module_t const *)module;
212 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, err);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver

Completed in 2237 milliseconds

1 2 3 4 56 7 8 91011>>