Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 25 of 739) sorted by relevance

12345678910>>...30

/external/doclava/res/assets/templates/
Dclass.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
4 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
14 <?cs if:subcount(cl.methods) ?>
15 <?cs set:inhmethods = #1 ?>
16 <?cs /if ?>
17 <?cs if:subcount(cl.constants) ?>
[all …]
Dmacros.cs1 <?cs # A link to a package ?><?cs
3 <a href="<?cs var:toroot ?><?cs var:pkg.link ?>"><?cs var:pkg.name ?></a><?cs
6 <?cs # A link to a type, or not if it's a primitive type
95 that doesn't inherit from anything?><?cs
96 elif:tag.kind == "@attr" ?><?cs
97 else ?>{<?cs var:tag.name?> <?cs var:tag.text ?>}<?cs
98 /if ?><?cs
99 /each ?><?cs
102 <?cs # Show the short-form description of something. These come from shortDescr and deprecated ?><…
103 def:short_descr(obj) ?><?cs
[all …]
Dhierarchy.cs1 <?cs include:"macros.cs" ?>
12 <?cs include:"head_tag.cs" ?>
13 <?cs include:"header.cs" ?>
18 <h1><?cs var:page.title ?></h1>
25 <?cs def:hierarchy_list(classes) ?>
26 <?cs each:cl = classes ?>
28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?>
30 <?cs if:cl.exists ?>
31 <?cs call:type_link(cl.class) ?>
32 <?cs else ?>
[all …]
Dyaml_navtree.cs1 <?cs
9 ?><?cs
11 <?cs var:whitespace ?>- title: "<?cs var:page.label ?>"
12 <?cs var:whitespace ?> path: <?cs var:page.link ?><?cs
14 <?cs var:whitespace ?> section: <?cs
15 /if?><?cs
17 <?cs var:whitespace ?> - title: "<?cs var:child.label ?>"
18 <?cs var:whitespace ?> path: <?cs var:child.link ?><?cs
20 <?cs var:whitespace ?> section:<?cs
21 call:write_child_nodes(child) ?><?cs
[all …]
Dpackage.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
4 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
12 <?cs call:since_tags(package) ?>
13 <?cs call:federated_refs(package) ?>
19 <h1><?cs var:package.name ?></h1>
26 <?cs if:subcount(package.descr) ?>
28 <?cs call:tag_list(package.descr) ?>
30 <?cs /if ?>
[all …]
Ddiff.cs127 <?cs each:site = sites ?>
128 <th><?cs var:site.name ?></th>
129 <?cs /each ?>
131 <?cs each:package = packages ?>
132 <?cs if:subcount(package.classes) ?>
135 <?cs else ?>
138 <?cs /if ?>
139 <td class="package-label"><?cs var:package.name ?></td>
140 <?cs each:site = package.sites ?>
142 <?cs if:site.hasPackage ?>
[all …]
Dclasses.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
4 <?cs include:"head_tag.cs" ?>
5 <?cs include:"header.cs" ?>
10 <h1><?cs var:page.title ?></h1>
15 <div class="jd-letterlist"><?cs each:letter=docs.classes ?>
16 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?>
19 <?cs each:letter=docs.classes ?>
20 <?cs set:count = #1 ?>
21 <h2 id="letter_<?cs name:letter ?>"><?cs name:letter ?></h2>
[all …]
Dsampleindex.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
3 <?cs set:resources="true" ?>
5 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
14 <h1><?cs var:page.title ?></h1>
20 <?cs var:summary ?>
22 <?cs if:subcount(subdirs) ?>
25 <?cs each:dir=subdirs ?>
26 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
[all …]
Dtodo.cs4 <title><?cs var:page.title ?></title>
31 <h1><?cs var:page.title ?></h1>
35 <tr><th>Errors</th><td><?cs var:all.errorCount ?></td></tr>
36 <tr><th>Percent Good</th><td><?cs var:all.percentGood ?></td></tr>
37 <tr><th>Total Comments</th><td><?cs var:all.totalCount ?></td></tr>
49 <?cs each:pkg=packages ?>
51 <td><?cs var:pkg.name ?></td>
52 <td><?cs var:pkg.errorCount ?></td>
53 <td><?cs var:pkg.percentGood ?></td>
54 <td><?cs var:pkg.totalCount ?></td>
[all …]
Dkeywords.cs1 <?cs include:"macros.cs" ?>
3 <?cs include:"head_tag.cs" ?>
4 <?cs include:"header.cs" ?>
9 <h1><?cs var:page.title ?></h1>
14 <div class="jd-letterlist"><?cs each:letter=keywords ?>
15 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?>
18 <?cs each:letter=keywords ?>
20 <h2><?cs name:letter ?></h2>
22 <?cs each:entry=letter
23 ?> <li><a href="<?cs var:toroot ?><?cs var:entry.href ?>"><?cs var:entry.label
[all …]
Ddocpage.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
4 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
12 <?cs if:parent.link ?>
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
14 <?cs else ?>&nbsp;
15 <?cs /if ?>
17 <h1 itemprop="name"><?cs var:page.title ?></h1>
23 <?cs call:tag_list(root.descr) ?>
[all …]
Dpackages.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
4 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
11 <h1><?cs var:page.title ?></h1>
17 <p><?cs call:tag_list(root.descr) ?></p>
20 <?cs set:count = #1 ?>
22 <?cs each:pkg = docs.packages ?>
24 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
25 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td>
[all …]
/external/tcpdump/
Dcpack.c57 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in cpack_align_and_reserve() argument
62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in cpack_align_and_reserve()
65 if (next - cs->c_buf + wordsize > cs->c_len) in cpack_align_and_reserve()
72 cpack_init(struct cpack_state *cs, u_int8_t *buf, size_t buflen) in cpack_init() argument
74 memset(cs, 0, sizeof(*cs)); in cpack_init()
76 cs->c_buf = buf; in cpack_init()
77 cs->c_len = buflen; in cpack_init()
78 cs->c_next = cs->c_buf; in cpack_init()
85 cpack_uint64(struct cpack_state *cs, u_int64_t *u) in cpack_uint64() argument
89 if ((next = cpack_align_and_reserve(cs, sizeof(*u))) == NULL) in cpack_uint64()
[all …]
/external/doclava/res/assets/templates/components/
Dleft_nav.cs1 <?cs # The default side navigation for the reference docs ?><?cs
10 …"<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selec…
11 …f="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="select…
14 <?cs call:package_link_list(docs.packages) ?>
18 <div id="classes-nav"><?cs
21 <?cs call:list("Interfaces", class.package.interfaces) ?>
22 <?cs call:list("Classes", class.package.classes) ?>
23 <?cs call:list("Enums", class.package.enums) ?>
24 <?cs call:list("Exceptions", class.package.exceptions) ?>
25 <?cs call:list("Errors", class.package.errors) ?>
[all …]
/external/iptables/iptables/
Dxshared.c89 static bool should_load_proto(struct iptables_command_state *cs) in should_load_proto() argument
91 if (cs->protocol == NULL) in should_load_proto()
93 if (find_proto(cs->protocol, XTF_DONT_LOAD, in should_load_proto()
94 cs->options & OPT_NUMERIC, NULL) == NULL) in should_load_proto()
96 return !cs->proto_used; in should_load_proto()
99 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto() argument
101 if (!should_load_proto(cs)) in load_proto()
103 return find_proto(cs->protocol, XTF_TRY_LOAD, in load_proto()
104 cs->options & OPT_NUMERIC, &cs->matches); in load_proto()
107 int command_default(struct iptables_command_state *cs, in command_default() argument
[all …]
Diptables.c1299 static void command_jump(struct iptables_command_state *cs) in command_jump() argument
1303 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert); in command_jump()
1304 cs->jumpto = parse_target(optarg); in command_jump()
1306 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD); in command_jump()
1308 if (cs->target == NULL) in command_jump()
1312 + cs->target->size; in command_jump()
1314 cs->target->t = xtables_calloc(1, size); in command_jump()
1315 cs->target->t->u.target_size = size; in command_jump()
1316 strcpy(cs->target->t->u.user.name, cs->jumpto); in command_jump()
1317 cs->target->t->u.user.revision = cs->target->revision; in command_jump()
[all …]
Dip6tables.c1273 static void command_jump(struct iptables_command_state *cs) in command_jump() argument
1277 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump()
1278 cs->jumpto = parse_target(optarg); in command_jump()
1280 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD); in command_jump()
1282 if (cs->target == NULL) in command_jump()
1285 size = XT_ALIGN(sizeof(struct ip6t_entry_target)) + cs->target->size; in command_jump()
1287 cs->target->t = xtables_calloc(1, size); in command_jump()
1288 cs->target->t->u.target_size = size; in command_jump()
1289 strcpy(cs->target->t->u.user.name, cs->jumpto); in command_jump()
1290 cs->target->t->u.user.revision = cs->target->revision; in command_jump()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509CertStoreSelector.java58 X509CertStoreSelector cs = new X509CertStoreSelector(); in getInstance() local
59 cs.setAuthorityKeyIdentifier(selector.getAuthorityKeyIdentifier()); in getInstance()
60 cs.setBasicConstraints(selector.getBasicConstraints()); in getInstance()
61 cs.setCertificate(selector.getCertificate()); in getInstance()
62 cs.setCertificateValid(selector.getCertificateValid()); in getInstance()
63 cs.setMatchAllSubjectAltNames(selector.getMatchAllSubjectAltNames()); in getInstance()
66 cs.setPathToNames(selector.getPathToNames()); in getInstance()
67 cs.setExtendedKeyUsage(selector.getExtendedKeyUsage()); in getInstance()
68 cs.setNameConstraints(selector.getNameConstraints()); in getInstance()
69 cs.setPolicy(selector.getPolicy()); in getInstance()
[all …]
/external/srec/srec/crec/
Dcomp_stats.c68 void dump_comp_stats(COMP_STATS *cs, PFile* fp) in dump_comp_stats() argument
78 if (!cs) cs = comp_stats; in dump_comp_stats()
81 pfprintf(fp, "Total Time %5.2f Seconds\n", cs->total_time); in dump_comp_stats()
83 print_cs_clock(&cs->front_end, cs->total_time, fp, "Front end", "Frames"); in dump_comp_stats()
84 print_cs_clock(&cs->overall_search, cs->total_time, fp, "Total Search", "Frames"); in dump_comp_stats()
85 print_cs_clock(&cs->models, cs->total_time, fp, " Models", "Models"); in dump_comp_stats()
86 print_cs_clock(&cs->internal_hmm, cs->total_time, fp, " Internal HMM", "HMMs"); in dump_comp_stats()
87 print_cs_clock(&cs->fsm_to_hmm, cs->total_time, fp, " FSM to HMM", "FSM_Nodes"); in dump_comp_stats()
88 print_cs_clock(&cs->prune, cs->total_time, fp, " Prune", "HMM States"); in dump_comp_stats()
89 print_cs_clock(&cs->hmm_to_fsm, cs->total_time, fp, " HMM to FSM", "HMMS"); in dump_comp_stats()
[all …]
/external/libppp/src/
Dslcompress.c163 register struct cstate *cs = comp->last_cs->cs_next; in sl_compress_tcp() local
198 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr || in sl_compress_tcp()
199 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr || in sl_compress_tcp()
200 *(int *) th != ((int *) &cs->cs_ip)[cs->cs_ip.ip_hl]) { in sl_compress_tcp()
216 lcs = cs; in sl_compress_tcp()
217 cs = cs->cs_next; in sl_compress_tcp()
219 if (ip->ip_src.s_addr == cs->cs_ip.ip_src.s_addr in sl_compress_tcp()
220 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr in sl_compress_tcp()
221 && *(int *) th == ((int *) &cs->cs_ip)[cs->cs_ip.ip_hl]) in sl_compress_tcp()
223 } while (cs != lastcs); in sl_compress_tcp()
[all …]
/external/qemu/android/
Dconfig.c139 static int _lex(cstate *cs, int value) in _lex() argument
145 data = cs->data; in _lex()
147 if(cs->next != 0) { in _lex()
148 c = cs->next; in _lex()
149 cs->next = 0; in _lex()
170 cs->data = data; in _lex()
173 cs->data = data + 1; in _lex()
182 cs->data = data; in _lex()
186 cs->data = data; in _lex()
190 cs->data = data; in _lex()
[all …]
/external/qemu/
Dcharpipe.c72 CharDriverState cs[1]; member
81 charpipehalf_close( CharDriverState* cs ) in charpipehalf_close() argument
83 CharPipeHalf* ph = cs->opaque; in charpipehalf_close()
96 charpipehalf_write( CharDriverState* cs, const uint8_t* buf, int len ) in charpipehalf_write() argument
98 CharPipeHalf* ph = cs->opaque; in charpipehalf_write()
106 if (bip == NULL && peer != NULL && peer->cs->chr_read != NULL) { in charpipehalf_write()
111 if (peer->cs->chr_can_read) { in charpipehalf_write()
112 size = qemu_chr_can_read( peer->cs ); in charpipehalf_write()
121 qemu_chr_read( peer->cs, (uint8_t*)buf, size ); in charpipehalf_write()
161 if (peer == NULL || peer->cs->chr_read == NULL) in charpipehalf_poll()
[all …]
/external/llvm/lib/Support/
Dregex2.h113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument
116 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* llvm_regcomp() internal fns */ argument
117 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument
118 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
/external/quake/quake/src/QW/client/
Dzone.c655 void Cache_UnlinkLRU (cache_system_t *cs) in Cache_UnlinkLRU() argument
657 if (!cs->lru_next || !cs->lru_prev) in Cache_UnlinkLRU()
660 cs->lru_next->lru_prev = cs->lru_prev; in Cache_UnlinkLRU()
661 cs->lru_prev->lru_next = cs->lru_next; in Cache_UnlinkLRU()
663 cs->lru_prev = cs->lru_next = NULL; in Cache_UnlinkLRU()
666 void Cache_MakeLRU (cache_system_t *cs) in Cache_MakeLRU() argument
668 if (cs->lru_next || cs->lru_prev) in Cache_MakeLRU()
671 cache_head.lru_next->lru_prev = cs; in Cache_MakeLRU()
672 cs->lru_next = cache_head.lru_next; in Cache_MakeLRU()
673 cs->lru_prev = &cache_head; in Cache_MakeLRU()
[all …]
/external/quake/quake/src/WinQuake/
Dzone.cpp650 void Cache_UnlinkLRU (cache_system_t *cs) in Cache_UnlinkLRU() argument
652 if (!cs->lru_next || !cs->lru_prev) in Cache_UnlinkLRU()
655 cs->lru_next->lru_prev = cs->lru_prev; in Cache_UnlinkLRU()
656 cs->lru_prev->lru_next = cs->lru_next; in Cache_UnlinkLRU()
658 cs->lru_prev = cs->lru_next = NULL; in Cache_UnlinkLRU()
661 void Cache_MakeLRU (cache_system_t *cs) in Cache_MakeLRU() argument
663 if (cs->lru_next || cs->lru_prev) in Cache_MakeLRU()
666 cache_head.lru_next->lru_prev = cs; in Cache_MakeLRU()
667 cs->lru_next = cache_head.lru_next; in Cache_MakeLRU()
668 cs->lru_prev = &cache_head; in Cache_MakeLRU()
[all …]

12345678910>>...30