Home
last modified time | relevance | path

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

12

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTrafficControlProxy.java30 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/
DTestingExecutors.java30 import java.util.concurrent.Delayed;
165 public int compareTo(Delayed other) { in compareTo()
DSameThreadScheduledExecutorService.java32 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/
DTestingExecutors.java30 import java.util.concurrent.Delayed;
165 public int compareTo(Delayed other) { in compareTo()
DSameThreadScheduledExecutorService.java32 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/
DTestScheduledExecutorService.java25 import java.util.concurrent.Delayed;
143 public int compareTo(Delayed o) { in compareTo()
/external/libchrome/base/test/
Dtask_runner_test_template.h146 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/
DListeningScheduledExecutorServiceTest.java25 import java.util.concurrent.Delayed;
180 public int compareTo(Delayed other) { in compareTo()
/external/webrtc/test/
Drun_loop_unittest.cc34 TEST(RunLoopTest, Delayed) { in TEST() argument
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DFakeClock.java27 import java.util.concurrent.Delayed;
90 @Override public int compareTo(Delayed other) { in compareTo()
DSharedResourceHolderTest.java33 import java.util.concurrent.Delayed;
237 public int compareTo(Delayed o) { in compareTo()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-pass-by-value.rst125 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/
DScheduleDAGFast.cpp544 bool Delayed = false; in ListScheduleBottomUp() local
551 Delayed = true; in ListScheduleBottomUp()
562 if (Delayed && !CurSU) { in ListScheduleBottomUp()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp552 bool Delayed = false; in ListScheduleBottomUp() local
559 Delayed = true; in ListScheduleBottomUp()
570 if (Delayed && !CurSU) { in ListScheduleBottomUp()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp544 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/
DMoreExecutors.java40 import java.util.concurrent.Delayed;
688 public int compareTo(Delayed other) { in compareTo()
/external/guava/android/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java38 import java.util.concurrent.Delayed;
627 public int compareTo(Delayed other) { in compareTo()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyHandlerTestBase.java67 import java.util.concurrent.Delayed;
201 public int compareTo(Delayed o) { in compareTo()
/external/llvm/docs/
DScudoHardenedAllocator.rst56 Delayed Freelist
/external/python/asn1crypto/
Dreadme.md86 - Delayed parsing of byte string values
/external/llvm-project/llvm/docs/
DScudoHardenedAllocator.rst75 Delayed Freelist
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1720 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument
1728 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
1957 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
DParseDecl.cpp6523 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/
DParseDecl.cpp5678 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/
DParser.h1946 bool Delayed,
3131 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,

12