Home
last modified time | relevance | path

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

/external/skia/tests/
DStrokerTest.cpp119 static SkScalar unbounded(SkRandom& r) { in unbounded() function
140 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST()
141 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r)); in DEF_TEST()
179 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST()
180 path.cubicTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r), in DEF_TEST()
181 unbounded(r), unbounded(r)); in DEF_TEST()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.h151 bool unbounded);
154 bool unbounded);
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/
DQueuedThreadPool-mbean.properties4 maxQueued: The maximum size of the job queue or -1 for unbounded.
/external/llvm/test/Analysis/ScalarEvolution/
Dpr22856.ll6 define void @unbounded() {
/external/deqp/framework/common/
DtcuFloatFormat.cpp187 tmp = Interval::unbounded(); in convert()
263 else if (interval == Interval::unbounded(true)) in intervalToHex()
DtcuInterval.cpp101 return Interval::unbounded(); in operator /()
DtcuInterval.hpp130 static Interval unbounded (bool nan = false) in unbounded() function in tcu::Interval
/external/llvm/test/DebugInfo/Generic/
Darray.ll2 ; Do not emit AT_upper_bound for an unbounded array.
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m146 … insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions w…
170 … insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions w…
/external/llvm/test/Transforms/Inline/
Dinline-tail.ll38 ; to prevent unbounded stack growth.
/external/skia/src/animator/
DSkAnimateSchema.xsd1345 <xs:choice maxOccurs="unbounded" >
1443 <xs:choice maxOccurs="unbounded" >
1571 <xs:choice maxOccurs="unbounded">
1765 <xs:choice maxOccurs="unbounded">
1802 <xs:choice maxOccurs="unbounded">
1926 <xs:choice maxOccurs="unbounded">
2016 <xs:choice maxOccurs="unbounded">
2085 <xs:choice maxOccurs="unbounded">
2113 <xs:choice maxOccurs="unbounded">
2154 <xs:choice maxOccurs="unbounded">
[all …]
/external/pcre/dist/
DHACKING439 When a repeated subpattern has an unbounded upper limit, it is checked to see
468 The check for matching an empty string in an unbounded repeat is handled
490 OP_SCOND for one that might match an empty string in an unbounded repeat. If
/external/libvorbis/doc/
D05-comment.tex203 packet is (practically) unbounded. The comment header packet is not
D01-introduction.tex103 unbounded, although for streaming a rule-of-thumb of 4kB or less is
Drfc5215.txt322 Raw Vorbis packets are currently unbounded in length; application
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1716 return Interval::unbounded(true); in getCodomain()
1784 return Interval::unbounded(true); in getCodomain()
2025 ret |= Interval::unbounded(); in innerExtrema()
2434 Interval::unbounded(), in ATan()
3359 ret = Interval::unbounded() | TCU_NAN; in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1695 return Interval::unbounded(true); in getCodomain()
1763 return Interval::unbounded(true); in getCodomain()
2004 ret |= Interval::unbounded(); in innerExtrema()
2413 Interval::unbounded(), in ATan()
3308 ret = Interval::unbounded() | TCU_NAN; in doApply()
/external/clang/docs/analyzer/
DIPA.txt176 depth. This prevents unbounded analysis due to infinite recursion, but also
/external/libvpx/libvpx/
DCHANGELOG266 An unbounded out of bounds read was discovered when the
/external/strace/
DNEWS599 * Trace an unbounded number of processes.
/external/icu/icu4c/source/test/testdata/
Dregextst.txt1249 # Incorrect (unbounded) longest match length with {1, 20} style quantifiers.
1297 # (Look-behind match length must be bounded. This case is treated as unbounded, an error.)
/external/clang/docs/
DInternalsManual.rst772 ``_Pragma`` and will most likely be used to handle unbounded look-ahead for the
/external/llvm/docs/
DCodeGenerator.rst1205 :raw-html:`<b><tt>` P\ :sub:`v`\ :raw-html:`</tt></b>`, that can use an unbounded
DLangRef.rst8352 #. The call will not cause unbounded stack growth if it is part of a
/external/bison/
DChangeLog-201214869 Abort if a stray escape character is found. Avoid unbounded input
14912 Avoid unbounded token sizes where this is easy.