Home
last modified time | relevance | path

Searched full:cs (Results 1 – 25 of 4488) sorted by relevance

12345678910>>...180

/external/doclava/res/assets/templates/
Dmacros.cs1 <?cs
3 ?><?cs
4 if:dac ?><?cs
5 # standard devsite warns on inline js and script tags ?><?cs
6 set:enable_javascript = 1 ?><?cs
9 <?cs # A link to a package ?><?cs
11 <a href="<?cs
12 if:!pkg.federatedSite ?><?cs
13 var:toroot ?><?cs
14 /if ?><?cs var:pkg.link ?>"><?cs var:pkg.name ?></a><?cs
[all …]
Dclass.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
4 <?cs include:"head_tag.cs" ?>
5 <body class="<?cs var:class.since ?>" itemscope itemtype="http://schema.org/Article">
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 ?>
[all …]
/external/doclava/res/assets/templates-sdk/
Dclass.cs1 <?cs # THIS CREATES A CLASS OR INTERFACE PAGE FROM .java FILES ?>
2 <?cs include:"macros.cs" ?>
3 <?cs include:"macros_override.cs" ?>
4 <?cs
11 <?cs
13 ?><?cs def:write_method_summary(methods, included) ?>
14 <?cs set:count = #1 ?>
15 <?cs each:method = methods ?>
16 <tr <?cs
18 ?>data-version-added="<?cs var:method.since ?>"<?cs
[all …]
Dmacros_override.cs1 <?cs # Create a comma separated list of annotations on obj that were in showAnnotations in Doclava …
2 <?cs # pre is an HTML string to start the list, post is an HTML string to close the list ?>
3 <?cs # for example call:show_annotations_list(cl, "<td>Annotations: ", "</td>") ?>
4 <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?>
5 <?cs def:show_annotations_list(obj) ?>
6 <?cs each:anno = obj.showAnnotations ?>
7 <?cs if:first(anno) ?>
10 <?cs /if ?>
11 @<?cs var:anno.type.label ?>
12 <?cs if:last(anno) == 0 ?>
[all …]
Ddocpage.cs1 <?cs if:!devsite ?><?cs
2 include:"doctype.cs" ?><?cs /if ?><?cs
3 include:"macros.cs" ?><html<?cs if:devsite ?> devsite<?cs /if ?>>
4 <?cs include:"head_tag.cs" ?>
5 <body<?cs
6 if:!devsite ?> class="gc-documentation<?cs
8 <?cs
9 if:(google || reference.gms || reference.gcm) ?>google <?cs /if ?><?cs
10 if:ndk ?>ndk<?cs
11 if:guide ?> guide<?cs /if ?><?cs
[all …]
Dpage_info.cs1 <?cs # optional, more info about the page, such as API level and links ?>
2 <?cs
5 <?cs
9 ?><?cs
14 <?cs call:since_tags(package) ?>
15 <?cs call:federated_refs(package) ?>
17 </div><?cs
21 ?><?cs
26 <?cs call:since_tags(class) ?>
27 <?cs if:class.artifact ?>
[all …]
Dcustomizations.cs1 <?cs def:body_content_wrap_start() ?>
3 <?cs /def ?><?cs
8 <?cs /def ?><?cs
10 # The default side navigation for the reference docs ?><?cs
20 <?cs if:reference.gcm || reference.gms ?>
21 <?cs include:"../../../../frameworks/base/docs/html/google/google_toc.cs" ?>
25 <?cs else ?>
40 var SINCE_DATA = [ <?cs
41 each:since = since ?>'<?cs
42 var:since.name ?>'<?cs
[all …]
Dpackage.cs1 <?cs # THIS CREATES A PACKAGE SUMMARY PAGE FROM EACH package.html FILES
3 <?cs include:"macros.cs" ?>
4 <?cs include:"macros_override.cs" ?>
5 <?cs include:"doctype.cs" ?>
6 <html<?cs if:devsite ?> devsite<?cs /if ?>>
7 <?cs include:"head_tag.cs" ?>
8 <?cs include:"body_tag.cs" ?>
11 <meta itemprop="name" content="<?cs var:page.title ?>" />
12 <?cs if:(dac&&package.since)
13 ?><meta itemprop="path" content="API level <?cs var:package.since ?>" /><?cs
[all …]
Dsampleindex.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
4 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
13 <?cs if:projectStructure ?>
14 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
15 &#124; Project<?cs else ?>Overview
16 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
17 <?cs /if ?>
[all …]
Dclasses.cs1 <?cs # THIS CREATES A LIST OF ALL PACKAGES AND NAMES IT packages.html ?>
2 <?cs include:"macros.cs" ?>
3 <?cs include:"macros_override.cs" ?>
4 <?cs include:"doctype.cs" ?>
5 <html<?cs if:devsite ?> devsite<?cs /if ?>>
6 <?cs include:"head_tag.cs" ?>
7 <?cs include:"body_tag.cs" ?>
8 <?cs include:"header.cs" ?>
10 <h1><?cs var:page.title ?></h1>
14 <?cs each:letter=docs.classes ?>
[all …]
Dsample.cs1 <?cs include:"doctype.cs" ?>
2 <?cs include:"macros.cs" ?>
3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
4 <?cs include:"head_tag.cs" ?>
6 <?cs include:"header.cs" ?>
13 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
14 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
15 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
16 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
26 <?cs each:item = parentdirs ?>
[all …]
Dhead_tag.cs2 <title><?cs
3 if:devsite ?><?cs
4 if:page.title ?><?cs
5 var:html_strip(page.title) ?><?cs
6 else ?>Android Developers<?cs
7 /if ?><?cs
8 else ?><?cs
9 if:page.title ?><?cs
10 var:page.title ?> | <?cs
12 <?cs /if ?><?cs
[all …]
Dpackages.cs1 <?cs # THIS CREATES A LIST OF ALL PACKAGES AND NAMES IT packages.html ?>
2 <?cs include:"macros.cs" ?>
3 <?cs include:"doctype.cs" ?>
4 <html<?cs if:devsite ?> devsite<?cs /if ?>>
5 <?cs include:"head_tag.cs" ?>
6 <?cs include:"body_tag.cs" ?>
7 <?cs include:"header.cs" ?>
9 <h1><?cs var:page.title ?></h1>
13 <?cs set:count = #1 ?>
15 <?cs each:pkg = docs.packages ?>
[all …]
/external/mesa3d/src/freedreno/vulkan/
Dtu_cs.c30 tu_cs_init(struct tu_cs *cs, in tu_cs_init() argument
37 memset(cs, 0, sizeof(*cs)); in tu_cs_init()
39 cs->device = device; in tu_cs_init()
40 cs->mode = mode; in tu_cs_init()
41 cs->next_bo_size = initial_size; in tu_cs_init()
48 tu_cs_init_external(struct tu_cs *cs, uint32_t *start, uint32_t *end) in tu_cs_init_external() argument
50 memset(cs, 0, sizeof(*cs)); in tu_cs_init_external()
52 cs->mode = TU_CS_MODE_EXTERNAL; in tu_cs_init_external()
53 cs->start = cs->reserved_end = cs->cur = start; in tu_cs_init_external()
54 cs->end = end; in tu_cs_init_external()
[all …]
Dtu_cs.h31 tu_cs_init(struct tu_cs *cs,
37 tu_cs_init_external(struct tu_cs *cs, uint32_t *start, uint32_t *end);
40 tu_cs_finish(struct tu_cs *cs);
43 tu_cs_begin(struct tu_cs *cs);
46 tu_cs_end(struct tu_cs *cs);
49 tu_cs_begin_sub_stream(struct tu_cs *cs, uint32_t size, struct tu_cs *sub_cs);
52 tu_cs_alloc(struct tu_cs *cs,
58 tu_cs_end_sub_stream(struct tu_cs *cs, struct tu_cs *sub_cs);
61 tu_cs_end_draw_state(struct tu_cs *cs, struct tu_cs *sub_cs) in tu_cs_end_draw_state() argument
63 struct tu_cs_entry entry = tu_cs_end_sub_stream(cs, sub_cs); in tu_cs_end_draw_state()
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DAntlr3.Runtime.csproj41 <Compile Include="ANTLRFileStream.cs" />
42 <Compile Include="ANTLRInputStream.cs" />
43 <Compile Include="ANTLRReaderStream.cs" />
44 <Compile Include="ANTLRStringStream.cs" />
45 <Compile Include="AstParserRuleReturnScope`2.cs" />
46 <Compile Include="BaseRecognizer.cs" />
47 <Compile Include="BitSet.cs" />
48 <Compile Include="BufferedTokenStream.cs" />
49 <Compile Include="CharStreamConstants.cs" />
50 <Compile Include="CharStreamState.cs" />
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
DAntlr3.Runtime (VS2008).csproj79 <Compile Include="Antlr.Runtime.Debug\DebugEventListenerConstants.cs" />
80 <Compile Include="Antlr.Runtime.JavaExtensions\Check.cs" />
81 <Compile Include="Antlr.Runtime.JavaExtensions\DictionaryExtensions.cs" />
82 <Compile Include="Antlr.Runtime.JavaExtensions\EnumerableExtensions.cs" />
83 <Compile Include="Antlr.Runtime.JavaExtensions\ExceptionExtensions.cs" />
84 <Compile Include="Antlr.Runtime.JavaExtensions\IOExtensions.cs" />
85 <Compile Include="Antlr.Runtime.JavaExtensions\JSystem.cs" />
86 <Compile Include="Antlr.Runtime.JavaExtensions\LexerExtensions.cs" />
87 <Compile Include="Antlr.Runtime.JavaExtensions\StringExtensions.cs" />
88 <Compile Include="Antlr.Runtime.JavaExtensions\StringTokenizer.cs" />
[all …]
DAntlr3.Runtime (VS2005).csproj74 <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
75 <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
76 <Compile Include="AssemblyInfo.cs" />
77 <Compile Include="Antlr.Runtime\BitSet.cs" />
78 <Compile Include="Antlr.Runtime\ICharStream.cs" />
79 <Compile Include="Antlr.Runtime\CharStreamState.cs" />
80 <Compile Include="Antlr.Runtime\ClassicToken.cs" />
81 <Compile Include="Antlr.Runtime\CommonToken.cs" />
82 <Compile Include="Antlr.Runtime\DFA.cs" />
83 <Compile Include="Antlr.Runtime\EarlyExitException.cs" />
[all …]
/external/icu/icu4c/source/test/testdata/
DBidiTest.txt118 CS; 3
137 CS; 4
225 CS LRE; 3
226 CS LRO; 3
227 CS RLE; 3
228 CS RLO; 3
229 CS PDF; 3
230 CS BN; 3
308 CS LRE; 4
309 CS LRO; 4
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt118 CS; 3
137 CS; 4
225 CS LRE; 3
226 CS LRO; 3
227 CS RLE; 3
228 CS RLO; 3
229 CS PDF; 3
230 CS BN; 3
308 CS LRE; 4
309 CS LRO; 4
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt118 CS; 3
137 CS; 4
225 CS LRE; 3
226 CS LRO; 3
227 CS RLE; 3
228 CS RLO; 3
229 CS PDF; 3
230 CS BN; 3
308 CS LRE; 4
309 CS LRO; 4
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Test.csproj49 <Compile Include="..\..\net\FlatBuffers\ByteBuffer.cs">
50 <Link>FlatBuffers\ByteBuffer.cs</Link>
52 <Compile Include="..\..\net\FlatBuffers\ByteBufferUtil.cs">
53 <Link>FlatBuffers\ByteBufferUtil.cs</Link>
55 <Compile Include="..\..\net\FlatBuffers\IFlatbufferObject.cs">
56 <Link>FlatBuffers\IFlatbufferObject.cs</Link>
58 <Compile Include="..\..\net\FlatBuffers\Offset.cs">
59 <Link>FlatBuffers\Offset.cs</Link>
61 <Compile Include="..\..\net\FlatBuffers\FlatBufferBuilder.cs">
62 <Link>FlatBuffers\FlatBufferBuilder.cs</Link>
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_cs.h35 struct radeon_cmdbuf *cs, in radeon_check_space() argument
38 if (cs->max_dw - cs->cdw < needed) in radeon_check_space()
39 ws->cs_grow(cs, needed); in radeon_check_space()
40 return cs->cdw + needed; in radeon_check_space()
43 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() argument
46 assert(cs->cdw + 2 + num <= cs->max_dw); in radeon_set_config_reg_seq()
48 radeon_emit(cs, PKT3(PKT3_SET_CONFIG_REG, num, 0)); in radeon_set_config_reg_seq()
49 radeon_emit(cs, (reg - SI_CONFIG_REG_OFFSET) >> 2); in radeon_set_config_reg_seq()
52 static inline void radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg() argument
54 radeon_set_config_reg_seq(cs, reg, 1); in radeon_set_config_reg()
[all …]
/external/iptables/iptables/
Dnft-ipv6.c30 struct iptables_command_state *cs = data; in nft_ipv6_add() local
35 if (cs->fw6.ipv6.iniface[0] != '\0') { in nft_ipv6_add()
36 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, IPT_INV_VIA_IN); in nft_ipv6_add()
37 add_iniface(r, cs->fw6.ipv6.iniface, op); in nft_ipv6_add()
40 if (cs->fw6.ipv6.outiface[0] != '\0') { in nft_ipv6_add()
41 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, IPT_INV_VIA_OUT); in nft_ipv6_add()
42 add_outiface(r, cs->fw6.ipv6.outiface, op); in nft_ipv6_add()
45 if (cs->fw6.ipv6.proto != 0) { in nft_ipv6_add()
46 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, XT_INV_PROTO); in nft_ipv6_add()
47 add_l4proto(r, cs->fw6.ipv6.proto, op); in nft_ipv6_add()
[all …]
Dnft-ipv4.c31 struct iptables_command_state *cs = data; in nft_ipv4_add() local
36 if (cs->fw.ip.iniface[0] != '\0') { in nft_ipv4_add()
37 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_IN); in nft_ipv4_add()
38 add_iniface(r, cs->fw.ip.iniface, op); in nft_ipv4_add()
41 if (cs->fw.ip.outiface[0] != '\0') { in nft_ipv4_add()
42 op = nft_invflags2cmp(cs->fw.ip.invflags, IPT_INV_VIA_OUT); in nft_ipv4_add()
43 add_outiface(r, cs->fw.ip.outiface, op); in nft_ipv4_add()
46 if (cs->fw.ip.proto != 0) { in nft_ipv4_add()
47 op = nft_invflags2cmp(cs->fw.ip.invflags, XT_INV_PROTO); in nft_ipv4_add()
48 add_l4proto(r, cs->fw.ip.proto, op); in nft_ipv4_add()
[all …]

12345678910>>...180