Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/
Dview_model.h55 check_index(index); in view_at()
60 check_index(index); in set_ideal_bounds()
65 check_index(index); in ideal_bounds()
83 void check_index(int index) const { in check_index() function
88 void check_index(int index) const {} in check_index() function
Dview_model.cc31 check_index(index); in Remove()
/external/libnfc-nxp/src/
DphFriNfc_TopazDynamicMap.c2359 uint8_t check_index = 0; in phFriNfc_Tpz_H_CheckCCBytesForWrite() local
2365 (PH_FRINFC_TOPAZ_CC_BYTE0 == ps_tpz_info->CCByteBuf[check_index]) in phFriNfc_Tpz_H_CheckCCBytesForWrite()
2367 || (0 == ps_tpz_info->CCByteBuf[check_index]) in phFriNfc_Tpz_H_CheckCCBytesForWrite()
2372 check_index = (uint8_t)(check_index + 1); in phFriNfc_Tpz_H_CheckCCBytesForWrite()