Home
last modified time | relevance | path

Searched defs:patch_level (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Gki/libkver/include/kver/
Dkmi_version.h41 uint64_t patch_level() const { return patch_level_; } in patch_level() function
Dkernel_release.h48 uint64_t patch_level() const { return kmi_version().patch_level(); } in patch_level() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcudnn_version.h38 int patch_level; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/
Dversion.hpp38 const int patch_level = ODEINT_PATCH_LEVEL ; variable
/aosp_15_r20/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c31 int patch_level; member
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h45 uint32_t patch_level() const { return patch_; } in patch_level() function
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_controller.cc127 uint64_t patch_level = 0; member
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyAttestationTest.java1384 int patch_level = Integer.parseInt(year_string) * 100 + Integer.parseInt(month_string); in getSystemPatchLevel() local