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

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/issue4932.dir/
state.go 9 func Public() {
  /prebuilts/go/linux-x86/test/fixedbugs/issue4932.dir/
state.go 9 func Public() {
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp 13 public:
14 typedef Private Public;
18 static Temp<A::Public> make() { return Temp<A::Public>(); }
34 public:
35 typedef Private Public;
39 static Temp<A::Public> make();
42 public:
47 return Temp<A::Public>(0);
  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519.go 12 // This code is a port of the public domain, ?ref10? implementation of ed25519
28 // PublicKeySize is the size, in bytes, of public keys as used in this package.
36 // PublicKey is the type of Ed25519 public keys.
42 // Public returns the PublicKey corresponding to priv.
43 func (priv PrivateKey) Public() crypto.PublicKey {
62 // GenerateKey generates a public/private key pair using entropy from rand.
79 // NewKeyPairFromSeed calculates a public and private key from a 32-byte
161 panic("ed25519: bad public key length: " + strconv.Itoa(l))
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p18.cpp 3 struct Public {} public_;
8 public:
9 A(Public);
10 void f(Public);
33 B(Public p, int) : B(p) {}
38 class C : public B {
39 C(Public p) : B(p) {}
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 46 // PublicKey represents an ECDSA public key.
62 // Public returns the public key corresponding to priv.
63 func (priv *PrivateKey) Public() crypto.PublicKey {
99 // GenerateKey generates a public and private key pair.
225 // Verify verifies the signature in r, s of hash using the public key, pub. Its
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 46 // PublicKey represents an ECDSA public key.
62 // Public returns the public key corresponding to priv.
63 func (priv *PrivateKey) Public() crypto.PublicKey {
99 // GenerateKey generates a public and private key pair.
225 // Verify verifies the signature in r, s of hash using the public key, pub. Its
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 8 // implement either public-key encryption or public-key signatures.
19 // over the public-key primitive, the PrivateKey struct implements the
39 // A PublicKey represents the public part of an RSA key.
42 E int // public exponent
56 errPublicModulus = errors.New("crypto/rsa: missing public modulus")
57 errPublicExponentSmall = errors.New("crypto/rsa: public exponent too small")
58 errPublicExponentLarge = errors.New("crypto/rsa: public exponent too large")
61 // checkPub sanity checks the public key before we use it.
81 PublicKey // public part
    [all...]
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 8 // implement either public-key encryption or public-key signatures.
19 // over the public-key primitive, the PrivateKey struct implements the
39 // A PublicKey represents the public part of an RSA key.
42 E int // public exponent
56 errPublicModulus = errors.New("crypto/rsa: missing public modulus")
57 errPublicExponentSmall = errors.New("crypto/rsa: public exponent too small")
58 errPublicExponentLarge = errors.New("crypto/rsa: public exponent too large")
61 // checkPub sanity checks the public key before we use it.
81 PublicKey // public part
    [all...]
  /external/clang/test/CXX/class.access/
p6.cpp 18 struct Public {}; struct Protected {}; struct Private {};
33 public:
35 operator Public ();
36 A(Public);
47 Public pub = a;
59 public:
94 public:
145 public: class public_inner {};
p4.cpp 10 class Public {} PublicInst;
16 public:
17 void foo(Public&);
29 void (A::*a)(Public&) = &A::foo;
38 public:
39 void operator+(Public&);
40 void operator[](Public&);
41 void operator()(Public&);
42 typedef void (*PublicSurrogate)(Public&);
58 void operator+(const A &, Public&)
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 91 class ResourceTable : public ResTable::Accessor
93 public:
297 public:
333 class Entry : public RefBase {
334 public:
409 class ConfigList : public RefBase {
410 public:
453 class Public {
454 public:
455 Public() : sourcePos(), ident(0) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 49 Public *int
85 type Public interface {
187 Public: nil,
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 49 Public *int
85 type Public interface {
187 Public: nil,
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProvider2Test.java 46 public class FactoryProvider2Test extends TestCase {
50 public void testAssistedFactory() {
70 public void testAssistedFactoryWithAnnotations() {
94 public interface Car {}
100 public static class Mustang implements Car {
105 public Mustang(double engineSize, @Assisted Color color) {
110 public void drive() {}
113 public static class Camaro implements Car {
119 public Camaro(
133 public void testFactoryUsesInjectedConstructor()
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 255 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 249 enum class PDB_MemberAccess { Private = 1, Protected = 2, Public = 3 };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndiswan.h 13 * This source code is offered for use in the public domain. You may
199 } Public;

Completed in 670 milliseconds

1 2