/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 | 105 UnsafeArray unsafe, reverseUnsafe; member 324 ed.unsafe.clear(); in computeEdgeContributions() 325 ed.unsafe.resize(numRegs, 0); in computeEdgeContributions() 333 ed.unsafe[i] = 1; in computeEdgeContributions() 365 EdgeData::UnsafeArray &unsafe = in addEdgeContributions() local 366 nIsNode1 ? ed.unsafe : ed.reverseUnsafe; in addEdgeContributions() 370 if (unsafe[r]) { in addEdgeContributions() 392 EdgeData::UnsafeArray &unsafe = in subtractEdgeContributions() local 393 nIsNode1 ? ed.unsafe : ed.reverseUnsafe; in subtractEdgeContributions() 397 if (unsafe[r]) { in subtractEdgeContributions()
|
/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/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/llvm/test/CodeGen/PowerPC/ |
D | buildvec_canonicalize.ll | 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 --enable-unsafe-fp-math | \ 6 ; RUN: llc < %s -march=ppc32 -mcpu=g5 --enable-unsafe-fp-math | \
|
D | unsafe-math.ll | 2 ; RUN: llc < %s -march=ppc32 -enable-unsafe-fp-math | \
|
/external/llvm/test/CodeGen/X86/ |
D | sincos.ll | 2 ; RUN: llc < %s -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | \ 4 ; RUN: llc < %s -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | \
|
D | fmul-zero.ll | 1 ; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | not grep mulps
|
D | 2008-05-01-InvalidOrdCompare.ll | 1 ; RUN: llc < %s -enable-unsafe-fp-math -march=x86 | grep jnp
|
D | negative-sin.ll | 1 ; RUN: llc < %s -enable-unsafe-fp-math -march=x86-64 | FileCheck %s
|
D | 2006-05-22-FPSetEQ.ll | 2 ; RUN: llc < %s -march=x86 -mattr=-sse -enable-unsafe-fp-math -enable-no-nans-fp-math | \
|
D | neg_fp.ll | 4 ; Test that when we don't -enable-unsafe-fp-math, we don't do the optimization
|
D | fsxor-alignment.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -enable-unsafe-fp-math | \
|
D | fabs.ll | 4 ; RUN: llc < %s -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math -enable-no-nans-fp-math |…
|
/external/icu4c/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/ARM/ |
D | fpcmp-opt.ll | 1 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 -mattr=+vfp2 -enable-unsafe-fp-math -enable-no-nans-fp-m… 2 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 -mattr=+vfp2 -enable-unsafe-fp-math | FileCheck -check-p…
|
/external/kernel-headers/original/linux/ |
D | module.h | 313 int unsafe; member 446 if (mod && !(mod)->unsafe) { \ 450 (mod)->unsafe = 1; \
|
/external/llvm/cmake/modules/ |
D | CheckAtomic.cmake | 28 message(STATUS "Warning: LLVM will be built thread-unsafe because atomic builtins are missing")
|
/external/markdown/tests/safe_mode/ |
D | unsafe_urls.txt | 1 These links should be unsafe and not allowed in safe_mode
|
/external/llvm/test/Transforms/LICM/ |
D | 2007-09-24-PromoteNullValue.ll | 1 ; Do not promote null value because it may be unsafe to do so.
|
/external/llvm/docs/CommandGuide/ |
D | llc.pod | 95 =item B<--enable-unsafe-fp-math> 97 Enable optimizations that make unsafe assumptions about IEEE math (e.g. that
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 35 > also unsafe in terms of checking where control returns (which is I suppose
|
/external/llvm/test/CodeGen/CellSPU/ |
D | sp_farith.ll | 1 ; RUN: llc < %s -march=cellspu -enable-unsafe-fp-math > %t1.s
|
/external/icu4c/config/ |
D | mh-hpux-acc | 22 # 749 This operation is non-portable and potentially unsafe.
|
/external/llvm/test/Transforms/InstCombine/ |
D | overflow.ll | 31 ; promote it since the add.off instruction has another use, and 2) it is unsafe
|