/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/ |
D | MonoTest.kt | 25 val mono = mono(currentDispatcher()) { in <lambda>() constant 30 mono.subscribe { value -> in <lambda>() 42 val mono = mono(currentDispatcher()) { in <lambda>() constant 47 mono.subscribe({ in <lambda>() 62 val mono = mono(currentDispatcher()) { in <lambda>() constant 67 mono.subscribe({}, { throw it }, { in <lambda>() 78 val mono = mono(currentDispatcher()) { in <lambda>() constant 85 val sub = mono.subscribe({ in <lambda>() 100 val mono = mono { in <lambda>() constant 104 checkMonoValue(mono) { in <lambda>() [all …]
|
D | ConvertTest.kt | 20 val mono = job.asMono(coroutineContext.minusKey(Job)) in <lambda>() constant 21 mono.subscribe { in <lambda>() 36 val mono = job.asMono(coroutineContext.minusKey(Job)) in <lambda>() constant 37 mono.subscribe( in <lambda>() 113 val mono = mono(Dispatchers.Unconfined) { in <lambda>() constant 123 checkMonoValue(mono) { in <lambda>()
|
D | Check.kt | 11 mono: Mono<T>, in checkMonoValue() 14 val monoValue = mono.block() in checkMonoValue() 19 mono: Mono<*>, in checkErroneous() 23 mono.block() in checkErroneous()
|
D | ReactorContextTest.kt | 15 val mono = mono(Context.of(1, "1", 7, "7").asCoroutineContext()) { in <lambda>() constant 22 assertEquals(mono.awaitFirst(), "1234567") in <lambda>() 38 val result = mono(Context.of(1, "1").asCoroutineContext()) { in <lambda>() 71 private fun m(): Mono<String> = mono { in <lambda>()
|
D | FluxMultiTest.kt | 73 val mono = mono { in <lambda>() constant 82 checkMonoValue(mono) { in <lambda>()
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | csharp_deps.include | 4 # Update to a newer version of mono 6 RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list… 7 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e… 8 …N echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /e… 12 mono-devel ${'\\'} 13 ca-certificates-mono ${'\\'}
|
/external/grpc-grpc/tools/interop_matrix/patches/csharp_v1.0.1/ |
D | git_repo.patch | 43 # Update to a newer version of mono 45 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.lis… 47 +RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.6 main" | tee /etc/a… 48 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e… 49 …N echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /e… 50 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | tee -a /et… 61 # Update to a newer version of mono 63 -RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.lis… 65 +RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.lis… 66 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e… [all …]
|
/external/protobuf/csharp/ |
D | .gitignore | 8 mono/bin 9 mono/tmp 10 mono/protoc 26 mono/TestResult.xml 27 mono/.libs 28 mono/*.exe 29 mono/*.dll
|
/external/grpc-grpc/test/distrib/csharp/DistribTest/ |
D | DistribTestDotNet.csproj | 23 …<FrameworkPathOverride Condition="Exists('/usr/lib/mono/4.5-api')">/usr/lib/mono/4.5-api</Framewor… 24 …<FrameworkPathOverride Condition="Exists('/usr/local/lib/mono/4.5-api')">/usr/local/lib/mono/4.5-a… 25 …s/Mono.framework/Versions/Current/lib/mono/4.5-api')">/Library/Frameworks/Mono.framework/Versions/…
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | so_txtime.sh | 15 ./so_txtime -4 -6 -c mono a,-1 a,-1 16 ./so_txtime -4 -6 -c mono a,0 a,0 17 ./so_txtime -4 -6 -c mono a,10 a,10 18 ./so_txtime -4 -6 -c mono a,10,b,20 a,10,b,20 19 ./so_txtime -4 -6 -c mono a,20,b,10 b,20,a,20
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/ |
D | README.md | 9 | [mono] | `Mono` | [CoroutineScope] | Cold mono that star… 20 | [Job.asMono][kotlinx.coroutines.Job.asMono] | Converts job to hot mono 21 | [Deferred.asMono][kotlinx.coroutines.Deferred.asMono] | Converts deferred value to hot mono 32 [mono]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-reactor/kotlinx.coroutines.r… 34 …routines/kotlinx-coroutines-reactor/kotlinx.coroutines.reactor/kotlinx.coroutines.-job/as-mono.html 35 …nes/kotlinx-coroutines-reactor/kotlinx.coroutines.reactor/kotlinx.coroutines.-deferred/as-mono.html
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_csharp/ |
D | Dockerfile | 70 # Update to a newer version of mono 72 RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list… 73 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e… 74 …N echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /e… 78 mono-devel \ 79 ca-certificates-mono \
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/ |
D | Dockerfile | 70 # Update to a newer version of mono 72 RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list… 73 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e… 74 …N echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /e… 78 mono-devel \ 79 ca-certificates-mono \
|
/external/grpc-grpc/tools/dockerfile/test/csharp_jessie_x64/ |
D | Dockerfile | 74 # Update to a newer version of mono 76 RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list… 77 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e… 78 …N echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /e… 82 mono-devel \ 83 ca-certificates-mono \
|
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_centos7_x64/ |
D | Dockerfile | 18 RUN curl https://download.mono-project.com/repo/centos7-stable.repo | tee /etc/yum.repos.d/mono-cen… 20 RUN yum install -y mono-devel 26 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
|
/external/grpc-grpc/tools/dockerfile/test/multilang_jessie_x64/ |
D | Dockerfile | 59 # Update to a newer version of mono 61 RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list… 62 …UN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /e… 63 …N echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /e… 67 mono-devel \ 68 ca-certificates-mono \
|
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_jessie_x64/ |
D | Dockerfile | 20 RUN echo "deb https://download.mono-project.com/repo/debian stable-jessie main" | tee /etc/apt/sour… 23 mono-devel \ 29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
|
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_jessie_x86/ |
D | Dockerfile | 20 RUN echo "deb https://download.mono-project.com/repo/debian stable-jessie main" | tee /etc/apt/sour… 23 mono-devel \ 29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
|
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/ |
D | Dockerfile | 20 RUN echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | tee /etc/apt/sour… 23 mono-devel \ 29 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
|
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu1404_x64/ |
D | Dockerfile | 20 RUN echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | tee /etc/apt/sour… 23 mono-devel \ 42 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
|
/external/flatbuffers/tests/docker/languages/ |
D | Dockerfile.testing.csharp.mono_5_18 | 1 FROM mono:5.18 as base 6 RUN mono --version
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Convert.kt | 25 public fun Job.asMono(context: CoroutineContext): Mono<Unit> = mono(context) { this@asMono.join() } in <lambda>() 39 public fun <T> Deferred<T?>.asMono(context: CoroutineContext): Mono<T> = mono(context) { this@asMon… in <lambda>()
|
/external/grpc-grpc/test/distrib/csharp/ |
D | run_distrib_test_dotnetcli.sh | 37 mono bin/Debug/net45/publish/DistribTestDotNet.exe 40 mono bin/Debug/net45/publish/DistribTestDotNet.exe
|
/external/webrtc/webrtc/common_audio/ |
D | audio_util_unittest.cc | 129 int16_t mono[kSamplesPerChannel]; in TEST() local 130 int16_t* deinterleaved[] = {mono}; in TEST() 132 ExpectArraysEq(kInterleaved, mono, kSamplesPerChannel); in TEST() 136 ExpectArraysEq(mono, interleaved, kSamplesPerChannel); in TEST()
|
/external/ImageMagick/MagickCore/ |
D | widget-private.h | 54 const MagickBooleanType mono,const char *title,const char *help) in XTextViewHelp() argument 65 XTextViewWidget(display,resource_info,windows,mono,title,(const char **) in XTextViewHelp()
|