| /frameworks/libs/binary_translation/kernel_api/tools/ | 
| D | api_analysis_test.py | 25   def test_guest_symbol_not_present_in_host(self):  argument35   def test_compatible_int(self):  argument
 54   def test_compatible_loop_reference(self):  argument
 78   def test_incompatible_kind(self):  argument
 90   def test_incompatible_size(self):  argument
 102   def test_incompatible_align(self):  argument
 114   def test_incompatible_fields_num(self):  argument
 132   def test_incompatible_field_type(self):  argument
 150   def test_incompatible_field_offset(self):  argument
 168   def test_incompatible_polymorphic(self):  argument
 [all …]
 
 | 
| D | api_analysis.py | 38   def __init__(self, guest_types, host_types, verbose=False):  argument46   def _add_incompatible(self, name_pair, reason):  argument
 51   def _notice_type_reference(self, from_type_pair, to_type_pair):  argument
 57       self, guest_type_name, host_type_name, ref_from_pair):  argument
 65   def _compare_size_and_align(self, guest_type, host_type, name_pair):  argument
 88   def _compare_record_type_attrs(self, guest_type, host_type, name_pair):  argument
 125   def _is_type_allowed_in_trampoline(self, type_name):  argument
 136       self, operand_no, guest_name, host_name, name_pair):  argument
 168   def _compare_function_type_attrs(self, guest_type, host_type, name_pair):  argument
 199   def _compare_array_type_attrs(self, guest_type, host_type, name_pair):  argument
 [all …]
 
 | 
| /frameworks/compile/libbcc/gdb_plugin/ | 
| D | android-commands.py | 70   def __init__(self):  argument74   def get_name(self):  argument
 77   def get_intent(self):  argument
 80   def get_data_directory(self):  argument
 83   def get_gdbserver_path(self):  argument
 86   def set_info(self, name, intent, data_directory):  argument
 102   def __init__(self, device=None, verbose=False):  argument
 131   def _prepare_adb_args(self, args):  argument
 143   def _background_adb(self, *args):  argument
 158   def _call_adb(self, *args):  argument
 [all …]
 
 | 
| /frameworks/base/media/mca/ | 
| D | structgen.py | 99   def __init__(self, lineno, message):  argument103   def __str__(self):  argument
 107   def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval):  argument
 117   def cString(self):  argument
 120   def javaGetter(self):  argument
 126   def javaSetter(self):  argument
 132   def javaNativeGetter(self):  argument
 136   def javaNativeSetter(self):  argument
 140   def jniGetterDefString(self):  argument
 145   def jniGetterImplString(self):  argument
 [all …]
 
 | 
| /frameworks/native/opengl/tools/glgen2/registry/ | 
| D | reg.py | 100     def __init__(self, elem):  argument104     def resetState(self):  argument
 112     def __init__(self, elem):  argument
 119     def __init__(self, elem):  argument
 128     def __init__(self, elem):  argument
 142     def __init__(self, elem):  argument
 158     def __init__(self, elem):  argument
 236     def __init__(self,  argument
 258     def emptyRegex(self,pat):  argument
 290     def __init__(self,  argument
 [all …]
 
 | 
| /frameworks/base/tools/orientationplot/ | 
| D | orientationplot.py | 40   def __init__(self, stream):  argument46   def readline(self):  argument
 74   def __init__(self, adbout):  argument
 190   def _on_click(self, ev):  argument
 199   def _make_timeseries(self):  argument
 203   def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):  argument
 229   def _add_timeseries_line(self, axes, label, color, linewidth=1):  argument
 233   def _add_timeseries_legend(self, axes):  argument
 242   def _reset_parse_state(self):  argument
 263   def update(self):  argument
 [all …]
 
 | 
| /frameworks/wilhelm/src/itf/ | 
| D | IEnvironmentalReverb.cpp | 41 static SLresult IEnvironmentalReverb_SetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel room)  in IEnvironmentalReverb_SetRoomLevel()71 static SLresult IEnvironmentalReverb_GetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel *pRoom)  in IEnvironmentalReverb_GetRoomLevel()
 102     SLEnvironmentalReverbItf self, SLmillibel roomHF)  in IEnvironmentalReverb_SetRoomHFLevel()
 133     SLEnvironmentalReverbItf self, SLmillibel *pRoomHF)  in IEnvironmentalReverb_GetRoomHFLevel()
 163     SLEnvironmentalReverbItf self, SLmillisecond decayTime)  in IEnvironmentalReverb_SetDecayTime()
 192     SLEnvironmentalReverbItf self, SLmillisecond *pDecayTime)  in IEnvironmentalReverb_GetDecayTime()
 222     SLEnvironmentalReverbItf self, SLpermille decayHFRatio)  in IEnvironmentalReverb_SetDecayHFRatio()
 251     SLEnvironmentalReverbItf self, SLpermille *pDecayHFRatio)  in IEnvironmentalReverb_GetDecayHFRatio()
 281     SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel)  in IEnvironmentalReverb_SetReflectionsLevel()
 312     SLEnvironmentalReverbItf self, SLmillibel *pReflectionsLevel)  in IEnvironmentalReverb_GetReflectionsLevel()
 [all …]
 
 | 
