Home
last modified time | relevance | path

Searched defs:token (Results 1 – 9 of 9) sorted by relevance

/system/core/nexus/
DSupplicantStatus.cpp56 char *token = strsep(&line_next, "="); in createStatus() local
/system/core/adb/
Dremount_service.c39 char *token = NULL; in find_mount() local
/system/core/sh/
Dparser.c792 #define RETURN(token) return lasttoken = token argument
1598 synexpect(int token) in synexpect()
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dconsole.h194 } token; member
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
Desta_drv.c301 char *token, unsigned long token_len, in rm_get_token()
328 char token[15]; in tiwlan_deb_write_proc() local
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
DtrafficAdmControl.c1126 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, UINT8 token, UINT8 *acID) in trafficAdmCtrl_tokenToAc()
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DtrafficAdmControl.c993 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, TI_UINT8 token, TI_UINT8 *acI… in trafficAdmCtrl_tokenToAc()
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dconsole.c98 } token; member
/system/core/libacc/
Dacc.cpp3843 Token& token = (*mpTokenTable)[tok]; in add() local
3857 Token& token = (*mpTokenTable)[tok]; in addStructTag() local
5621 void decodeToken(String& buffer, tokenid_t token, bool quote) { in decodeToken()
5645 void printToken(tokenid_t token) { in printToken()
5651 bool checkSymbol(tokenid_t token) { in checkSymbol()