Home
last modified time | relevance | path

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

123

/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/
DWildcardUsageTest.java46 private ResolvedWildcard unbounded = ResolvedWildcard.UNBOUNDED; field in WildcardUsageTest
77 assertEquals(false, unbounded.isArray()); in testIsArray()
86 assertEquals(false, unbounded.isPrimitive()); in testIsPrimitive()
95 assertEquals(false, unbounded.isNull()); in testIsNull()
104 assertEquals(true, unbounded.isReference()); in testIsReference()
113 assertEquals(false, unbounded.isReferenceType()); in testIsReferenceType()
122 assertEquals(false, unbounded.isVoid()); in testIsVoid()
131 assertEquals(false, unbounded.isTypeVariable()); in testIsTypeVariable()
140 assertEquals(true, unbounded.isWildcard()); in testIsWildcard()
149 unbounded.asArrayType(); in testAsArrayTypeUsage()
[all …]
/external/skia/tests/
DStrokerTest.cpp136 static SkScalar unbounded(SkRandom& r) { in unbounded() function
157 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST()
158 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r)); in DEF_TEST()
196 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST()
197 path.cubicTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r), in DEF_TEST()
198 unbounded(r), unbounded(r)); in DEF_TEST()
/external/skqp/tests/
DStrokerTest.cpp136 static SkScalar unbounded(SkRandom& r) { in unbounded() function
157 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST()
158 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r)); in DEF_TEST()
196 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST()
197 path.cubicTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r), in DEF_TEST()
198 unbounded(r), unbounded(r)); in DEF_TEST()
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto33 // Single-sided unbounded streaming from client to server
37 // Single-sided unbounded streaming from server to client
41 // Two-sided unbounded streaming between server to client
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto36 // Single-sided unbounded streaming from client to server
40 // Single-sided unbounded streaming from server to client
44 // Two-sided unbounded streaming between server to client
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.h167 bool unbounded);
170 bool unbounded);
/external/llvm/test/Analysis/ScalarEvolution/
Dpr22856.ll6 define void @unbounded() {
/external/swiftshader/third_party/llvm-7.0/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.hpp159 static Interval unbounded (bool nan = false) in unbounded() function in tcu::Interval
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Darray.ll2 ; Do not emit AT_upper_bound for an unbounded array.
/external/llvm/test/DebugInfo/Generic/
Darray.ll2 ; Do not emit AT_upper_bound for an unbounded array.
/external/swiftshader/third_party/LLVM/test/DebugInfo/
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/python/cpython3/Doc/library/
Dqueue.rst78 Constructor for an unbounded :abbr:`FIFO (first-in, first-out)` queue.
278 :class:`collections.deque` is an alternative implementation of unbounded
D_thread.rst133 *timeout* argument specifies an unbounded wait. You cannot specify
/external/libtextclassifier/actions/
Dactions_model.fbs229 // The maximal length of input to consider for prediciton, -1 if unbounded.
445 // Length of message history to consider, -1 if unbounded.
/external/llvm/test/Transforms/Inline/
Dinline-tail.ll38 ; to prevent unbounded stack growth.
/external/python/pyasn1/docs/source/pyasn1/
Dcontents.rst42 comprise a *schema* describing data structures of unbounded complexity.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline-tail.ll39 ; to prevent unbounded stack growth.
/external/python/pyasn1/
DREADME.md32 to serialise data structures of unbounded complexity into
/external/python/cpython2/Doc/library/
Dqueue.rst76 :class:`collections.deque` is an alternative implementation of unbounded
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1740 return Interval::unbounded(true); in getCodomain()
1814 return Interval::unbounded(true); in getCodomain()
2055 ret |= Interval::unbounded(); in innerExtrema()
2479 Interval::unbounded(), in ATan()
3509 ret = Interval::unbounded() | TCU_NAN; in doApply()
/external/pcre/dist2/
DHACKING689 When a repeated subpattern has an unbounded upper limit, it is checked to see
710 The check for matching an empty string in an unbounded repeat is handled
731 OP_SCOND for one that might match an empty string in an unbounded repeat.

123