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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/build-aux/
Makefile.am 0 ## Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
20 update-b4-copyright
  /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...]
  /external/skia/tools/copyright/
main.py 2 Copyright 2011 Google Inc.
9 Updates all copyright headers within our code:
10 - For files that already have a copyright header, the header is modified
12 - For files that don't have a copyright header, we add one with the current
23 # Only modify copyright stanzas if the copyright holder is one of these.
49 ReportWarning('cannot find copyright block in file %s' % filepath)
53 'unrecognized copyright holder "%s" in file %s, skipping...' % (
100 """Returns True if this is one of our allowed copyright holders.
102 @param holder copyright holder as a strin
    [all...]
  /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/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/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/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/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/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.
  /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.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/
SwitchStack.S 3 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
4 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
5 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/AArch64/
CpuFlushTlb.S 5 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
7 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
CpuSleep.S 5 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
7 # Portions copyright (c) 2011 - 2013, ARM LTD. All rights reserved.<BR>
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/AArch64/
CpuBreakpoint.S 5 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
7 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
DisableInterrupts.S 5 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
7 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
EnableInterrupts.S 5 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
7 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
GetInterruptsState.S 5 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
7 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
  /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
  /build/make/tools/droiddoc/templates-sac/
footer.cs 7 <div id="copyright">
  /external/bison/
Makefile.am 3 ## Copyright (C) 2001-2012 Free Software Foundation, Inc.
57 .PHONY: update-b4-copyright update-package-copyright-year
58 update-b4-copyright:
63 update-package-copyright-year:
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 0 # Copyright (C) 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html
3 # Copyright (c) 2000-2002 IBM, Inc. and Others.
  /bionic/libc/tools/
generate-NOTICE.py 39 # Do we need to back up to find the start of the copyright header?
48 # copyright header.
83 if line.startswith("++Copyright++"):
85 line = line.replace("--Copyright--", "")
98 copyright = "\n".join(clean_lines)
99 copyrights.add(copyright)
137 if not "Copyright" in content:
141 sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
146 if "Copyright" in lines[i] and not "@(#) Copyright" in lines[i]
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
conf.py 52 copyright = u'2010-2011, Ronald Oussoren, Bob Ippolito, 2004 Istvan Albert' variable

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>