/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-internal.h | 114 // version if x can be implicitly converted to Secret*, and pick the 115 // second version otherwise. Since Secret is a secret and incomplete 116 // type, the only expression a user can write that has type Secret* is 120 char IsNullLiteralHelper(Secret* p); [all...] |
gtest-port.h | 795 // A secret type that Google Test users don't know about. It has no 797 // Secret object, which is what we want. 798 class Secret; [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-internal.h | 115 // version if x can be implicitly converted to Secret*, and pick the 116 // second version otherwise. Since Secret is a secret and incomplete 117 // type, the only expression a user can write that has type Secret* is 121 char IsNullLiteralHelper(Secret* p); [all...] |
gtest-port.h | 805 // A secret type that Google Test users don't know about. It has no 807 // Secret object, which is what we want. 808 class Secret; [all...] |
/external/boringssl/src/ssl/test/runner/ |
prf.go | 16 // Split a premaster secret in two as specified in RFC 4346, section 5. 17 func splitPreMasterSecret(secret []byte) (s1, s2 []byte) { 18 s1 = secret[0 : (len(secret)+1)/2] 19 s2 = secret[len(secret)/2:] 24 func pHash(result, secret, seed []byte, hash func() hash.Hash) { 25 h := hmac.New(hash, secret) 49 func prf10(result, secret, label, seed []byte) { 57 s1, s2 := splitPreMasterSecret(secret) [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest.h | [all...] |
/external/googletest/googletest/include/gtest/ |
gtest.h | [all...] |
/external/googletest/googletest/include/gtest/internal/ |
gtest-internal.h | 115 // version if x can be implicitly converted to Secret*, and pick the 116 // second version otherwise. Since Secret is a secret and incomplete 117 // type, the only expression a user can write that has type Secret* is 121 char IsNullLiteralHelper(Secret* p); [all...] |
gtest-port.h | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
gtest-internal.h | 115 // version if x can be implicitly converted to Secret*, and pick the 116 // second version otherwise. Since Secret is a secret and incomplete 117 // type, the only expression a user can write that has type Secret* is 121 char IsNullLiteralHelper(Secret* p); [all...] |
gtest-port.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | 791 // A secret type that Google Test users don't know about. It has no 793 // Secret object, which is what we want. 794 class Secret; [all...] |
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
gtest.h | [all...] |
/external/v8/testing/gtest/include/gtest/ |
gtest.h | [all...] |
/external/v8/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 115 // version if x can be implicitly converted to Secret*, and pick the 116 // second version otherwise. Since Secret is a secret and incomplete 117 // type, the only expression a user can write that has type Secret* is 121 char IsNullLiteralHelper(Secret* p); [all...] |
gtest-port.h | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest.h | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-port.h | 805 // A secret type that Google Test users don't know about. It has no 807 // Secret object, which is what we want. 808 class Secret; [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
encoder_test.go | 1009 Secret Bug4Secret 1021 Secret: Bug4Secret{1},
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
encoder_test.go | 1009 Secret Bug4Secret 1021 Secret: Bug4Secret{1},
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/ |
gtest.h | [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/ |
gtest.h | [all...] |