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

1 23 4 5 6 7 8 910

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake.py 33 """Tests for handshake module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
49 """A unittest for handshake module."""
test_handshake_draft75.py 33 """Tests for handshake module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
396 """A unittest for draft75 module."""
test_handshake_hybi00.py 33 """Tests for handshake.hybi00 module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
test_handshake_hybi08.py 33 """Tests for handshake module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 40 ModuleDesc *module; member in struct:__tsan::SectionDesc
107 DPrintf2("Module %s %zx\n", m->name, m->base);
119 sec->module = m;
141 if (s->module->inp_fd == -1)
142 InitModule(s->module);
153 ModuleDesc *m = s->module;
171 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 170 cff_driver_init( FT_Module module ); variable
173 cff_driver_done( FT_Module module ); 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
  /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
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver

Completed in 997 milliseconds

1 23 4 5 6 7 8 910