/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
D | xmlprinter.cc | 149 size_t unsafe = text.find_first_of("<>&\"", safe); in PrintQuotedValue() local 150 if (unsafe == std::string::npos) in PrintQuotedValue() 151 unsafe = text.length(); in PrintQuotedValue() 152 *pout_ << text.substr(safe, unsafe - safe); in PrintQuotedValue() 153 if (unsafe == text.length()) in PrintQuotedValue() 155 switch (text[unsafe]) { in PrintQuotedValue() 161 safe = unsafe + 1; in PrintQuotedValue() 170 size_t unsafe = text.find_first_of("<>&", safe); in PrintBodyText() local 171 if (unsafe == std::string::npos) in PrintBodyText() 172 unsafe = text.length(); in PrintBodyText() [all …]
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
D | xmlprinter.cc | 154 size_t unsafe = text.find_first_of("<>&\"", safe); in PrintQuotedValue() local 155 if (unsafe == std::string::npos) in PrintQuotedValue() 156 unsafe = text.length(); in PrintQuotedValue() 157 *pout_ << text.substr(safe, unsafe - safe); in PrintQuotedValue() 158 if (unsafe == text.length()) in PrintQuotedValue() 160 switch (text[unsafe]) { in PrintQuotedValue() 166 safe = unsafe + 1; in PrintQuotedValue() 176 size_t unsafe = text.find_first_of("<>&", safe); in PrintBodyText() local 177 if (unsafe == std::string::npos) in PrintBodyText() 178 unsafe = text.length(); in PrintBodyText() [all …]
|
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/ |
D | Briggs.h | 104 UnsafeArray unsafe, reverseUnsafe; member 323 ed.unsafe.clear(); in computeEdgeContributions() 324 ed.unsafe.resize(numRegs, 0); in computeEdgeContributions() 332 ed.unsafe[i] = 1; in computeEdgeContributions() 364 EdgeData::UnsafeArray &unsafe = in addEdgeContributions() local 365 nIsNode1 ? ed.unsafe : ed.reverseUnsafe; in addEdgeContributions() 369 if (unsafe[r]) { in addEdgeContributions() 391 EdgeData::UnsafeArray &unsafe = in subtractEdgeContributions() local 392 nIsNode1 ? ed.unsafe : ed.reverseUnsafe; in subtractEdgeContributions() 396 if (unsafe[r]) { in subtractEdgeContributions()
|
/external/llvm/test/CodeGen/ARM/ |
D | neon-spfp.ll | 7 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a5 --enable-unsafe-fp-math | File… 8 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a8 --enable-unsafe-fp-math | File… 9 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a9 --enable-unsafe-fp-math | File… 10 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=cortex-a15 --enable-unsafe-fp-math | Fil… 11 ; RUN: llc < %s -mtriple armv7a-none-linux-gnueabihf -mcpu=swift --enable-unsafe-fp-math | FileChec… 20 ; NEON is not fully IEEE 754 compliant, unless unsafe-math is selected. 51 ; Swift is *always* unsafe
|
/external/chromium_org/google_apis/cup/ |
D | client_update_protocol.cc | 146 std::string unsafe(input.begin(), input.end()); in UrlSafeB64Decode() local 147 for (std::string::iterator it = unsafe.begin(); it != unsafe.end(); ++it) { in UrlSafeB64Decode() 159 if (unsafe.length() % 4) in UrlSafeB64Decode() 160 unsafe.append(4 - (unsafe.length() % 4), '='); in UrlSafeB64Decode() 163 if (!base::Base64Decode(unsafe, &decoded)) in UrlSafeB64Decode()
|
/external/clang/test/SemaObjC/ |
D | arc-unsafe-assigns.m | 24 self.unsafe_prop = [Foo new]; // expected-warning {{assigning retained object to unsafe property}} 26 …self.unsafe_prop = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe p… 36 f.unsafe_prop = [Foo new]; // expected-warning {{assigning retained object to unsafe property}}
|
/external/llvm/test/CodeGen/Mips/ |
D | mips16_32_9.ll | 49 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 50 …m-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 51 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | mips16_32_10.ll | 57 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 58 …m-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 59 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | mips16_32_8.ll | 71 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 72 …"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "… 73 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 74 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | mips16_32_4.ll | 63 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 64 …"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "… 65 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | mips16_32_7.ll | 74 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 75 …"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "… 76 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | mips16_32_3.ll | 68 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 69 …"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "… 70 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | mips16_32_5.ll | 78 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 79 …"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "… 80 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | mips16_32_6.ll | 84 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 85 …"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "… 86 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | tnaked.ll | 28 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 29 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | cmplarge.ll | 36 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 37 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | i64_fp_round.ll | 22 ; Also check that with -enable-unsafe-fp-math we do not get that extra 25 ; RUN: llc -mcpu=pwr7 -mattr=-fpcvt -enable-unsafe-fp-math < %s | FileCheck %s -check-prefix=UNSAFE
|
D | frameaddr.ll | 43 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 46 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
D | addrfuncstr.ll | 26 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "… 27 …im-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "…
|
/external/chromium_org/v8/tools/gcmole/ |
D | README | 4 dependent GC-unsafe places in the V8 codebase. 6 For example the following code is GC-unsafe: 57 callsites that might be GC-unsafe based on the list of functions causing GC.
|
/external/v8/tools/gcmole/ |
D | README | 4 dependent GC-unsafe places in the V8 codebase. 6 For example the following code is GC-unsafe: 57 callsites that might be GC-unsafe based on the list of functions causing GC.
|
/external/chromium_org/third_party/jinja2/ |
D | sandbox.py | 107 def unsafe(f): function 174 for typespec, unsafe in _mutable_spec: 176 return attr in unsafe
|
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/ |
D | UnsafeAllocator.java | 41 final Object unsafe = f.get(null); in create() local 47 return (T) allocateInstance.invoke(unsafe, c); in create()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_sit.cpp | 865 USet *unsafe, in ucol_getUnsafeSet() argument 871 uset_clear(unsafe); in ucol_getUnsafeSet() 878 uset_applyPattern(unsafe, cccpattern, 24, USET_IGNORE_SPACE, status); in ucol_getUnsafeSet() 881 uset_addRange(unsafe, 0xe40, 0xe44); in ucol_getUnsafeSet() 882 uset_addRange(unsafe, 0xec0, 0xec4); in ucol_getUnsafeSet() 884 uset_addRange(unsafe, 0xd800, 0xdfff); in ucol_getUnsafeSet() 901 uset_add(unsafe, c); in ucol_getUnsafeSet() 909 return uset_size(unsafe); in ucol_getUnsafeSet()
|
/external/llvm/test/CodeGen/X86/ |
D | sincos.ll | 2 ; RUN: llc < %s -mtriple=i686-apple-macosx -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | FileCh… 3 ; RUN: llc < %s -mtriple=i686-apple-macosx -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | FileCh…
|