HomeSort by relevance Sort by last modified time
    Searched full:unsafe (Results 126 - 150 of 1002) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
2012-04-10-DAGCombine.ll 1 ; RUN: llc < %s -march=arm -mcpu=cortex-a9 -enable-unsafe-fp-math
fmuls.ll 4 ; RUN: llc < %s -mtriple=arm-eabi -mcpu=cortex-a8 --enable-unsafe-fp-math | FileCheck %s -check-prefix=CORTEXA8U
  /external/llvm/test/CodeGen/PowerPC/
buildvec_canonicalize.ll 1 ; RUN: llc < %s -march=ppc32 -mattr=+altivec --enable-unsafe-fp-math | FileCheck %s
ctr-cleanup.ll 25 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
unal4-std.ll 27 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
zero-not-run.ll 27 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/CodeGen/X86/
2012-08-28-UnsafeMathCrash.ll 1 ; RUN: llc < %s -enable-unsafe-fp-math
  /external/llvm/test/Transforms/DebugIR/
struct.ll 17 attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/markdown/tests/safe_mode/
unsafe_urls.txt 1 These links should be unsafe and not allowed in safe_mode
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 91 * Encodes a string into its Base64 form using the specified charset. Unsafe characters are escaped.
114 * Encodes a string into its Base64 form using the default charset. Unsafe characters are escaped.
154 * Encodes an object into its Base64 form using the default charset. Unsafe characters are escaped.
URLCodec.java 105 * characters. Unsafe characters are escaped.
186 * characters. Unsafe characters are escaped.
212 * string charset. Unsafe characters are escaped.
232 * charset. Unsafe characters are escaped.
297 * Encodes an object into its URL safe form. Unsafe characters are
QCodec.java 174 * Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped.
197 * Encodes a string into its quoted-printable form using the default charset. Unsafe characters are escaped.
237 * Encodes an object into its quoted-printable form using the default charset. Unsafe characters are escaped.
  /external/chromium_org/chrome/browser/safe_browsing/
ui_manager.h 116 // Report hits to the unsafe contents (malware, phishing, unsafe download URL)
139 // Call protocol manager on IO thread to report hits of unsafe contents.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeBasicsTest.java 579 public String unsafe() { return "bar"; } method in class:JavaBridgeBasicsTest.Test
593 // unsafe() should be able to be called because we are not in safe mode.
595 "unsafeTestObject.getTest().unsafe()"));
603 // unsafe() should not be able to be called because we are in safe mode.
604 assertRaisesException("safeTestObject.getTest().unsafe()");
606 "typeof safeTestObject.getTest().unsafe"));
689 // ContentViewCore#addJavascriptInterface, not the possibly unsafe version.
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 25 //import sun.misc.Unsafe;
206 * implementation or a faster implementation based on {@link Unsafe}.
209 * {@code Unsafe} isn't available.
246 // static final Unsafe theUnsafe;
252 // theUnsafe = (Unsafe) AccessController.doPrivileged(
257 // Field f = Unsafe.class.getDeclaredField("theUnsafe");
352 // * Returns the Unsafe-using Comparator, or falls back to the pure-Java
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 416 * them after use. Relies heavily on Unsafe mechanics to minimize
428 return UNSAFE.compareAndSwapObject(this, nextOffset, cmp, val);
433 return UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
441 UNSAFE.putObject(this, itemOffset, item); // relaxed write
450 UNSAFE.putObject(this, nextOffset, this);
463 UNSAFE.putObject(this, itemOffset, this);
464 UNSAFE.putObject(this, waiterOffset, null);
509 // Unsafe mechanics
510 private static final sun.misc.Unsafe UNSAFE;
    [all...]
ConcurrentSkipListSet.java 446 UNSAFE.putObjectVolatile(this, mapOffset, map);
449 private static final sun.misc.Unsafe UNSAFE;
453 UNSAFE = sun.misc.Unsafe.getUnsafe();
455 mapOffset = UNSAFE.objectFieldOffset
  /external/chromium_org/third_party/icu/source/common/unicode/
utf16.h 152 * "Unsafe" macro, assumes well-formed UTF-16.
219 * "Unsafe" macro, assumes well-formed UTF-16.
276 * "Unsafe" macro, assumes a valid code point and sufficient space in the string.
325 * "Unsafe" macro, assumes well-formed UTF-16.
359 * "Unsafe" macro, assumes well-formed UTF-16.
402 * "Unsafe" macro, assumes well-formed UTF-16.
441 * "Unsafe" macro, assumes well-formed UTF-16.
500 * "Unsafe" macro, assumes well-formed UTF-16.
536 * "Unsafe" macro, assumes well-formed UTF-16.
580 * "Unsafe" macro, assumes well-formed UTF-16
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 865 USet *unsafe,
871 uset_clear(unsafe);
878 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
881 uset_addRange(unsafe, 0xe40, 0xe44);
882 uset_addRange(unsafe, 0xec0, 0xec4);
884 uset_addRange(unsafe, 0xd800, 0xdfff);
892 // to get unsafe code points, we need to
893 // break the strings apart and add them to the unsafe set
901 uset_add(unsafe, c);
909 return uset_size(unsafe);
    [all...]
  /external/icu4c/common/unicode/
utf16.h 150 * "Unsafe" macro, assumes well-formed UTF-16.
220 * "Unsafe" macro, assumes well-formed UTF-16.
279 * "Unsafe" macro, assumes a valid code point and sufficient space in the string.
328 * "Unsafe" macro, assumes well-formed UTF-16.
364 * "Unsafe" macro, assumes well-formed UTF-16.
409 * "Unsafe" macro, assumes well-formed UTF-16.
448 * "Unsafe" macro, assumes well-formed UTF-16.
507 * "Unsafe" macro, assumes well-formed UTF-16.
543 * "Unsafe" macro, assumes well-formed UTF-16.
587 * "Unsafe" macro, assumes well-formed UTF-16
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 909 USet *unsafe,
915 uset_clear(unsafe);
922 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status);
925 uset_addRange(unsafe, 0xe40, 0xe44)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.cc 41 // We also consider that the file name is unsafe, if it's invalid UTF-8.
48 // We also consider that the file name is unsafe, if it's absolute.
83 // Use of "Unsafe" function does not look good, but there is no way to do
  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 41 // We also consider that the file name is unsafe, if it's invalid UTF-8.
48 // We also consider that the file name is unsafe, if it's absolute.
83 // Use of "Unsafe" function does not look good, but there is no way to do
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pipes.py 78 unsafe = '"`$\\!'
83 for u in unsafe:
86 for u in unsafe:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pipes.py 78 unsafe = '"`$\\!'
83 for u in unsafe:
86 for u in unsafe:

Completed in 1557 milliseconds

1 2 3 4 56 7 8 91011>>