Searched
full:safe (Results
351 -
375 of
1852) sorted by null
<<11121314151617181920>>
/external/opencore/baselibs/thread_messaging/src/ |
pv_interface_proxy.cpp | 228 //Wait for PV thread to finish up, then it's safe 441 //note: when the queue is empty it is safe to assume the handler AO has a request 464 //note: when the queue is empty it is safe to assume the notifier AO has a request
|
/external/openssl/crypto/engine/ |
README | 40 passed around with impunity and there is no safe way, without requiring massive 106 cleanup) - and having that reference provides a *safe* way to use an EVP_CIPHER 116 safe.
|
/external/stlport/stlport/stl/config/ |
user_config.h | 46 * of "Safe STL". Very useful for debugging. Thread-safe. 68 /* When an inconsistency is detected by the 'safe STL' the program will abort.
|
/external/tinyxml/ |
changes.txt | 65 - Made the ToXXX() casts safe if 'this' is null. 142 - Added the TiXmlHandle. An easy, safe way to browse XML DOMs with less code. 204 - First pass at switching to the "safe" stdlib functions. Many people have suggested and
|
/external/webkit/LayoutTests/fast/js/resources/ |
json2-es5-compat.js | 204 // Otherwise we must also replace the offending characters with safe escape 443 // But just to be safe, we want to reject all unexpected forms. 451 // ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.
|
/external/webkit/SunSpider/hosted/ |
json2.js | 213 // Otherwise we must also replace the offending characters with safe escape 447 // But just to be safe, we want to reject all unexpected forms. 455 // ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.
|
/external/wpa_supplicant/ |
eloop.h | 232 * (i.e., only "safe functions" allowed) do not apply for the registered 251 * sighandlers (i.e., only "safe functions" allowed) do not apply for the 275 * limits for sighandlers (i.e., only "safe functions" allowed) do not apply
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop.h | 232 * (i.e., only "safe functions" allowed) do not apply for the registered 251 * sighandlers (i.e., only "safe functions" allowed) do not apply for the 275 * limits for sighandlers (i.e., only "safe functions" allowed) do not apply
|
/dalvik/libcore/luni/src/main/java/java/io/ |
CharArrayWriter.java | 176 // (offset < 0) || (len < 0) to safe one operation 234 // instead of (offset < 0) || (len < 0) to safe one operation
|
OutputStreamWriter.java | 232 // to safe one operation 308 // instead of (offset < 0) || (count < 0) to safe one operation
|
/external/bluetooth/glib/glib/ |
giounix.c | 31 * MT safe 585 * it should be safe to say if it fails, the fd isn't seekable.
|
/external/gtest/include/gtest/ |
gtest-death-test.h | 60 // thread. This is because it's safe to fork() or clone() only 152 // TODO(wan@google.com): make thread-safe death tests search the PATH.
|
/external/icu4c/i18n/unicode/ |
bms.h | 46 * Note: if on return status is set to an error, the only safe 197 * Note: if on return status is set to an error, the only safe
|
/external/jsr305/javadoc/javax/annotation/concurrent/ |
package-summary.html | 105 The class to which this annotation is applied is not thread-safe.</TD> 111 The class to which this annotation is applied is thread-safe.</TD>
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Memory.c | 69 /* safe version */ 119 /* safe version */
|
/external/openssl/crypto/rc4/asm/ |
rc4-ia64.S | 21 // loads are not safe only for "degenerated" key schedule, when some 24 // to key[x+1] is not safe, then it would mean that key schedule would
|
/external/qemu/ |
charpipe.c | 308 if (size < 0) /* just to be safe */ 373 if (size < 0) /* just to be safe */
|
/external/webkit/JavaScriptCore/wtf/ |
Threading.h | 104 // For portability, we do not use thread-safe statics natively supported by some compilers (e.g. gcc). 324 // This function must be called from the main thread. It is safe to call it repeatedly.
|
/external/webkit/WebCore/platform/text/ |
AtomicString.cpp | 116 /* Do it 4-bytes-at-a-time on architectures where it's safe */ 314 // Initialization is not thread safe, so this function must be called from the main thread first.
|
/frameworks/base/core/java/android/app/backup/ |
BackupAgent.java | 221 // we'll time out anyway, so we're safe 247 // we'll time out anyway, so we're safe
|
/frameworks/base/core/java/android/view/ |
SurfaceHolder.java | 186 * This is safe to call from any thread. 251 * returned Rect. This is only safe to call from the thread of
|
/frameworks/base/include/utils/ |
Asset.h | 19 // thread-safe, and should not be shared across threads. 115 * Note: not virtual so it is safe to call even when being destroyed.
|
/frameworks/base/media/java/android/media/ |
MediaMetadataRetriever.java | 91 * responsibility to close the file descriptor. It is safe to do so as soon 107 * responsibility to close the file descriptor. It is safe to do so as soon
|
/ndk/build/tools/ |
build-ndk-sysroot.sh | 216 # just to be safe 251 # just to be safe
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/ |
Xos_r.h | 38 * Various and sundry Thread-Safe functions used by X11, Motif, and CDE. 40 * Use this file in MT-safe code where you would have included 48 * or their thread-safe analogs. 51 * MT-safe system API (e.g. UnixWare) you must define _Xos_processLock 57 * truly thread-safe calls, but they are better than nothing. If you 203 * Solaris defines the POSIX thread-safe feature test macro, but 204 * uses the older SVR4 thread-safe functions unless the POSIX ones 548 /* The regular API is assumed to be MT-safe under POSIX. */ [all...] |
Completed in 383 milliseconds
<<11121314151617181920>>