HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 151 - 175 of 673) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 43 #include "common/module.h"
47 using google_breakpad::Module;
61 size_t value_size) : module("a", "b", "c", "d"),
77 &module);
78 module.GetExterns(&externs, externs.end());
82 Module module; member in class:ELFSymbolsToModuleTestFixture
89 vector<Module::Extern *> externs;
128 Module::Extern *extern1 = externs[0];
130 EXPECT_EQ((Module::Address)kFuncAddr, extern1->address)
    [all...]
  /external/libxml2/doc/
search.php 151 $result = mysql_query ("SELECT words.relevance, symbols.name, symbols.type, symbols.module, symbols.descr FROM words, symbols WHERE LCASE(words.name) LIKE LCASE('$word') and words.symbol = symbols.name ORDER BY words.relevance DESC LIMIT 75");
193 $result = mysql_query ("SELECT XSLTwords.relevance, XSLTsymbols.name, XSLTsymbols.type, XSLTsymbols.module, XSLTsymbols.descr FROM XSLTwords, XSLTsymbols WHERE LCASE(XSLTwords.name) LIKE LCASE('$word') and XSLTwords.symbol = XSLTsymbols.name ORDER BY XSLTwords.relevance DESC LIMIT 75");
257 $module = mysql_result($result, $i, 3); variable
265 $m = strtolower($module);
266 $url = "html/libxml-$module.html#$id";
268 $module, $desc, $name, $url);
282 $module = mysql_result($result, $i, 3); variable
290 $m = strtolower($module);
291 $url = "XSLT/html/libxslt-$module.html#$id";
293 $module, $desc, $name, $url)
307 $module = mysql_result($result, $i, 3); variable
329 $module = mysql_result($result, $i, 3); variable
405 $module = mysql_result($result, $i, 3); variable
430 $module = mysql_result($result, $i, 3); variable
    [all...]
  /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
  /external/opencv3/3rdparty/libtiff/
tif_dirinfo.c 349 static const char module[] = "_TIFFMergeFields"; local
832 static const char module[] = "TIFFMergeFieldInfo"; local
    [all...]
