Searched defs:safe (Results 1 - 11 of 11) sorted by relevance

/external/openfst/src/include/fst/
H A Dexpanded-fst.h43 virtual ExpandedFst<A> *Copy(bool safe = false) const = 0;
143 ImplToExpandedFst(const ImplToExpandedFst<I, F> &fst, bool safe) argument
144 : ImplToFst<I, F>(fst, safe) {}
H A Dmutable-fst.h85 virtual MutableFst<A> *Copy(bool safe = false) const = 0;
271 // since it is then safe to update all (shallow) copies
355 ImplToMutableFst(const ImplToMutableFst<I, F> &fst, bool safe) argument
356 : ImplToExpandedFst<I, F>(fst, safe) {}
H A Dfst.h191 // (1) The copying is constant time if safe = false or if safe = true
194 // (2) If safe = true, the copy is thread-safe in that the original
203 virtual Fst<A> *Copy(bool safe = false) const = 0;
889 ImplToFst(const ImplToFst<I, F> &fst, bool safe) { argument
890 if (safe) {
/external/boringssl/src/crypto/bn/
H A Dprime.c355 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, argument
367 } else if (bits == 2 && safe) {
368 /* The smallest safe prime (7) is three bits. */
390 if (safe) {
406 if (!safe) {
414 /* for "safe prime" generation, check that (p-1)/2 is prime. Since a prime
438 /* We have a safe prime test pass */
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMap.java147 static void checkNoConflict(boolean safe, String conflictDescription, argument
149 if (!safe) {
169 * <p>Builder instances can be reused - it is safe to call {@link #build}
266 * the data when it is safe to do so. The exact circumstances under which a
277 @SuppressWarnings("unchecked") // safe since map is not writable
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java530 public void setSafeMode(boolean safe) { argument
531 mSurfaceView.setSafeMode(safe);
/external/bison/lib/
H A Dhash.c860 transfer_entries (Hash_table *dst, Hash_table *src, bool safe) argument
905 if (safe)
1011 and safe is better than failure. */
/external/libvncserver/x11vnc/
H A Dremote.c2149 int doit = 1, safe = 0; local
2158 safe = 1;
2160 if (safe_remote_only && ! safe) {
2172 int safe = 0; local
2181 safe = 1;
2183 if (safe_remote_only && ! safe) {
2192 int safe = 0; local
2201 safe = 1;
2203 if (safe_remote_only && ! safe) {
/external/lz4/lib/
H A Dlz4.c1185 If it's not possible, save the relevant part of decoded data into a safe buffer,
1254 FORCE_INLINE int LZ4_decompress_usingDict_generic(const char* source, char* dest, int compressedSize, int maxOutputSize, int safe, const char* dictStart, int dictSize) argument
1257 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, noDict, (BYTE*)dest, NULL, 0);
1261 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, withPrefix64k, (BYTE*)dest-64 KB, NULL, 0);
1262 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, noDict, (BYTE*)dest-dictSize, NULL, 0);
1264 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, usingExtDict, (BYTE*)dest, (BYTE*)dictStart, dictSize);
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c1881 IRExpr* safe; local
1883 safe = binop(Iop_And32, bit, mkU32(1));
1889 putCR0(n, unop(Iop_32to8, safe));
1901 binop(Iop_Shl32, safe, mkU8(toUChar(off)))
6300 /* Insert a memory fence, just to be on the safe side. */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 440 milliseconds