| D | IRecord.cpp | 22 static SLresult IRecord_SetRecordState(SLRecordItf self, SLuint32 state)  in IRecord_SetRecordState()50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState)  in IRecord_GetRecordState()
 69 static SLresult IRecord_SetDurationLimit(SLRecordItf self, SLmillisecond msec)  in IRecord_SetDurationLimit()
 87 static SLresult IRecord_GetPosition(SLRecordItf self, SLmillisecond *pMsec)  in IRecord_GetPosition()
 116 static SLresult IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback,  in IRecord_RegisterCallback()
 132 static SLresult IRecord_SetCallbackEventsMask(SLRecordItf self, SLuint32 eventFlags)  in IRecord_SetCallbackEventsMask()
 160 static SLresult IRecord_GetCallbackEventsMask(SLRecordItf self, SLuint32 *pEventFlags)  in IRecord_GetCallbackEventsMask()
 179 static SLresult IRecord_SetMarkerPosition(SLRecordItf self, SLmillisecond mSec)  in IRecord_SetMarkerPosition()
 207 static SLresult IRecord_ClearMarkerPosition(SLRecordItf self)  in IRecord_ClearMarkerPosition()
 232 static SLresult IRecord_GetMarkerPosition(SLRecordItf self, SLmillisecond *pMsec)  in IRecord_GetMarkerPosition()
 [all …]
 
 | 
| D | IAudioIODeviceCapabilities.cpp | 25     SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumInputs, SLuint32 *pInputDeviceIDs)  in IAudioIODeviceCapabilities_GetAvailableAudioInputs()48     SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioInputDescriptor *pDescriptor)  in IAudioIODeviceCapabilities_QueryAudioInputCapabilities()
 71     SLAudioIODeviceCapabilitiesItf self, slAvailableAudioInputsChangedCallback callback,  in IAudioIODeviceCapabilities_RegisterAvailableAudioInputsChangedCallback()
 88     SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumOutputs, SLuint32 *pOutputDeviceIDs)  in IAudioIODeviceCapabilities_GetAvailableAudioOutputs()
 114     SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioOutputDescriptor *pDescriptor)  in IAudioIODeviceCapabilities_QueryAudioOutputCapabilities()
 141     SLAudioIODeviceCapabilitiesItf self, slAvailableAudioOutputsChangedCallback callback,  in IAudioIODeviceCapabilities_RegisterAvailableAudioOutputsChangedCallback()
 158     SLAudioIODeviceCapabilitiesItf self, slDefaultDeviceIDMapChangedCallback callback,  in IAudioIODeviceCapabilities_RegisterDefaultDeviceIDMapChangedCallback()
 175     SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID,  in IAudioIODeviceCapabilities_GetAssociatedAudioInputs()
 193     SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID,  in IAudioIODeviceCapabilities_GetAssociatedAudioOutputs()
 211     SLAudioIODeviceCapabilitiesItf self, SLuint32 defaultDeviceID,  in IAudioIODeviceCapabilities_GetDefaultAudioDevices()
 [all …]
 
 | 
