/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | TrafficControlProxy.java | 30 import java.util.concurrent.Delayed; 237 private static class Message implements Delayed { 249 public int compareTo(Delayed o) { in compareTo()
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | TestingExecutors.java | 30 import java.util.concurrent.Delayed; 165 public int compareTo(Delayed other) { in compareTo()
|
D | SameThreadScheduledExecutorService.java | 32 import java.util.concurrent.Delayed; 172 public int compareTo(Delayed other) { in compareTo()
|
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | TestingExecutors.java | 30 import java.util.concurrent.Delayed; 165 public int compareTo(Delayed other) { in compareTo()
|
D | SameThreadScheduledExecutorService.java | 32 import java.util.concurrent.Delayed; 172 public int compareTo(Delayed other) { in compareTo()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
D | TestScheduledExecutorService.java | 25 import java.util.concurrent.Delayed; 143 public int compareTo(Delayed o) { in compareTo()
|
/external/libchrome/base/test/ |
D | task_runner_test_template.h | 146 TYPED_TEST_P(TaskRunnerTest, Delayed) { in TYPED_TEST_P() argument 171 REGISTER_TYPED_TEST_CASE_P(TaskRunnerTest, Basic, Delayed);
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ListeningScheduledExecutorServiceTest.java | 25 import java.util.concurrent.Delayed; 180 public int compareTo(Delayed other) { in compareTo()
|
/external/webrtc/test/ |
D | run_loop_unittest.cc | 34 TEST(RunLoopTest, Delayed) { in TEST() argument
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | FakeClock.java | 27 import java.util.concurrent.Delayed; 90 @Override public int compareTo(Delayed other) { in compareTo()
|
D | SharedResourceHolderTest.java | 33 import java.util.concurrent.Delayed; 237 public int compareTo(Delayed o) { in compareTo()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | modernize-pass-by-value.rst | 125 of inner classes of template classes, etc., are not transformed. Delayed 129 Delayed template parsing can be enabled using the `-fdelayed-template-parsing`
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 544 bool Delayed = false; in ListScheduleBottomUp() local 551 Delayed = true; in ListScheduleBottomUp() 562 if (Delayed && !CurSU) { in ListScheduleBottomUp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 552 bool Delayed = false; in ListScheduleBottomUp() local 559 Delayed = true; in ListScheduleBottomUp() 570 if (Delayed && !CurSU) { in ListScheduleBottomUp()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 544 bool Delayed = false; in ListScheduleBottomUp() local 551 Delayed = true; in ListScheduleBottomUp() 562 if (Delayed && !CurSU) { in ListScheduleBottomUp()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 40 import java.util.concurrent.Delayed; 688 public int compareTo(Delayed other) { in compareTo()
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 38 import java.util.concurrent.Delayed; 627 public int compareTo(Delayed other) { in compareTo()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyHandlerTestBase.java | 67 import java.util.concurrent.Delayed; 201 public int compareTo(Delayed o) { in compareTo()
|
/external/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 56 Delayed Freelist
|
/external/python/asn1crypto/ |
D | readme.md | 86 - Delayed parsing of byte string values
|
/external/llvm-project/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 75 Delayed Freelist
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 1720 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument 1728 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1957 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
D | ParseDecl.cpp | 6523 bool Delayed = D.isFirstDeclarationOfMember() && in ParseFunctionDeclarator() local 6525 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) && in ParseFunctionDeclarator() 6540 Delayed = false; in ParseFunctionDeclarator() 6542 ESpecType = tryParseExceptionSpecification(Delayed, in ParseFunctionDeclarator()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 5678 bool Delayed = D.isFirstDeclarationOfMember() && in ParseFunctionDeclarator() local 5680 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) && in ParseFunctionDeclarator() 5695 Delayed = false; in ParseFunctionDeclarator() 5697 ESpecType = tryParseExceptionSpecification(Delayed, in ParseFunctionDeclarator()
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1946 bool Delayed, 3131 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
|