Searched defs:token (Results 1 - 10 of 10) sorted by relevance

/system/core/init/
H A Dueventd_parser.c42 int token = next_token(&state); local
43 switch (token) {
/system/core/nexus/
H A DSupplicantStatus.cpp56 char *token = strsep(&line_next, "="); local
58 if (!strcmp(token, "bssid"))
60 else if (!strcmp(token, "ssid"))
62 else if (!strcmp(token, "id"))
64 else if (!strcmp(token, "wpa_state")) {
86 LOGD("Ignoring unsupported status token '%s'", token);
/system/core/adb/
H A Dremount_service.c39 char *token = NULL; local
51 token = strtok(buf, delims);
53 while (token) {
59 res = sscanf(token, "%255s %255s %*s %*s %d %d\n",
66 token = strtok(NULL, delims);
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dconsole.h91 /* Add token */
96 ConParm_t p_parms[]);/* Array of token parameters. */
103 Monitor token handler can call consoleStop() to exit the
174 /* Monitor token structure */
194 } token; member in union:ConEntry_t::__anon283
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DtrafficAdmControl.c125 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, UINT8 token, UINT8 *acID);
759 /* parsing the dialog token */
777 ("dialog token Not found, dialogToken = %d , \n",dialogToken));
784 /* validate dialog token matching */
788 ("dialog token mismatch, dialogToken = %d , acID = %d \n",dialogToken, tspecInfo.AC));
903 /* according to WMM Specification v1.1, section 2.2.10, dialog token = 0 in DELTS */
1126 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, UINT8 token, UINT8 *acID) argument
1133 if (pTrafficAdmCtrl->dialogToken[idx] == token)
1269 /* storing the dialog token for response validation */
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DtrafficAdmControl.c106 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, TI_UINT8 token, TI_UINT8 *acID);
675 /* parsing the dialog token */
691 TRACE1(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token Not found, dialogToken = %d , \n",dialogToken);
698 /* validate dialog token matching */
701 TRACE2(pTrafficAdmCtrl->hReport, REPORT_SEVERITY_WARNING, "dialog token mismatch, dialogToken = %d , acID = %d \n",dialogToken, tspecInfo.AC);
993 static TI_STATUS trafficAdmCtrl_tokenToAc (TI_HANDLE hTrafficAdmCtrl, TI_UINT8 token, TI_UINT8 *acID) argument
1000 if (pTrafficAdmCtrl->dialogToken[idx] == token)
1119 /* storing the dialog token for response validation */
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dconsole.c76 /* Monitor token structure */
98 } token; member in union:ConEntry_t::__anon1088
132 Make a preliminary analizis of <name> token.
133 Returns a token type (Empty, Up, Root, Break, Name)
330 /* Returns number of parameters of the given token
335 if ( !p_token->u.token.parm )
338 (i<p_token->u.token.totalParams) &&
339 p_token->u.token.parm[i].name &&
340 p_token->u.token.parm[i].name[0];
363 p_token->u.token
[all...]
/system/core/sh/
H A Dparser.c73 #include "token.h"
93 int lasttoken; /* last token read */
94 MKINIT int tokpushback; /* last token pushed back */
100 int quoteflag; /* set if (part of) last token was quoted */
101 int startlinno; /* line # where last token started */
766 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
768 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
775 * Read the next input token.
776 * If the token is a word, we set backquotelist to the list of cmds in
779 * If the token i
1598 synexpect(int token) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c323 char *token, unsigned long token_len,
331 *token++ = *buffer++;
340 *token = 0;
343 return token;
350 char token[15]; local
360 rm_get_token(&buffer, &count, token, sizeof(token)-1, ' ');
361 if (token[0]=='d')
364 if (!strcmp(token, "dw"))
366 else if (!strcmp(token, "d
322 rm_get_token(const char **p_buffer, unsigned long *p_buffer_len, char *token, unsigned long token_len, char del) argument
[all...]
/system/core/libacc/
H A Dacc.cpp3529 // Current values for the token
3552 // Returns a token for a given string of characters.
3865 Token& token = (*mpTokenTable)[tok]; local
3866 VariableInfo* pOldV = token.mpVariableInfo;
3873 token.mpVariableInfo = pNewV;
3879 Token& token = (*mpTokenTable)[tok]; local
3880 VariableInfo* pOldS = token.mpStructInfo;
3888 token.mpStructInfo = pNewS;
3934 tokenid_t tok; // token
3935 intptr_t tokc; // token extr
5781 decodeToken(String& buffer, tokenid_t token, bool quote) argument
5809 printToken(tokenid_t token) argument
5815 checkSymbol(tokenid_t token) argument
[all...]

Completed in 678 milliseconds