Searched refs:init (Results 551 - 575 of 3511) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Dinternal.h78 /* init initialises the state in |ctx->md_data|. It returns one on success
80 int (*init)(EVP_MD_CTX *ctx); member in struct:env_md_st
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dgensprep.h45 init(void);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCICECandidate.h51 // Disallow init and don't add to documentation
52 - (id)init __attribute__((
53 unavailable("init is not a supported initializer for this class.")));
H A DRTCICEServer.h44 // Disallow init and don't add to documentation
45 - (id)init __attribute__((
46 unavailable("init is not a supported initializer for this class.")));
H A DRTCStatsReport.h40 // Disallow init and don't add to documentation
41 - (id)init __attribute__((
42 unavailable("init is not a supported initializer for this class.")));
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmacdevicemanagermm.mm49 - (id)init:(cricket::DeviceManagerInterface*)manager;
54 - (id)init:(cricket::DeviceManagerInterface*)manager {
55 if ((self = [super init])) {
89 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
93 { impl = [[DeviceWatcherImpl alloc] init:manager]; }
102 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
110 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
152 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/external/chromium_org/tools/gyp/test/mac/framework/TestFramework/
H A DObjCVector.h18 - (id)init;
/external/deqp/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.hpp51 void init (void);
/external/deqp/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.hpp52 void init (void);
H A Des3fFloatStateQueryTests.hpp51 void init (void);
H A Des3fIntegerStateQueryTests.hpp51 void init (void);
/external/deqp/modules/gles3/stress/
H A Des3sStressTests.cpp52 void StressTests::init (void) function in class:deqp::gles3::Stress::StressTests
/external/elfutils/0.153/backends/
H A Dlibebl_CPU.h36 extern const char *EBLHOOK(init) (Elf *elf, GElf_Half machine,
/external/icu/icu4c/source/tools/gensprep/
H A Dgensprep.h45 init(void);
/external/kernel-headers/original/uapi/linux/
H A Datm_nicstar.h34 unsigned init; member in struct:buf_nr
/external/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
H A Dflags_fmtflags.pass.cpp25 init(0);
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/
H A Diword.pass.cpp26 init(0);
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp24 cl::Hidden, cl::init(false));
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp35 cl::init(true));
/external/oprofile/daemon/
H A Doprofiled.h20 void (*init)(void); member in struct:oprofiled_ops
/external/srec/seti/sltsEngine/include/
H A DCSWIslts.h33 SWIsltsResult init();
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan.h17 void * (*init)(struct wpa_supplicant *wpa_s, const char *params); member in struct:autoscan_ops
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
H A DJSSETestData.java54 kmf.init(keyStore, KS_PASSWORD);
57 tmf.init(keyStore);
64 context.init(kmf.getKeyManagers(),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DAlgorithmParameterGeneratorSpi.java53 pGen.init(strength, 20, random);
57 pGen.init(strength, 20, new SecureRandom());
67 params.init(new DHParameterSpec(p.getP(), p.getG(), l));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseKeyGenerator.java48 engine.init(new KeyGenerationParameters(random, defaultKeySize));
63 engine.init(new KeyGenerationParameters(random, keySize));
76 engine.init(new KeyGenerationParameters(new SecureRandom(), defaultKeySize));

Completed in 4102 milliseconds

<<21222324252627282930>>