HomeSort by relevance Sort by last modified time
    Searched defs:copyright (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/iptables/iptables/
iptables-apply 5 # Copyright © Martin F. Krafft <madduck@madduck.net>
22 function copyright() function
35 copyright
  /external/clang/test/Lexer/
unicode.c 16 #define COPYRIGHT Copyright © 2012
20 static const char *copyright = STR(COPYRIGHT); // no-warning variable
21 // CHECK: static const char *copyright = "Copyright © {{2012}}";
24 COPYRIGHT
25 // CHECK: Copyright © {{2012}}
  /external/icu/icu4c/source/i18n/
ucln_in.cpp 0 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
6 * Copyright (C) 2001-2014, International Business Machines *
28 /* Leave this copyright notice here! It needs to go somewhere in this library. */
29 static const char copyright[] = U_COPYRIGHT_STRING; variable
36 (void)copyright; /* Suppress unused variable warning with clang. */
  /external/icu/icu4c/source/io/
ucln_io.cpp 0 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
6 * Copyright (C) 2001-2014, International Business Machines *
33 /* Leave this copyright notice here! It needs to go somewhere in this library. */
34 static const char copyright[] = U_COPYRIGHT_STRING; variable
42 (void)copyright; // Suppress unused variable warning.
  /external/libpcap/tests/
reactivatetest.c 2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
7 * 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
24 "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
opentest.c 2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
7 * 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
24 "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
capturetest.c 2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
7 * 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
24 "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
selpolltest.c 2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
7 * 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
24 "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 0 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
5 * Copyright (C) 2002-2016, International Business Machines
70 "\t-c or --copyright include a copyright notice\n"
135 const char *copyright = NULL; local
173 copyright = U_COPYRIGHT_STRING;
317 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/libnl/python/doc/
conf.py 44 copyright = u'2011, Thomas Graf <tgraf@suug.ch>' variable
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/mesa3d/src/gallium/docs/source/
conf.py 41 copyright = u'2009, VMware, X.org, Nouveau' variable
  /external/ImageMagick/MagickCore/
delegate-private.h 2 Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
28 const char *copyright; member in struct:gsapi_revision_s
  /external/bison/
cfg.mk 2 # Copyright (C) 2008-2012 Free Software Foundation, Inc.
60 update-copyright: update-b4-copyright update-package-copyright-year
61 update-copyright-env = \
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
conf.py 52 copyright = u'2010-2011, Ronald Oussoren, Bob Ippolito, 2004 Istvan Albert' variable
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
conf.py 56 copyright = u'2010, Ronald Oussoren' variable
  /external/clang/docs/analyzer/
conf.py 45 copyright = u'2013-%d, Analyzer Team' % date.today().year variable
156 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 0 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
5 * Copyright (C) 2009-2016, International Business Machines
73 "\t-c or --copyright include a copyright notice\n"
141 const char *copyright = NULL; local
179 copyright = U_COPYRIGHT_STRING;
267 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
  /external/clang/docs/
conf.py 45 copyright = u'2007-%d, The Clang Team' % date.today().year variable
156 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/fmtlib/doc/
conf.py 50 copyright = u'2012-2015, Victor Zverovich' variable
170 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/libcxx/docs/
conf.py 43 copyright = u'2011-2017, LLVM Project' variable
154 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
CopyrightBox.java 2 * Copyright 2008 CoreMedia AG, Hamburg
28 * 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) {
58 this.copyright = copyright;
62 return 7 + Utf8.utf8StringLengthInBytes(copyright);
69 copyright = IsoTypeReader.readString(content)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/docs/
conf.py 43 copyright = u'2011-2016, LLVM Project' variable
154 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/ImageMagick/coders/
jnx.c 19 % Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization %
105 copyright[MagickPathExtent];
220 jnx_level_info[i].copyright[j++]=c;
221 jnx_level_info[i].copyright[j]=0;
102 copyright[MagickPathExtent]; member in struct:_JNXLevelInfo
  /external/llvm/docs/
conf.py 44 copyright = u'2003-%d, LLVM Project' % date.today().year variable
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /toolchain/binutils/binutils-2.25/gas/config/
obj-som.c 2 Copyright (C) 1993-2014 Free Software Foundation, Inc.
158 /* Handle a .copyright directive. This probably isn't complete, but
160 If you care about copyright strings that much, you fix it. */
165 char *copyright, c; local
169 as_bad (_("Only one .copyright pseudo-op per file!"));
177 copyright = input_line_pointer;
192 if (!bfd_som_attach_aux_hdr (stdoutput, COPYRIGHT_AUX_ID, copyright))
193 as_fatal (_("attaching copyright header %s: %s"),

Completed in 741 milliseconds

1 2 3 4 5 6 7 8