Searched defs:copyright (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/Lexer/
H A Dunicode.c19 static const char *copyright = STR(COPYRIGHT); // no-warning variable
20 // CHECK: static const char *copyright = "Copyright © {{2012}}";
/external/e2fsprogs/lib/ss/
H A Ddata.c18 static const char copyright[] = variable
/external/iptables/iptables/
H A Diptables-apply22 function copyright() function
35 copyright
/external/chromium_org/third_party/icu/source/i18n/
H A Ducln_in.c25 /* Leave this copyright notice here! It needs to go somewhere in this library. */
26 static const char copyright[] = U_COPYRIGHT_STRING; variable
/external/chromium_org/third_party/icu/source/io/
H A Ducln_io.c30 /* Leave this copyright notice here! It needs to go somewhere in this library. */
31 static const char copyright[] = U_COPYRIGHT_STRING; variable
/external/icu/icu4c/source/i18n/
H A Ducln_in.c25 /* Leave this copyright notice here! It needs to go somewhere in this library. */
26 static const char copyright[] = U_COPYRIGHT_STRING; variable
33 (void)copyright; /* Suppress unused variable warning with clang. */
/external/icu/icu4c/source/io/
H A Ducln_io.c30 /* Leave this copyright notice here! It needs to go somewhere in this library. */
31 static const char copyright[] = U_COPYRIGHT_STRING; variable
39 (void)copyright; // Suppress unused variable warning.
/external/libpcap/tests/
H A Dreactivatetest.c7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and
23 static const char copyright[] = variable
H A Dopentest.c7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and
23 static const char copyright[] = variable
H A Dnonblocktest.c7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and
23 static const char copyright[] = variable
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl853 .type copyright#,\@object
854 copyright:
845 copyright: label
/external/chromium_org/third_party/icu/source/tools/genbrk/
H A Dgenbrk.cpp67 "\t-c or --copyright include a copyright notice\n"
131 const char *copyright = NULL; local
169 copyright = U_COPYRIGHT_STRING;
313 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
/external/icu/icu4c/source/tools/genbrk/
H A Dgenbrk.cpp67 "\t-c or --copyright include a copyright notice\n"
131 const char *copyright = NULL; local
169 copyright = U_COPYRIGHT_STRING;
313 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
/external/bison/
H A Dcfg.mk60 update-copyright: update-b4-copyright update-package-copyright-year
61 update-copyright-env = \
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
H A Dconf.py41 copyright = u'2009, VMware, X.org, Nouveau' variable
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprvrsion.h80 char * copyright; /* The copyright for this file */ member in struct:__anon14674
/external/clang/docs/analyzer/
H A Dconf.py44 copyright = u'2013-2014, Analyzer Team' variable
/external/clang/docs/
H A Dconf.py44 copyright = u'2007-2014, The Clang Team' variable
/external/mesa3d/src/gallium/docs/source/
H A Dconf.py41 copyright = u'2009, VMware, X.org, Nouveau' variable
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DCopyrightBox.java28 * The copyright box contains a copyright declaration which applies to the entire presentation, when contained
39 private String copyright; field in class:CopyrightBox
50 return copyright;
57 public void setCopyright(String copyright) { argument
58 this.copyright = copyright;
62 return 7 + Utf8.utf8StringLengthInBytes(copyright);
69 copyright = IsoTypeReader.readString(content);
76 byteBuffer.put(Utf8.convert(copyright));
[all...]
/external/ceres-solver/docs/source/
H A Dconf.py44 copyright = u'2014 Google Inc' variable
/external/chromium_org/third_party/icu/source/tools/gencfu/
H A Dgencfu.cpp67 "\t-c or --copyright include a copyright notice\n"
135 const char *copyright = NULL; local
174 copyright = U_COPYRIGHT_STRING;
266 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
/external/icu/icu4c/source/tools/gencfu/
H A Dgencfu.cpp67 "\t-c or --copyright include a copyright notice\n"
135 const char *copyright = NULL; local
174 copyright = U_COPYRIGHT_STRING;
266 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
/external/llvm/docs/
H A Dconf.py43 copyright = u'2003-2014, LLVM Project' variable
/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.cc177 const std::string& AudioVideoMetadataExtractor::copyright() const { function in class:media::AudioVideoMetadataExtractor
249 if (ExtractString(tag, "copyright", &copyright_)) continue;

Completed in 499 milliseconds

123