Home
last modified time | relevance | path

Searched defs:init_param (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libhevc/encoder/
H A Dosal.h273 void *init_param; member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dataclasses.py1228 init_param: InitVar[int] = None variable in TestCase.test_init_var.C
1230 def __post_init__(self, init_param): argument