| D | I3DSource.cpp | 22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative)  in I3DSource_SetHeadRelative()36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative)  in I3DSource_GetHeadRelative()
 55 static SLresult I3DSource_SetRolloffDistances(SL3DSourceItf self,  in I3DSource_SetRolloffDistances()
 76 static SLresult I3DSource_GetRolloffDistances(SL3DSourceItf self,  in I3DSource_GetRolloffDistances()
 97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute)  in I3DSource_SetRolloffMaxDistanceMute()
 111 static SLresult I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute)  in I3DSource_GetRolloffMaxDistanceMute()
 130 static SLresult I3DSource_SetRolloffFactor(SL3DSourceItf self, SLpermille rolloffFactor)  in I3DSource_SetRolloffFactor()
 148 static SLresult I3DSource_GetRolloffFactor(SL3DSourceItf self, SLpermille *pRolloffFactor)  in I3DSource_GetRolloffFactor()
 163 static SLresult I3DSource_SetRoomRolloffFactor(SL3DSourceItf self, SLpermille roomRolloffFactor)  in I3DSource_SetRoomRolloffFactor()
 181 static SLresult I3DSource_GetRoomRolloffFactor(SL3DSourceItf self, SLpermille *pRoomRolloffFactor)  in I3DSource_GetRoomRolloffFactor()
 [all …]
 
 | 
| D | IPlay.cpp | 22 static SLresult IPlay_SetPlayState(SLPlayItf self, SLuint32 state)  in IPlay_SetPlayState()117 static SLresult IPlay_GetPlayState(SLPlayItf self, SLuint32 *pState)  in IPlay_GetPlayState()
 152 static SLresult IPlay_GetDuration(SLPlayItf self, SLmillisecond *pMsec)  in IPlay_GetDuration()
 195 static SLresult IPlay_GetPosition(SLPlayItf self, SLmillisecond *pMsec)  in IPlay_GetPosition()
 240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext)  in IPlay_RegisterCallback()
 256 static SLresult IPlay_SetCallbackEventsMask(SLPlayItf self, SLuint32 eventFlags)  in IPlay_SetCallbackEventsMask()
 286 static SLresult IPlay_GetCallbackEventsMask(SLPlayItf self, SLuint32 *pEventFlags)  in IPlay_GetCallbackEventsMask()
 305 static SLresult IPlay_SetMarkerPosition(SLPlayItf self, SLmillisecond mSec)  in IPlay_SetMarkerPosition()
 333 static SLresult IPlay_ClearMarkerPosition(SLPlayItf self)  in IPlay_ClearMarkerPosition()
 358 static SLresult IPlay_GetMarkerPosition(SLPlayItf self, SLmillisecond *pMsec)  in IPlay_GetMarkerPosition()
 [all …]
 
 | 
| D | IVolume.cpp | 22 static SLresult IVolume_SetVolumeLevel(SLVolumeItf self, SLmillibel level_)  in IVolume_SetVolumeLevel()46 static SLresult IVolume_GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel)  in IVolume_GetVolumeLevel()
 65 static SLresult IVolume_GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *pMaxLevel)  in IVolume_GetMaxVolumeLevel()
 80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute)  in IVolume_SetMute()
 100 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute)  in IVolume_GetMute()
 119 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable)  in IVolume_EnableStereoPosition()
 139 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable)  in IVolume_IsEnabledStereoPosition()
 158 static SLresult IVolume_SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition)  in IVolume_SetStereoPosition()
 181 static SLresult IVolume_GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition)  in IVolume_GetStereoPosition()
 212 void IVolume_init(void *self)  in IVolume_init()
 
 | 
