Home
last modified time | relevance | path

Searched refs:public (Results 176 - 200 of 9734) sorted by relevance

12345678910>>...390

/third_party/openssl/test/
H A Ddrbgtest.c171 * |primary|, |public|, |private|: pointers to the three shared DRBGs
182 EVP_RAND_CTX *public, in test_drbg_reseed()
209 || !TEST_int_ne(public_reseed = reseed_counter(public), 0) in test_drbg_reseed()
220 /* Generate random output from the public and private DRBG */ in test_drbg_reseed()
236 || !TEST_int_eq(state(public), expected_state) in test_drbg_reseed()
247 /* Test whether public DRBG was reseeded as expected */ in test_drbg_reseed()
248 if (!TEST_int_ge(reseed_counter(public), public_reseed) in test_drbg_reseed()
249 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed()
255 /* Test whether public DRBG was reseeded as expected */ in test_drbg_reseed()
269 if (!TEST_time_t_ge(reseed_time(public), reseed_tim in test_drbg_reseed()
180 test_drbg_reseed(int expect_success, EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private, unsigned char *public_random, unsigned char *private_random, int expect_primary_reseed, int expect_public_reseed, int expect_private_reseed, time_t reseed_when ) test_drbg_reseed() argument
336 test_drbg_reseed_in_child(EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private, drbg_fork_result result[2]) test_drbg_reseed_in_child() argument
405 test_rand_reseed_on_fork(EVP_RAND_CTX *primary, EVP_RAND_CTX *public, EVP_RAND_CTX *private) test_rand_reseed_on_fork() argument
529 EVP_RAND_CTX *primary, *public, *private; test_rand_fork_safety() local
556 EVP_RAND_CTX *primary, *public, *private; test_rand_reseed() local
690 EVP_RAND_CTX *public = NULL, *private = NULL; run_multi_thread_test() local
[all...]
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h19 class ICUBreakFunction : public UPerfFunction {
26 public:
61 class ICUIsBound : public ICUBreakFunction {
62 public:
88 class ICUForward : public ICUBreakFunction {
89 public:
110 class DarwinBreakFunction : public UPerfFunction {
111 public:
115 class BreakIteratorPerformanceTest : public UPerfTest {
121 public
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.h36 class COutHandler: public CMultiMethodProps
40 public:
83 public IInArchive,
84 public IArchiveGetRawProps,
87 public ISetProperties,
91 public IOutArchive,
96 public CMyUnknownImp,
99 public COutHandler
101 public CCommonMethodProps
166 public
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DStreamObjects.h16 public:
25 public:
37 public:
63 public:
81 public:
99 public:
116 public:
124 public IInStream,
125 public CMyUnknownImp
138 public
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dbrkeng.h40 class LanguageBreakEngine : public UObject {
41 public:
95 class BreakEngineWrapper : public LanguageBreakEngine {
96 public:
138 class LanguageBreakFactory : public UMemory {
139 public:
182 class UnhandledEngine : public LanguageBreakEngine {
192 public:
253 class ICULanguageBreakFactory : public LanguageBreakFactory {
263 public
[all...]
H A Dserv.h72 class U_COMMON_API ICUServiceKey : public UObject {
79 public:
185 public:
197 public:
214 class U_COMMON_API ICUServiceFactory : public UObject {
215 public:
285 class U_COMMON_API SimpleFactory : public ICUServiceFactory {
291 public:
341 public:
353 public
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DHWEventListener.h28 public:
62 class HWInstructionIssuedEvent : public HWInstructionEvent {
63 public:
72 class HWInstructionDispatchedEvent : public HWInstructionEvent {
73 public:
93 class HWInstructionRetiredEvent : public HWInstructionEvent {
94 public:
106 public:
132 public:
159 public
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.h36 class dng_function_exposure_ramp: public dng_1d_function
39 public:
49 public:
64 class dng_function_exposure_tone: public dng_1d_function
77 public:
91 class dng_tone_curve_acr3_default: public dng_1d_function
94 public:
112 class dng_function_gamma_encode: public dng_1d_function
119 public:
158 public
[all...]
/third_party/skia/third_party/externals/angle2/include/
H A Dangle_cl.h57 struct NativeObject : public Dispatch<>
95 struct _cl_platform_id : public cl::NativeObject<_cl_platform_id, 0x12345678u>
98 struct _cl_device_id : public cl::NativeObject<_cl_device_id, 0x23456789u>
101 struct _cl_context : public cl::NativeObject<_cl_context, 0x3456789Au>
104 struct _cl_command_queue : public cl::NativeObject<_cl_command_queue, 0x456789ABu>
107 struct _cl_mem : public cl::NativeObject<_cl_mem, 0x56789ABCu>
110 struct _cl_program : public cl::NativeObject<_cl_program, 0x6789ABCDu>
113 struct _cl_kernel : public cl::NativeObject<_cl_kernel, 0x789ABCDEu>
116 struct _cl_event : public cl::NativeObject<_cl_event, 0x89ABCDEFu>
119 struct _cl_sampler : public c
[all...]
/third_party/node/deps/v8/src/objects/
H A Ddictionary.h36 : public HashTable<Derived, Shape> {
39 public:
107 class BaseDictionaryShape : public BaseShape<Key> {
108 public:
118 class NameDictionaryShape : public BaseDictionaryShape<Handle<Name>> {
119 public:
134 : public Dictionary<Derived, Shape> {
137 public:
186 : public BaseNameDictionary<NameDictionary, NameDictionaryShape> {
187 public
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.h40 public:
58 class BTFTypeDerived : public BTFTypeBase {
62 public:
70 class BTFTypeFwd : public BTFTypeBase {
73 public:
80 class BTFTypeInt : public BTFTypeBase {
84 public:
93 class BTFTypeEnum : public BTFTypeBase {
97 public:
107 class BTFTypeArray : public BTFTypeBas
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h91 class ir_instruction : public exec_node {
92 public:
217 class ir_rvalue : public ir_instruction {
218 public:
418 class ir_variable : public ir_instruction {
419 public:
653 public:
901 public:
919 public:
1049 public
[all...]
/test/xts/hats/useriam/pinauth/include/
H A Dpin_auth_hdi_test.h27 class UserIamPinAuthTest : public testing::Test {
28 public:
35 class UserIamPinAuthTwoTest : public testing::Test {
36 public:
43 class PinAuthTypeTest : public testing::Test {
44 public:
/third_party/icu/icu4c/source/common/
H A Dserv.h72 class U_COMMON_API ICUServiceKey : public UObject {
79 public:
185 public:
197 public:
214 class U_COMMON_API ICUServiceFactory : public UObject {
215 public:
285 class U_COMMON_API SimpleFactory : public ICUServiceFactory {
291 public:
341 public:
353 public
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_modifiers.h25 class U_I18N_API ConstantAffixModifier : public Modifier, public UObject {
26 public:
57 class U_I18N_API SimpleModifier : public Modifier, public UMemory {
58 public:
136 class U_I18N_API ConstantMultiFieldModifier : public Modifier, public UMemory {
137 public:
186 class U_I18N_API CurrencySpacingEnabledModifier : public ConstantMultiFieldModifie
[all...]
/third_party/lzma/CPP/Windows/
H A DSynchronization.h23 public:
54 class CManualResetEvent: public CBaseEvent
56 public:
75 class CAutoResetEvent: public CBaseEvent
77 public:
94 class CObject: public CHandle
96 public:
101 class CMutex: public CObject
103 public:
129 public
[all...]
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h38 public:
58 public:
183 public:
232 public:
291 struct CCoderST: public CCoder
311 public IUnknown,
312 public CMixer,
313 public CMyUnknownImp
328 public:
361 class CCoderMT: public CCode
[all...]
/third_party/node/deps/v8/src/common/
H A Dassert-scope.h36 public:
82 public: \
112 class EnableType##DebugOnly : public EnableType { \
113 public: \
120 public: \
128 class DisableType##DebugOnly : public DisableType { \
129 public: \
137 public: \
152 class V8_NODISCARD CombinationAssertScope<Scope> : public Scope {
153 public
[all...]
/third_party/libabigail/include/
H A Dabg-ini.h45 public:
71 public:
100 class string_property_value : public property_value
105 public:
141 class list_property_value : public property_value
146 public:
176 class tuple_property_value : public property_value
181 public:
210 class simple_property : public property
215 public
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.h25 class U_I18N_API ConstantAffixModifier : public Modifier, public UObject {
26 public:
57 class U_I18N_API SimpleModifier : public Modifier, public UMemory {
58 public:
136 class U_I18N_API ConstantMultiFieldModifier : public Modifier, public UMemory {
137 public:
186 class U_I18N_API CurrencySpacingEnabledModifier : public ConstantMultiFieldModifie
[all...]
/third_party/skia/src/utils/
H A DSkJSON.h57 public:
212 class NullValue final : public Value {
213 public:
219 class BoolValue final : public Value {
220 public:
231 class NumberValue final : public Value {
232 public:
249 class VectorValue : public Value {
250 public:
279 class ArrayValue final : public VectorValu
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.h72 class U_COMMON_API ICUServiceKey : public UObject {
79 public:
185 public:
197 public:
214 class U_COMMON_API ICUServiceFactory : public UObject {
215 public:
285 class U_COMMON_API SimpleFactory : public ICUServiceFactory {
291 public:
341 public:
353 public
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h29 class V8_EXPORT Primitive : public Value {};
35 class V8_EXPORT Boolean : public Primitive {
36 public:
58 class V8_EXPORT PrimitiveArray : public Data {
59 public:
79 class V8_EXPORT Name : public Primitive {
80 public:
124 class V8_EXPORT String : public Name {
125 public:
227 public
[all...]
/third_party/node/deps/v8/include/
H A Dv8-primitive.h28 class V8_EXPORT Primitive : public Value {};
34 class V8_EXPORT Boolean : public Primitive {
35 public:
57 class V8_EXPORT PrimitiveArray : public Data {
58 public:
78 class V8_EXPORT Name : public Primitive {
79 public:
123 class V8_EXPORT String : public Name {
124 public:
226 public
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h27 public:
36 public:
47 : public rpc::Function<AddObject, Expected<ObjHandleT>(std::string)> {
48 public:
53 : public rpc::Function<RemoveObject, Error(ObjHandleT)> {
54 public:
59 : public rpc::Function<FindSymbol, Expected<RemoteSymbol>(std::string,
61 public:
66 : public rpc::Function<FindSymbolIn,
69 public
[all...]

Completed in 15 milliseconds

12345678910>>...390