Home
last modified time | relevance | path

Searched refs:_is_null (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py32 def _is_null(p: Optional[ct._Pointer]) -> bool: function
271 assert not _is_null(self._instance)
336 if _is_null(psample):
347 assert not _is_null(event)
352 assert not _is_null(symbol)
357 assert not _is_null(callchain)
362 if _is_null(data):
373 assert not _is_null(build_id)
381 if not _is_null(feature_data):
405 if not _is_null(feature_data):
[all …]