/external/golang-protobuf/protoc-gen-go/testdata/import_public/ |
D | a.pb.go | 65 type Public struct { struct 74 func (m *Public) Reset() { *m = Public{} } argument 75 func (m *Public) String() string { return proto.CompactTextString(m) } argument 76 func (*Public) ProtoMessage() {} argument 77 func (*Public) Descriptor() ([]byte, []int) { argument 81 func (m *Public) XXX_Unmarshal(b []byte) error { argument 84 func (m *Public) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 87 func (m *Public) XXX_Merge(src proto.Message) { argument 90 func (m *Public) XXX_Size() int { argument 93 func (m *Public) XXX_DiscardUnknown() { argument [all …]
|
/external/clang/test/CXX/class.access/ |
D | p4.cpp | 10 class Public {} PublicInst; class 17 void foo(Public&); 29 void (A::*a)(Public&) = &A::foo; in test() 39 void operator+(Public&); 40 void operator[](Public&); 41 void operator()(Public&); 42 typedef void (*PublicSurrogate)(Public&); 58 void operator+(const A &, Public&); 63 void test(A &a, Public &pub, Protected &prot, Private &priv) { in test() 163 operator Public(); // expected-note 2{{member is declared here}} [all …]
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p12.cpp | 14 typedef Private Public; typedef in test1::A 18 static Temp<A::Public> make() { return Temp<A::Public>(); } in make() 35 typedef Private Public; typedef in test2::A 39 static Temp<A::Public> make(); 47 return Temp<A::Public>(0); in make()
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p18.cpp | 3 struct Public {} public_; struct 9 A(Public); 10 void f(Public); 33 B(Public p, int) : B(p) {} in B() 39 C(Public p) : B(p) {} in C()
|
/external/elfutils/m4/ |
D | lcmessage.m4 | 4 dnl General Public License. As a special exception to the GNU General 5 dnl Public License, this file may be distributed as part of a program 10 dnl the GNU General Public License or the GNU Library General Public 14 dnl by the GNU Library General Public License, and the rest of the GNU 15 dnl gettext package package is covered by the GNU General Public License.
|
D | nls.m4 | 8 dnl the GNU General Public License or the GNU Library General Public 12 dnl by the GNU Library General Public License, and the rest of the GNU 13 dnl gettext package package is covered by the GNU General Public License.
|
/external/jsoncpp/ |
D | LICENSE | 7 this software is released into the Public Domain. 9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of 13 In jurisdictions which recognize Public Domain property, the user of this 14 software may choose to accept it either as 1) Public Domain, 2) under the 16 Public Domain/MIT License conditions described here, as they choose. 18 The MIT License is about as close to Public Domain as a license can get, and is 51 software, affording one all of the rights of Public Domain with the 54 Public Domain "license" you can re-license your copy using whatever
|
/external/u-boot/fs/jffs2/ |
D | LICENCE | 7 the terms of the GNU General Public License as published by the Free 13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 16 You should have received a copy of the GNU General Public License along 24 covered by the GNU General Public License. However the source code for 26 of the GNU General Public License. 29 this file might be covered by the GNU General Public License.
|
/external/libexif/auto-m4/ |
D | nls.m4 | 4 dnl General Public License. As a special exception to the GNU General 5 dnl Public License, this file may be distributed as part of a program 10 dnl the GNU General Public License or the GNU Library General Public 14 dnl by the GNU Library General Public License, and the rest of the GNU 15 dnl gettext package package is covered by the GNU General Public License.
|
D | progtest.m4 | 4 dnl General Public License. As a special exception to the GNU General 5 dnl Public License, this file may be distributed as part of a program 10 dnl the GNU General Public License or the GNU Library General Public 14 dnl by the GNU Library General Public License, and the rest of the GNU 15 dnl gettext package package is covered by the GNU General Public License.
|
/external/elfutils/config/ |
D | version.h.in | 9 * the GNU Lesser General Public License as published by the Free 15 * the GNU General Public License as published by the Free 24 General Public License for more details. 26 You should have received copies of the GNU General Public License and 27 the GNU Lesser General Public License along with this program. If
|
/external/elfutils/backends/ |
D | bpf_reloc.def | 7 * the GNU Lesser General Public License as published by the Free 13 * the GNU General Public License as published by the Free 22 General Public License for more details. 24 You should have received copies of the GNU General Public License and 25 the GNU Lesser General Public License along with this program. If
|
D | sh_reloc.def | 8 * the GNU Lesser General Public License as published by the Free 14 * the GNU General Public License as published by the Free 23 General Public License for more details. 25 You should have received copies of the GNU General Public License and 26 the GNU Lesser General Public License along with this program. If
|
D | alpha_reloc.def | 8 * the GNU Lesser General Public License as published by the Free 14 * the GNU General Public License as published by the Free 23 General Public License for more details. 25 You should have received copies of the GNU General Public License and 26 the GNU Lesser General Public License along with this program. If
|
D | i386_reloc.def | 8 * the GNU Lesser General Public License as published by the Free 14 * the GNU General Public License as published by the Free 23 General Public License for more details. 25 You should have received copies of the GNU General Public License and 26 the GNU Lesser General Public License along with this program. If
|
D | m68k_reloc.def | 7 * the GNU Lesser General Public License as published by the Free 13 * the GNU General Public License as published by the Free 22 General Public License for more details. 24 You should have received copies of the GNU General Public License and 25 the GNU Lesser General Public License along with this program. If
|
D | x86_64_reloc.def | 8 * the GNU Lesser General Public License as published by the Free 14 * the GNU General Public License as published by the Free 23 General Public License for more details. 25 You should have received copies of the GNU General Public License and 26 the GNU Lesser General Public License along with this program. If
|
/external/u-boot/Licenses/ |
D | eCos-2.0.txt | 11 the terms of the GNU General Public License as published by the Free 17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 20 You should have received a copy of the GNU General Public License along 28 GNU General Public License. However the source code for this file must 30 General Public License. 33 on this file might be covered by the GNU General Public License.
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 56 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_Success() 69 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_NoAccessibleGetter() 80 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_Success() 93 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_NoAccessibleGetter()
|
/external/python/httplib2/python2/httplib2/test/ |
D | server.pem | 1 Public, self-signed TLS server key file used for HTTPS-related unit tests 4 Public Key Information: 5 Public Key Algorithm: RSA 28 Public Key Usage: 30 Public Key ID: 92d5b42ab6a864672c2a08db51b897865e44cd6c
|
/external/webrtc/talk/ |
D | LICENSE_THIRD_PARTY | 8 Governed by license within files (Public domain): 13 Governed by http://www.fourmilab.ch/md5/ (Public domain): 20 Governed by license within files (Public domain): 25 Governed by http://sigslot.sourceforge.net/#license (Public domain):
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/ |
D | structs.go | 132 privateStruct struct{ Public, private int } member 133 PublicStruct struct{ Public, private int } member 138 Public, private int member 142 Public, private int member 151 Public, private int member 166 Public PublicStruct member
|
/external/kmod/m4/ |
D | features.m4 | 4 # under the terms of the GNU General Public License as published by the 11 # Public License for more details. 13 # You should have received a copy of the GNU General Public License along 19 # need not follow the terms of the GNU General Public License when using 21 # Macro appear in them. The GNU General Public License (GPL) does govern
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 221 {T1, MemberAccess::Public, MethodKind::IntroducingVirtual, 223 {T2, MemberAccess::Public, MethodKind::PureVirtual, MethodOptions::None, 225 {T3, MemberAccess::Public, MethodKind::PureIntroducingVirtual, 227 {T4, MemberAccess::Public, MethodKind::Static, MethodOptions::None, 0, 242 static BaseClassRecord BaseClass(MemberAccess::Public, TypeIndex(47), 0); 243 static EnumeratorRecord Enumerator(MemberAccess::Public, 245 DataMemberRecord DataMember(MemberAccess::Public, TypeIndex(48), 0, "Test"); 253 MemberAccess::Public, 259 MemberAccess::Public, 265 MemberAccess::Public, [all …]
|
/external/ImageMagick/m4/ |
D | ax_c___attribute__.m4 | 21 # under the terms of the GNU General Public License as published by the 28 # Public License for more details. 30 # You should have received a copy of the GNU General Public License along 36 # need not follow the terms of the GNU General Public License when using 38 # Macro appear in them. The GNU General Public License (GPL) does govern
|