/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | WildcardUsageTest.java | 46 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/ |
D | StrokerTest.cpp | 136 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/ |
D | StrokerTest.cpp | 136 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/ |
D | benchmark_service.proto | 33 // 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/ |
D | services.proto | 36 // 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/ |
D | cpp_message.h | 167 bool unbounded); 170 bool unbounded);
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | pr22856.ll | 6 define void @unbounded() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | pr22856.ll | 6 define void @unbounded() {
|
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 187 tmp = Interval::unbounded(); in convert() 263 else if (interval == Interval::unbounded(true)) in intervalToHex()
|
D | tcuInterval.cpp | 101 return Interval::unbounded(); in operator /()
|
D | tcuInterval.hpp | 159 static Interval unbounded (bool nan = false) in unbounded() function in tcu::Interval
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | array.ll | 2 ; Do not emit AT_upper_bound for an unbounded array.
|
/external/llvm/test/DebugInfo/Generic/ |
D | array.ll | 2 ; Do not emit AT_upper_bound for an unbounded array.
|
/external/swiftshader/third_party/LLVM/test/DebugInfo/ |
D | array.ll | 2 ; Do not emit AT_upper_bound for an unbounded array.
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 146 … 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/ |
D | queue.rst | 78 Constructor for an unbounded :abbr:`FIFO (first-in, first-out)` queue. 278 :class:`collections.deque` is an alternative implementation of unbounded
|
D | _thread.rst | 133 *timeout* argument specifies an unbounded wait. You cannot specify
|
/external/libtextclassifier/actions/ |
D | actions_model.fbs | 229 // 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/ |
D | inline-tail.ll | 38 ; to prevent unbounded stack growth.
|
/external/python/pyasn1/docs/source/pyasn1/ |
D | contents.rst | 42 comprise a *schema* describing data structures of unbounded complexity.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-tail.ll | 39 ; to prevent unbounded stack growth.
|
/external/python/pyasn1/ |
D | README.md | 32 to serialise data structures of unbounded complexity into
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 76 :class:`collections.deque` is an alternative implementation of unbounded
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1740 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/ |
D | HACKING | 689 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.
|