HomeSort by relevance Sort by last modified time
    Searched refs:silence (Results 1 - 25 of 62) 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/mapi/glapi/gen/
gl_apitemp.py 68 silence = ''
84 silence += "%s(void) %s;" % (space, p.name);
106 if silence:
107 print ' %s' % (silence)
211 * This is just used to silence compiler warnings.
  /external/python/cpython2/Mac/Demo/sound/
morselib.py 148 self.silence = '\0' * (n*SAMPWIDTH)
158 self.dev.writeframes(self.silence * duration)
  /external/libopus/celt/
bands.h 63 int end, int M, int downsample, int silence);
celt_decoder.c 282 int silence, int arch)
317 downsample, silence);
331 downsample, silence);
334 downsample, silence);
343 downsample, silence);
757 int silence; local
854 silence = 1;
856 silence = ec_dec_bit_logp(dec, 15);
858 silence = 0;
859 if (silence)
    [all...]
  /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 32 private static final String KEY_SILENCE = "silence";
96 public void silence() { method in class:Condition
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/conditional/
DndConditionTest.java 72 condition.silence();
ConditionTest.java 70 mCondition.silence();
  /prebuilts/misc/windows/sdl2/test/
testmultiaudio.c 40 SDL_memset(stream, spec.silence, len);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
warnings.py 390 silence = [ImportWarning, PendingDeprecationWarning] variable
391 # Don't silence DeprecationWarning if -3 or -Q was used.
393 silence.append(DeprecationWarning)
394 for cls in silence:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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:
  /external/python/cpython2/Lib/
warnings.py 408 silence = [ImportWarning, PendingDeprecationWarning] variable
409 # Don't silence DeprecationWarning if -3 or -Q was used.
411 silence.append(DeprecationWarning)
412 for cls in silence:
  /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:

Completed in 698 milliseconds

1 2 3