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

1 2 3 4 5 67 8 910

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /build/tools/releasetools/
common.py 542 Path to the python module containing device-specific
566 flags. docstring is the calling module's docstring, to be displayed
735 module = None variable in class:DeviceSpecificParams
739 module."""
744 if self.module is None:
756 self.module = imp.load_module("device_specific", *info)
758 print "unable to load device-specific module; assuming none"
761 """Call the named function in the device-specific module, passing
763 the DeviceSpecific object itself. If there is no module, or the
764 module does not define the function, return the value of th
    [all...]
  /external/checkpolicy/test/
dismod.c 35 #include <sepol/policydb/module.h>
306 * they can never be required by a module, use this
751 policydb_t module, *mods = &module; local
765 fprintf(out_fp, "Reading module...\n");
772 if (module.policy_type != POLICY_MOD) {
773 fprintf(stderr, "This file is not a loadable policy module.\n");
776 if (policydb_index_classes(&module) ||
777 policydb_index_others(NULL, &module, 0)) {
778 fprintf(stderr, "Could not index module.\n")
    [all...]
  /external/freetype/src/cff/
cffobjs.c 60 FT_Module module; local
63 module = FT_Get_Module( size->root.face->driver->root.library,
65 return ( module && pshinter && pshinter->get_globals_funcs )
66 ? pshinter->get_globals_funcs( module )
355 FT_Module module; local
358 module = FT_Get_Module( slot->face->driver->root.library,
360 if ( module )
365 funcs = pshinter->get_t2_funcs( module );
498 FT_ERROR(( "cff_face_init: cannot access `sfnt' module\n" ));
606 /* we need the `PSNames' module for CFF and CEF formats *
    [all...]
  /external/kernel-headers/original/linux/mtd/
map.h 171 At which point, you fill in the mtd->module with your own module
228 struct module *module; member in struct:mtd_chip_driver
  /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 219 // Load and prepare the hardware composer module. Sets mHwc.
222 hw_module_t const* module; local
224 if (hw_get_module(HWC_HARDWARE_MODULE_ID, &module) != 0) {
225 ALOGE("%s module not found", HWC_HARDWARE_MODULE_ID);
229 int err = hwc_open_1(module, &mHwc);
247 // Load and prepare the FB HAL, which uses the gralloc module. Sets mFbDev.
250 hw_module_t const* module; local
252 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
254 ALOGE("%s module not found", GRALLOC_HARDWARE_MODULE_ID);
258 return framebuffer_open(module, &mFbDev)
    [all...]
  /hardware/libhardware/tests/camera2/
camera2.cpp 42 hw_module_t *module = NULL; local
44 (const hw_module_t **)&module);
47 << "Failure opening camera hardware module: " << res;
48 ASSERT_TRUE(NULL != module)
49 << "No camera module was set by hw_get_module";
52 std::cout << " Camera module name: "
53 << module->name << std::endl;
54 std::cout << " Camera module author: "
55 << module->author << std::endl;
56 std::cout << " Camera module API version: 0x" << std::he
111 hw_module_t *module = reinterpret_cast<hw_module_t*>(sCameraModule); local
    [all...]
  /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/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
  /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.
526 // gralloc module functions - refcount + locking interface
528 static int gralloc_register_buffer(gralloc_module_t const* module,
538 private_module_t *gr = (private_module_t *)module;
568 static int gralloc_unregister_buffer(gralloc_module_t const* module,
575 private_module_t *gr = (private_module_t *)module;
608 static int gralloc_lock(gralloc_module_t const* module,
617 private_module_t *gr = (private_module_t *)module;
720 static int gralloc_unlock(gralloc_module_t const* module,
1038 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);
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 51 static bool ModuleSort(const ModuleEnumerator::Module& a,
52 const ModuleEnumerator::Module& b) {
72 explicit FindModule(const ModuleEnumerator::Module& x)
73 : module(x) {}
74 bool operator()(const ModuleEnumerator::Module& module_in) const {
75 return (module.location == module_in.location) &&
76 (module.name == module_in.name);
79 const ModuleEnumerator::Module& module; member in struct:__anon4051::FindModule
99 // The browser process module blacklist. This lists modules that are know
620 Module* module = &(*enumerated_modules_)[m]; local
    [all...]
  /external/chromium/crypto/
nss_util.cc 180 int slot_count = item->module->loaded ? item->module->slotCount : 0;
182 PK11SlotInfo* slot = item->module->slots[i];
468 // Load the given module for this NSS session.
480 SECMODModule* module = SECMOD_LoadUserModule( local
482 if (!module) {
483 LOG(ERROR) << "Error loading " << name << " module into NSS: "
487 return module;
522 // This tries to load the opencryptoki module so NSS can talk to

Completed in 1634 milliseconds

1 2 3 4 5 67 8 910