/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/ |
D | ServerStreamingAttemptCallableTest.java | 75 private ServerStreamingAttemptCallable<String, String> createCallable() { in createCallable() method in ServerStreamingAttemptCallableTest 76 return createCallable(FakeCallContext.createDefault()); in createCallable() 79 private ServerStreamingAttemptCallable<String, String> createCallable(ApiCallContext context) { in createCallable() method in ServerStreamingAttemptCallableTest 97 ServerStreamingAttemptCallable<String, String> callable = createCallable(mockedCallContext); in testUserProvidedContextTimeout() 136 ServerStreamingAttemptCallable<String, String> callable = createCallable(mockedCallContext); in testNoUserProvidedContextTimeout() 167 ServerStreamingAttemptCallable<String, String> callable = createCallable(); in testNoErrorsAutoFlow() 191 ServerStreamingAttemptCallable<String, String> callable = createCallable(); in testNoErrorsManualFlow() 223 ServerStreamingAttemptCallable<String, String> callable = createCallable(); in testInitialRetry() 258 ServerStreamingAttemptCallable<String, String> callable = createCallable(); in testMidRetry() 300 ServerStreamingAttemptCallable<String, String> callable = createCallable(); in testRequestCountIsPreserved() [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ParallelScatterZipCreator.java | 137 submit(createCallable(zipArchiveEntry, source)); in addArchiveEntry() 150 submit(createCallable(zipArchiveEntryRequestSupplier)); in addArchiveEntry() 182 …public final Callable<Object> createCallable(final ZipArchiveEntry zipArchiveEntry, final InputStr… in createCallable() method in ParallelScatterZipCreator 213 …public final Callable<Object> createCallable(final ZipArchiveEntryRequestSupplier zipArchiveEntryR…
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/ |
D | ThreadSafety1759Test.java | 34 calls.add(createCallable(thread, mapper, json, timestamp, COUNT, counter)); in testCalendarForDeser() 52 private Callable<Throwable> createCallable(final int threadId, in createCallable() method in ThreadSafety1759Test
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | ParallelScatterZipCreatorTest.java | 150 callable = zipCreator.createCallable(za, iss); in writeEntriesAsCallable() 158 callable = zipCreator.createCallable(zaSupplier); in writeEntriesAsCallable()
|
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/ |
D | LibcTest.h | 214 template <typename Func> testutils::FunctionCaller *createCallable(Func f) { in createCallable() function 475 TEST_FUNC(LIBC_NAMESPACE::testing::Test::createCallable(FUNC), VALUE, \
|
/external/cronet/stable/third_party/llvm-libc/src/test/UnitTest/ |
D | LibcTest.h | 214 template <typename Func> testutils::FunctionCaller *createCallable(Func f) { in createCallable() function 475 TEST_FUNC(LIBC_NAMESPACE::testing::Test::createCallable(FUNC), VALUE, \
|
/external/llvm-libc/test/UnitTest/ |
D | LibcTest.h | 214 template <typename Func> testutils::FunctionCaller *createCallable(Func f) { in createCallable() function 484 TEST_FUNC(LIBC_NAMESPACE::testing::Test::createCallable(FUNC), VALUE, \
|