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

<<11121314151617181920>>

  /external/pdfium/third_party/libtiff/
tif_predict.c 57 static const char module[] = "PredictorSetup"; local
70 TIFFErrorExt(tif->tif_clientdata, module,
78 TIFFErrorExt(tif->tif_clientdata, module,
85 TIFFErrorExt(tif->tif_clientdata, module,
626 static const char module[] = "PredictorEncodeTile"; local
644 TIFFErrorExt(tif->tif_clientdata, module,
tif_read.c 40 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,const char* module);
48 static const char module[] = "TIFFFillStripPartial"; local
70 TIFFErrorExt(tif->tif_clientdata, module,
107 TIFFErrorExt(tif->tif_clientdata, module,
129 TIFFErrorExt(tif->tif_clientdata, module,
135 TIFFErrorExt(tif->tif_clientdata, module,
319 static const char module[] = "TIFFReadEncodedStrip"; local
331 TIFFErrorExt(tif->tif_clientdata,module,
365 const char* module)
377 TIFFErrorExt(tif->tif_clientdata, module,
440 static const char module[] = "TIFFReadRawStrip"; local
492 static const char module[] = "TIFFFillStrip"; local
652 static const char module[] = "TIFFReadEncodedTile"; local
757 static const char module[] = "TIFFReadRawTile"; local
795 static const char module[] = "TIFFFillTile"; local
916 static const char module[] = "TIFFReadBufferSetup"; local
993 static const char module[] = "TIFFStartTile"; local
    [all...]
  /external/testng/src/main/java/org/testng/internal/
ClassImpl.java 6 import com.google.inject.Module;
157 Class<Module> parentModule = (Class<Module>) ClassHelper.forName(suite.getParentModule());
159 throw new TestNGException("Cannot load parent Guice module class: " + parentModule);
161 Module module = newModule(parentModule); local
162 injector = com.google.inject.Guice.createInjector(stage, module);
171 private Module newModule(Class<Module> module) {
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 19 #include "src/wasm/module-decoder.h"
21 #include "src/wasm/wasm-module.h"
148 auto module = v8::internal::wasm::AsmWasmBuilder( local
151 return module;
175 auto module = TranslateAsmModule(&info); local
176 if (module == nullptr) {
182 isolate, module->Begin(), module->End(), true);
208 auto module = TranslateAsmModule(&info); local
209 if (module == nullptr)
    [all...]
wasm-module.cc 12 #include "src/wasm/module-decoder.h"
13 #include "src/wasm/wasm-module.h"
22 std::ostream& operator<<(std::ostream& os, const WasmModule& module) {
23 os << "WASM module with ";
24 os << (1 << module.min_mem_size_log2) << " min mem";
25 os << (1 << module.max_mem_size_log2) << " max mem";
26 if (module.functions) os << module.functions->size() << " functions";
27 if (module.globals) os << module.functions->size() << " globals"
260 Handle<JSObject> module = factory->NewJSObjectFromMap(map, TENURED); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 54 ; Define module specific macros here
56 #define module(x, POW2) ((x)&(POW2-1)) macro
98 ; Declare variables used in this module but defined elsewhere
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 159 // limit number of sources to 1 for now or 2 sources for special cross hw module case.
191 ALOGW("createAudioPatch() bad src hw module %d", srcModule);
215 // - source HW module != destination HW module OR
327 ALOGW("createAudioPatch() bad src hw module %d", srcModule);
340 // limit to connections between sinks and sources on same HW module
565 ALOGW("releaseAudioPatch() bad src hw module %d", srcModule);
600 ALOGW("releaseAudioPatch() bad src hw module %d", srcModule);
642 audio_module_handle_t module; local
644 module = config->ext.device.hw_module
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 150 status_t ConfigParsingUtils::loadHwModuleProfile(cnode *root, sp<HwModule> &module,
178 loadDevicesFromTag(node->value, devices, module->getDeclaredDevices());
215 return module->addProfile(profile);
221 status_t ConfigParsingUtils::loadHwModule(cnode *root, sp<HwModule> &module,
237 module->setDeclaredDevices(devices);
244 status_t tmpStatus = loadHwModuleProfile(node, module, AUDIO_PORT_ROLE_SOURCE);
256 status_t tmpStatus = loadHwModuleProfile(node, module, AUDIO_PORT_ROLE_SINK);
263 loadModuleGlobalConfig(root, module, config);
278 ALOGV("loadHwModules() loading module %s", node->name);
279 sp<HwModule> module = new HwModule(node->name) local
    [all...]
  /frameworks/base/core/java/android/hardware/radio/
RadioModule.java 208 RadioModule module = (RadioModule)((WeakReference)module_ref).get(); local
209 if (module == null) {
213 NativeEventHandlerDelegate delegate = module.mEventHandlerDelegate;
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 50 fingerprint_module_t const* module; member in struct:android::__anon28816
204 ALOGE("Can't open fingerprint HW Module, error: %d", err);
208 ALOGE("No valid fingerprint module");
212 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module);
214 if (gContext.module->common.methods->open == NULL) {
221 if (0 != (err = gContext.module->common.methods->open(hw_module, NULL, &device))) {
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 25 #include <llvm/IR/Module.h>
354 std::unique_ptr<llvm::Module> module; local
355 llvm::ErrorOr<std::unique_ptr<llvm::Module> > moduleOrError =
359 module = std::move(moduleOrError.get());
360 ec = module->materializeAll();
365 module.reset();
378 module->print(tof->os(), ann.get());
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 23 #include <llvm/IR/Module.h>
66 return "Failed to materialize the module.";
236 llvm::Module &module = pScript.getSource().getModule(); local
243 const std::string &triple = module.getTargetTriple();
267 // Sanitize module's target information.
268 module.setTargetTriple(getTargetMachine().getTargetTriple().str());
269 module.setDataLayout(getTargetMachine().createDataLayout());
271 // Materialize the bitcode module.
272 if (module.getMaterializer() != nullptr)
289 *IRStream << module; local
322 llvm::Module &module = script.getSource().getModule(); local
446 llvm::Module &module = pScript.getSource().getModule(); local
    [all...]
  /hardware/libhardware/modules/audio/
audio_policy.c 31 struct audio_policy_module module; member in struct:default_ap_module
310 static int default_ap_dev_open(const hw_module_t* module, const char* name,
326 dev->device.common.module = (hw_module_t *)module;
341 .module = {
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 37 struct audio_policy_module module; member in struct:android_audio_legacy::legacy_ap_module
431 static int legacy_ap_dev_open(const hw_module_t* module, const char* name,
445 dev->device.common.module = const_cast<hw_module_t*>(module);
460 .module = {
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 37 struct audio_policy_module module; member in struct:android_audio_legacy::qcom_ap_module
422 static int qcom_ap_dev_open(const hw_module_t* module, const char* name,
436 dev->device.common.module = const_cast<hw_module_t*>(module);
451 module: {
  /hardware/qcom/display/msm8909/libgralloc/
framebuffer.cpp 69 dev->common.module);
80 reinterpret_cast<private_module_t*>(dev->common.module);
109 private_module_t* module = local
110 reinterpret_cast<private_module_t*>(dev->common.module);
113 if (module->framebuffer) {
180 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
183 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
185 module->fbFormat = HAL_PIXEL_FORMAT_RGBA_8888;
199 module->fbFormat = HAL_PIXEL_FORMAT_RGB_565;
308 module->flags = flags
372 private_module_t* module = local
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp 77 dev->common.module);
88 reinterpret_cast<private_module_t*>(dev->common.module);
117 private_module_t* module = local
118 reinterpret_cast<private_module_t*>(dev->common.module);
121 if (module->framebuffer) {
188 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
191 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
193 module->fbFormat = HAL_PIXEL_FORMAT_RGBA_8888;
207 module->fbFormat = HAL_PIXEL_FORMAT_RGB_565;
316 module->flags = flags
380 private_module_t* module = local
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
framebuffer.cpp 69 dev->common.module);
80 reinterpret_cast<private_module_t*>(dev->common.module);
109 private_module_t* module = local
110 reinterpret_cast<private_module_t*>(dev->common.module);
113 if (module->framebuffer) {
180 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
183 module->fbFormat = HAL_PIXEL_FORMAT_RGBX_8888;
185 module->fbFormat = HAL_PIXEL_FORMAT_RGBA_8888;
199 module->fbFormat = HAL_PIXEL_FORMAT_RGB_565;
308 module->flags = flags
372 private_module_t* module = local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 460 unsigned long module = eModuleAndFlags & PERF_ModuleMask; local
465 if (me->detailed < 2 && module == PERF_ModuleHLMM)
467 module = PERF_ModuleLLMM;
474 ((module == PERF_ModuleHardware || module == PERF_ModuleLLMM)));
485 if (module >= PERF_ModuleCommonLayer &&
486 module <= PERF_ModuleSocketNode)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 855 hw_module_t const* module = NULL; local
859 nErr = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
863 *hCC = (void *) ((IMG_gralloc_module_public_t const *)module);
868 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, nErr);
871 gralloc_open(module, &(pProxy->mAllocDev));
882 IMG_gralloc_module_public_t const* module = hCC; local
887 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 842 hw_module_t const* module = NULL; local
846 nErr = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
850 *hCC = (void *) ((IMG_gralloc_module_public_t const *)module);
855 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, nErr);
858 gralloc_open(module, &(pProxy->mAllocDev));
869 IMG_gralloc_module_public_t const* module = hCC; local
874 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 542 'Cannot import module "pwd"; try running with -n option.' namespace
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bisect.py 7 # and the Python implementation of the module.
15 # Now we can import the module and get the pure Python implementation.
22 # This is now the module with the C implementation.
49 module = None variable in class:TestBisect
53 (self.module.bisect_right, [], 1, 0),
54 (self.module.bisect_right, [1], 0, 0),
55 (self.module.bisect_right, [1], 1, 1),
56 (self.module.bisect_right, [1], 2, 1),
57 (self.module.bisect_right, [1, 1], 0, 0),
58 (self.module.bisect_right, [1, 1], 1, 2)
225 module = py_bisect variable in class:TestBisectPython
228 module = c_bisect variable in class:TestBisectC
233 module = None variable in class:TestInsort
262 module = py_bisect variable in class:TestInsortPython
265 module = c_bisect variable in class:TestInsortC
286 module = None variable in class:TestErrorHandling
315 module = py_bisect variable in class:TestErrorHandlingPython
318 module = c_bisect variable in class:TestErrorHandlingC
    [all...]
test_compile.py 475 import __package__.module namespace
503 self.assertTrue(type(ast) == _ast.Module)
517 ast = _ast.Module()
test_cpickle.py 50 module = cPickle variable in class:cPickleTests

Completed in 700 milliseconds

<<11121314151617181920>>