Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_Cr50Uart/
Dfirmware_Cr50Uart.py30 GET_STATE = ':\s+(%s|%s)' % (ENABLE, DISABLE) variable in firmware_Cr50Uart
31 CCD_STATE = '%s%s' % (CCD, GET_STATE)
32 UART_RESPONSE = ['(AP UART)%s' % GET_STATE, '(EC UART)%s' % GET_STATE]
/external/tpm2/
DClockSet.c41 CryptDrbgGetPutState(GET_STATE); in TPM2_ClockSet()
DShutdown.c42 CryptDrbgGetPutState(GET_STATE); in TPM2_Shutdown()
DManufacture.c87 _cpri__DrbgGetPutState(GET_STATE, sizeof(go.drbgState), (BYTE *)&go.drbgState); in TPM_Manufacture()
DClear.c92 CryptDrbgGetPutState(GET_STATE); in TPM2_Clear()
DTime.c130 CryptDrbgGetPutState(GET_STATE); in TimeUpdateToCurrent()
DCryptoEngine.h126 GET_STATE, // Get the state to save to NV enumerator
/external/icu/icu4c/source/common/
Dubidi.c1510 #define GET_STATE(cell) ((cell)&0x0f) macro
1849 pLevState->state=GET_STATE(cell); /* isolate the new state */ in processPropertySeq()