/external/speex/libspeex/ |
resample.c | 130 int initialised; member in struct:SpeexResamplerState_ 744 st->initialised = 0; 785 st->initialised = 1; [all...] |
stereo.c | 67 In case it it compiled in fixed-point, but initialised with the deprecated
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyAgreementSpi.java | 94 throw new IllegalStateException(kaAlgorithm + " not initialised.");
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareULMap.h | 81 READ WRITE/INITIALISED card state*/
|
phFriNfc_SmtCrdFmt.c | 106 /* Lower Device(Always Overlapped HAL Struct initialised in application
|
phHal4Nfc_P2P.c | 80 /*Check initialised state*/ 200 /*Check initialised state*/
|
phLlcNfc_Interface.c | 705 PH_LLCNFC_PRINT("Initialised error\n"); 736 /* Receive is complete, so move the state to INITIALISED */ [all...] |
/external/valgrind/include/ |
pub_tool_libcproc.h | 102 // (roughly; it gets initialised partway through Valgrind's initialisation
|
/external/valgrind/include/vki/ |
vki-xen-domctl.h | 329 vki_xen_uint64_aligned_t gmfn; /* GMFN to be initialised */
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_GetInstanceHandle.c | 117 * Set the instance handle if not already initialised
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
internals.md | 45 initialised during mraa_init(). The pinmap file in
|
/hardware/bsp/intel/peripheral/libmraa/src/pwm/ |
pwm.c | 182 syslog(LOG_ERR, "pwm: Platform Not Initialised");
|
/hardware/bsp/intel/peripheral/libmraa/src/spi/ |
spi.c | 56 syslog(LOG_ERR, "spi: Platform Not Initialised");
|
/hardware/bsp/intel/peripheral/libmraa/src/uart/ |
uart.c | 129 syslog(LOG_ERR, "uart: platform not initialised");
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
FileWriterWithEncoding.java | 218 * @return the initialised writer
|
LockableFileWriter.java | 227 * @return The initialised writer
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
plugin.exp | 67 # been initialised, so that we can use the names in the list to report;
|
/hardware/bsp/intel/peripheral/libmraa/src/gpio/ |
gpio.c | 134 syslog(LOG_ERR, "gpio: platform not initialised"); 142 syslog(LOG_ERR, "gpio: Sub platform Not Initialised");
|
/external/valgrind/memcheck/docs/ |
mc-manual.xml | 28 <para>Using undefined values, i.e. values that have not been initialised, 138 uses a value which hasn't been initialised -- in other words, is 164 <para>Local variables in procedures which have not been initialised, 194 initialised.</para> 199 and its contents are initialised.</para> 441 of all threads, and (b) initialised, aligned, pointer-sized data words in [all...] |
/external/boringssl/src/crypto/ec/ |
wnaf.c | 280 /* Ensure wNAF is initialised in case we end up going to err. */
|
/external/boringssl/src/include/openssl/ |
aead.h | 44 * When no longer needed, the initialised |EVP_AEAD_CTX| structure must be
|
pem.h | 135 /* Note that this structure is initialised by PEM_SealInit and cleaned up
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 72 throw new IllegalStateException("DES engine not initialised");
|
RC2Engine.java | 168 throw new IllegalStateException("RC2 engine not initialised");
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
recursive.py | 107 as the first argument and returns an initialised WSGI middleware
|