HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 301 - 325 of 435) sorted by null

<<1112131415161718

  /external/open-vcdiff/gflags/src/
gflags_completions.cc 35 // This module implements bash-style completions. It achieves this
119 const string &module,
125 string *module,
187 // reason. For example, flags that are defined in the binary's module
195 FlagSet module_flags; // Found in module file
196 FlagSet package_flags; // Found in same directory as module file
244 string module; local
246 TryFindModuleAndPackageDir(all_flags, &module, &package_dir);
247 //VLOG(1) << "Identified module: '" << module << "'";
    [all...]
  /external/oprofile/daemon/liblegacy/
p_module.h 1 /* Definitions for the Linux module syscall interface.
42 unsigned long module; /* kernel addresses */ member in struct:old_module_ref
73 int size; /* size of module in pages */
74 unsigned long addr; /* address of module */
87 /* For sizeof() which are related to the module platform and not to the
133 struct module struct
135 unsigned tgt_long size_of_struct; /* == sizeof(module) */
157 unsigned tgt_long read_start; /* Read data from existing module */
176 /* Bits of module.flags. */
184 int sys_init_module(char const * name, const struct module *);
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 168 downmix_module_t *module; local
208 module = malloc(sizeof(downmix_module_t));
210 module->itfe = &gDownmixInterface;
212 module->context.state = DOWNMIX_STATE_UNINITIALIZED;
214 ret = Downmix_Init(module);
217 free(module);
221 *pHandle = (effect_handle_t) module;
223 ALOGV("DownmixLib_Create() %p , size %d", module, sizeof(downmix_module_t));
537 * pDwmModule pointer to downmix effect module
561 ALOGV("Downmix_Init module %p", pDwmModule)
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 215 // Load and prepare the hardware composer module. Sets mHwc.
218 hw_module_t const* module; local
220 if (hw_get_module(HWC_HARDWARE_MODULE_ID, &module) != 0) {
221 ALOGE("%s module not found", HWC_HARDWARE_MODULE_ID);
225 int err = hwc_open_1(module, &mHwc);
243 // Load and prepare the FB HAL, which uses the gralloc module. Sets mFbDev.
246 hw_module_t const* module; local
248 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
250 ALOGE("%s module not found", GRALLOC_HARDWARE_MODULE_ID);
254 return framebuffer_open(module, &mFbDev)
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 375 hw_module_t const* module; local
383 if (hw_get_module(HWC_HARDWARE_MODULE_ID, &module) != 0) {
384 ERROR("cannot open hw composer module\n");
388 if (hwc_open_1(module, &hwc)) {
462 hw_module_t const* module; local
473 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module) != 0) {
474 ERROR("cannot open gralloc module\n");
480 err = framebuffer_open(module, &fb);
496 err = gralloc_open(module, &gr);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 82 hw_module_t *module; local
85 (hw_module_t const**)&module);
90 err = module->methods->open(module, ALSA_HARDWARE_NAME, &device);
200 ALOGE("ALSA Module could not be opened!!!");
203 ALOGE("ALSA Module not found!!!");
773 alsa_handle.module = mALSADevice;
843 alsa_handle.module = mALSADevice;
916 alsa_handle.module = mALSADevice;
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 552 hw_module_t const *module; local
562 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
563 if(copybit_open(module, &mEngine) < 0) {
567 ALOGE("FATAL ERROR: copybit hw module not found");
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 552 hw_module_t const *module; local
562 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
563 if(copybit_open(module, &mEngine) < 0) {
567 ALOGE("FATAL ERROR: copybit hw module not found");
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 119 * module into the system. Currently used for
143 /* Function to insert the kernel module into the system*/
146 void *module; local
152 module = (void *)load_file(filename, &size);
153 if (!module) {
157 ret = init_module(module, size, args);
158 free(module);
163 /* Function to remove the kernel module from the system*/
183 /* Failed to remove the module
186 UIM_ERR("Unable to unload driver module \"%s\": %s"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 192 * New module autoloading rules can be added, and existing can be removed
216 uint32_t owner_module; /**< Index of the owning module of this sink, or PA_INVALID_INDEX */
245 uint32_t owner_module; /**< Owning module index, or PA_INVALID_INDEX */
287 uint32_t index; /**< Index of the module */
288 const char*name, /**< Name of the module */
289 *argument; /**< Argument string of the module */
291 int auto_unload; /**< Non-zero if this is an autoloaded module */
297 /** Get some information about a module by its index */
307 uint32_t owner_module; /**< Index of the owning module, or PA_INVALID_INDEX */
324 uint32_t owner_module; /**< Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module *
469 const char *module; \/**< Module name to load *\/ member in struct:pa_autoload_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 192 * New module autoloading rules can be added, and existing can be removed
216 uint32_t owner_module; /**< Index of the owning module of this sink, or PA_INVALID_INDEX */
245 uint32_t owner_module; /**< Owning module index, or PA_INVALID_INDEX */
287 uint32_t index; /**< Index of the module */
288 const char*name, /**< Name of the module */
289 *argument; /**< Argument string of the module */
291 int auto_unload; /**< Non-zero if this is an autoloaded module */
297 /** Get some information about a module by its index */
307 uint32_t owner_module; /**< Index of the owning module, or PA_INVALID_INDEX */
324 uint32_t owner_module; /**< Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module *
469 const char *module; \/**< Module name to load *\/ member in struct:pa_autoload_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 75 struct module *module; member in struct:snd_timer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 192 * New module autoloading rules can be added, and existing can be removed
216 uint32_t owner_module; /**< Index of the owning module of this sink, or PA_INVALID_INDEX */
245 uint32_t owner_module; /**< Owning module index, or PA_INVALID_INDEX */
287 uint32_t index; /**< Index of the module */
288 const char*name, /**< Name of the module */
289 *argument; /**< Argument string of the module */
291 int auto_unload; /**< Non-zero if this is an autoloaded module */
297 /** Get some information about a module by its index */
307 uint32_t owner_module; /**< Index of the owning module, or PA_INVALID_INDEX */
324 uint32_t owner_module; /**< Index of the module this sink input belongs to, or PA_INVALID_INDEX when it does not belong to any module *
469 const char *module; \/**< Module name to load *\/ member in struct:pa_autoload_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 75 struct module *module; member in struct:snd_timer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 29 module = None variable in class:TestHeap
39 self.module.heappush(heap, item)
43 item = self.module.heappop(heap)
52 self.assertRaises(TypeError, self.module.heappush, [])
54 self.assertRaises(TypeError, self.module.heappush, None, None)
55 self.assertRaises(TypeError, self.module.heappop, None)
69 self.module.heapify(heap)
72 self.assertRaises(TypeError, self.module.heapify, None)
78 self.module.heappush(heap, item)
80 self.module.heappop(heap
216 module = py_heapq variable in class:TestHeapPython
221 module = c_heapq variable in class:TestHeapC
329 module = None variable in class:TestErrorHandling
392 module = py_heapq variable in class:TestErrorHandlingPython
397 module = c_heapq variable in class:TestErrorHandlingC
    [all...]
test_sundry.py 31 import distutils.command.bdist_msi # if msi module is not build namespace
89 # Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
test_warnings.py 19 def warnings_state(module):
32 original_filters = module.filters
34 module.filters = original_filters[:]
35 module.simplefilter("once")
36 warning_tests.warnings = module
40 module.filters = original_filters
56 # The 'warnings' module must be explicitly set so that the proper
58 sys.modules['warnings'] = self.module
71 with original_warnings.catch_warnings(module=self.module) as w
190 module = c_warnings variable in class:CFilterTests
193 module = py_warnings variable in class:PyFilterTests
352 module = c_warnings variable in class:CWarnTests
361 module = py_warnings variable in class:PyWarnTests
402 module = c_warnings variable in class:CWCmdLineTests
405 module = py_warnings variable in class:PyWCmdLineTests
412 module = c_warnings variable in class:_WarningsTests
591 module = c_warnings variable in class:CWarningsDisplayTests
594 module = py_warnings variable in class:PyWarningsDisplayTests
701 module = c_warnings variable in class:CCatchWarningTests
704 module = py_warnings variable in class:PyCatchWarningTests
740 module = c_warnings variable in class:CEnvironmentVariableTests
743 module = py_warnings variable in class:PyEnvironmentVariableTests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 29 module = None variable in class:TestHeap
39 self.module.heappush(heap, item)
43 item = self.module.heappop(heap)
52 self.assertRaises(TypeError, self.module.heappush, [])
54 self.assertRaises(TypeError, self.module.heappush, None, None)
55 self.assertRaises(TypeError, self.module.heappop, None)
69 self.module.heapify(heap)
72 self.assertRaises(TypeError, self.module.heapify, None)
78 self.module.heappush(heap, item)
80 self.module.heappop(heap
216 module = py_heapq variable in class:TestHeapPython
221 module = c_heapq variable in class:TestHeapC
329 module = None variable in class:TestErrorHandling
392 module = py_heapq variable in class:TestErrorHandlingPython
397 module = c_heapq variable in class:TestErrorHandlingC
    [all...]
test_sundry.py 31 import distutils.command.bdist_msi # if msi module is not build namespace
89 # Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
test_warnings.py 19 def warnings_state(module):
32 original_filters = module.filters
34 module.filters = original_filters[:]
35 module.simplefilter("once")
36 warning_tests.warnings = module
40 module.filters = original_filters
56 # The 'warnings' module must be explicitly set so that the proper
58 sys.modules['warnings'] = self.module
71 with original_warnings.catch_warnings(module=self.module) as w
190 module = c_warnings variable in class:CFilterTests
193 module = py_warnings variable in class:PyFilterTests
352 module = c_warnings variable in class:CWarnTests
361 module = py_warnings variable in class:PyWarnTests
402 module = c_warnings variable in class:CWCmdLineTests
405 module = py_warnings variable in class:PyWCmdLineTests
412 module = c_warnings variable in class:_WarningsTests
591 module = c_warnings variable in class:CWarningsDisplayTests
594 module = py_warnings variable in class:PyWarningsDisplayTests
701 module = c_warnings variable in class:CCatchWarningTests
704 module = py_warnings variable in class:PyCatchWarningTests
740 module = c_warnings variable in class:CEnvironmentVariableTests
743 module = py_warnings variable in class:PyEnvironmentVariableTests
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 117 for (GradleModule module : modules) {
118 array[i++] = module.getJavaProject();
162 GradleModule module = mBuilder.getModule((IJavaProject) firstElement);
163 if (mBuilder.getOriginalModules().contains(module)) {
166 List<GradleModule> list = mBuilder.getShortestDependencyTo(module);
176 mModuleDescription2.setText("Path: " + module.getPath());
178 if (mOverrideProjects.contains(module.getJavaProject())) {
221 for (GradleModule module : mBuilder.getModules()) {
222 if (new File(module.getProject().getLocation().toFile(),
224 mOverrideProjects.add(module.getJavaProject())
    [all...]
ProjectSetupBuilder.java 107 GradleModule module; local
110 module = processAndroidProject(javaProject);
112 module = processJavaProject(javaProject);
115 mOriginalModules.add(module);
147 GradleModule module = mModules.get(javaProject); local
148 return mOriginalModules.contains(module);
157 public List<GradleModule> getShortestDependencyTo(GradleModule module) {
158 return findModule(module, mOriginalModules);
200 // get/create the module
201 GradleModule module = createModuleOnDemand(javaProject) local
250 GradleModule module = createModuleOnDemand(javaProject); local
355 GradleModule module = mModules.get(javaProject); local
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 51 // our private gralloc module structure
57 /* If not NULL, this is a pointer to the fallback module.
516 // gralloc module functions - refcount + locking interface
518 static int gralloc_register_buffer(gralloc_module_t const* module,
528 private_module_t *gr = (private_module_t *)module;
558 static int gralloc_unregister_buffer(gralloc_module_t const* module,
565 private_module_t *gr = (private_module_t *)module;
598 static int gralloc_lock(gralloc_module_t const* module,
607 private_module_t *gr = (private_module_t *)module;
710 static int gralloc_unlock(gralloc_module_t const* module,
1028 void* module; local
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContextTest.java 78 // configuration contains requested login module
81 assertTrue("Requested module", MyConfig.getLastAppName() == moduleName);
119 assertEquals("Default module", "other", MyConfig.getLastAppName());
126 * Precondition: configuration contains requested login module and
141 assertTrue("Default module",
152 * Precondition: configuration contains requested login module and
200 * Precondition: parameters for login module initialization
211 // add required module to the current configuration
221 // only one module must be created
224 MyLoginModule module = MyLoginModule.list.get(0) local
384 MyLoginModule module = MyLoginModule.list.get(0); local
547 MyLoginModule module = MyLoginModule.list.get(0); local
693 MyLoginModule module = MyLoginModule.list.get(0); local
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 402 hw_module_t* module; local
407 err = hw_get_module(BT_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
410 err = module->methods->open(module, BT_HARDWARE_MODULE_ID, &device);

Completed in 1802 milliseconds

<<1112131415161718