/dalvik/vm/ |
Debugger.c | [all...] |
/dalvik/vm/compiler/codegen/arm/ |
Assemble.c | [all...] |
/external/bison/data/m4sugar/ |
m4sugar.m4 | [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-14 | 481 g_thread_init() is safe. 541 makes g_get_user_special_dir() not thread-safe. Document the fact [all...] |
/external/bluetooth/glib/glib/ |
gmain.c | 31 * MT safe 531 /* Slow, but safe */ [all...] |
gutils.c | 28 * MT safe for the unix part, FIXME: make the win32 part MT safe as well. [all...] |
/external/bluetooth/glib/gobject/ |
gtype.c | 21 * MT safe [all...] |
/external/bzip2/ |
manual.xml | 734 and is therefore thread-safe.</para> 788 so the library is per se thread-safe. However, if I/O errors [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 160 arguments to buffer overflows/overruns. It is mostly thread safe and has been clocked on various platforms 253 There is no initialization routine for the library and for the most part the code is thread safe. The only thread [all...] |
/external/dropbear/libtommath/ |
bn.tex | 297 libtommath.a). There is no library initialization required and the entire library is thread safe. 656 function has a return type of \textbf{void}. It cannot cause an error so it is safe to assume the function [all...] |
/external/elfcopy/ |
elfcopy.c | 534 is safe to remove! [all...] |
/external/freetype/src/base/ |
ftobjs.c | [all...] |
/external/guava/javadoc/com/google/common/collect/ |
ImmutableSortedSet.html | [all...] |
/external/icu4c/common/unicode/ |
ucnv.h | 462 * Thread safe converter cloning operation. [all...] |
/external/icu4c/ |
readme.html | [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | 523 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */ [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-x.c | [all...] |
/external/libpng/ |
pngwutil.c | 76 * length, and does not need to be null terminated. To be safe, pass the 161 * set up by the caller in order to make the whole mess thread-safe. [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | 54 * length, and does not need to be null terminated. To be safe, pass the 147 * set up by the caller in order to make the whole mess thread-safe. [all...] |
/external/quake/quake/src/WinQuake/ |
wqreadme.txt | 72 wq safe
155 it using "wq safe" or "wq verysafe". Or you can use command-line
[all...] |
/external/svox/pico/lib/ |
picocep.c | 615 if (multsz <= 30) { /* x*y < 1<<30 is safe including rounding in picocep_fixptdivpow, x*y < 1<<31 is safe but not with rounding */ [all...] |
/external/v8/include/ |
v8.h | 178 * It is safe to extract the object stored in the handle by [all...] |
/external/v8/src/x64/ |
codegen-x64.cc | 368 // The use of SlotOperand below is safe in unspilled code 511 // reference to rax. This is safe because the current frame does not [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
ucnv.h | 435 * Thread safe cloning operation 443 * If *pBufferSize is not enough for a stack-based safe clone, [all...] |
/external/webkit/JavaScriptCore/pcre/ |
pcre_exec.cpp | 129 stack-based local variables are not safe to use. Instead we have to 155 doing traditional NFA matching, so that they are thread-safe. */ [all...] |