HomeSort by relevance Sort by last modified time
    Searched defs:safe (Results 1 - 14 of 14) sorted by null

  /external/quake/quake/src/WinQuake/
wq.bat 3 if x%1==xsafe goto safe
15 echo wq safe: very likely to run, but may be slower
36 :safe label
common.cpp 1084 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
    [all...]
  /external/openssl/apps/
prime.c 67 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/
asn_pack.c 89 unsigned char *safe, *p; local
95 if (!(safe = OPENSSL_malloc (safelen))) {
99 p = safe;
103 if (buf) *buf = safe;
104 return safe;
  /ndk/sources/host-tools/nawk-20071023/
main.c 54 int safe = 0; /* 1 => "safe" mode */ variable
85 if (strcmp(argv[1], "-safe") == 0)
86 safe = 1;
148 if (!safe)
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc 152 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/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 55 int safe; member in struct:__anon13319
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;
  /bionic/libc/bionic/
malloc_debug_check.cpp 210 /* returns 1 if valid, *safe == 1 if safe to dump stack */
211 static inline int check_guards(hdr_t *hdr, int *safe) {
212 *safe = 1;
221 *safe = 0;
235 /* returns 1 if valid, *safe == 1 if safe to dump stack */
236 static inline int check_allocation_locked(hdr_t *hdr, int *safe) {
238 *safe = 1;
245 *safe = 0
285 int safe; local
463 int safe; local
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 225 /* returns 1 if valid, *safe == 1 if safe to dump stack */
226 static inline int check_guards(struct hdr *hdr, int *safe)
228 *safe = 1;
237 *safe = 0;
251 /* returns 1 if valid, *safe == 1 if safe to dump stack */
252 static inline int __check_allocation(struct hdr *hdr, int *safe)
255 *safe = 1;
263 *safe = 0
306 int safe; local
484 int safe; local
508 int safe, num_checked; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 572 bool safe = entry->ref(IS_DEL) && !entry->is_dirty() && local
576 if (safe) {
584 return safe;
    [all...]
  /external/quake/quake/src/QW/client/
common.c 1154 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
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 1667 IRExpr* safe; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 268 milliseconds