/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_VideoDriverName.3 | 11 The buffer pointed to by \fBnamebuf\fR is filled up to a maximum of \fBmaxlen\fR characters (include the NULL terminator) with the name of the initialised video driver\&. The driver name is a simple one word identifier like "x11" or "windib"\&. 14 Returns \fBNULL\fP if video has not been initialised with \fBSDL_Init\fP or a pointer to \fBnamebuf\fR otherwise\&.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
AsymmetricCipherKeyPairGenerator.java | 11 * @param param the parameters the key pair is to be initialised with.
|
Mac.java | 37 * @exception IllegalStateException if the MAC is not initialised. 46 * @exception IllegalStateException if the MAC is not initialised. 61 * @exception IllegalStateException if the MAC is not initialised.
|
Signer.java | 28 * the key we were initialised with.
|
BlockCipher.java | 12 * @param forEncryption if true the cipher is initialised for 45 * @exception IllegalStateException if the cipher isn't initialised.
|
AsymmetricBlockCipher.java | 13 * @param forEncryption if true the cipher is initialised for
|
StreamCipher.java | 11 * @param forEncryption if true the cipher is initialised for
|
BufferedBlockCipher.java | 74 * @param forEncryption if true the cipher is initialised for 151 * @exception IllegalStateException if the cipher isn't initialised. 182 * @exception IllegalStateException if the cipher isn't initialised. 252 * initialised.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
KeyPairGeneratorSpi.java | 26 boolean initialised = false; field in class:KeyPairGeneratorSpi 60 initialised = true; 65 if (!initialised) 72 initialised = true;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyPairGeneratorSpi.java | 30 boolean initialised = false; field in class:KeyPairGeneratorSpi 59 initialised = true; 64 if (!initialised) 96 initialised = true;
|
KeyAgreementSpi.java | 74 throw new IllegalStateException("Diffie-Hellman not initialised."); 106 throw new IllegalStateException("Diffie-Hellman not initialised."); 119 throw new IllegalStateException("Diffie-Hellman not initialised."); 139 throw new IllegalStateException("Diffie-Hellman not initialised.");
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareStdMap.h | 208 #define PH_FRINFC_MIFARESTD_VAL0 0 /*!< Value initialised to 0 */ 209 #define PH_FRINFC_MIFARESTD_VAL1 1 /*!< Value initialised to 1 */ 210 #define PH_FRINFC_MIFARESTD_VAL2 2 /*!< Value initialised to 2 */ 211 #define PH_FRINFC_MIFARESTD_VAL3 3 /*!< Value initialised to 3 */ 212 #define PH_FRINFC_MIFARESTD_VAL4 4 /*!< Value initialised to 4 */ 213 #define PH_FRINFC_MIFARESTD_VAL5 5 /*!< Value initialised to 5 */ 214 #define PH_FRINFC_MIFARESTD_VAL6 6 /*!< Value initialised to 6 */ 215 #define PH_FRINFC_MIFARESTD_VAL7 7 /*!< Value initialised to 7 */ 216 #define PH_FRINFC_MIFARESTD_VAL8 8 /*!< Value initialised to 8 */ 217 #define PH_FRINFC_MIFARESTD_VAL9 9 /*!< Value initialised to 9 * [all...] |
phHal4Nfc_Emulation.c | 98 /*Check Initialised state*/ 197 else/*Return Status not initialised*/ 226 /*Check Initialised state*/ 288 else/*Return Status not initialised*/ 316 /*Check Initialised state*/
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyPairGeneratorSpi.java | 51 boolean initialised = false; field in class:KeyPairGeneratorSpi.EC 138 initialised = true; 151 initialised = true; 229 initialised = true; 239 initialised = true; 253 if (!initialised) 256 // throw new IllegalStateException("EC Key Pair Generator not initialised");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
OpenSSLPBEParametersGenerator.java | 84 * count we are currently initialised with. 102 * the password, salt, and iteration count we are currently initialised 124 * salt, and iteration count we are currently initialised with.
|
PKCS5S1ParametersGenerator.java | 56 * count we are currently initialised with. 80 * the password, salt, and iteration count we are currently initialised 108 * salt, and iteration count we are currently initialised with.
|
PKCS5S2ParametersGenerator.java | 114 * count we are currently initialised with. 131 * the password, salt, and iteration count we are currently initialised 152 * salt, and iteration count we are currently initialised with.
|
/external/yaffs2/yaffs2/direct/ |
yaffs_fileem.c | 65 static int initialised = 0; local 75 if(initialised) 80 initialised = 1;
|
yaffs_flashif.c | 59 static int initialised = 0; local 65 if(initialised) 70 initialised = 1;
|
yaffs_ramdisk.c | 63 static int initialised = 0; local 70 if(initialised) 75 initialised = 1;
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 71 /* destroy a barrier that was never initialised. This is a bit 76 fprintf(stderr, "\ndestroy a barrier that was never initialised\n");
|
bar_bad.stderr.exp | 24 Thread #x: pthread_barrier_init: barrier is already initialised 32 Thread #x: pthread_barrier_init: barrier is already initialised 58 destroy a barrier that was never initialised 61 Thread #x: pthread_barrier_destroy: barrier was never initialised
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CBCBlockCipher.java | 53 * @param encrypting if true the cipher is initialised for 138 * @exception IllegalStateException if the cipher isn't initialised. 172 * @exception IllegalStateException if the cipher isn't initialised. 215 * @exception IllegalStateException if the cipher isn't initialised.
|
CFBBlockCipher.java | 56 * @param encrypting if true the cipher is initialised for 135 * @exception IllegalStateException if the cipher isn't initialised. 157 * @exception IllegalStateException if the cipher isn't initialised. 205 * @exception IllegalStateException if the cipher isn't initialised.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlvideodrivername.html | 133 > characters (include the NULL terminator) with the name of the initialised video driver. The driver name is a simple one word identifier like "x11" or "windib".</P 146 > if video has not been initialised with <TT
|