Home
last modified time | relevance | path

Searched refs:self (Results 1 – 25 of 40) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Ddiff.py20 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 …]
Dcpplint.py573 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 …]
Dlint-hunks.py35 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 …]
Dftfy.sh2 self="$0"
3 dirname_self=$(dirname "$self")
7 Usage: $self [option]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_asm_deps.sh13 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"
Dgen_msvs_def.sh13 self=$0
14 self_basename=${self##*/}
Dgen_msvs_sln.sh13 self=$0
14 self_basename=${self##*/}
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_priv.h38 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/
Dcopybit_priv.h38 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/
Dcopybit_priv.h38 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/
Dcopybit_priv.h38 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/
Dhmm_base.c52 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/
Daudio_effect.h322 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/
DExynosCameraHWInterface2.h537 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/
Dvoice_processing.c477 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/
Dbundle.c508 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/
DQService.cpp60 IPCThreadState* ipc = IPCThreadState::self(); in dispatch()
DIQService.cpp80 IPCThreadState* ipc = IPCThreadState::self(); in onTransact()
/hardware/ti/omap3/dspbridge/inc/
Dlist.h65 struct LST_ELEM *self; member
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dlist.h65 struct LST_ELEM *self; member
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c1048 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/
Dhmm_intrnl.h54 struct ptr_struct *self, *prev, *next; member
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.cpp45 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/
DIQService.cpp86 IPCThreadState* ipc = IPCThreadState::self(); in onTransact()
/hardware/qcom/display/msm8974/libqservice/
DIQService.cpp86 IPCThreadState* ipc = IPCThreadState::self(); in onTransact()

12