HomeSort by relevance Sort by last modified time
    Searched full:silence (Results 26 - 50 of 666) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
warn-documentation-fixits.cpp 23 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
27 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
32 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
36 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
44 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
48 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
56 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
  /external/oprofile/libutil++/
bfd_spu_support.cpp 42 /* Checking nbfd isn't really necessary, except to silence
58 /* Checking nbfd isn't really necessary, except to silence
75 /* Checking abfd isn't really necessary, except to silence
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioSpec.3 11 Uint8 silence;
31 Audio buffer silence value (calculated)
SDL_PauseAudio.3 11 This function pauses and unpauses the audio callback processing\&. It should be called with \fBpause_on\fR=0 after opening the audio device to start playing sound\&. This is so you can safely initialize data for your callback function after opening the audio device\&. Silence will be written to the audio device during the pause\&.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /external/clang/test/SemaCXX/
uninit-variables.cpp 29 A *a; // expected-note{{initialize the variable 'a' to silence this warning}}
53 unsigned x; // expected-note{{initialize the variable 'x' to silence this warning}}
129 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
140 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
switch-implicit-fallthrough-per-method.cpp 8 case 1: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
15 case 113: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
switch-implicit-fallthrough.cpp 15 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
17 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
19 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
22 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
25 case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
34 case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
192 case 223: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
bool.cpp 30 // expected-note {{remove constant to silence this warning}}
  /external/llvm/test/BugPoint/
remove_arguments_test.ll 1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
  /external/mesa3d/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py 4 # Silence Py3k warning
test_whichdb.py 14 # Silence Py3k warning
42 # Silence Py3k warning
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py 4 # Silence Py3k warning
test_whichdb.py 14 # Silence Py3k warning
42 # Silence Py3k warning
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 55 // memset(buffer, sdl_nds_audiodevice->spec.silence, size);
61 // // int silence;
64 // // silence = 0x80;
66 // // silence = 0;
68 // // memset(sdl_nds_audiodevice->convert.buf, silence, sdl_nds_audiodevice->convert.len);
120 /* Silence the buffer, since it's ours */
121 SDL_memset(stream, audio->spec.silence, len);
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 263 // Removes silence from beginning and end of the |input_audio_file| and writes
267 // SOX documentation for silence command: http://sox.sourceforge.net/sox.html
268 // To remove the silence from both beginning and end of the audio file, we
269 // call sox silence command twice: once on normal file and again on its
271 // Silence parameters are (in sequence):
272 // ABOVE_PERIODS: The period for which silence occurs. Value 1 is used for
273 // silence at beginning of audio.
274 // DURATION: the amount of time in seconds that non-silence must be detected
276 // THRESHOLD: value used to indicate what sample value is treates as silence.
289 command_line.AppendArg("silence");
    [all...]
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.h 26 // Signals that silence/noise has been detected for a *short* amount of
112 // The speechInputPossiblyComplete event signals that silence/noise has been
117 // The speechInputComplete event signals that silence/noise has been
122 // Same as above, this specifies the required silence period after speech
129 // long_speech_input_complete_silence_length_ as a valid silence period
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.cpp 84 // Output silence.
102 // Output silence.
107 // Handle silence before we start playing.
108 // Zero any initial frames representing silence leading up to a rendering start time in the middle of the quantum.
114 // Handle silence after we're done playing.
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c 66 SDL_memset(buffer, audio->spec.silence, audio->spec.size);
72 int silence; local
75 silence = 0x80;
77 silence = 0;
79 SDL_memset(audio->convert.buf, silence, audio->convert.len);
  /external/chromium/chrome/browser/chromeos/
audio_handler.h 24 // Get volume level in our internal 0-100% range, 0 being pure silence.
31 // as the percentage gets lower, and then switches to silence at 0%.
  /external/chromium_org/content/public/browser/
speech_recognition_event_listener.h 36 // Informs that the endpointer has stopped detecting sound (a long silence).
40 // silence, an internal error, or an explicit stop was issued.
  /external/chromium_org/content/test/data/media/
webrtc_test_audio.js 38 // to see a number of peaks with relative silence between them. The following
55 throw 'Expected silence, but avg audio level was ' + average;
  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechInputController.h 45 // Starts speech recognition. Speech will get recorded until the endpointer detects silence,
62 // recording 'endpointer' should detect silence in the input and stop recording automatically.
  /external/clang/test/SemaObjC/
idiomatic-parentheses.m 31 // expected-note {{place parentheses around the assignment to silence this warning}} \

Completed in 2813 milliseconds

12 3 4 5 6 7 8 91011>>