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

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactorySpiTest.java 68 char[] psw = "password".toCharArray(); local
80 kmf.engineInit(null, psw);
101 kmf.engineInit(kst, psw);
129 char[] psw = "password".toCharArray(); local
130 Parameters pr = new Parameters(psw);
159 char[] psw = "password".toCharArray(); local
160 Parameters pr = new Parameters(psw);
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_none.c 321 unsigned int psw, csw; local
328 psw = s->str[SM_PLAY].sw;
457 psw != s->str[SM_PLAY].sw ||
    [all...]
  /device/samsung/crespo/alsa-utils/amixer/
amixer.c 697 int psw, csw; local
857 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw);
858 printf(" [%s]", psw ? "on" : "off");
884 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw);
885 printf(" [%s]", psw ? "on" : "off");
935 snd_mixer_selem_get_playback_switch(elem, chn, &psw);
936 printf(" [%s]", psw ? "on" : "off");
957 snd_mixer_selem_get_playback_switch(elem, chn, &psw);
958 printf(" [%s]", psw ? "on" : "off");
    [all...]

Completed in 2011 milliseconds