HomeSort by relevance Sort by last modified time
    Searched refs:silence (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/valgrind/none/tests/s390x/
ecag.stdout.exp 1 just to silence the consistency checker
  /external/webrtc/webrtc/modules/audio_processing/vad/
common.h 24 bool silence; member in struct:AudioFeatures
voice_activity_detector.cc 65 if (features_.silence) {
vad_audio_proc.cc 100 features->silence = false;
105 // PitchAnalysis can cause NaNs in the pitch gain if it's fed silence.
107 features->silence = true;
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 49 expected-note {{prefix with the address-of operator to silence this warning}}
51 expected-note {{prefix with the address-of operator to silence this warning}}
53 expected-note {{prefix with the address-of operator to silence this warning}}
55 expected-note {{prefix with the address-of operator to silence this warning}}
57 expected-note {{prefix with the address-of operator to silence this warning}} \
60 expected-note {{prefix with the address-of operator to silence this warning}}
138 // expected-note@-2 {{prefix with the address-of operator to silence this warning}}
condition.cpp 52 expected-note {{prefix with the address-of operator to silence this warning}}
  /external/clang/test/Sema/
parentheses.cpp 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \
24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \
43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
59 // expected-note {{place parentheses around the '>>' expression to silence this warning}} \
74 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
89 expected-note {{place parentheses around the '+' expression to silence this warning}}
94 expected-note {{place parentheses around the '-' expression to silence this warning}}
100 expected-note {{place parentheses around the '+' expression to silence this warning}
    [all...]
  /external/gptfdisk/
sgdisk.cc 40 /* Silence noisy underlying library */
42 int silence = open("/dev/null", 0); local
43 dup2(silence, STDOUT_FILENO);
44 dup2(silence, STDERR_FILENO);
  /external/clang/test/PCH/
pragma-diag-section.cpp 31 expected-note@28 {{initialize the variable 'a' to silence}}
  /external/mesa3d/src/gallium/state_trackers/xorg/
Makefile 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 67 silence = ''
83 silence += "%s(void) %s;" % (space, p.name);
105 if silence:
106 print ' %s' % (silence)
210 * This is just used to silence compiler warnings.
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 57 void silence(String callId);
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_unittest.cc 148 // Set input audio as silence.
149 std::vector<int16_t> silence(samples * channels_, 0);
178 opus_encoder_, silence, opus_decoder_, output_data_decode,
200 // We run |kRunTimeMs| milliseconds of pure silence.
222 opus_encoder_, silence, opus_decoder_, output_data_decode,
258 opus_encoder_, silence, opus_decoder_, output_data_decode,
277 silence[0] = 10000;
282 opus_encoder_, silence, opus_decoder_, output_data_decode,
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
Condition.java 30 private static final String KEY_SILENCE = "silence";
93 public void silence() { method in class:Condition
  /prebuilts/misc/windows/sdl2/test/
testmultiaudio.c 40 SDL_memset(stream, spec.silence, len);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
warnings.py 386 silence = [ImportWarning, PendingDeprecationWarning] variable
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
390 for cls in silence:
  /prebuilts/gdb/linux-x86/lib/python2.7/
warnings.py 386 silence = [ImportWarning, PendingDeprecationWarning] variable
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
390 for cls in silence:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 386 silence = [ImportWarning, PendingDeprecationWarning] variable
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
390 for cls in silence:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 386 silence = [ImportWarning, PendingDeprecationWarning] variable
387 # Don't silence DeprecationWarning if -3 or -Q was used.
389 silence.append(DeprecationWarning)
390 for cls in silence:
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_audio.h 170 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
269 * - \c desired->silence is the value used to set the buffer to silence,
280 * The audio device starts out playing silence when it's opened, and should
382 * Silence will be written to the audio device during the pause.
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_audio.h 170 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
269 * - \c desired->silence is the value used to set the buffer to silence,
280 * The audio device starts out playing silence when it's opened, and should
382 * Silence will be written to the audio device during the pause.
  /prebuilts/misc/windows/sdl2/include/
SDL_audio.h 170 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
269 * - \c desired->silence is the value used to set the buffer to silence,
280 * The audio device starts out playing silence when it's opened, and should
382 * Silence will be written to the audio device during the pause.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_audio.h 170 Uint8 silence; /**< Audio buffer silence value (calculated) */ member in struct:SDL_AudioSpec
269 * - \c desired->silence is the value used to set the buffer to silence,
280 * The audio device starts out playing silence when it's opened, and should
382 * Silence will be written to the audio device during the pause.
  /external/libopus/celt/
celt_encoder.c 1294 int silence=0; local
    [all...]
celt_decoder.c 694 int silence; local
783 silence = 1;
785 silence = ec_dec_bit_logp(dec, 15);
787 silence = 0;
788 if (silence)
916 if (silence)
    [all...]

Completed in 397 milliseconds

1 2 3