| D | IEqualizer.cpp | 55 static SLresult IEqualizer_SetEnabled(SLEqualizerItf self, SLboolean enabled)  in IEqualizer_SetEnabled()79 static SLresult IEqualizer_IsEnabled(SLEqualizerItf self, SLboolean *pEnabled)  in IEqualizer_IsEnabled()
 107 static SLresult IEqualizer_GetNumberOfBands(SLEqualizerItf self, SLuint16 *pNumBands)  in IEqualizer_GetNumberOfBands()
 124 static SLresult IEqualizer_GetBandLevelRange(SLEqualizerItf self, SLmillibel *pMin,  in IEqualizer_GetBandLevelRange()
 145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level)  in IEqualizer_SetBandLevel()
 175 static SLresult IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel)  in IEqualizer_GetBandLevel()
 210 static SLresult IEqualizer_GetCenterFreq(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pCenter)  in IEqualizer_GetCenterFreq()
 245 static SLresult IEqualizer_GetBandFreqRange(SLEqualizerItf self, SLuint16 band,  in IEqualizer_GetBandFreqRange()
 289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand)  in IEqualizer_GetBand()
 339 static SLresult IEqualizer_GetCurrentPreset(SLEqualizerItf self, SLuint16 *pPreset)  in IEqualizer_GetCurrentPreset()
 [all …]
 
 | 
