/external/skia/src/gpu/ |
D | GrPath.cpp | 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
|
D | GrStyle.cpp | 11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle 36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey() 103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
|
D | GrStyle.h | 65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
|
D | GrShape.cpp | 337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
|
/external/skqp/src/gpu/ |
D | GrPath.cpp | 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
|
D | GrStyle.cpp | 11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle 36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey() 103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
|
D | GrStyle.h | 65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
|
D | GrShape.cpp | 337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
|
/external/google-breakpad/src/common/ |
D | simple_string_dictionary.h | 57 template <size_t KeySize, size_t ValueSize, size_t NumEntries> 61 static const size_t key_size = KeySize; 68 char key[KeySize];
|
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/ |
D | testing_api.proto | 5 enum KeySize { enum 41 KeySize key_size = 1;
|
/external/nos/test/system-test-harness/src/ |
D | runtests.cc | 28 using nugget::app::protoapi::KeySize; 210 for (auto key_size : {KeySize::s128b, KeySize::s192b, KeySize::s256b}) { in TEST_F()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | cryptosession9.h | 84 UINT KeySize );
|
D | cryptosession9.c | 97 UINT KeySize ) in NineCryptoSession9_GetEncryptionBltKey() argument
|
D | nine_lock.c | 402 UINT KeySize ) in LockCryptoSession9_GetEncryptionBltKey() argument 406 r = NineCryptoSession9_GetEncryptionBltKey(This, pReadbackKey, KeySize); in LockCryptoSession9_GetEncryptionBltKey()
|
/external/boringssl/src/crypto/cmac/ |
D | cavp_aes256_cmac_tests.txt | 3 # Algorithms tested:Alg = AES KeySize = 256 Mode = Verify
|
D | cavp_aes128_cmac_tests.txt | 3 # Algorithms tested:Alg = AES KeySize = 128 Mode = Verify
|
D | cavp_3des_cmac_tests.txt | 5 # Algorithms tested:Alg = TDES KeySize = 3 Mode = Verify
|
D | cavp_aes192_cmac_tests.txt | 5 # Algorithms tested:Alg = AES KeySize = 192 Mode = Verify
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 147 virtual HRESULT WINAPI GetEncryptionBltKey(void *pReadbackKey, UINT KeySize) = 0; 659 …ULT (WINAPI *GetEncryptionBltKey)(IDirect3DCryptoSession9 *This, void *pReadbackKey, UINT KeySize);
|