HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 251 - 275 of 651) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/MagickCore/
magick.h 69 *module; member in struct:_MagickInfo
  /external/adhd/cras/src/server/
cras_dsp_mod_ladspa.c 22 static void activate(struct dsp_module *module)
24 struct ladspa_data *data = module->data;
32 static void deactivate(struct dsp_module *module)
34 struct ladspa_data *data = module->data;
42 static int instantiate(struct dsp_module *module, unsigned long sample_rate)
44 struct ladspa_data *data = module->data;
56 static void deinstantiate(struct dsp_module *module)
58 struct ladspa_data *data = module->data;
62 deactivate(module);
67 static void connect_port(struct dsp_module *module, unsigned long port
163 struct dsp_module *module; local
    [all...]
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/VersionInfo.java $
43 * Instances of this class provide version information for a single module
71 public final static String PROPERTY_MODULE = "info.module";
79 /** The module from the version info. */
96 * @param module the module, or <code>null</code>
101 protected VersionInfo(String pckg, String module,
109 infoModule = (module != null) ? module : UNAVAILABLE;
118 * The package name identifies the module or informal unit
293 String module = null; local
    [all...]
  /external/e2fsprogs/intl/
plural-exp.h 47 module, /* Modulo operation. */ enumerator in enum:expression::operator
  /external/freetype/src/type1/
t1objs.c 61 FT_Module module; local
64 module = FT_Get_Module( size->root.face->driver->root.library,
66 return ( module && pshinter && pshinter->get_globals_funcs )
67 ? pshinter->get_globals_funcs( module )
161 FT_Module module; local
164 module = FT_Get_Module( slot->face->driver->root.library,
166 if ( module )
171 funcs = pshinter->get_t1_funcs( module );
335 FT_ERROR(( "T1_Face_Init: cannot access `psaux' module\n" ));
593 T1_Driver_Init( FT_Module module )
    [all...]
  /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/libchrome/third_party/markupsafe/
_speedups.c 5 * This module implements functions for automatic escaping in C for better
31 PyObject *module; local
46 module = PyImport_ImportModule("markupsafe");
47 if (!module)
49 markup = PyObject_GetAttrString(module, "Markup");
50 Py_DECREF(module);
216 #else /* Python 3.x module initialization */
  /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"
38 /// and returns the module with a function
42 /// The caller must delete the returned module.
43 Module *parse(std::istream *in1, int mem, CompileFlags cf,
81 Module *module; member in class:BrainF
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 87 LLVMModuleRef module = gallivm->module; local
108 func = LLVMAddFunction(module, name,
  /external/oj-libjdwp/src/share/back/
log_messages.c 117 const char *module,
134 module,
150 const char *module; local
172 module = "jdwp"; /* FIXUP? */
192 module,
  /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
308 static const char module[] = "TIFFWriteRawStrip"; local
383 static const char module[] = "TIFFWriteEncodedTile"; local
509 static const char module[] = "TIFFWriteRawTile"; local
640 static const char module[] = "TIFFWriteBufferSetup"; local
718 static const char module[] = "TIFFAppendToStrip"; local
    [all...]
  /external/python/cpython2/Lib/test/
test_bisect.py 8 # and the Python implementation of the module.
16 # Now we can import the module and get the pure Python implementation.
23 # This is now the module with the C implementation.
50 module = None variable in class:TestBisect
54 (self.module.bisect_right, [], 1, 0),
55 (self.module.bisect_right, [1], 0, 0),
56 (self.module.bisect_right, [1], 1, 1),
57 (self.module.bisect_right, [1], 2, 1),
58 (self.module.bisect_right, [1, 1], 0, 0),
59 (self.module.bisect_right, [1, 1], 1, 2)
226 module = py_bisect variable in class:TestBisectPython
229 module = c_bisect variable in class:TestBisectC
234 module = None variable in class:TestInsort
263 module = py_bisect variable in class:TestInsortPython
266 module = c_bisect variable in class:TestInsortC
287 module = None variable in class:TestErrorHandling
316 module = py_bisect variable in class:TestErrorHandlingPython
319 module = c_bisect variable in class:TestErrorHandlingC
    [all...]
test_xpickle.py 2 # test_cpickle does the same, but via the cPickle module.
3 # This test covers the other two cases, making pickles with one module and
22 # "provides" a pickletester module for older versions of Python that may be
78 module = None variable in class:AbstractCompatTests
84 self.assertTrue(self.module)
109 data = self.module.dumps((proto, obj), proto)
123 return self.module.loads(input)
184 module = cPickle variable in class:CPicklePython24Compat
189 # nontrivially monkeypatching the pickletester module in the worker.
195 module = pickl variable in class:PicklePython24Compat
202 module = cPickle variable in class:CPicklePython25Compat
208 module = pickle variable in class:PicklePython25Compat
215 module = cPickle variable in class:CPicklePython26Compat
221 module = pickle variable in class:PicklePython26Compat
227 module = cPickle variable in class:CPicklePython27Compat
233 module = pickle variable in class:PicklePython27Compat
    [all...]
  /external/python/cpython2/Mac/Modules/dlg/
dlgsupport.py 232 module = MacModule('_Dlg', 'Dlg', includestuff, finalstuff, initstuff) variable
234 module.addobject(object)
246 for f in functions: module.add(f)
274 module.add(f)
278 module.generate()
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 10 MODNAME = '_List' # The name of the module
15 MODPREFIX = 'List' # The prefix for module-wide routines
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
161 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff) variable
163 module.addobject(object)
245 module.add(f)
249 for f in functions: module.add(f)
255 module.generate()
  /external/python/cpython2/Mac/Modules/menu/
menusupport.py 10 MODNAME = '_Menu' # The name of the module
14 MODPREFIX = 'Menu' # The prefix for module-wide routines
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
88 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff) variable
90 module.addobject(object)
103 for f in functions: module.add(f)
108 module.generate()
  /external/python/cpython2/Mac/Modules/osa/
osasupport.py 10 MODNAME = '_OSA' # The name of the module
13 MODPREFIX = 'OSA' # The prefix for module-wide routines
16 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
81 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff) variable
84 module.addobject(object)
100 for f in functions: module.add(f)
105 module.generate()
  /external/python/cpython2/Mac/Modules/te/
tesupport.py 10 MODNAME = '_TE' # The name of the module
15 MODPREFIX = 'TE' # The prefix for module-wide routines
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
190 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff) variable
192 module.addobject(object)
211 for f in functions: module.add(f)
216 module.generate()
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn_simple.c 111 void *module = 0; local
126 module = NSLinkModule(ofi, path,
134 module = (void *)NSAddImage(path, NSADDIMAGE_OPTION_RETURN_ON_ERROR);
141 if (!module)
143 return module;
206 error(0, "unable to unlink module %s", NSNameOfModule(handle));
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.c 2 * Extension module used by multiprocessing package
99 module at http://www.mca-ltd.com/resources/fdcred_1.tgz. */
247 PyObject *module, *temp, *value; local
249 /* Initialize module */
250 module = Py_InitModule("_multiprocessing", module_methods);
251 if (!module)
270 /* Add connection type to module */
274 PyModule_AddObject(module, "Connection", (PyObject*)&ConnectionType);
278 /* Add SemLock type to module */
295 PyModule_AddObject(module, "SemLock", (PyObject*)&SemLockType)
    [all...]
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn_simple.c 111 void *module = 0; local
126 module = NSLinkModule(ofi, path,
134 module = (void *)NSAddImage(path, NSADDIMAGE_OPTION_RETURN_ON_ERROR);
141 if (!module)
143 return module;
206 error(0, "unable to unlink module %s", NSNameOfModule(handle));

Completed in 1828 milliseconds

<<11121314151617181920>>