HomeSort by relevance Sort by last modified time
    Searched defs:QUIET (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap4xxx/domx/make/
start.mk 78 QUIET := &> /dev/null
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 38 private static final int QUIET = LOUD / 2;
189 int streamID1 = mSoundPool.play(sampleID1, LOUD, QUIET, PRIORITY, -1, 1);
193 int streamID2 = mSoundPool.play(sampleID2, QUIET, LOUD, PRIORITY, -1, 1);
199 streamID1 = mSoundPool.play(sampleID1, LOUD, QUIET, PRIORITY, 1, 1);
200 streamID2 = mSoundPool.play(sampleID2, QUIET, LOUD, PRIORITY, 0, 1);
  /external/icu4c/tools/genrb/
genrb.c 44 QUIET,
175 "\t-q or --quiet do not display warnings\n"
223 if(options[QUIET].doesOccur) {
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 147 QUIET
187 /*19*/ UOPTION_DEF( "quiet", 'q', UOPT_NO_ARG)
383 if(options[QUIET].doesOccur) {
384 o.quiet = TRUE;
386 o.quiet = FALSE;
    [all...]
  /frameworks/base/services/input/
InputReader.h 100 // Quiet time between certain pointer gesture transitions.
    [all...]

Completed in 598 milliseconds