/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/libvncserver/libvncserver/ |
D | hextile.c | 96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\ 97 static void testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, \ 111 rfbBool mono, solid; \ 143 &mono, &solid, &newBg, &newFg); \ 158 if (mono) { \ 170 if (!subrectEncode##bpp(cl, clientPixelData, w, h, bg, fg, mono)) { \ 197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono) \ 258 if (mono) { \ 269 if (!mono) PUT_PIXEL##bpp(cl2); \ 300 testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, rfbBool *solid, \ [all …]
|
/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/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/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/libvorbis/examples/ |
D | decoder_example.c | 248 float *mono=pcm[i]; in main() local 251 int val=floor(mono[j]*32767.f+.5f); in main() 253 int val=mono[j]*32767.f+drand48()-0.5f; in main()
|
/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/protobuf/util/ |
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/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/webrtc/webrtc/common_audio/include/ |
D | audio_util.h | 124 void UpmixMonoToInterleaved(const T* mono, in UpmixMonoToInterleaved() argument 131 interleaved[interleaved_idx++] = mono[i]; in UpmixMonoToInterleaved()
|
/external/flatbuffers/samples/ |
D | csharp_sample.sh | 46 mono SampleBinary.exe
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 336 void mono(const bool mono_); 337 bool mono(void) const;
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | short.log | 5 …d=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" subj=staff_u:staff… 7 …d=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" subj=staff_u:staff…
|
/external/webrtc/resources/audio_coding/ |
D | READ.ME | 3 testfile32kHz.pcm - mono speech file samples at 32 kHz
|
/external/autotest/client/site_tests/platform_TraceClockMonotonic/ |
D | control | 7 Checks for "mono" option in trace_clock and runs a binary that creates
|
/external/libopus/tests/ |
D | run_vectors.sh | 73 echo Testing mono
|
/external/libvorbis/lib/ |
D | psytune.c | 486 float *mono=out[i]; in main() local 489 int val=mono[j]*32767.; in main()
|
/external/ImageMagick/coders/ |
D | Make.com | 81 $call Make mono.c 156 meta,miff,mpc,mpr,msl,mpeg,mono,mtv,mvg,null,otb,pattern,pcd,pcl,pcx,pdb, -
|
D | Android.mk | 79 mono.c\
|
/external/sonic/ |
D | README | 21 I sped up a 751958176 byte wav file with sonic (a 9 hour, 28 minute mono audio
|
/external/libopus/ |
D | README.draft | 49 -forcemono : force mono encoding, even for stereo input
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_ios.mm | 73 // Try to use mono to save resources. Also avoids channel format conversion 75 // mono natively for built-in microphones and for BT headsets but not for 77 // but it is a low cost operation to do a format conversion to mono in the 195 // We try to use mono in both directions to save resources and format 330 // parameters. Note that, even if we are unable to get a mono audio session, 332 // to guarantee mono on the "input side" of the audio unit. 800 // - no need to specify interleaving since only mono is supported 1088 // Verify 16-bit, noninterleaved mono PCM signal format.
|
/external/flatbuffers/docs/source/ |
D | JavaCsharpUsage.md | 57 Optionally, you can run this using [Mono](http://www.mono-project.com/) instead. 63 mono Assert.exe
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
D | sm4.h | 110 unsigned mono : 1; member
|
/external/dnsmasq/contrib/webmin/ |
D | README | 22 I am mono-lingual so no other language support as yet.
|