HomeSort by relevance Sort by last modified time
    Searched refs:tok (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /bionic/libc/kernel/tools/
cpp.py 173 tok = self.peekId()
174 if tok != tokSPACE and tok != tokLN:
186 tok = self.peek()
187 if tok.id != id:
188 raise BadExpectedToken, "%d:%d: '%s' expected, received '%s'" % (tok.lineno, tok.colno, id, tok.id)
234 def markPos(self,tok):
237 tok.lineno = self.line +
    [all...]
  /external/libvpx/vp8/common/
treecoder.h 68 vp8_token tok [ /* n */ ],
81 vp8_token tok [ /* n */ ],
  /external/tcpdump/
oui.c 31 struct tok oui_values[] = {
55 struct tok smi_values[] = {
oui.h 17 extern struct tok oui_values[];
18 extern struct tok smi_values[];
ipproto.c 30 struct tok ipproto_values[] = {
l2vpn.c 30 struct tok l2vpn_encaps_values[] = {
print-atm.c 46 struct tok oam_f_values[] = {
52 struct tok oam_celltype_values[] = {
60 struct tok oam_fm_functype_values[] = {
68 struct tok oam_pm_functype_values[] = {
75 struct tok oam_ad_functype_values[] = {
81 static const struct tok *oam_functype_values[16] = {
198 static struct tok msgtype2str[] = {
print-lmp.c 61 static const struct tok lmp_header_flag_values[] = {
67 static const struct tok lmp_obj_te_link_flag_values[] = {
73 static const struct tok lmp_obj_data_link_flag_values[] = {
80 static const struct tok lmp_obj_channel_status_values[] = {
87 static const struct tok lmp_obj_begin_verify_flag_values[] = {
93 static const struct tok lmp_obj_begin_verify_error_values[] = {
102 static const struct tok lmp_obj_link_summary_error_values[] = {
113 static const struct tok lmp_obj_service_config_sp_flag_values[] = {
120 static const struct tok lmp_obj_service_config_cpsa_tp_flag_values[] = {
128 static const struct tok lmp_obj_service_config_cpsa_cct_flag_values[] =
    [all...]
print-bfd.c 104 static const struct tok bfd_v1_authentication_values[] = {
117 static const struct tok bfd_port_values[] = {
124 static const struct tok bfd_diag_values[] = {
137 static const struct tok bfd_v0_flag_values[] = {
151 static const struct tok bfd_v1_flag_values[] = {
161 static const struct tok bfd_v1_state_values[] = {
print-syslog.c 44 static const struct tok syslog_severity_values[] = {
56 static const struct tok syslog_facility_values[] = {
print-vrrp.c 70 static const struct tok type2str[] = {
80 static const struct tok auth2str[] = {
print-pflog.c 53 static struct tok pf_reasons[] = {
72 static struct tok pf_actions[] = {
86 static struct tok pf_directions[] = {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 58 Token tok = lexer.match(SIP); local
59 if (!tok.getTokenValue().equalsIgnoreCase("SIP"))
62 tok = lexer.match(ID);
63 if (!tok.getTokenValue().equals("2.0"))
WarningParser.java 130 Token tok = lexer.getNextToken(); local
132 int code = Integer.parseInt(tok.getTokenValue());
143 tok = lexer.getNextToken();
151 warning.setAgent(tok.getTokenValue() + ":"
154 warning.setAgent(tok.getTokenValue());
HeaderParser.java 52 String tok = lexer.ttoken(); local
53 String id = tok.toLowerCase();
184 protected void headerName(int tok) throws ParseException {
185 this.lexer.match(tok);
ViaParser.java 122 Token tok = lexer.getNextToken(); local
123 comment.append(tok.getTokenValue());
125 tok = lexer.getNextToken();
126 comment.append(tok.getTokenValue());
  /external/expat/lib/
xmlrole.h 89 int tok,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
  /external/dropbear/
cli-auth.c 139 unsigned char * tok = NULL; local
195 tok = methods; /* tok stores the next method we'll compare */
198 TRACE(("auth method '%s'", tok))
200 if (strncmp(AUTH_METHOD_PUBKEY, tok,
206 if (strncmp(AUTH_METHOD_INTERACT, tok,
212 if (strncmp(AUTH_METHOD_PASSWORD, tok,
217 tok = &methods[i+1]; /* Must make sure we don't use it after the
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
ProviderConfigurationPermission.java 59 StringTokenizer tok = new StringTokenizer(Strings.toLowerCase(actions), " ,"); local
62 while (tok.hasMoreTokens())
64 String s = tok.nextToken();
  /frameworks/base/opengl/tools/glgen/src/
CFunc.java 133 String tok = tokens[i++]; local
135 if (tok.equals("(")) {
138 if (tok.equals(")")) {
144 String argTypeName = tok;
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 369 DisableRecord tok = null; local
374 tok = t;
379 if (tok != null) {
381 tok.token.unlinkToDeath(tok, 0);
384 if (tok == null) {
385 tok = new DisableRecord();
387 token.linkToDeath(tok, 0);
392 mDisableRecords.add(tok);
394 tok.what = what
443 DisableRecord tok = mDisableRecords.get(i); local
    [all...]
NetworkManagementService.java 347 String[] tok = line.split(" "); local
348 if (tok.length < 3) {
353 int code = Integer.parseInt(tok[0]);
356 return "enabled".equals(tok[2]);
411 String[] tok = line.split(" "); local
412 if (tok.length < 3) {
415 int code = Integer.parseInt(tok[0]);
418 return "started".equals(tok[2]);
588 String []tok = line.split(" "); local
589 int code = Integer.parseInt(tok[0])
694 String[] tok = rsp.split(" "); local
754 String[] tok = rsp.split(" "); local
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 333 StringTokenizer tok = new StringTokenizer(line2, " "); local
334 if (tok.countTokens() < 4) {
336 if (tok.countTokens() == 1 && lines.size() >= 3) {
338 tok = new StringTokenizer(line3, " ");
345 tok.nextToken(); // Ignore Filesystem
347 tok.nextToken(); // Ignore 1K-blocks
348 tok.nextToken(); // Ignore Used
349 String freeSpace = tok.nextToken();
  /external/iproute2/misc/
lnstat.c 254 char *tmp, *tok; local
277 for (tok = strtok(tmp, ",");
278 tok;
279 tok = strtok(NULL, ",")) {
287 fp.params[fp.num++].name = tok;
298 for (tok = strtok(tmp, ",");
299 tok;
300 tok = strtok(NULL, ",")) {
301 len = strtoul(tok, NULL, 0);
  /external/chromium/net/http/
http_auth.cc 91 StringTokenizer tok(begin, end, HTTP_LWS);
92 if (!tok.GetNext()) {
98 scheme_begin_ = tok.token_begin();
99 scheme_end_ = tok.token_end();

Completed in 756 milliseconds

12 3 4 5 6 7