Searched defs:init (Results 51 - 75 of 919) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Dm_null.c65 static int init(EVP_MD_CTX *ctx) function
80 init,
H A Dm_ripemd.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_wp.c14 static int init(EVP_MD_CTX *ctx) function
29 init,
/external/kernel-headers/original/linux/
H A Dsfh7743.h27 int (*init)(void); member in struct:sfh7743_platform_data
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dfilters.h42 pp_init_func init; /* Init function */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
/external/openssl/crypto/evp/
H A Dm_dss.c71 static int init(EVP_MD_CTX *ctx) function
86 init,
H A Dm_dss1.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_ecdsa.c121 static int init(EVP_MD_CTX *ctx) function
136 init,
H A Dm_md4.c74 static int init(EVP_MD_CTX *ctx) function
89 init,
H A Dm_md5.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_mdc2.c74 static int init(EVP_MD_CTX *ctx) function
89 init,
H A Dm_null.c65 static int init(EVP_MD_CTX *ctx) function
80 init,
H A Dm_ripemd.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_wp.c14 static int init(EVP_MD_CTX *ctx) function
29 init,
/external/oprofile/libregex/
H A Ddemangle_symbol.cpp58 static bool init = false; local
60 if (init == false) {
62 init = true;
/external/qemu/hw/
H A Dboards.h16 QEMUMachineInitFunc *init; member in struct:QEMUMachine
/external/smack/src/com/kenai/jbosh/
H A DHTTPSender.java31 void init(BOSHClientConfig sessionCfg); method in interface:HTTPSender
/external/srec/srec/include/
H A Dchannorm.h38 int init[MAX_CHAN_DIM]; /* Values located in the .CMN file */ member in struct:__anon25918
/external/valgrind/main/callgrind/tests/
H A Dthreads.c8 static void init() function
38 init();
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js18 // The jQuery object is actually just the init constructor 'enhanced'
19 return new jQuery.prototype.init( selector, context );
37 init: function( selector, context ) {
548 // Give the init function the jQuery prototype for later instantiation
549 jQuery.prototype.init.prototype = jQuery.prototype;
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dharness.js11 init: function() {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DAsymmetricBlockCipher.java17 public void init(boolean forEncryption, CipherParameters param); method in interface:AsymmetricBlockCipher
H A DBlockCipher.java18 public void init(boolean forEncryption, CipherParameters params) method in interface:BlockCipher
53 * as it was after the last init (if there was one).
H A DDSA.java18 public void init(boolean forSigning, CipherParameters param); method in interface:DSA
H A DDerivationFunction.java8 public void init(DerivationParameters param); method in interface:DerivationFunction

Completed in 2024 milliseconds

1234567891011>>