| /device/linaro/bootloader/arm-trusted-firmware/docs/ |
| D | xlat-tables-lib-v2-design.rst | 302 From mmap regions to translation tables 328 The memory mapping algorithm 369 TLB maintenance operations 410 .. _lib/xlat\_tables\_v2: ../lib/xlat_tables_v2 411 .. _lib/xlat\_tables: ../lib/xlat_tables 412 .. _xlat\_tables\_v2.h: ../include/lib/xlat_tables/xlat_tables_v2.h 413 .. _xlat\_tables\_internal.c: ../lib/xlat_tables_v2/xlat_tables_internal.c 414 .. _aarch32/xlat\_tables\_arch.c: ../lib/xlat_tables_v2/aarch32/xlat_tables_arch.c 415 .. _aarch64/xlat\_tables\_arch.c: ../lib/xlat_tables_v2/aarch64/xlat_tables_arch.c 416 .. _Porting Guide: porting-guide.rst [all …]
|
| /device/google/cuttlefish_common/guest/hals/power/ |
| D | power.c | 38 static void vsoc_power_set_feature(struct power_module __unused *module, in vsoc_power_set_feature() 46 static void vsoc_power_set_feature(struct power_module __unused *module, in vsoc_power_set_feature() 54 static void vsoc_power_hint(struct power_module __unused *module, in vsoc_power_hint() 60 static void vsoc_power_set_interactive(struct power_module __unused *module, in vsoc_power_set_interactive() 65 static void vsoc_power_init(struct power_module __unused *module) { in vsoc_power_init()
|
| /device/linaro/hikey/gralloc960/ |
| D | mali_gralloc_module.cpp | 51 static int mali_gralloc_module_device_open(const hw_module_t *module, const char *name, hw_device_t… in mali_gralloc_module_device_open() 78 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() 85 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() 92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() 100 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 108 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 115 static int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_async() 123 static int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_ycbcr_async() 131 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int32_t *fe… in gralloc_unlock_async()
|
| D | mali_gralloc_reference.cpp | 37 int mali_gralloc_reference_retain(mali_gralloc_module const *module, buffer_handle_t handle) in mali_gralloc_reference_retain() 81 int mali_gralloc_reference_release(mali_gralloc_module const *module, buffer_handle_t handle, bool … in mali_gralloc_reference_release()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_warnings.py | 19 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 …]
|
| D | test_bisect.py | 27 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
|
| D | test_xpickle.py | 76 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
|
| D | test_heapq.py | 29 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/hikey/gralloc/ |
| D | gralloc_module.cpp | 46 static int gralloc_device_open(const hw_module_t *module, const char *name, hw_device_t **device) in gralloc_device_open() 62 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() 239 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() 281 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() 330 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr() 410 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() 465 static int gralloc_lock_async (gralloc_module_t const *module, buffer_handle_t handle, int usage, i… in gralloc_lock_async() 476 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int *fenceF… in gralloc_unlock_async() 489 static int gralloc_lock_async_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_async_ycbcr()
|
| D | framebuffer_device.cpp | 186 int init_frame_buffer_locked(struct private_module_t *module) in init_frame_buffer_locked() 410 static int init_frame_buffer(struct private_module_t *module) in init_frame_buffer() 453 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device) in framebuffer_device_open()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | pyclbr.py | 55 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
|
| D | new.py | 15 from types import ModuleType as module unknown
|
| D | copy_reg.py | 157 def add_extension(module, name, code): argument 175 def remove_extension(module, name, code): argument
|
| /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/ |
| D | mm_camera_dbg.h | 66 #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/google/marlin/vr/ |
| D | vr.c | 32 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/linaro/bootloader/edk2/BaseTools/gcc/ |
| D | mingw-gcc-build.py | 358 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/generic/goldfish/gralloc/ |
| D | mapper.cpp | 76 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 126 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 139 int mapBuffer(gralloc_module_t const* module, in mapBuffer() 146 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer()
|
| D | framebuffer.cpp | 138 int mapFrameBufferLocked(struct private_module_t* module) 299 static int mapFrameBuffer(struct private_module_t* module) 318 int fb_device_open(hw_module_t const* module, const char* name,
|
| /device/generic/goldfish-opengl/ |
| D | cmake_transform.py | 51 def remove_lib_prefix(module): argument 81 def generate_module(module): argument
|
| /device/linaro/hikey/libmemtrack/ |
| D | memtrack_hikey.c | 21 int hikey_memtrack_init(const struct memtrack_module *module) in hikey_memtrack_init()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
| D | loader.py | 59 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/ |
| D | build_py.py | 210 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
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| D | copy_reg.py | 157 def add_extension(module, name, code): argument 175 def remove_extension(module, name, code): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | _warnings.c | 103 PyObject *module, PyObject **item) in get_filter() 193 PyObject *module; in normalize_module() local 291 PyObject *module, PyObject *registry, PyObject *sourceline) in warn_explicit() 444 PyObject **module, PyObject **registry) in setup_context() 590 PyObject *filename, *module, *registry, *res; in do_warn() local 630 PyObject *module = NULL; in warnings_warn_explicit() local 748 PyObject *module = NULL; in PyErr_WarnExplicit() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | _warnings.c | 103 PyObject *module, PyObject **item) in get_filter() 193 PyObject *module; in normalize_module() local 291 PyObject *module, PyObject *registry, PyObject *sourceline) in warn_explicit() 444 PyObject **module, PyObject **registry) in setup_context() 591 PyObject *filename, *module, *registry, *res; in do_warn() local 631 PyObject *module = NULL; in warnings_warn_explicit() local 749 PyObject *module = NULL; in PyErr_WarnExplicit() local
|