/external/skia/gm/ |
bigmatrix.cpp | 44 (void) success; // silence compiler :(
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_anydbm.py | 13 # Silence Py3k warning
|
test_bsddb3.py | 14 # Silence Py3k warning
|
test_commands.py | 11 # Silence Py3k warning
|
test_pyclbr.py | 14 # Silence Py3k warning 154 # Silence Py3k warning
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_anydbm.py | 13 # Silence Py3k warning
|
test_bsddb3.py | 14 # Silence Py3k warning
|
test_commands.py | 11 # Silence Py3k warning
|
test_pyclbr.py | 14 # Silence Py3k warning 154 # Silence Py3k warning
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.html | 205 <li>nv50: silence some unknown get_param warnings</li> 218 <li>llvmpipe: cast to silence warning</li> 219 <li>llvmpipe: s/boolean/unsigned/ in bitfield to silence warning</li> 220 <li>nv50: use unsigned int for bitfields to silence warnings</li> 233 <li>glsl2: silence compiler warnings in printf() calls</li> 295 <li>glsl: add ir_unop_round_even case to silence unhandled enum warning</li> 329 <li>galahad: silence warnings</li> 357 <li>mesa: silence enum comparison warning</li> 359 <li>xlib: silence unused var warning</li> 360 <li>util: use pointer_to_func() to silence warning</li [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | 205 <li>nv50: silence some unknown get_param warnings</li> 218 <li>llvmpipe: cast to silence warning</li> 219 <li>llvmpipe: s/boolean/unsigned/ in bitfield to silence warning</li> 220 <li>nv50: use unsigned int for bitfields to silence warnings</li> 233 <li>glsl2: silence compiler warnings in printf() calls</li> 295 <li>glsl: add ir_unop_round_even case to silence unhandled enum warning</li> 329 <li>galahad: silence warnings</li> 357 <li>mesa: silence enum comparison warning</li> 359 <li>xlib: silence unused var warning</li> 360 <li>util: use pointer_to_func() to silence warning</li [all...] |
/external/chromium_org/build/ |
whitespace_file.txt | 24 Silence. Oblivious to his silence, she continued, "Did Mr. Usagi enjoy the
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBufferSourceNode.h | 90 // If we are no longer playing, propogate silence ahead to downstream nodes. 104 // Render silence starting from "index" frame in AudioBus.
|
ConvolverNode.cpp | 82 // Note that we can handle the case where nothing is connected to the input, in which case we'll just feed silence into the convolver. 84 // we keep getting fed silence.
|
MediaElementAudioSourceNode.cpp | 73 // process() will generate silence for these uninitialized values. 115 // reconfiguring its playback engine, so we output silence in this case.
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
currentspeakermonitor.cc | 142 // Assume this is an inter-word silence and assign him the highest 154 // Assume this is an inter-word silence and assign him the highest
|
/external/clang/test/Misc/ |
serialized-diags.c | 43 // CHECK: +-{{.*[/\\]}}serialized-diags.c:2:13: note: initialize the variable 'voodoo' to silence this warning [] 49 // CHECK: +-{{.*[/\\]}}serialized-diags.c:14:10: note: remove extraneous parentheses around the comparison to silence this warning []
|
/external/clang/test/SemaTemplate/ |
resolve-single-template-id.cpp | 44 !oneT<int>; // expected-warning {{expression result unused}} expected-warning {{address of function 'oneT<int>' will always evaluate to 'true'}} expected-note {{prefix with the address-of operator to silence this warning}} 56 bool b = oneT<int>; // expected-warning {{address of function 'oneT<int>' will always evaluate to 'true'}} expected-note {{prefix with the address-of operator to silence this warning}}
|
/external/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 154 /* Checking event here is not really necessary; added only to silence 201 /* Add something braindead to silence the 'unused parameter'
|
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/ |
SDL_beaudio.cc | 102 /* Silence the buffer, since it's ours */ 103 SDL_memset(stream, audio->spec.silence, len);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/ |
SDL_coreaudio.c | 113 SDL_memset(abuf->mData, this->spec.silence, abuf->mDataByteSize); 133 SDL_memset(buffer, this->spec.silence, bufferSize);
|
/external/srec/srec/include/ |
pre_desc.h | 113 int min_initial_quiet_frames; /* num silence frames needed before input */ 120 int leading_segment_min_silence_gap_frames;/* remove if good silence gap to next segment */
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_ClipAnalysis.c | 792 /* Silence is always editable */ [all...] |
/frameworks/base/core/java/android/speech/tts/ |
ITextToSpeechService.aidl | 67 * Plays silence. 71 * @param duration Number of milliseconds of silence to play.
|
/external/chromium_org/media/audio/win/ |
audio_unified_win.cc | 418 // Ensure that the endpoint buffer is prepared with silence. 422 DLOG(WARNING) << "Failed to prepare endpoint buffers with silence."; 620 // Buffer initial silence corresponding to target I/O buffering. 627 // Buffer initial silence corresponding to target I/O buffering. 629 scoped_ptr<AudioBus> silence = local 632 silence->Zero(); 633 fifo_->Push(silence.get()); 767 // values. Best we can do is to deliver silence and avoid setting 779 // Clear out the capture buffer since silence is reported. 834 DLOG(WARNING) << "Failed to prepare endpoint buffers with silence." [all...] |