/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/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/protobuf/csharp/ |
D | .gitignore | 14 mono/bin 15 mono/tmp 16 mono/protoc 31 mono/TestResult.xml 32 mono/.libs 33 mono/*.exe 34 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/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/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/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/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_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/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/protobuf/jenkins/docker/ |
D | Dockerfile | 22 run echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list… 23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc… 47 mono-devel \
|
/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/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/deqp/framework/common/ |
D | tcuInterval.cpp | 145 const Interval mono = applyMonotone(std::abs, x); in abs() local 148 return Interval(0.0, mono); in abs() 150 return mono; in abs()
|
/external/protobuf/ |
D | tests.sh | 60 …load.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list 61 …com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list 63 sudo apt-get install -qq mono-devel referenceassemblies-pcl nunit 68 (cd csharp/src; mono $NUGET restore)
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | NetTest.sh | 8 mono --debug ./fbnettest.exe 19 mono --debug ./fbnettest.exe
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/ |
D | README.md | 7 files supported by VS2013 and VS2015 (and older versions of mono). 63 On Linux or Mac, use `mono GreeterServer.exe` and `mono GreeterClient.exe` to run the server and cl…
|
/external/brotli/csharp/ |
D | transpile.sh | 6 if ! which mono >/dev/null; then 88 mono --debug build/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe build/brotlidec_test.dll
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 61 void ForceInputMono(bool mono); 68 void ForceReverseMono(bool mono); 155 void DebugDumpGenerator::ForceInputMono(bool mono) { in ForceInputMono() argument 156 const int channels = mono ? 1 : input_file_channels_; in ForceInputMono() 167 void DebugDumpGenerator::ForceReverseMono(bool mono) { in ForceReverseMono() argument 168 const int channels = mono ? 1 : reverse_file_channels_; in ForceReverseMono()
|
/external/wayland/doc/publican/sources/css/ |
D | common.css | 752 font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace; 797 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace; 806 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace; 829 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace; 863 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
|
/external/python/cpython2/Doc/library/ |
D | audioop.rst | 213 Convert a stereo fragment to a mono fragment. The left channel is multiplied by 215 give a mono signal. 220 Generate a stereo fragment from a mono fragment. Each pair of samples in the 221 stereo fragment are computed from the mono sample, whereby left channel samples 232 between mono and stereo fragments, i.e. all samples are treated equal. If this 233 is a problem the stereo fragment should be split into two mono fragments first
|