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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ss/
data.c 2 * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
18 static const char copyright[] = variable
19 "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
  /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/clang/docs/analyzer/
conf.py 44 copyright = u'2013, Analyzer Team' variable
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/clang/docs/
conf.py 44 copyright = u'2007-2013, The Clang Team' variable
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/clang/test/Lexer/
unicode.c 15 #define COPYRIGHT Copyright © 2012
19 static const char *copyright = STR(COPYRIGHT); // no-warning variable
20 // CHECK: static const char *copyright = "Copyright © {{2012}}";
23 COPYRIGHT
24 // CHECK: Copyright © {{2012}}
  /external/icu4c/i18n/
ucln_in.c 4 * Copyright (C) 2001-2009, International Business Machines *
25 /* Leave this copyright notice here! It needs to go somewhere in this library. */
26 static const char copyright[] = U_COPYRIGHT_STRING; variable
  /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/chromium/android/
generateAndroidForwardingHeader.pl 3 # Copyright 2010, The Android Open Source Project
8 # * Redistributions of source code must retain the above copyright
10 # * Redistributions in binary form must reproduce the above copyright
14 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
17 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
30 my $copyright = <<COPYRIGHT;
32 * Copyright 2010, The Android Open Source Project
37 * * Redistributions of source code must retain the above copyright
39 * * Redistributions in binary form must reproduce the above copyright
    [all...]
  /bionic/libc/tools/
generate-NOTICE.py 39 # Do we need to back up to find the start of the copyright header?
48 # copyright header.
80 if line.startswith("++Copyright++"):
82 line = line.replace("--Copyright--", "")
95 copyright = "\n".join(clean_lines)
96 copyrights.add(copyright)
135 if not "Copyright" in content:
139 sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
144 if "Copyright" in lines[i]:
150 for copyright in sorted(copyrights)
    [all...]
  /external/icu4c/io/
ucln_io.c 4 * Copyright (C) 2001-2011, International Business Machines *
31 /* Leave this copyright notice here! It needs to go somewhere in this library. */
32 static const char copyright[] = U_COPYRIGHT_STRING; variable
  /frameworks/av/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 2 * Copyright (C) 2011 The Android Open Source Project
88 M4OSA_Char *copyright; /**< copyright holder */ member in struct:__anon18903
  /external/ant-glob/
NOTICE 13 * "Licensor" shall mean the copyright owner or entity authorized by
14 * the copyright owner that is granting the License.
38 * copyright notice that is included in or attached to the work
52 * submitted to Licensor for inclusion in the Work by the copyright owner
54 * the copyright owner. For the purposes of this definition, "submitted"
61 * designated in writing by the copyright owner as "Not a Contribution."
67 * 2. Grant of Copyright License. Subject to the terms and conditions of
70 * copyright license to reproduce, prepare Derivative Works of,
102 * that You distribute, all copyright, patent, trademark, and
124 * You may add Your own copyright statement to Your modifications an
    [all...]
  /bionic/libc/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
123 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
126 static const char copyright[] \
127 __attribute__((__unused__,__section__(".copyright"))) = _s
135 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /development/ndk/platforms/android-3/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
108 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
111 static const char copyright[] \
112 __attribute__((__unused__,__section__(".copyright"))) = _s
120 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
cdefs_elf.h 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
10 * its documentation is hereby granted, provided that both the copyright
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
107 static const char copyright[] \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
116 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011>>