tif_lzma.c 132 static const char module[] = "LZMAPreDecode"; local
145 TIFFErrorExt(tif->tif_clientdata, module,
156 TIFFErrorExt(tif->tif_clientdata, module,
167 static const char module[] = "LZMADecode"; local
180 TIFFErrorExt(tif->tif_clientdata, module,
200 TIFFErrorExt(tif->tif_clientdata, module,
210 TIFFErrorExt(tif->tif_clientdata, module,
217 TIFFErrorExt(tif->tif_clientdata, module,
250 static const char module[] = "LZMAPreEncode"; local
261 TIFFErrorExt(tif->tif_clientdata, module,
274 static const char module[] = "LZMAEncode"; local
313 static const char module[] = "LZMAPostEncode"; local
365 static const char module[] = "LZMAVSetField"; local
412 static const char module[] = "TIFFInitLZMA"; local
    [all...]
tif_open.c 49 _TIFFgetMode(const char* mode, const char* module)
66 TIFFErrorExt(0, module, "\"%s\": Bad mode", mode);
85 static const char module[] = "TIFFClientOpen"; local
116 m = _TIFFgetMode(mode, module);
121 TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name);
134 TIFFErrorExt(clientdata, module,
tif_strip.c 40 static const char module[] = "TIFFComputeStrip"; local
47 TIFFErrorExt(tif->tif_clientdata, module,
80 static const char module[] = "TIFFVStripSize64"; local
104 TIFFErrorExt(tif->tif_clientdata,module,
113 TIFFErrorExt(tif->tif_clientdata,module,
122 samplingrow_samples=_TIFFMultiply64(tif,samplingblocks_hor,samplingblock_samples,module);
123 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
124 return(_TIFFMultiply64(tif,samplingrow_size,samplingblocks_ver,module));
127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module));
132 static const char module[] = "TIFFVStripSize" local
151 static const char module[] = "TIFFRawStripSize64"; local
176 static const char module[] = "TIFFRawStripSize"; local
214 static const char module[] = "TIFFStripSize"; local
276 static const char module[] = "TIFFScanlineSize64"; local
326 static const char module[] = "TIFFScanlineSize"; local
348 static const char module[] = "TIFFRasterScanlineSize64"; local
363 static const char module[] = "TIFFRasterScanlineSize"; local
    [all...]
tif_tile.c 161 static const char module[] = "TIFFTileRowSize"; local
168 TIFFErrorExt(tif->tif_clientdata,module,"Integer overflow");
180 static const char module[] = "TIFFVTileSize64"; local
209 TIFFErrorExt(tif->tif_clientdata,module,
218 samplingrow_samples=_TIFFMultiply64(tif,samplingblocks_hor,samplingblock_samples,module);
219 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
220 return(_TIFFMultiply64(tif,samplingrow_size,samplingblocks_ver,module));
223 return(_TIFFMultiply64(tif,nrows,TIFFTileRowSize64(tif),module));
228 static const char module[] = "TIFFVTileSize"; local
235 TIFFErrorExt(tif->tif_clientdata,module,"Integer overflow")
252 static const char module[] = "TIFFTileSize"; local
    [all...]
tif_unix.c 174 static const char module[] = "TIFFOpen"; local
178 m = _TIFFgetMode(mode, module);
190 TIFFErrorExt(0, module, "%s: %s", name, strerror(errno) );
192 TIFFErrorExt(0, module, "%s: Cannot open", name);
211 static const char module[] = "TIFFOpenW"; local
217 m = _TIFFgetMode(mode, module);
228 TIFFErrorExt(0, module, "%s: Cannot open", name);
237 TIFFErrorExt(0, module,
294 unixWarningHandler(const char* module, const char* fmt, va_list ap)
296 if (module != NULL
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.h 174 cff_driver_init( FT_Module module ); /* CFF_Driver */ variable
177 cff_driver_done( FT_Module module ); /* CFF_Driver */ variable
  /external/pdfium/third_party/libtiff/
tif_open.c 49 _TIFFgetMode(const char* mode, const char* module)
66 TIFFErrorExt(0, module, "\"%s\": Bad mode", mode);
85 static const char module[] = "TIFFClientOpen"; local
116 m = _TIFFgetMode(mode, module);
121 TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name);
134 TIFFErrorExt(clientdata, module,
tif_strip.c 40 static const char module[] = "TIFFComputeStrip"; local
47 TIFFErrorExt(tif->tif_clientdata, module,
80 static const char module[] = "TIFFVStripSize64"; local
104 TIFFErrorExt(tif->tif_clientdata,module,
113 TIFFErrorExt(tif->tif_clientdata,module,
122 samplingrow_samples=_TIFFMultiply64(tif,samplingblocks_hor,samplingblock_samples,module);
123 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
124 return(_TIFFMultiply64(tif,samplingrow_size,samplingblocks_ver,module));
127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module));
132 static const char module[] = "TIFFVStripSize" local
151 static const char module[] = "TIFFRawStripSize64"; local
176 static const char module[] = "TIFFRawStripSize"; local
214 static const char module[] = "TIFFStripSize"; local
276 static const char module[] = "TIFFScanlineSize64"; local
333 static const char module[] = "TIFFScanlineSize"; local
354 static const char module[] = "TIFFRasterScanlineSize64"; local
369 static const char module[] = "TIFFRasterScanlineSize"; local
    [all...]
tif_tile.c 146 static const char module[] = "TIFFTileRowSize64"; local
153 TIFFErrorExt(tif->tif_clientdata,module,"Tile length is zero");
158 TIFFErrorExt(tif->tif_clientdata,module,"Tile width is zero");
167 TIFFErrorExt(tif->tif_clientdata,module,"Samples per pixel is zero");
176 TIFFErrorExt(tif->tif_clientdata,module,"Computed tile row size is zero");
184 static const char module[] = "TIFFTileRowSize"; local
191 TIFFErrorExt(tif->tif_clientdata,module,"Integer overflow");
203 static const char module[] = "TIFFVTileSize64"; local
232 TIFFErrorExt(tif->tif_clientdata,module,
241 samplingrow_samples=_TIFFMultiply64(tif,samplingblocks_hor,samplingblock_samples,module);
251 static const char module[] = "TIFFVTileSize"; local
275 static const char module[] = "TIFFTileSize"; local
    [all...]
tif_write.c 37 #define WRITECHECKSTRIPS(tif, module) \
38 (((tif)->tif_flags&TIFF_BEENWRITING) || TIFFWriteCheck((tif),0,module))
39 #define WRITECHECKTILES(tif, module) \
40 (((tif)->tif_flags&TIFF_BEENWRITING) || TIFFWriteCheck((tif),1,module))
45 static int TIFFGrowStrips(TIFF* tif, uint32 delta, const char* module);
51 static const char module[] = "TIFFWriteScanline"; local
56 if (!WRITECHECKSTRIPS(tif, module))
74 TIFFErrorExt(tif->tif_clientdata, module,
86 TIFFErrorExt(tif->tif_clientdata, module,
101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module))
190 static const char module[] = "TIFFWriteEncodedStrip"; local
291 static const char module[] = "TIFFWriteRawStrip"; local
366 static const char module[] = "TIFFWriteEncodedTile"; local
475 static const char module[] = "TIFFWriteRawTile"; local
606 static const char module[] = "TIFFWriteBufferSetup"; local
684 static const char module[] = "TIFFAppendToStrip"; local
    [all...]
  /external/selinux/policycoreutils/audit2allow/
audit2allow 31 import sepolgen.module as module namespace
67 parser.add_option("-m", "--module", dest="module",
68 help="set the module name - implies --requires")
69 parser.add_option("-M", "--module-package", dest="module_package",
70 help="generate a module package - conflicts with -o and -m")
105 # Turn on requires generation if a module name is given. Also verify
106 # the module name.
107 if options.module
    [all...]
audit2why 31 import sepolgen.module as module namespace
67 parser.add_option("-m", "--module", dest="module",
68 help="set the module name - implies --requires")
69 parser.add_option("-M", "--module-package", dest="module_package",
70 help="generate a module package - conflicts with -o and -m")
105 # Turn on requires generation if a module name is given. Also verify
106 # the module name.
107 if options.module
    [all...]
  /external/v8/src/
contexts-inl.h 68 JSModule* Context::module() { return JSModule::cast(get(EXTENSION_INDEX)); } function in class:v8::internal::Context
69 void Context::set_module(JSModule* module) { set(EXTENSION_INDEX, module); }
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 73 ModuleRtpRtcpImpl* module; member in struct:webrtc::RTCPSender::FeedbackState
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
HwModule.cpp 255 sp <HwModule> module; local
263 return module;
269 sp <HwModule> module; local
290 return module;
336 snprintf(buffer, SIZE, "- HW Module %zu:\n", i + 1);
  /frameworks/av/services/radio/
RadioService.h 43 class Module;
66 class Module : public virtual RefBase {
69 Module(radio_hw_device* hwDevice,
72 virtual ~Module();
96 const struct radio_properties mProperties; // cached hardware module properties
101 }; // class Module
123 wp<ModuleClient> mModuleClient; // client module the thread belongs to
134 ModuleClient(const sp<Module>& module,
167 wp<Module> module() const { return mModule; function in class:android::RadioService::ModuleClient
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 58 // init gralloc module
59 hw_module_t const* module; local
60 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module)) {
61 DEINIT_AND_RETURN_FALSE("failed to get gralloc module");
63 mGrallocModule = (gralloc_module_t const*)module;
65 gralloc_open(module, &mAllocDev);

Completed in 528 milliseconds

1 2 3 4 5 67 8 91011>>