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

1 2 3 4 56 7 8 91011>>

  /external/opencv3/3rdparty/libtiff/
tif_thunder.c 73 static const char module[] = "ThunderSetupDecode"; local
77 TIFFErrorExt(tif->tif_clientdata, module,
90 static const char module[] = "ThunderDecode"; local
147 TIFFErrorExt(tif->tif_clientdata, module,
154 TIFFErrorExt(tif->tif_clientdata, module,
170 static const char module[] = "ThunderDecodeRow"; local
176 TIFFErrorExt(tif->tif_clientdata, module, "Fractional scanlines cannot be read");
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))
186 static const char module[] = "TIFFWriteEncodedStrip"; local
271 static const char module[] = "TIFFWriteRawStrip"; local
342 static const char module[] = "TIFFWriteEncodedTile"; local
431 static const char module[] = "TIFFWriteRawTile"; local
562 static const char module[] = "TIFFWriteBufferSetup"; local
640 static const char module[] = "TIFFAppendToStrip"; local
    [all...]
tif_zip.c 97 static const char module[] = "ZIPSetupDecode"; local
109 TIFFErrorExt(tif->tif_clientdata, module, "%s", sp->stream.msg);
123 static const char module[] = "ZIPPreDecode"; local
140 TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal with buffers this size");
149 static const char module[] = "ZIPDecode"; local
167 TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal with buffers this size");
175 TIFFErrorExt(tif->tif_clientdata, module,
183 TIFFErrorExt(tif->tif_clientdata, module, "ZLib error: %s",
189 TIFFErrorExt(tif->tif_clientdata, module,
204 static const char module[] = "ZIPSetupEncode" local
228 static const char module[] = "ZIPPreEncode"; local
256 static const char module[] = "ZIPEncode"; local
297 static const char module[] = "ZIPPostEncode"; local
352 static const char module[] = "ZIPVSetField"; local
395 static const char module[] = "TIFFInitZIP"; local
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidobjs.c 68 FT_Module module; local
71 module = FT_Get_Module( slot->face->driver->root.library,
73 if ( module )
78 funcs = pshinter->get_t1_funcs( module );
99 FT_Module module; local
102 module = FT_Get_Module( size->root.face->driver->root.library,
104 return ( module && pshinter && pshinter->get_globals_funcs )
105 ? pshinter->get_globals_funcs( module )
304 FT_ERROR(( "cid_face_init: cannot access `psaux' module\n" ));
  /external/pdfium/third_party/freetype/src/type1/
t1objs.c 63 FT_Module module; local
66 module = FT_Get_Module( size->root.face->driver->root.library,
68 return ( module && pshinter && pshinter->get_globals_funcs )
69 ? pshinter->get_globals_funcs( module )
163 FT_Module module; local
166 module = FT_Get_Module( slot->face->driver->root.library,
168 if ( module )
173 funcs = pshinter->get_t1_funcs( module );
328 FT_ERROR(( "T1_Face_Init: cannot access `psaux' module\n" ));
  /external/pdfium/third_party/libtiff/
tif_packbits.c 215 static const char module[] = "PackBitsDecode"; local
238 TIFFWarningExt(tif->tif_clientdata, module,
250 TIFFWarningExt(tif->tif_clientdata, module,
257 TIFFWarningExt(tif->tif_clientdata, module,
269 TIFFErrorExt(tif->tif_clientdata, module,
tif_thunder.c 73 static const char module[] = "ThunderSetupDecode"; local
77 TIFFErrorExt(tif->tif_clientdata, module,
90 static const char module[] = "ThunderDecode"; local
147 TIFFErrorExt(tif->tif_clientdata, module,
154 TIFFErrorExt(tif->tif_clientdata, module,
170 static const char module[] = "ThunderDecodeRow"; local
176 TIFFErrorExt(tif->tif_clientdata, module, "Fractional scanlines cannot be read");
tif_zip.c 99 static const char module[] = "ZIPSetupDecode"; local
111 TIFFErrorExt(tif->tif_clientdata, module, "%s", SAFE_MSG(sp));
125 static const char module[] = "ZIPPreDecode"; local
142 TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal with buffers this size");
151 static const char module[] = "ZIPDecode"; local
169 TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal with buffers this size");
177 TIFFErrorExt(tif->tif_clientdata, module,
185 TIFFErrorExt(tif->tif_clientdata, module,
191 TIFFErrorExt(tif->tif_clientdata, module,
206 static const char module[] = "ZIPSetupEncode" local
230 static const char module[] = "ZIPPreEncode"; local
258 static const char module[] = "ZIPEncode"; local
300 static const char module[] = "ZIPPostEncode"; local
355 static const char module[] = "ZIPVSetField"; local
398 static const char module[] = "TIFFInitZIP"; local
    [all...]
  /external/selinux/policycoreutils/semodule_package/
semodule_package.c 9 #include <sepol/module.h>
27 printf("usage: %s -o <output file> -m <module> [-f <file contexts>]\n",
31 printf(" -m --module Module file (required)\n");
94 char *module = NULL, *file_contexts = NULL, *seusers = local
103 {"module", required_argument, NULL, 'm'},
119 if (module) {
121 "May not specify more than one module\n");
124 module = strdup(optarg);
125 if (!module)
    [all...]
  /external/v8/src/wasm/
ast-decoder.h 22 struct ModuleEnv; // forward declaration of module interface.
27 ModuleEnv* module; // module environment member in struct:v8::internal::wasm::FunctionEnv
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPolicyConfig.h 110 sp<HwModule> module; local
115 module = new HwModule("primary");
119 outProfile->attach(module);
124 module->mOutputProfiles.add(outProfile);
128 inProfile->attach(module);
132 module->mInputProfiles.add(inProfile);
134 mHwModules.add(module);
138 HwModuleCollection &mHwModules; /**< Collection of Module, with Profiles, i.e. Mix Ports. */
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTriggerModule.java 26 * on a given sound trigger hardware module.
56 * Detach from this module. The {@link SoundTrigger.StatusListener} callback will not be called
186 SoundTriggerModule module = (SoundTriggerModule)((WeakReference)module_ref).get(); local
187 if (module == null) {
191 NativeEventHandlerDelegate delegate = module.mEventHandlerDelegate;
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 51 static light_device_t* get_device(hw_module_t* module, char const* name)
55 err = module->methods->open(module, name, &device);
66 hw_module_t* module; local
71 err = hw_get_module(LIGHTS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
74 = get_device(module, LIGHT_ID_BACKLIGHT);
76 = get_device(module, LIGHT_ID_KEYBOARD);
78 = get_device(module, LIGHT_ID_BUTTONS);
80 = get_device(module, LIGHT_ID_BATTERY);
82 = get_device(module, LIGHT_ID_NOTIFICATIONS)
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 24 #include <llvm/IR/Module.h>
40 // reduce the startup time. On success, return the LLVM module object created
43 static inline std::unique_ptr<llvm::Module> helper_load_bitcode(llvm::LLVMContext &pContext,
45 llvm::ErrorOr<std::unique_ptr<llvm::Module> > moduleOrError
59 void Source::setModule(llvm::Module *pModule) {
80 // Release the managed llvm::Module* since this object gets deleted either in
82 llvm::Module *module = managedModule.release(); local
83 if (module == nullptr) {
87 Source *result = CreateFromModule(pContext, pName, *module, /* pNoDelete */false)
112 llvm::Module *module = managedModule.release(); local
173 llvm::Module *module = local
    [all...]
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 41 hw_module_t const* module; local
42 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
45 gralloc_open(module, &mAllocDev);
107 // Filter out any usage bits that should not be passed to the gralloc module
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 2 * module.c, dynamic module interface
23 #include <module.h>
25 #define LOG_TAG "module"
28 static struct module *g_module_head;
39 struct module *m; \
49 static struct module *module_find_with_name(struct module *head,
52 struct module *module; local
65 struct module *module; local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.cpp 46 gralloc_module_t const* module; local
47 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
49 ETRACE("failed to load gralloc module, error = %d", err);
54 err = module->perform(module, GRALLOC_MODULE_GET_DISPLAY_DEVICE_IMG, (void **)&mIMGDisplayDevice);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.cpp 45 gralloc_module_t const* module; local
46 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
48 ELOGTRACE("failed to load gralloc module, error = %d", err);
53 err = module->perform(module, GRALLOC_MODULE_GET_DISPLAY_DEVICE_IMG, (void **)&mIMGDisplayDevice);
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 69 struct module *module; member in struct:mtd_chip_driver
  /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/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
monsoon.py 18 import serial # pylint: disable=import-error,no-name-in-module namespace
19 import serial.tools.list_ports # pylint: disable=import-error,no-name-in-module namespace
  /external/chromium-trace/catapult/third_party/coverage/
setup.py 13 from distutils.core import Extension # pylint: disable=no-name-in-module, import-error namespace
14 from distutils.command.build_ext import build_ext # pylint: disable=no-name-in-module, import-error namespace
15 from distutils import errors # pylint: disable=no-name-in-module namespace
164 "coverage/ctracer/module.c",
189 msg = "Couldn't install with extension module, trying without it..."
  /external/e2fsprogs/intl/
plural-exp.h 47 module, /* Modulo operation. */ enumerator in enum:expression::operator
  /external/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

Completed in 397 milliseconds

1 2 3 4 56 7 8 91011>>