Home
last modified time | relevance | path

Searched refs:initialised (Results 1 – 14 of 14) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJDKKeyPairGenerator.java136 boolean initialised = false; field in JDKKeyPairGenerator.DH
165 initialised = true; in initialize()
170 if (!initialised) in generateKeyPair()
193 initialised = true; in generateKeyPair()
213 boolean initialised = false; field in JDKKeyPairGenerator.DSA
247 initialised = true; in initialize()
252 if (!initialised) in generateKeyPair()
259 initialised = true; in generateKeyPair()
/external/yaffs2/yaffs2/direct/
Dyaffs_fileem.c65 static int initialised = 0; in CheckInit() local
75 if(initialised) in CheckInit()
80 initialised = 1; in CheckInit()
Dyaffs_ramdisk.c63 static int initialised = 0; in CheckInit() local
70 if(initialised) in CheckInit()
75 initialised = 1; in CheckInit()
Dyaffs_flashif.c59 static int initialised = 0; in CheckInit() local
65 if(initialised) in CheckInit()
70 initialised = 1; in CheckInit()
Dyaffs_ramem2k.c120 static int initialised = 0; in CheckInit() local
129 if(initialised) in CheckInit()
187 initialised = 1; in CheckInit()
Dyaffs_fileem2k.c100 static int initialised = 0; in CheckInit() local
112 if(initialised) in CheckInit()
117 initialised = 1; in CheckInit()
/external/openssl/crypto/engine/
Deng_dyn.c318 int initialised; in dynamic_ctrl() local
325 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1); in dynamic_ctrl()
327 if(initialised) in dynamic_ctrl()
DREADME91 EVP_CIPHER_CTX is actually initialised with an EVP_CIPHER method and is about to
147 functional reference to the first that successfully initialised. In the latter
154 try to initialise from the "pile" will be those that are already initialised
172 new ENGINE changes, an abstract ENGINE can be loaded and initialised, but that
173 is an algorithm-agnostic process. Even if initialised, it will not have
185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has
194 initialised state, so only modification operations (not queries) will cause that
/external/yaffs2/yaffs2/mtdemul/
Dnandemul2k.c161 static int initialised = 0; in CheckInit() local
170 if(initialised) in CheckInit()
226 initialised = 1; in CheckInit()
/external/srec/srec/include/
Dsample.h187 booldata initialised; member
/external/speex/libspeex/
Dresample.c126 int initialised; member
734 st->initialised = 0; in speex_resampler_init_frac()
775 st->initialised = 1; in speex_resampler_init_frac()
1040 if (st->initialised) in speex_resampler_set_rate_frac()
1058 if (st->initialised) in speex_resampler_set_quality()
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
DSDLMain.m205 /* Ensure the application object is initialised */
/external/bouncycastle/patches/
Dandroid.patch10625 if (!initialised)
10646 - boolean initialised = false;
10685 - initialised = true;
10690 - if (!initialised)
10697 - initialised = true;
10717 - boolean initialised = false;
10742 - initialised = true;
10761 - if (!initialised)
10782 + // boolean initialised = false;
10821 + // initialised = true;
[all …]
/external/sqlite/dist/
Dsqlite3.c.orig65807 ** or may not be initialised.
78548 ** initialised. zMasterName is the name of the master table.
78767 /* Once all the other databases have been initialised, load the schema
78790 ** This routine is a no-op if the database schema is already initialised.
98503 ** sqlite3_tokenizer.pModule variable should not be initialised by
103551 ** been initialised to use string keys, and to take a private copy