Home
last modified time | relevance | path

Searched defs:newOptions (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCallOptions.java88 CallOptions newOptions = new CallOptions(this); in withAuthority() local
97 CallOptions newOptions = new CallOptions(this); in withCallCredentials() local
108 CallOptions newOptions = new CallOptions(this); in withCompression() local
122 CallOptions newOptions = new CallOptions(this); in withDeadline() local
149 CallOptions newOptions = new CallOptions(this); in withWaitForReady() local
159 CallOptions newOptions = new CallOptions(this); in withoutWaitForReady() local
201 CallOptions newOptions = new CallOptions(this); in withExecutor() local
214 CallOptions newOptions = new CallOptions(this); in withStreamTracerFactory() local
312 CallOptions newOptions = new CallOptions(this); in withOption() local
375 CallOptions newOptions = new CallOptions(this); in withMaxInboundMessageSize() local
[all …]
/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
Dconfigure-compilation-conventions.gradle.kts20 val newOptions = in <lambda>() constant
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAppWidgetManagerTest.java378 Bundle newOptions = new Bundle(); in updateAppWidgetOptions_shouldMergeOptionsBundleIfAlreadyExists() local
560 Context context, AppWidgetManager appWidgetManager, int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java494 CallOptions newOptions = callOptions.withStreamTracerFactory(tracerFactory); in newRetriableStream() local