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

1 2 3 4 5 6 7

  /external/tcpdump/
gmpls.h 17 extern struct tok gmpls_link_prot_values[];
18 extern struct tok gmpls_switch_cap_values[];
19 extern struct tok gmpls_encoding_values[];
20 extern struct tok gmpls_payload_values[];
21 extern struct tok diffserv_te_bc_values[];
22 extern struct tok lmp_sd_service_config_cpsa_link_type_values[];
23 extern struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[];
24 extern struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[];
l2vpn.h 17 extern struct tok l2vpn_encaps_values[];
gmpls.c 30 struct tok gmpls_link_prot_values[] = {
43 struct tok gmpls_switch_cap_values[] = {
56 struct tok gmpls_encoding_values[] = {
72 struct tok gmpls_payload_values[] = {
140 struct tok lmp_sd_service_config_cpsa_link_type_values[] = {
151 struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[] = {
168 struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[] = {
184 struct tok diffserv_te_bc_values[] = {
af.h 20 extern struct tok af_values[];
21 extern struct tok bsd_af_values[];
af.c 31 struct tok af_values[] = {
53 struct tok bsd_af_values[] = {
nlpid.c 29 struct tok nlpid_values[] = {
nlpid.h 17 extern struct tok nlpid_values[];
print-llc.c 47 static struct tok llc_values[] = {
66 static struct tok llc_cmd_values[] = {
78 static const struct tok llc_flag_values[] = {
89 static const struct tok llc_ig_flag_values[] = {
96 static const struct tok llc_supervisory_values[] = {
104 static const struct tok cisco_values[] = {
111 static const struct tok bridged_values[] = {
126 static const struct tok null_values[] = {
132 const struct tok *tok; member in struct:oui_tok
391 const struct tok *tok = null_values; local
    [all...]
  /external/svox/pico/lib/
picotok.c 211 * shortcut : tok
270 static void tok_treatMarkupAsSimpleToken (picodata_ProcessingUnit this, tok_subobj_t * tok);
271 static void tok_treatChar (picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uchar ch, picoos_bool markupHandling);
272 static void tok_treatMarkup (picodata_ProcessingUnit this, tok_subobj_t * tok);
273 static void tok_putToMarkup (picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uchar str[]);
274 static void tok_treatSimpleToken (picodata_ProcessingUnit this, tok_subobj_t * tok);
318 static void tok_startIgnore (tok_subobj_t * tok)
320 tok->ignLevel++;
324 static void tok_endIgnore (tok_subobj_t * tok)
326 if (tok->ignLevel > 0)
1404 tok_subobj_t * tok; local
1503 tok_subobj_t * tok; local
1535 register tok_subobj_t * tok; local
    [all...]
  /external/expat/lib/
xmlrole.c 102 int tok,
125 static int FASTCALL common(PROLOG_STATE *state, int tok);
129 int tok,
134 switch (tok) {
161 return common(state, tok);
166 int tok,
171 switch (tok) {
192 return common(state, tok);
197 int tok,
202 switch (tok) {
    [all...]
  /bionic/libc/string/
strsep.c 52 char *tok; local
56 for (tok = s;;) {
66 return (tok);
strtok.c 45 char *tok; local
65 tok = s - 1;
81 return (tok);
  /external/tcpdump/missing/
strsep.c 64 char *tok; local
68 for (tok = s;;) {
78 return (tok);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ServerParser.java 81 String tok; local
85 tok = this.lexer.getString('/');
87 if (tok.charAt(tok.length() - 1) == '\n')
88 tok = tok.trim();
89 server.addProductToken(tok);
92 tok = this.lexer.getRest().trim();
93 server.addProductToken(tok);
  /external/libxml2/
threads.c 192 xmlMutexPtr tok; local
194 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
198 pthread_mutex_init(&tok->lock, NULL);
200 tok->mutex = CreateMutex(NULL, FALSE, NULL);
202 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
203 free(tok);
206 tok->tid = -1;
208 return (tok);
213 * @tok: the simple mutex
219 xmlFreeMutex(xmlMutexPtr tok)
301 xmlRMutexPtr tok; local
    [all...]
  /external/libxml2/include/libxml/
threads.h 42 xmlMutexLock (xmlMutexPtr tok);
44 xmlMutexUnlock (xmlMutexPtr tok);
46 xmlFreeMutex (xmlMutexPtr tok);
51 xmlRMutexLock (xmlRMutexPtr tok);
53 xmlRMutexUnlock (xmlRMutexPtr tok);
55 xmlFreeRMutex (xmlRMutexPtr tok);
  /external/chromium/third_party/icu/source/i18n/
ucol_bld.cpp 324 UColToken *tok = lh->first; local
325 uint32_t tokStrength = tok->strength;
376 lh->fStrToken[tokStrength] = tok;
383 while(tok != NULL && tok->strength >= tokStrength) {
385 lh->lStrToken[tokStrength] = tok;
387 tok = tok->next;
398 if(tok != NULL) {
399 tokStrength = tok->strength
733 UColToken *tok = lh->last; local
837 UColToken *tok = lh->first; local
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 324 UColToken *tok = lh->first; local
325 uint32_t tokStrength = tok->strength;
376 lh->fStrToken[tokStrength] = tok;
383 while(tok != NULL && tok->strength >= tokStrength) {
385 lh->lStrToken[tokStrength] = tok;
387 tok = tok->next;
398 if(tok != NULL) {
399 tokStrength = tok->strength
733 UColToken *tok = lh->last; local
837 UColToken *tok = lh->first; local
    [all...]
  /sdk/emulator/gps/
gps_qemu.c 119 Token tok; local
123 tok.p = tok.end = dummy;
125 tok = t->tokens[index];
127 return tok;
251 nmea_reader_update_time( NmeaReader* r, Token tok )
258 if (tok.p + 6 > tok.end)
270 hour = str2int(tok.p, tok.p+2)
290 Token tok = date; local
333 Token tok; local
366 Token tok = altitude; local
382 Token tok = bearing; local
398 Token tok = speed; local
416 Token tok; local
430 Token tok = nmea_tokenizer_get(tzer,n); local
    [all...]
  /bionic/libc/wchar/
wcstok.c 45 wchar_t *tok; local
65 tok = s - 1;
81 return (tok);
  /external/libvpx/vp8/common/
treecoder.c 58 vp8_token tok [ /* n */ ],
81 int L = tok[t].Len;
82 const int enc = tok[t].value;
111 vp8_token tok [ /* n */ ],
123 branch_counts(n, tok, tree, branch_ct, num_events);
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 131 Token tok = currentToken.next; local
134 if (tok.kind == 0) {
138 retval += add_escapes(tok.image);
139 tok = tok.next;
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 131 Token tok = currentToken.next; local
134 if (tok.kind == 0) {
138 retval += add_escapes(tok.image);
139 tok = tok.next;
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 131 Token tok = currentToken.next; local
134 if (tok.kind == 0) {
138 retval += add_escapes(tok.image);
139 tok = tok.next;
  /external/v8/src/
token.h 217 static const char* Name(Value tok) {
218 ASSERT(0 <= tok && tok < NUM_TOKENS);
219 return name_[tok];
223 static bool IsAssignmentOp(Value tok) {
224 return INIT_VAR <= tok && tok <= ASSIGN_MOD;
250 static const char* String(Value tok) {
251 ASSERT(0 <= tok && tok < NUM_TOKENS)
    [all...]

Completed in 229 milliseconds

1 2 3 4 5 6 7