/frameworks/base/core/java/android/os/ |
FileUtils.java | 143 // rather than what's known to be unsafe. Non-ASCII, control 144 // characters, etc. are all unsafe by default.
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderValueFormatter.java | 74 * Unsafe special characters that must be escaped using the backslash 429 * Checks whether a character is {@link #UNSAFE_CHARS unsafe}. 433 * @return <code>true</code> if the character is unsafe,
|
/external/guava/src/com/google/common/collect/ |
Collections2.java | 160 // unsafe cast can result in a CCE from predicate.apply(), which we 191 // unsafe cast can result in a CCE from predicate.apply(), which we
|
/external/grub/netboot/ |
linux-asm-io.h | 23 * I feel a bit unsafe about using 0x80 (should be safe, though)
|
/external/icu4c/test/cintltst/ |
utf16tst.c | 131 /*codepoint-unsafe, codepoint-safe(not strict) codepoint-safe(strict)*/ 550 /*append-position(unsafe), CHAR to be appended */ 568 /*offset-moved-to(unsafe)*/ 585 /*unsafe*/
|
/external/icu4c/test/threadtest/ |
stringtest.cpp | 29 // cleanStrings are never touched after in any remotely unsafe way.
|
/external/v8/test/mjsunit/ |
codegen-coverage.js | 98 // "unsafe smi" code that spills a register.
|
/external/webkit/WebCore/bindings/js/ |
JSDOMWindowBase.cpp | 84 return String::format("Unsafe JavaScript attempt to access frame with URL %s from frame with URL %s. Domains, protocols and ports must match.\n",
|
/external/webkit/WebCore/page/ |
DOMTimer.cpp | 102 // timeout IDs have to be positive, and 0 and -1 are unsafe to
|
/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 | 248 /* Use regular, unsafe API. */ 431 /* Use regular, unsafe API. */ 594 /* Use regular, unsafe API. */ 712 /* Use regular, unsafe API. */ 852 /* Use regular, unsafe API. */ 904 /* Use regular, unsafe API. */ [all...] |
/external/ipsec-tools/src/racoon/ |
privsep.c | 350 "unsafe cert \"%s\"\n", bufs[0]); 461 "unsafe script \"%s\"\n", script); 1092 * Filter unsafe environement variables 1113 "privsep_script_exec: unsafe environement variable\n"); 1157 "privsep_script_exec: unsafe name index\n");
|
/external/icu4c/i18n/ |
ucol_elm.cpp | 802 // first code point of the NFC form to unsafe, because 844 for (j = 1; j<element->prefixSize; j++) { /* First add NFD prefix chars to unsafe CP hash table */ 869 // the first codepoint is also unsafe, as it forms a 'contraction' with the prefix [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CopyOnWriteArrayList.java | 22 import sun.misc.Unsafe; 1306 private static final Unsafe unsafe = Unsafe.getUnsafe(); field in class:CopyOnWriteArrayList [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedSynchronizer.java | 11 import sun.misc.Unsafe; 522 return unsafe.compareAndSwapInt(this, stateOffset, expect, update); 2249 private static final Unsafe unsafe = UnsafeAccess.THE_ONE; field in class:AbstractQueuedSynchronizer [all...] |
/external/bluetooth/glib/gio/fen/ |
fen-kernel.c | 342 * Unsafe, need lock fen_lock. 419 * Unsafe, need lock fen_lock.
|
/external/bluetooth/glib/glib/ |
gconvert.c | 560 * nul-terminated<footnoteref linkend="nul-unsafe"/>. 715 * nul-terminated<footnote id="nul-unsafe"> 719 the @len parameter is unsafe. 788 * nul-terminated<footnoteref linkend="nul-unsafe"/>. 1068 * nul-terminated<footnoteref linkend="nul-unsafe"/>. 1109 * nul-terminated<footnoteref linkend="nul-unsafe"/>. [all...] |
/external/icu4c/common/unicode/ |
utf_old.h | 37 * - Switch on UTF_SAFE etc. (selection of unsafe/safe/strict default string processing) 57 * for string processing, and among unsafe/safe/strict default macros for that. 61 * Unsafe default macros would be dangerous for default string processing, 113 * Where such a distinction is useful, there are two versions of the macros, "unsafe" and "safe" 114 * ones with ..._UNSAFE and ..._SAFE suffixes. The unsafe macros are fast but may cause 127 * Then, in a second step, the default, general alias macros are set to use either the unsafe or 131 * <p>It is possible to change the default choice for the general alias macros to be unsafe, safe/not strict or safe/strict. 132 * The default is safe/not strict. It is not recommended to select the unsafe macros as the basis for [all...] |
/external/tcpdump/ |
print-dhcp6.c | 203 static char genstr[sizeof("opt_65535") + 1]; /* XXX thread unsafe */ 292 static char genstr[sizeof("code255") + 1]; /* XXX thread unsafe */
|
print-zephyr.c | 74 { Z_PACKET_UNSAFE, "unsafe" },
|
/external/webkit/WebCore/loader/ |
DocLoader.cpp | 291 String::format("Unsafe attempt to load URL %s.", 293 String::format("Unsafe attempt to load URL %s from frame with URL %s. "
|
/bionic/libc/regex/ |
regex2.h | 112 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
PlatformAddress.java | 25 * The platform address class is an unsafe virtualization of an OS memory block.
|
/dalvik/vm/native/ |
InternalNative.c | 63 { "Lsun/misc/Unsafe;", dvm_sun_misc_Unsafe, 0 },
|
sun_misc_Unsafe.c | 18 * sun.misc.Unsafe
|
/external/jpeg/ |
jdatasrc.c | 190 * This makes it unsafe to use this manager and a different source
|