| D | IPrefetchStatus.cpp | 22 static SLresult IPrefetchStatus_GetPrefetchStatus(SLPrefetchStatusItf self, SLuint32 *pStatus)  in IPrefetchStatus_GetPrefetchStatus()41 static SLresult IPrefetchStatus_GetFillLevel(SLPrefetchStatusItf self, SLpermille *pLevel)  in IPrefetchStatus_GetFillLevel()
 60 static SLresult IPrefetchStatus_RegisterCallback(SLPrefetchStatusItf self,  in IPrefetchStatus_RegisterCallback()
 76 static SLresult IPrefetchStatus_SetCallbackEventsMask(SLPrefetchStatusItf self, SLuint32 eventFlags)  in IPrefetchStatus_SetCallbackEventsMask()
 96 static SLresult IPrefetchStatus_GetCallbackEventsMask(SLPrefetchStatusItf self,  in IPrefetchStatus_GetCallbackEventsMask()
 116 static SLresult IPrefetchStatus_SetFillUpdatePeriod(SLPrefetchStatusItf self, SLpermille period)  in IPrefetchStatus_SetFillUpdatePeriod()
 140 static SLresult IPrefetchStatus_GetFillUpdatePeriod(SLPrefetchStatusItf self, SLpermille *pPeriod)  in IPrefetchStatus_GetFillUpdatePeriod()
 169 void IPrefetchStatus_init(void *self)  in IPrefetchStatus_init()
 
 | 
| D | IBassBoost.cpp | 38 static SLresult IBassBoost_SetEnabled(SLBassBoostItf self, SLboolean enabled)  in IBassBoost_SetEnabled()61 static SLresult IBassBoost_IsEnabled(SLBassBoostItf self, SLboolean *pEnabled)  in IBassBoost_IsEnabled()
 89 static SLresult IBassBoost_SetStrength(SLBassBoostItf self, SLpermille strength)  in IBassBoost_SetStrength()
 117 static SLresult IBassBoost_GetRoundedStrength(SLBassBoostItf self, SLpermille *pStrength)  in IBassBoost_GetRoundedStrength()
 146 static SLresult IBassBoost_IsStrengthSupported(SLBassBoostItf self, SLboolean *pSupported)  in IBassBoost_IsStrengthSupported()
 185 void IBassBoost_init(void *self)  in IBassBoost_init()
 198 void IBassBoost_deinit(void *self)  in IBassBoost_deinit()
 207 bool IBassBoost_Expose(void *self)  in IBassBoost_Expose()
 
 | 
| D | IVirtualizer.cpp | 38 static SLresult IVirtualizer_SetEnabled(SLVirtualizerItf self, SLboolean enabled)  in IVirtualizer_SetEnabled()63 static SLresult IVirtualizer_IsEnabled(SLVirtualizerItf self, SLboolean *pEnabled)  in IVirtualizer_IsEnabled()
 91 static SLresult IVirtualizer_SetStrength(SLVirtualizerItf self, SLpermille strength)  in IVirtualizer_SetStrength()
 119 static SLresult IVirtualizer_GetRoundedStrength(SLVirtualizerItf self, SLpermille *pStrength)  in IVirtualizer_GetRoundedStrength()
 148 static SLresult IVirtualizer_IsStrengthSupported(SLVirtualizerItf self, SLboolean *pSupported)  in IVirtualizer_IsStrengthSupported()
 187 void IVirtualizer_init(void *self)  in IVirtualizer_init()
 200 void IVirtualizer_deinit(void *self)  in IVirtualizer_deinit()
 209 bool IVirtualizer_Expose(void *self)  in IVirtualizer_Expose()
 
 | 
| D | IStreamInformation.cpp | 21 static XAresult IStreamInformation_QueryMediaContainerInformation( XAStreamInformationItf self,  in IStreamInformation_QueryMediaContainerInformation()51 static XAresult IStreamInformation_QueryStreamType( XAStreamInformationItf self,  in IStreamInformation_QueryStreamType()
 93 static XAresult IStreamInformation_QueryStreamInformation( XAStreamInformationItf self,  in IStreamInformation_QueryStreamInformation()
 161 static XAresult IStreamInformation_QueryStreamName( XAStreamInformationItf self,  in IStreamInformation_QueryStreamName()
 213 static XAresult IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self,  in IStreamInformation_RegisterStreamChangeCallback()
 233 static XAresult IStreamInformation_QueryActiveStreams( XAStreamInformationItf self,  in IStreamInformation_QueryActiveStreams()
 261 static XAresult IStreamInformation_SetActiveStream( XAStreamInformationItf self,  in IStreamInformation_SetActiveStream()
 286 void IStreamInformation_init(void *self)  in IStreamInformation_init()
 315 void IStreamInformation_deinit(void *self) {  in IStreamInformation_deinit()
 
 | 
| D | IMIDIMuteSolo.cpp | 22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel,  in IMIDIMuteSolo_SetChannelMute()45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel,  in IMIDIMuteSolo_GetChannelMute()
 65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel,  in IMIDIMuteSolo_SetChannelSolo()
 88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel,  in IMIDIMuteSolo_GetChannelSolo()
 108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount)  in IMIDIMuteSolo_GetTrackCount()
 126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute)  in IMIDIMuteSolo_SetTrackMute()
 149 static SLresult IMIDIMuteSolo_GetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pMute)  in IMIDIMuteSolo_GetTrackMute()
 169 static SLresult IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo)  in IMIDIMuteSolo_SetTrackSolo()
 191 static SLresult IMIDIMuteSolo_GetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pSolo)  in IMIDIMuteSolo_GetTrackSolo()
 223 void IMIDIMuteSolo_init(void *self)  in IMIDIMuteSolo_init()
 
 | 
| D | IMetadataExtraction.cpp | 22 static SLresult IMetadataExtraction_GetItemCount(SLMetadataExtractionItf self, SLuint32 *pItemCount)  in IMetadataExtraction_GetItemCount()46 static SLresult IMetadataExtraction_GetKeySize(SLMetadataExtractionItf self,  in IMetadataExtraction_GetKeySize()
 71 static SLresult IMetadataExtraction_GetKey(SLMetadataExtractionItf self,  in IMetadataExtraction_GetKey()
 96 static SLresult IMetadataExtraction_GetValueSize(SLMetadataExtractionItf self,  in IMetadataExtraction_GetValueSize()
 121 static SLresult IMetadataExtraction_GetValue(SLMetadataExtractionItf self,  in IMetadataExtraction_GetValue()
 146 static SLresult IMetadataExtraction_AddKeyFilter(SLMetadataExtractionItf self,  in IMetadataExtraction_AddKeyFilter()
 172 static SLresult IMetadataExtraction_ClearKeyFilter(SLMetadataExtractionItf self)  in IMetadataExtraction_ClearKeyFilter()
 194 void IMetadataExtraction_init(void *self)  in IMetadataExtraction_init()
 
 | 
| D | IVibra.cpp | 22 static SLresult IVibra_Vibrate(SLVibraItf self, SLboolean vibrate)  in IVibra_Vibrate()36 static SLresult IVibra_IsVibrating(SLVibraItf self, SLboolean *pVibrating)  in IVibra_IsVibrating()
 55 static SLresult IVibra_SetFrequency(SLVibraItf self, SLmilliHertz frequency)  in IVibra_SetFrequency()
 76 static SLresult IVibra_GetFrequency(SLVibraItf self, SLmilliHertz *pFrequency)  in IVibra_GetFrequency()
 95 static SLresult IVibra_SetIntensity(SLVibraItf self, SLpermille intensity)  in IVibra_SetIntensity()
 116 static SLresult IVibra_GetIntensity(SLVibraItf self, SLpermille *pIntensity)  in IVibra_GetIntensity()
 149 void IVibra_init(void *self)  in IVibra_init()
 
 | 
| D | IMIDIMessage.cpp | 22 static SLresult IMIDIMessage_SendMessage(SLMIDIMessageItf self, const SLuint8 *data,  in IMIDIMessage_SendMessage()38 static SLresult IMIDIMessage_RegisterMetaEventCallback(SLMIDIMessageItf self,  in IMIDIMessage_RegisterMetaEventCallback()
 54 static SLresult IMIDIMessage_RegisterMIDIMessageCallback(SLMIDIMessageItf self,  in IMIDIMessage_RegisterMIDIMessageCallback()
 70 static SLresult IMIDIMessage_AddMIDIMessageCallbackFilter(SLMIDIMessageItf self,  in IMIDIMessage_AddMIDIMessageCallbackFilter()
 101 static SLresult IMIDIMessage_ClearMIDIMessageCallbackFilter(SLMIDIMessageItf self)  in IMIDIMessage_ClearMIDIMessageCallbackFilter()
 123 void IMIDIMessage_init(void *self)  in IMIDIMessage_init()
 
 | 
| /frameworks/base/tools/velocityplot/ | 
| D | velocityplot.py | 44   def __init__(self, stream):  argument50   def readline(self):  argument
 78   def __init__(self, adbout):  argument
 125   def _make_timeseries(self):  argument
 129   def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):  argument
 155   def _add_timeseries_line(self, axes, label, color, linewidth=1):  argument
 159   def _add_timeseries_legend(self, axes):  argument
 168   def _reset_parse_state(self):  argument
 177   def update(self):  argument
 236   def _scroll(self, timeseries, bottom):  argument
 [all …]
 
 | 
| /frameworks/base/tools/lint/fix/ | 
| D | soong_lint_fix.py | 52     def __init__(self):  argument60     def run(self, additional_setup=None, custom_fix=None):  argument
 74     def _setup(self):  argument
 91     def _find_module(self):  argument
 113     def _lint(self):  argument
 127     def _fix(self):  argument
 138     def _print(self):  argument
 
 | 
| /frameworks/base/tools/aapt2/tools/consumers/ | 
| D | positional_arguments.py | 13     def matches(self, file_path):  argument18     def consume(self, xml_path, input):  argument
 40     def __init__(self, start, number):  argument
 49     def __init__(self, parser):  argument
 57     def start_element(self, tag_name, attrs):  argument
 62     def character_data(self, data):  argument
 70     def end_element(self, tag_name):  argument
 
 | 
| /frameworks/native/opengl/tools/glgen2/ | 
| D | glgen.py | 116     def __init__(self):  argument119     def genCmd(self, cmd, name):  argument
 141     def __init__(self):  argument
 146     def genCmd(self, cmd, name):  argument
 154     def genEnum(self, enuminfo, name):  argument
 188     def finish(self):  argument
 198     def writeEntries(self, outfile):  argument
 205     def writeEnums(self, outfile):  argument
 212     def __init__(self):  argument
 215     def genCmd(self, cmd, name):  argument
 
 |