/external/deqp-deps/amber/src/ |
D | tokenizer_test.cc | 28 auto next = t.NextToken(); in TEST_F() local 35 auto next = t.NextToken(); in TEST_F() local 47 auto next = t.NextToken(); in TEST_F() local 59 auto next = t.NextToken(); in TEST_F() local 71 auto next = t.NextToken(); in TEST_F() local 85 auto next = t.NextToken(); in TestNaN() local 110 auto next = t.NextToken(); in TEST_F() local 122 auto next = t.NextToken(); in TEST_F() local 134 auto next = t.NextToken(); in TEST_F() local 146 auto next = t.NextToken(); in TEST_F() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBaseTraversers.java | 211 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.AncestorTraverser 226 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.AncestorTraverser 294 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.AttributeTraverser 310 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.AttributeTraverser 460 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.ChildTraverser 475 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.ChildTraverser 558 int next = findElementFromIndex(nsIndex, lnIndex, nextPotential); in getNextIndexed() local 701 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.DescendantTraverser 730 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.DescendantTraverser 805 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.AllFromNodeTraverser [all …]
|
D | DTMDefaultBaseIterators.java | 325 public int next() in next() method in DTMDefaultBaseIterators.ChildrenIterator 396 public int next() in next() method in DTMDefaultBaseIterators.ParentIterator 470 public int next() in next() method in DTMDefaultBaseIterators.TypedChildrenIterator 559 public int next() in next() method in DTMDefaultBaseIterators.NamespaceChildrenIterator 625 public int next() in next() method in DTMDefaultBaseIterators.NamespaceIterator 664 public int next() in next() method in DTMDefaultBaseIterators.TypedNamespaceIterator 728 public int next() in next() method in DTMDefaultBaseIterators.RootIterator 765 public int next() in next() method in DTMDefaultBaseIterators.TypedRootIterator 849 public int next() in next() method in DTMDefaultBaseIterators.NamespaceAttributeIterator 896 public int next() in next() method in DTMDefaultBaseIterators.FollowingSiblingIterator [all …]
|
/external/perfetto/src/trace_processor/importers/json/ |
D | json_trace_tokenizer_unittest.cc | 31 const char* next = nullptr; in TEST() local 45 const char* next = nullptr; local 60 const char* next = nullptr; in TEST() local 80 const char* next = nullptr; in TEST() local 92 const char* next = nullptr; in TEST() local 104 const char* next = nullptr; in TEST() local 116 const char* next = nullptr; in TEST() local 128 const char* next = nullptr; in TEST() local 139 const char* next = nullptr; in TEST() local 150 const char* next = nullptr; in TEST() local [all …]
|
/external/oboe/tests/ |
D | testStreamStates.cpp | 65 StreamState next = StreamState::Unknown; in checkStreamStateIsStartedAfterStartingTwice() local 86 StreamState next = StreamState::Unknown; in checkStreamStateIsStoppedAfterStoppingTwice() local 135 StreamState next = StreamState::Unknown; in TEST_F() local 146 StreamState next = StreamState::Unknown; in TEST_F() local 161 StreamState next = StreamState::Unknown; in TEST_F() local 180 StreamState next = StreamState::Unknown; in TEST_F() local 195 StreamState next = StreamState::Unknown; in TEST_F() local 206 StreamState next = StreamState::Unknown; in TEST_F() local 237 StreamState next = StreamState::Unknown; in TEST_F() local 292 StreamState next = StreamState::Unknown; in TEST_F() local
|
/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
D | FilterChainMatchingProtocolNegotiatorsTest.java | 124 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in nofilterChainMatch_defaultSslContext() local 169 ChannelHandler next = new ChannelInboundHandlerAdapter(); in filterSelectorChange_drainsConnection() local 218 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in singleFilterChainWithoutAlpn() local 257 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in singleFilterChainWithAlpn() local 303 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in destPortFails_returnDefaultFilterChain() local 344 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in destPrefixRangeMatch() local 386 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in destPrefixRangeMismatch_returnDefaultFilterChain() local 429 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in dest0LengthPrefixRange() local 487 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in destPrefixRange_moreSpecificWins() local 544 ChannelHandler next = captureAttrHandler(sslSet, routingSettable); in destPrefixRange_emptyListLessSpecific() local [all …]
|
/external/tcpdump/ |
D | cpack.c | 59 const uint8_t *next; in nd_cpack_align_and_reserve() local 98 const uint8_t *next; in nd_cpack_uint64() local 114 const uint8_t *next; in nd_cpack_int64() local 130 const uint8_t *next; in nd_cpack_uint32() local 146 const uint8_t *next; in nd_cpack_int32() local 162 const uint8_t *next; in nd_cpack_uint16() local 178 const uint8_t *next; in nd_cpack_int16() local
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | TypeNameClassifier.java | 32 public TyParseState next(JavaCaseFormat n) { in START() method 53 public TyParseState next(JavaCaseFormat n) { in TYPE() method 69 public TyParseState next(JavaCaseFormat n) { in FIRST_STATIC_MEMBER() method 77 public TyParseState next(JavaCaseFormat n) { in REJECT() method 85 public TyParseState next(JavaCaseFormat n) { in AMBIGUOUS() method 110 public abstract TyParseState next(JavaCaseFormat n); in next() method in TypeNameClassifier.TyParseState
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | ConstructedOctetStream.java | 30 ASN1OctetStringParser next = getNextParser(); in read() local 57 ASN1OctetStringParser next = getNextParser(); in read() local 79 ASN1OctetStringParser next = getNextParser(); in read() local 98 ASN1OctetStringParser next = getNextParser(); in read() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ConstructedOctetStream.java | 29 ASN1OctetStringParser next = getNextParser(); in read() local 56 ASN1OctetStringParser next = getNextParser(); in read() local 78 ASN1OctetStringParser next = getNextParser(); in read() local 97 ASN1OctetStringParser next = getNextParser(); in read() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
D | ConstructedOctetStream.java | 30 ASN1OctetStringParser next = getNextParser(); in read() local 57 ASN1OctetStringParser next = getNextParser(); in read() local 79 ASN1OctetStringParser next = getNextParser(); in read() local 98 ASN1OctetStringParser next = getNextParser(); in read() local
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | PropertyValue.java | 16 public final PropertyValue next; field in PropertyValue 23 protected PropertyValue(PropertyValue next, Object value) in PropertyValue() method in PropertyValue 51 public Regular(PropertyValue next, Object value, in Regular() 78 public Any(PropertyValue next, Object value, in Any() 104 public Map(PropertyValue next, Object value, Object key) in Map()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | URLParser.java | 58 protected static boolean isMark(char next) { in isMark() 75 protected static boolean isUnreserved(char next) { in isUnreserved() 79 protected static boolean isReservedNoSlash(char next) { in isReservedNoSlash() 116 char next = lexer.lookAhead(0); in unreserved() local 130 char next = lexer.lookAhead(0); in paramNameOrValue() local 158 char next = lexer.lookAhead(0); in uriParam() local 176 protected static boolean isReserved(char next) { in isReserved() 195 char next = lexer.lookAhead(0); in reserved() local 218 char next = lexer.lookAhead(0); in escaped() local 241 char next = lexer.lookAhead(0); in mark() local [all …]
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/ |
D | joint_iter.hpp | 61 struct next< joint_iter<I1,L1,I2> > struct 63 typedef joint_iter< typename mpl::next<I1>::type,L1,I2 > type; 67 struct next< joint_iter<L1,L1,I2> > struct 69 typedef joint_iter< L1,L1,typename mpl::next<I2>::type > type;
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc/ |
D | arg.hpp | 33 typedef arg<2> next; typedef 50 typedef arg<3> next; typedef 67 typedef arg<4> next; typedef 84 typedef arg<5> next; typedef 101 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ctps/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | TextElementIteratorsFactory.java | 37 private Iterator<E> next; field in TextElementIteratorsFactory.CascadingIterator 59 public E next() { in next() method in TextElementIteratorsFactory.CascadingIterator 94 public E next() { in next() method in TextElementIteratorsFactory.EmptyIterator 113 public E next() { in next() method in TextElementIteratorsFactory.SingleElementIterator 146 public E next() { in next() method in TextElementIteratorsFactory.ComposedIterator
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
D | arg.hpp | 33 typedef arg<2> next; typedef 50 typedef arg<3> next; typedef 67 typedef arg<4> next; typedef 84 typedef arg<5> next; typedef 101 typedef arg<6> next; typedef
|
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|