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

/external/quake/quake/src/WinQuake/
H A Dwq.bat3 if x%1==xsafe goto safe
15 echo wq safe: very likely to run, but may be slower
36 :safe label
H A Dcommon.cpp1084 qboolean safe; local
1107 safe = false;
1113 if (!Q_strcmp ("-safe", argv[com_argc]))
1114 safe = true;
1117 if (safe)
1119 // force all the safe-mode switches. Note that we reserved extra space in
1199 FIXME: make this buffer size safe someday
/external/openssl/apps/
H A Dprime.c67 int safe=0; local
90 else if(!strcmp(*argv,"-safe"))
91 safe=1;
133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
/external/openssl/crypto/asn1/
H A Dasn_pack.c89 unsigned char *safe, *p; local
95 if (!(safe = OPENSSL_malloc (safelen))) {
99 p = safe;
103 if (buf) *buf = safe;
104 return safe;
/external/openssl/crypto/bn/
H A Dbn_depr.c68 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, argument
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
H A Dbn_prime.c159 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, argument
181 if (safe)
197 if (!safe)
205 /* for "safe prime" generation,
223 /* We have a safe prime test pass */
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlprinter.cc152 size_t safe = 0; local
154 size_t unsafe = text.find_first_of("<>&\"", safe);
157 *pout_ << text.substr(safe, unsafe - safe);
166 safe = unsafe + 1;
167 if (safe == text.length())
174 size_t safe = 0; local
176 size_t unsafe = text.find_first_of("<>&", safe);
179 *pout_ << text.substr(safe, unsafe - safe);
[all...]
/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.h184 // (1) The copying is constant time if safe = false or if safe = true
187 // (2) If safe = true, the copy is thread-safe in that the original
196 virtual Fst<A> *Copy(bool safe = false) const = 0;
882 ImplToFst(const ImplToFst<I, F> &fst, bool safe) { argument
883 if (safe) {
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c55 int safe; member in struct:__anon10517
67 while ( ! SDL_EventLock.safe ) {
121 SDL_EventLock.safe = 1;
130 safe flag will be set, meaning that the other thread can go
131 about it's business. The safe flag is reset before the V,
133 it's not safe to interfere with the event thread.
136 SDL_EventLock.safe = 0;
168 SDL_EventLock.safe = 0;
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java530 public void setSafeMode(boolean safe) { argument
531 mSurfaceView.setSafeMode(safe);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc6 // http://code.google.com/p/google-safe-browsing/ to test the safebrowsing
9 // http://code.google.com/p/google-safe-browsing/wiki/ProtocolTesting
247 void set_is_checked_url_safe(bool safe) { argument
249 is_checked_url_safe_ = safe;
333 // True if last verified URL is not a phishing URL and thus it is safe.
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc572 bool safe = entry->ref(IS_DEL) && !entry->is_dirty() && local
576 if (safe) {
584 return safe;
/external/quake/quake/src/QW/client/
H A Dcommon.c1154 qboolean safe; local
1157 safe = false;
1163 if (!Q_strcmp ("-safe", argv[com_argc]))
1164 safe = true;
1167 if (safe)
1169 // force all the safe-mode switches. Note that we reserved extra space in
1240 FIXME: make this buffer size safe someday
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1607 IRExpr* safe; local
1609 safe = binop(Iop_And32, bit, mkU32(1));
1615 putCR0(n, unop(Iop_32to8, safe));
1627 binop(Iop_Shl32, safe, mkU8(toUChar(off)))
5727 /* 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 418 milliseconds