Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
DKeyPairGeneratorSpi.java32 boolean initialised = false; field in KeyPairGeneratorSpi
45 this.initialised = false; in initialize()
62 initialised = true; in initialize()
67 if (!initialised) in generateKeyPair()
110 initialised = true; in generateKeyPair()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
DKeyPairGeneratorSpi.java34 boolean initialised = false; field in KeyPairGeneratorSpi
52 this.initialised = false; in initialize()
69 initialised = true; in initialize()
74 if (!initialised) in generateKeyPair()
136 initialised = true; in generateKeyPair()
/external/syslinux/gpxe/src/doc/
Dpxe_extensions6 that has been initialised by the caller.
46 that has been initialised by the caller.
79 that has been initialised by the caller.
118 that has been initialised by the caller.
168 structure that has been initialised by the caller.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyPairGeneratorSpi.java51 boolean initialised = false; field in KeyPairGeneratorSpi.EC
159 initialised = true; in initialize()
164 if (!initialised) in generateKeyPair()
/external/valgrind/helgrind/tests/
Dbar_bad.stderr.exp58 destroy a barrier that was never initialised
/external/valgrind/drd/tests/
Dbar_bad.stderr.exp36 destroy a barrier that was never initialised
Dbar_bad_xml.stderr.exp206 destroy a barrier that was never initialised
/external/speex/libspeex/
Dresample.c130 int initialised; member
745 st->initialised = 0; in speex_resampler_init_frac()
786 st->initialised = 1; in speex_resampler_init_frac()
1051 if (st->initialised) in speex_resampler_set_rate_frac()
1069 if (st->initialised) in speex_resampler_set_quality()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dservice_registry.ipp133 // Service was successfully initialised, pass ownership to registry.
/external/llvm/docs/TableGen/
Dindex.rst209 In this example, FeatureFPARMv8 is ``SubtargetFeature`` record initialised
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_OSX.mm134 and eglGetError need an initialised EGLDisplay.
/external/robolectric/v3/
Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/dtc/Documentation/
Ddtc-paper.tex218 structure initialised by the firmware that must be preserved by the
/external/valgrind/
DNEWS579 several fields not initialised, an error is now reported for each
946 - False errors resulting from the use of statically initialised
1497 291253 ES register not initialised in valgrind simulation
/external/valgrind/VEX/priv/
Dhost_s390_defs.c385 static Bool initialised = False; in getRRegUniverse_S390() local
388 if (LIKELY(initialised)) in getRRegUniverse_S390()
435 initialised = True; in getRRegUniverse_S390()
/external/c-ares/
DCHANGES675 initialised correctly. And it does that because query->qid is set from
/external/llvm/docs/
DCommandLine.rst1282 it cannot be guaranteed that all options will have been initialised. Hence it
/external/elfutils/libdw/
DChangeLog1711 not have a initialised valp pointer.
/external/bouncycastle/patches/
Dbcprov.patch2553 boolean initialised = false;