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

  /external/valgrind/none/tests/s390x/
ecag.stdout.exp 1 just to silence the consistency checker
  /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 39 /* Silence noisy underlying library */
41 int silence = open("/dev/null", 0); local
42 dup2(silence, STDOUT_FILENO);
43 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.
  /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:
  /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...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Ringer.java 144 void silence() { method in class:Ringer
TelecomServiceImpl.java 461 Log.i(this, "Silence Ringer requested by %s", callingPackage);
462 mCallsManager.getRinger().silence();
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 282 public void silence() { method in class:ShadowWrangler
  /external/libopus/src/
opus_decoder.c 482 unsigned char silence[2] = {0xFF, 0xFF}; local
486 do a fade-out by decoding a silence frame */
490 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 366 ShadowWrangler.getInstance().silence();
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 779 var samplesPerCallback = 2048; //Has to be between 2048 and 4096 (If over, then samples are ignored, if under then silence is added).
852 //Pad with silence if we're underrunning:
    [all...]

Completed in 387 milliseconds