Searched
full:safe (Results
926 -
950 of
1852) sorted by null
<<31323334353637383940>>
/frameworks/base/core/java/android/widget/ |
SimpleAdapter.java | 309 * @param textRepresentation a safe String representation of the supplied data:
|
/frameworks/base/docs/html/guide/appendix/ |
install-location.jd | 187 are safe when installed on external storage. Large games are more commonly the types of
|
/frameworks/base/docs/html/guide/practices/design/ |
seamlessness.jd | 98 call) it's a pretty safe bet he did it on purpose. That's why you should avoid
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 84 API Level 4 or higher, it is safe to include this for applications that declare
|
/frameworks/base/include/utils/ |
RefBase.h | 80 //! This is only safe if you have set OBJECT_LIFETIME_FOREVER.
|
/frameworks/base/libs/camera/ |
CameraParameters.cpp | 228 char str[16]; // 14 should be enough. We overestimate to be safe.
|
/frameworks/base/media/libmediaplayerservice/ |
VorbisPlayer.cpp | 220 // it's safe because we don't change state
|
/frameworks/base/services/java/com/android/server/ |
BatteryService.java | 178 // check our power situation now that it is safe to display the shutdown dialog.
|
PackageManagerBackupAgent.java | 397 // safe; we're done
|
TelephonyRegistry.java | 109 // In these calls we call with the lock held. This is safe becasuse remote
|
/ndk/build/core/ |
ndk-common.sh | 248 *) # let's play safe here
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupExchange.java | 475 * we validated to be safe.
|
/packages/apps/IM/src/com/android/im/service/ |
ChatSessionAdapter.java | 166 * Note that the method is not thread-safe since it's always called from
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 342 * This method is not thread-safe and should be invoked on the UI thread only.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
ansidecl.h | 35 Note that it is safe to write "void foo();" indicating a function
|
cgraph.h | 291 /* Callgraph is being constructed. It is safe to add new functions. */
|
/external/bluetooth/glib/gthread/ |
ChangeLog | 562 * gthread-impl.c: Made two macros safe with (). 802 thread safe.
|
/external/gtest/include/gtest/internal/ |
gtest-port.h | 110 // and Google Test is thread-safe; or 0 otherwise. 677 // Therefore Google Test is not thread-safe.
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
SetMultimap.html | 219 Returns a synchronized (thread-safe) <code>SetMultimap</code> backed by the 258 Returns a synchronized (thread-safe) <code>SetMultimap</code> backed by the
|
/external/icu4c/common/unicode/ |
normlzr.h | 101 * starting at the getIndex() and ending at a following "safe" index. 107 * The following "safe" index, the internal buffer, and the secondary
|
/external/jsr305/javadoc/ |
index-all.html | 159 The class to which this annotation is applied is not thread-safe.<DT><A HREF="./javax/annotation/Nullable.html" title="annotation in javax.annotation"><B>Nullable</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD> </DL> 207 The class to which this annotation is applied is thread-safe.<DT><A HREF="./javax/annotation/meta/TypeQualifier.html" title="annotation in javax.annotation.meta"><B>TypeQualifier</B></A> - Annotation Type in <A HREF="./javax/annotation/meta/package-summary.html">javax.annotation.meta</A><DD>This qualifier is applied to an annotation to denote that the annotation
|
/external/libxml2/ |
xmlstring.c | 552 buf[len - 1] = 0; /* be safe ! */ 577 buf[len - 1] = 0; /* be safe ! */
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string_containers.h | 85 The class HAS NO thread synchronization built-in, so it is NOT MT-SAFE. 230 The class HAS NO thread synchronization built-in, so it is NOT MT-SAFE. [all...] |
/external/openssl/crypto/bn/ |
bn.h | 516 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe, 528 int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add, [all...] |
/external/openssl/include/openssl/ |
bn.h | 516 BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe, 528 int BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add, [all...] |
Completed in 326 milliseconds
<<31323334353637383940>>