Home
last modified time | relevance | path

Searched refs:unsafe (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/chromium_org/third_party/libjingle/source/talk/xmllite/
Dxmlprinter.cc149 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/
Dxmlprinter.cc154 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/
DBriggs.h104 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/
Dneon-spfp.ll7 ; 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/
Dclient_update_protocol.cc146 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/
Darc-unsafe-assigns.m24 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/
Dmips16_32_9.ll49 …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" "…
Dmips16_32_10.ll57 …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" "…
Dmips16_32_8.ll71 …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" "…
Dmips16_32_4.ll63 …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" "…
Dmips16_32_7.ll74 …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" "…
Dmips16_32_3.ll68 …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" "…
Dmips16_32_5.ll78 …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" "…
Dmips16_32_6.ll84 …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" "…
Dtnaked.ll28 …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" "…
Dcmplarge.ll36 …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/
Di64_fp_round.ll22 ; 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
Dframeaddr.ll43 …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" "…
Daddrfuncstr.ll26 …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/
DREADME4 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/
DREADME4 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/
Dsandbox.py107 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/
DUnsafeAllocator.java41 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/
Ducol_sit.cpp865 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/
Dsincos.ll2 ; 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…

12345678910