/build/tools/droiddoc/templates-sac/ |
timestamp.cs | 1 var BUILD_TIMESTAMP = "<?cs var:page.now ?>";
|
class.cs | 1 <?cs include:"doctype.cs" ?> 2 <?cs include:"macros.cs" ?> 3 <html<?cs if:devsite ?> devsite<?cs /if ?>> 4 <?cs include:"head_tag.cs" ?> 5 <body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ? [all...] |
/build/tools/droiddoc/templates-sdk/ |
timestamp.cs | 1 var BUILD_TIMESTAMP = "<?cs var:page.now ?>";
|
sampleindex.cs | 1 <?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" ? [all...] |
docpage.cs | 1 <?cs include:"doctype.cs" ?> 2 <?cs include:"macros.cs" ?> 3 <html<?cs if:devsite ?> devsite<?cs /if ?>> 4 <?cs include:"head_tag.cs" ?> 7 <?cs 8 if:(google || reference.gms || reference.gcm) ?>google<?cs /if ?><?c [all...] |
sample.cs | 1 <?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" ? [all...] |
class.cs | 1 <?cs include:"doctype.cs" ?> 2 <?cs include:"macros.cs" ?> 3 <?cs include:"macros_override.cs" ?> 4 <html<?cs if:devsite ?> devsite<?cs /if ?>> 5 <?cs include:"head_tag.cs" ? [all...] |
macros_override.cs | 1 <?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...] |
/build/tools/droiddoc/templates-sdk-dyn/ |
timestamp.cs | 1 var BUILD_TIMESTAMP = "<?cs var:page.now ?>";
|
docpage.cs | 1 <?cs include:"doctype.cs" ?> 2 <?cs include:"macros.cs" ?> 3 <html<?cs if:devsite ?> devsite<?cs /if ?>> 4 <?cs include:"head_tag.cs" ?> 7 <?cs 8 if:(google || reference.gms || reference.gcm) ?>google<?cs /if ?><?c [all...] |
sampleindex.cs | 1 <?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" ? [all...] |
sample.cs | 1 <?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" ? [all...] |
class.cs | 1 <?cs include:"doctype.cs" ?> 2 <?cs include:"macros.cs" ?> 3 <html<?cs if:devsite ?> devsite<?cs /if ?>> 4 <?cs include:"head_tag.cs" ?> 5 <body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ? [all...] |
/external/doclava/res/assets/templates/ |
timestamp.cs | 1 var BUILD_TIMESTAMP = "<?cs var:page.now ?>";
|
docpage.cs | 1 <?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> [all...] |
hierarchy.cs | 1 <?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 ? [all...] |
class.cs | 1 <?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 ? [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509CertStoreSelector.java | 58 X509CertStoreSelector cs = new X509CertStoreSelector(); local 59 cs.setAuthorityKeyIdentifier(selector.getAuthorityKeyIdentifier()); 60 cs.setBasicConstraints(selector.getBasicConstraints()); 61 cs.setCertificate(selector.getCertificate()); 62 cs.setCertificateValid(selector.getCertificateValid()); 63 cs.setMatchAllSubjectAltNames(selector.getMatchAllSubjectAltNames()); 66 cs.setPathToNames(selector.getPathToNames()); 67 cs.setExtendedKeyUsage(selector.getExtendedKeyUsage()); 68 cs.setNameConstraints(selector.getNameConstraints()); 69 cs.setPolicy(selector.getPolicy()) [all...] |
/build/tools/droiddoc/templates-pdk/ |
docpage.cs | 1 <?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> [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
PluralResourcesTest.java | 51 CharSequence cs; local 54 cs = res.getQuantityText(R.plurals.plurals_test, 0); 56 Log.d(TAG, "english 0 cs=" + cs); 58 Assert.assertEquals(cs.toString(), "Some dogs"); 60 cs = res.getQuantityText(R.plurals.plurals_test, 1); 62 Log.d(TAG, "english 1 cs=" + cs); 64 Assert.assertEquals(cs.toString(), "A dog"); 66 cs = res.getQuantityText(R.plurals.plurals_test, 2) 78 CharSequence cs; local [all...] |
/external/chromium_org/net/cookies/ |
cookie_store_unittest.h | 88 std::string GetCookies(CookieStore* cs, const GURL& url) { 89 DCHECK(cs); 94 cs->GetCookiesWithOptionsAsync( 103 std::string GetCookiesWithOptions(CookieStore* cs, 106 DCHECK(cs); 108 cs->GetCookiesWithOptionsAsync( 116 bool SetCookieWithOptions(CookieStore* cs, 120 DCHECK(cs); 122 cs->SetCookieWithOptionsAsync( 132 bool SetCookieWithServerTime(CookieStore* cs, [all...] |
/build/tools/droiddoc/templates-ds/ |
class.cs | 1 <?cs include:"doctype.cs" ?> 2 <?cs include:"macros.cs" ?> 4 <?cs include:"head_tag.cs" ?> 5 <body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?> 6 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_hw_context.c | 38 struct radeon_winsys_cs *cs = ctx->cs; local 76 results = ctx->ws->buffer_map(buffer->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE); 85 cs->buf[cs->cdw++] = PKT3(PKT3_EVENT_WRITE, 2, 0); 86 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1); 87 cs->buf[cs->cdw++] = va; 88 cs->buf[cs->cdw++] = va >> 32 182 struct radeon_winsys_cs *cs = ctx->cs; local 240 struct radeon_winsys_cs *cs = ctx->cs; local 362 struct radeon_winsys_cs *cs = ctx->cs; local 449 struct radeon_winsys_cs *cs = ctx->cs; local 494 struct radeon_winsys_cs *cs = ctx->cs; local 649 struct radeon_winsys_cs *cs = ctx->cs; local [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_hw_context.c | 38 struct radeon_winsys_cs *cs = ctx->cs; local 76 results = ctx->ws->buffer_map(buffer->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE); 85 cs->buf[cs->cdw++] = PKT3(PKT3_EVENT_WRITE, 2, 0); 86 cs->buf[cs->cdw++] = EVENT_TYPE(EVENT_TYPE_ZPASS_DONE) | EVENT_INDEX(1); 87 cs->buf[cs->cdw++] = va; 88 cs->buf[cs->cdw++] = va >> 32 182 struct radeon_winsys_cs *cs = ctx->cs; local 240 struct radeon_winsys_cs *cs = ctx->cs; local 362 struct radeon_winsys_cs *cs = ctx->cs; local 449 struct radeon_winsys_cs *cs = ctx->cs; local 494 struct radeon_winsys_cs *cs = ctx->cs; local 649 struct radeon_winsys_cs *cs = ctx->cs; local [all...] |
/external/clang/test/Index/ |
boxed-exprs.h | 8 static inline void infoo(const char *cs) { 9 NSString *s = @(cs);
|