Home
last modified time | relevance | path

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

12345678910>>...158

/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
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
14 /if ?><?cs var:pkg.link ?>"><?cs var:pkg.name ?></a><?cs
15 /def ?><?cs
28 .typeArguments.N.(more links) (< ... >) ?><?cs
29 def:type_link_impl(type, link) ?><?cs call:type_link_impl2(type, link, "false") ?><?cs /def ?><?cs
[all …]
/external/mesa3d/src/freedreno/vulkan/
Dtu_cs.cc16 tu_cs_init(struct tu_cs *cs, in tu_cs_init() argument
23 memset(cs, 0, sizeof(*cs)); in tu_cs_init()
25 cs->device = device; in tu_cs_init()
26 cs->mode = mode; in tu_cs_init()
27 cs->next_bo_size = initial_size; in tu_cs_init()
28 cs->name = name; in tu_cs_init()
35 tu_cs_init_external(struct tu_cs *cs, struct tu_device *device, in tu_cs_init_external() argument
39 memset(cs, 0, sizeof(*cs)); in tu_cs_init_external()
41 cs->device = device; in tu_cs_init_external()
42 cs->mode = TU_CS_MODE_EXTERNAL; in tu_cs_init_external()
[all …]
Dtu_cs.h123 tu_cs_init(struct tu_cs *cs,
129 tu_cs_init_external(struct tu_cs *cs, struct tu_device *device,
134 tu_cs_init_suballoc(struct tu_cs *cs, struct tu_device *device,
138 tu_cs_finish(struct tu_cs *cs);
141 tu_cs_begin(struct tu_cs *cs);
144 tu_cs_end(struct tu_cs *cs);
147 tu_cs_set_writeable(struct tu_cs *cs, bool writeable);
150 tu_cs_begin_sub_stream_aligned(struct tu_cs *cs, uint32_t count,
154 tu_cs_begin_sub_stream(struct tu_cs *cs, uint32_t size, struct tu_cs *sub_cs) in tu_cs_begin_sub_stream() argument
156 return tu_cs_begin_sub_stream_aligned(cs, size, 1, sub_cs); in tu_cs_begin_sub_stream()
[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 …]
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
42 var:since.name ?>'<?cs
43 if:!last(since) ?>, <?cs /if ?><?cs
[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
42 /if ?>" itemscope itemtype="http://schema.org/Article"><?cs
43 /if ?>><?cs
44 include:"header.cs" ?><?cs
46 if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs
47 # header logic for docs that provide previous/next buttons ?><?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" ?>
12 <?cs if:(dac&&package.since)
13 ?><meta itemprop="path" content="API level <?cs var:package.since ?>" /><?cs
15 <?cs include:"header.cs" ?>
[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 …]
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 …]
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 ?>
15 &#124; Project<?cs else ?>Overview
17 <?cs /if ?>
26 <h1 itemprop="name"><?cs var:projectDir ?></h1>
29 <?cs def:display_files(files) ?>
[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" ?>
26 <?cs each:item = parentdirs ?>
27 <?cs if:LinkifyPathCrumb
28 ?><a href="<?cs var:toroot ?><?cs var:item.Link ?>"><?cs var:item.Name ?></a> /
29 <?cs else
30 ?><?cs var:item.Name ?> / <?cs /if ?>
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_cs.c19 radv_cs_emit_write_event_eop(struct radeon_cmdbuf *cs, enum amd_gfx_level gfx_level, enum radv_queu… in radv_cs_emit_write_event_eop() argument
24 radeon_emit(cs, SDMA_PACKET(SDMA_OPCODE_FENCE, 0, SDMA_FENCE_MTYPE_UC)); in radv_cs_emit_write_event_eop()
25 radeon_emit(cs, va); in radv_cs_emit_write_event_eop()
26 radeon_emit(cs, va >> 32); in radv_cs_emit_write_event_eop()
27 radeon_emit(cs, new_fence); in radv_cs_emit_write_event_eop()
48 radeon_emit(cs, PKT3(PKT3_EVENT_WRITE, 2, 0)); in radv_cs_emit_write_event_eop()
49 radeon_emit(cs, EVENT_TYPE(V_028A90_ZPASS_DONE) | EVENT_INDEX(1)); in radv_cs_emit_write_event_eop()
50 radeon_emit(cs, gfx9_eop_bug_va); in radv_cs_emit_write_event_eop()
51 radeon_emit(cs, gfx9_eop_bug_va >> 32); in radv_cs_emit_write_event_eop()
54 radeon_emit(cs, PKT3(PKT3_RELEASE_MEM, is_gfx8_mec ? 5 : 6, false)); in radv_cs_emit_write_event_eop()
[all …]
Dradv_cs.h20 radeon_check_space(struct radeon_winsys *ws, struct radeon_cmdbuf *cs, unsigned needed) in radeon_check_space() argument
22 assert(cs->cdw <= cs->reserved_dw); in radeon_check_space()
23 if (cs->max_dw - cs->cdw < needed) in radeon_check_space()
24 ws->cs_grow(cs, needed); in radeon_check_space()
25 cs->reserved_dw = MAX2(cs->reserved_dw, cs->cdw + needed); in radeon_check_space()
26 return cs->cdw + needed; in radeon_check_space()
30 radeon_set_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num, unsigned idx, unsigned bas… in radeon_set_reg_seq() argument
33 assert(cs->cdw + 2 + num <= cs->reserved_dw); in radeon_set_reg_seq()
35 radeon_emit(cs, PKT3(packet, num, 0) | PKT3_RESET_FILTER_CAM_S(reset_filter_cam)); in radeon_set_reg_seq()
36 radeon_emit(cs, ((reg - base_reg_offset) >> 2) | (idx << 28)); in radeon_set_reg_seq()
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Test.csproj9 <Compile Remove="Properties\AssemblyInfo.cs" />
31 <Compile Include="..\..\net\FlatBuffers\ByteBuffer.cs">
32 <Link>FlatBuffers\ByteBuffer.cs</Link>
34 <Compile Include="..\..\net\FlatBuffers\ByteBufferUtil.cs">
35 <Link>FlatBuffers\ByteBufferUtil.cs</Link>
37 <Compile Include="..\..\net\FlatBuffers\IFlatbufferObject.cs">
38 <Link>FlatBuffers\IFlatbufferObject.cs</Link>
40 <Compile Include="..\..\net\FlatBuffers\Offset.cs">
41 <Link>FlatBuffers\Offset.cs</Link>
43 <Compile Include="..\..\net\FlatBuffers\FlatBufferBuilder.cs">
[all …]
/external/tcpdump/
Dcpack.c57 nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in nd_cpack_align_and_reserve() argument
62 next = nd_cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in nd_cpack_align_and_reserve()
65 if (next - cs->c_buf + wordsize > cs->c_len) in nd_cpack_align_and_reserve()
73 nd_cpack_advance(struct cpack_state *cs, const size_t toskip) in nd_cpack_advance() argument
76 if (cs->c_next - cs->c_buf + toskip > cs->c_len) in nd_cpack_advance()
78 cs->c_next += toskip; in nd_cpack_advance()
83 nd_cpack_init(struct cpack_state *cs, const uint8_t *buf, size_t buflen) in nd_cpack_init() argument
85 memset(cs, 0, sizeof(*cs)); in nd_cpack_init()
87 cs->c_buf = buf; in nd_cpack_init()
88 cs->c_len = buflen; in nd_cpack_init()
[all …]
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c105 radeon_emit_unchecked(struct radeon_cmdbuf *cs, uint32_t value) in radeon_emit_unchecked() argument
107 cs->buf[cs->cdw++] = value; in radeon_emit_unchecked()
171 radv_amdgpu_cs_ib_to_info(struct radv_amdgpu_cs *cs, struct radv_amdgpu_ib ib) in radv_amdgpu_cs_ib_to_info() argument
175 .ip_type = cs->hw_ip, in radv_amdgpu_cs_ib_to_info()
191 struct radv_amdgpu_cs *cs = radv_amdgpu_cs(rcs); in radv_amdgpu_cs_destroy() local
193 _mesa_hash_table_destroy(cs->annotations, radv_amdgpu_cs_free_annotation); in radv_amdgpu_cs_destroy()
195 if (cs->ib_buffer) in radv_amdgpu_cs_destroy()
196 cs->ws->base.buffer_destroy(&cs->ws->base, cs->ib_buffer); in radv_amdgpu_cs_destroy()
198 for (unsigned i = 0; i < cs->num_ib_buffers; ++i) in radv_amdgpu_cs_destroy()
199 cs->ws->base.buffer_destroy(&cs->ws->base, cs->ib_buffers[i].bo); in radv_amdgpu_cs_destroy()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_cs.h26 struct radeon_cmdbuf *cs, in radeon_cs_memory_below_limit() argument
29 vram += (uint64_t)cs->used_vram_kb * 1024; in radeon_cs_memory_below_limit()
30 gtt += (uint64_t)cs->used_gart_kb * 1024; in radeon_cs_memory_below_limit()
57 &ring->cs, rbo->buf, in radeon_add_to_buffer_list()
87 !radeon_cs_memory_below_limit(rctx->screen, &ring->cs, in radeon_add_to_buffer_list_check_mem()
99 struct radeon_cmdbuf *cs = &ring->cs; in r600_emit_reloc() local
104 radeon_emit(cs, PKT3(PKT3_NOP, 0, 0)); in r600_emit_reloc()
105 radeon_emit(cs, reloc); in r600_emit_reloc()
109 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() argument
112 assert(cs->current.cdw + 2 + num <= cs->current.max_dw); in radeon_set_config_reg_seq()
[all …]
Dcayman_msaa.c124 static void cayman_emit_msaa_sample_locs(struct radeon_cmdbuf *cs, int nr_samples) in cayman_emit_msaa_sample_locs() argument
129 radeon_set_context_reg(cs, CM_R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, 0); in cayman_emit_msaa_sample_locs()
130 radeon_set_context_reg(cs, CM_R_028C08_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0, 0); in cayman_emit_msaa_sample_locs()
131 radeon_set_context_reg(cs, CM_R_028C18_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0, 0); in cayman_emit_msaa_sample_locs()
132 radeon_set_context_reg(cs, CM_R_028C28_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0, 0); in cayman_emit_msaa_sample_locs()
135 radeon_set_context_reg(cs, CM_R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, eg_sample_locs_2x[0]); in cayman_emit_msaa_sample_locs()
136 radeon_set_context_reg(cs, CM_R_028C08_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0, eg_sample_locs_2x[1]); in cayman_emit_msaa_sample_locs()
137 radeon_set_context_reg(cs, CM_R_028C18_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0, eg_sample_locs_2x[2]); in cayman_emit_msaa_sample_locs()
138 radeon_set_context_reg(cs, CM_R_028C28_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0, eg_sample_locs_2x[3]); in cayman_emit_msaa_sample_locs()
141 radeon_set_context_reg(cs, CM_R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, eg_sample_locs_4x[0]); in cayman_emit_msaa_sample_locs()
[all …]
/external/cronet/stable/net/cookies/
Dcookie_store_unittest.h145 CookieStore* cs,
149 DCHECK(cs);
155 return GetCookiesWithOptions(cs, url, options,
160 CookieStore* cs,
166 cs, url, options, cookie_partition_key_collection));
170 CookieStore* cs,
175 DCHECK(cs);
177 cs->GetCookieListWithOptionsAsync(
185 CookieStore* cs,
189 return GetCookieListWithOptions(cs, url, CookieOptions::MakeAllInclusive(),
[all …]
/external/cronet/tot/net/cookies/
Dcookie_store_unittest.h145 CookieStore* cs,
149 DCHECK(cs);
155 return GetCookiesWithOptions(cs, url, options,
160 CookieStore* cs,
166 cs, url, options, cookie_partition_key_collection));
170 CookieStore* cs,
175 DCHECK(cs);
177 cs->GetCookieListWithOptionsAsync(
185 CookieStore* cs,
189 return GetCookieListWithOptions(cs, url, CookieOptions::MakeAllInclusive(),
[all …]
/external/iptables/iptables/
Dnft-ipv6.c29 struct nftnl_rule *r, struct iptables_command_state *cs) in nft_ipv6_add() argument
35 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.src) || in nft_ipv6_add()
36 !IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.smsk) || in nft_ipv6_add()
37 (cs->fw6.ipv6.invflags & IPT_INV_SRCIP)) { in nft_ipv6_add()
38 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, IPT_INV_SRCIP); in nft_ipv6_add()
41 &cs->fw6.ipv6.src, &cs->fw6.ipv6.smsk, in nft_ipv6_add()
45 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dst) || in nft_ipv6_add()
46 !IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.dmsk) || in nft_ipv6_add()
47 (cs->fw6.ipv6.invflags & IPT_INV_DSTIP)) { in nft_ipv6_add()
48 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, IPT_INV_DSTIP); in nft_ipv6_add()
[all …]
Dnft-bridge.c27 void ebt_cs_clean(struct iptables_command_state *cs) in ebt_cs_clean() argument
31 xtables_rule_matches_free(&cs->matches); in ebt_cs_clean()
33 for (m = cs->match_list; m;) { in ebt_cs_clean()
49 cs->match_list = NULL; in ebt_cs_clean()
51 if (cs->target) { in ebt_cs_clean()
52 free(cs->target->t); in ebt_cs_clean()
53 cs->target->t = NULL; in ebt_cs_clean()
55 if (cs->target == cs->target->next) { in ebt_cs_clean()
56 free(cs->target); in ebt_cs_clean()
57 cs->target = NULL; in ebt_cs_clean()
[all …]

12345678910>>...158