Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 143) sorted by relevance

123456

/device/google/dragon/audio/hal/
Dcras_dsp_mod_builtin.c16 static int empty_instantiate(struct dsp_module *module, in empty_instantiate()
22 static void empty_connect_port(struct dsp_module *module, unsigned long port, in empty_connect_port()
25 static int empty_get_delay(struct dsp_module *module) in empty_get_delay()
30 static void empty_run(struct dsp_module *module, unsigned long sample_count) {} in empty_run()
32 static void empty_deinstantiate(struct dsp_module *module) {} in empty_deinstantiate()
34 static void empty_free_module(struct dsp_module *module) in empty_free_module()
39 static int empty_get_properties(struct dsp_module *module) { return 0; } in empty_get_properties()
41 static void empty_init_module(struct dsp_module *module) in empty_init_module()
55 static int invert_lr_instantiate(struct dsp_module *module, in invert_lr_instantiate()
62 static void invert_lr_connect_port(struct dsp_module *module, in invert_lr_connect_port()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_warnings.py19 def warnings_state(module): argument
190 module = c_warnings variable in CFilterTests
193 module = py_warnings variable in PyFilterTests
352 module = c_warnings variable in CWarnTests
361 module = py_warnings variable in PyWarnTests
402 module = c_warnings variable in CWCmdLineTests
405 module = py_warnings variable in PyWCmdLineTests
412 module = c_warnings variable in _WarningsTests
579 module = c_warnings variable in CWarningsDisplayTests
582 module = py_warnings variable in PyWarningsDisplayTests
[all …]
Dtest_bisect.py27 module = None variable in TestBisect
174 module = py_bisect variable in TestBisectPython
177 module = c_bisect variable in TestBisectC
182 module = None variable in TestInsort
211 module = py_bisect variable in TestInsortPython
214 module = c_bisect variable in TestInsortC
235 module = None variable in TestErrorHandling
264 module = py_bisect variable in TestErrorHandlingPython
267 module = c_bisect variable in TestErrorHandlingC
Dtest_xpickle.py76 module = None variable in AbstractCompatTests
181 module = cPickle variable in CPicklePython24Compat
195 module = pickle variable in PicklePython24Compat
206 module = cPickle variable in CPicklePython25Compat
212 module = pickle variable in PicklePython25Compat
223 module = cPickle variable in CPicklePython26Compat
229 module = pickle variable in PicklePython26Compat
Dtest_heapq.py29 module = None variable in TestHeap
216 module = py_heapq variable in TestHeapPython
221 module = c_heapq variable in TestHeapC
319 module = None variable in TestErrorHandling
366 module = py_heapq variable in TestErrorHandlingPython
371 module = c_heapq variable in TestErrorHandlingC
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpyclbr.py55 def __init__(self, module, name, super, file, lineno): argument
70 def __init__(self, module, name, file, lineno): argument
76 def readmodule(module, path=None): argument
88 def readmodule_ex(module, path=None): argument
97 def _readmodule(module, path, inpackage=None): argument
Dnew.py15 from types import ModuleType as module unknown
/device/lge/bullhead/power/
Dpower.c97 static void power_init(struct power_module *module) in power_init()
224 int __attribute__ ((weak)) power_hint_override(struct power_module *module, power_hint_t hint, in power_hint_override()
241 static void power_hint(struct power_module *module, power_hint_t hint, in power_hint()
343 int __attribute__ ((weak)) set_interactive_override(struct power_module *module, int on) in set_interactive_override()
348 void set_interactive(struct power_module *module, int on) in set_interactive()
553 static ssize_t get_number_of_platform_modes(struct power_module *module) { in get_number_of_platform_modes()
557 static int get_voter_list(struct power_module *module, size_t *voter) { in get_voter_list()
615 static int get_platform_low_power_stats(struct power_module *module, in get_platform_low_power_stats()
668 static int power_open(const hw_module_t* module, const char* name, in power_open()
Dpower-8994.c101 int power_hint_override(struct power_module *module, power_hint_t hint, void *data) in power_hint_override()
114 int set_interactive_override(struct power_module *module, int on) in set_interactive_override()
Dpower-8992.c164 int power_hint_override(struct power_module *module, power_hint_t hint, void *data) in power_hint_override()
177 int set_interactive_override(struct power_module *module, int on) in set_interactive_override()
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp44 static int gralloc_device_open(const hw_module_t *module, const char *name, hw_device_t **device) in gralloc_device_open()
60 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer()
235 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer()
277 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
318 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock()
Dframebuffer_device.cpp188 int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked()
408 static int init_frame_buffer(struct private_module_t *module) in init_frame_buffer()
451 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
/device/google/marlin/power/
Dpower.c107 static void power_init(struct power_module *module) in power_init()
234 int __attribute__ ((weak)) power_hint_override(struct power_module *module, power_hint_t hint, in power_hint_override()
251 static void power_hint(struct power_module *module, power_hint_t hint, in power_hint()
467 int __attribute__ ((weak)) set_interactive_override(struct power_module *module, int on) in set_interactive_override()
472 void set_interactive(struct power_module *module, int on) in set_interactive()
677 static ssize_t get_number_of_platform_modes(struct power_module *module) { in get_number_of_platform_modes()
681 static int get_voter_list(struct power_module *module, size_t *voter) { in get_voter_list()
739 static int get_platform_low_power_stats(struct power_module *module, in get_platform_low_power_stats()
797 static int power_open(const hw_module_t* module, const char* name, in power_open()
/device/google/marlin/vr/
Dvr.c32 static void vr_init(struct vr_module *module) { in vr_init()
36 static void vr_set_vr_mode(struct vr_module *module, bool enabled) { in vr_set_vr_mode()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h66 #define CLOGx(module, level, fmt, args...) \ argument
74 #define CLOGI(module, fmt, args...) \ argument
77 #define CLOGD(module, fmt, args...) \ argument
80 #define CLOGL(module, fmt, args...) \ argument
83 #define CLOGW(module, fmt, args...) \ argument
86 #define CLOGH(module, fmt, args...) \ argument
89 #define CLOGE(module, fmt, args...) \ argument
/device/generic/goldfish/power/
Dpower_qemu.c28 static void power_qemu_init(struct power_module *module) in power_qemu_init()
36 static void power_qemu_set_interactive(struct power_module *module, int on) in power_qemu_set_interactive()
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py358 def GetFilenameOf(self, module): argument
361 def GetMd5Of(self, module): argument
364 def GetExtractDirOf(self, module): argument
367 def GetAdditionalParameters(self, module, step): argument
385 def Extract(self, module): argument
445 def BuildModule(self, module): argument
485 def RunCommand(self, cmd, module, stage, skipable=False): argument
/device/huawei/angler/power/
Dpower.c103 static void power_init(struct power_module *module) in power_init()
230 int __attribute__ ((weak)) power_hint_override(struct power_module *module, power_hint_t hint, in power_hint_override()
247 static void power_hint(struct power_module *module, power_hint_t hint, in power_hint()
390 int __attribute__ ((weak)) set_interactive_override(struct power_module *module, int on) in set_interactive_override()
395 void set_interactive(struct power_module *module, int on) in set_interactive()
600 static ssize_t get_number_of_platform_modes(struct power_module *module) { in get_number_of_platform_modes()
604 static int get_voter_list(struct power_module *module, size_t *voter) { in get_voter_list()
662 static int get_platform_low_power_stats(struct power_module *module, in get_platform_low_power_stats()
715 static int power_open(const hw_module_t* module, const char* name, in power_open()
Dpower-8992.c101 int power_hint_override(struct power_module *module, power_hint_t hint, void *data) in power_hint_override()
114 int set_interactive_override(struct power_module *module, int on) in set_interactive_override()
Dpower-8994.c164 int power_hint_override(struct power_module *module, power_hint_t hint, void *data) in power_hint_override()
177 int set_interactive_override(struct power_module *module, int on) in set_interactive_override()
/device/asus/fugu/power/
Dpower.c94 static void fugu_power_init(struct power_module *module) in fugu_power_init()
117 static void fugu_power_set_interactive(struct power_module *module, int on) in fugu_power_set_interactive()
140 static void fugu_power_hint(struct power_module *module, power_hint_t hint, void *data) in fugu_power_hint()
/device/google/dragon/power/
Dpower_dragon.cpp97 static void power_init(struct power_module __unused *module) in power_init()
143 static void power_set_interactive(struct power_module __unused *module, int on) in power_set_interactive()
188 static void dragon_power_hint(struct power_module *module, power_hint_t hint, in dragon_power_hint()
232 static int dragon_power_open(const hw_module_t *module, const char *name, in dragon_power_open()
/device/linaro/hikey/power/
Dpower_hikey.c149 static void power_set_interactive(struct power_module __unused *module, int on) in power_set_interactive()
271 static void hikey_power_init(struct power_module __unused *module) in hikey_power_init()
289 static void hikey_power_hint(struct power_module *module, power_hint_t hint, in hikey_power_hint()
319 static void set_feature(struct power_module *module, feature_t feature, int state) in set_feature()
331 static int power_open(const hw_module_t* __unused module, const char* name, in power_open()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dloader.py59 def loadTestsFromModule(self, module, use_load_tests=True): argument
77 def loadTestsFromName(self, name, module=None): argument
124 def loadTestsFromNames(self, names, module=None): argument
312 def findTestCases(module, prefix='test', sortUsing=cmp, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_py.py210 def check_module(self, module, module_file): argument
303 def get_module_outfile(self, build_dir, package, module): argument
328 def build_module(self, module, module_file, package): argument

123456