/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | diff.py | 20 def __init__(self, filename, offset, length): argument 21 self.filename = filename 22 self.offset = offset 23 self.length = length 24 self.lines = [] 25 self.delta_line_nums = [] 27 def Append(self, line): argument 28 l = len(self.lines) 30 self.delta_line_nums.append(self.offset + l) 31 self.lines.append(line[1:]) [all …]
|
D | cpplint.py | 573 def __init__(self): argument 574 dict.__init__(self) 575 self.ResetSection() 577 def ResetSection(self): argument 579 self._section = self._INITIAL_SECTION 581 self._last_header = '' 583 def SetLastHeader(self, header_path): argument 584 self._last_header = header_path 586 def CanonicalizeAlphabeticalOrder(self, header_path): argument 601 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument [all …]
|
D | lint-hunks.py | 35 def __init__(self, args): argument 37 super(SubprocessException, self).__init__(msg) 43 def __init__(self, args, expected_returncode=0, **kwargs): argument 44 self._args = args 45 self._expected_returncode = expected_returncode 46 super(Subprocess, self).__init__(args, **kwargs) 48 def communicate(self, *args, **kwargs): argument 49 result = super(Subprocess, self).communicate(*args, **kwargs) 50 if self._expected_returncode is not None: 52 ok = self.returncode in self._expected_returncode [all …]
|
D | ftfy.sh | 2 self="$0" 3 dirname_self=$(dirname "$self") 7 Usage: $self [option]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | gen_asm_deps.sh | 13 self=$0 15 echo "usage: $self [options] <srcfile>" 55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc 58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc"
|
D | gen_msvs_def.sh | 13 self=$0 14 self_basename=${self##*/}
|
D | gen_msvs_sln.sh | 13 self=$0 14 self_basename=${self##*/}
|
/hardware/qcom/display/msm8974/libcopybit/ |
D | copybit_priv.h | 38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { in iterate() 39 if (!self || !rect) { in iterate() 43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self); in iterate()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_priv.h | 38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { in iterate() 39 if (!self || !rect) { in iterate() 43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self); in iterate()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_priv.h | 38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { in iterate() 39 if (!self || !rect) { in iterate() 43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self); in iterate()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_priv.h | 38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { in iterate() 39 if (!self || !rect) { in iterate() 43 copybit_iterator const* me = static_cast<copybit_iterator const*>(self); in iterate()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/ |
D | hmm_base.c | 52 ptr_rec_ptr->self = ptr_rec_ptr; in U() 145 if (ptr_rec_ptr->self == ptr_rec_ptr) in U() 346 (((ACCESS) ? AUDIT_BLOCK_AS_EXPR(PTR_REC_TO_HEAD(H)) : 0), (H)->self) 352 #define AVL_GET_LESS(H, ACCESS) ((H)->self) 357 #define AVL_SET_LESS(H, LH) (H)->self = (LH);
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 322 int32_t (*process)(effect_handle_t self, 355 int32_t (*command)(effect_handle_t self, 380 int32_t (*get_descriptor)(effect_handle_t self, 410 int32_t (*process_reverse)(effect_handle_t self,
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.h | 537 void m_mainThreadFunc(SignalDrivenThread * self); 538 void m_sensorThreadFunc(SignalDrivenThread * self); 539 void m_streamThreadFunc(SignalDrivenThread * self); 540 void m_streamThreadInitialize(SignalDrivenThread * self); 542 void m_streamFunc_direct(SignalDrivenThread *self); 543 void m_streamFunc_indirect(SignalDrivenThread *self); 545 void m_streamBufferInit(SignalDrivenThread *self);
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 477 static int fx_process(effect_handle_t self, in fx_process() argument 481 struct effect_s *effect = (struct effect_s *)self; in fx_process() 506 static int fx_command(effect_handle_t self, in fx_command() argument 513 struct effect_s *effect = (struct effect_s *)self; in fx_command() 637 static int fx_get_descriptor(effect_handle_t self, in fx_get_descriptor() argument 640 struct effect_s *effect = (struct effect_s *)self; in fx_get_descriptor()
|
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 508 int effect_process(effect_handle_t self, in effect_process() argument 512 effect_context_t * context = (effect_context_t *)self; in effect_process() 533 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 537 effect_context_t * context = (effect_context_t *)self; in effect_command() 724 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor() argument 727 effect_context_t *context = (effect_context_t *)self; in effect_get_descriptor()
|
/hardware/qcom/display/msm8226/libqservice/ |
D | QService.cpp | 60 IPCThreadState* ipc = IPCThreadState::self(); in dispatch()
|
D | IQService.cpp | 80 IPCThreadState* ipc = IPCThreadState::self(); in onTransact()
|
/hardware/ti/omap3/dspbridge/inc/ |
D | list.h | 65 struct LST_ELEM *self; member
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | list.h | 65 struct LST_ELEM *self; member
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 1048 int effect_process(effect_handle_t self, in effect_process() argument 1052 effect_context_t * context = (effect_context_t *)self; in effect_process() 1073 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 1077 effect_context_t * context = (effect_context_t *)self; in effect_command() 1251 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor() argument 1254 effect_context_t *context = (effect_context_t *)self; in effect_get_descriptor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
D | hmm_intrnl.h | 54 struct ptr_struct *self, *prev, *next; member
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_copybit.cpp | 45 static int iterate(copybit_region_t const * self, copybit_rect_t* rect){ in iterate() 46 if (!self || !rect) { in iterate() 52 static_cast<region_iterator const*>(self); in iterate()
|
/hardware/qcom/display/msm8960/libqservice/ |
D | IQService.cpp | 86 IPCThreadState* ipc = IPCThreadState::self(); in onTransact()
|
/hardware/qcom/display/msm8974/libqservice/ |
D | IQService.cpp | 86 IPCThreadState* ipc = IPCThreadState::self(); in onTransact()
|