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

  /external/qemu/audio/
esdaudio.c 2 * QEMU ESD audio driver
25 #include <esd.h>
29 #define AUDIO_CAP "esd"
116 ESDVoiceOut *esd = arg; local
117 HWVoiceOut *hw = &esd->hw;
122 if (audio_pt_lock (&esd->pt, AUDIO_FUNC)) {
130 if (esd->done) {
134 if (esd->live > threshold) {
138 if (audio_pt_wait (&esd->pt, AUDIO_FUNC)) {
143 decr = to_mix = esd->live
201 ESDVoiceOut *esd = (ESDVoiceOut *) hw; local
227 ESDVoiceOut *esd = (ESDVoiceOut *) hw; local
295 ESDVoiceOut *esd = (ESDVoiceOut *) hw; local
325 ESDVoiceIn *esd = arg; local
410 ESDVoiceIn *esd = (ESDVoiceIn *) hw; local
438 ESDVoiceIn *esd = (ESDVoiceIn *) hw; local
503 ESDVoiceIn *esd = (ESDVoiceIn *) hw; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 594 elf_secthead *esd = yasm_xmalloc(sizeof(elf_secthead)); local
596 esd->type = type;
597 esd->flags = flags;
598 esd->offset = offset;
599 esd->size = yasm_intnum_create_uint(size);
600 esd->link = 0;
601 esd->info = 0;
602 esd->align = 0;
603 esd->entsize = 0;
604 esd->index = 0
    [all...]
elf-objfmt.c 889 elf_secthead *esd; local
903 esd = elf_secthead_create(name, type, 0, 0, 0);
904 elf_secthead_set_entsize(esd, entsize);
905 yasm_section_add_data(sect, &elf_section_data, esd);
909 elf_secthead_set_sym(esd, sym);
921 elf_secthead *esd = yasm_section_get_data(retval, &elf_section_data); local
922 elf_secthead_set_typeflags(esd, SHT_PROGBITS,
1036 elf_secthead *esd; local
    [all...]
  /external/ganymed-ssh2/examples/
SwingShell.java 483 EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, "Keyboard Interactive Authentication", local
486 esd.setVisible(true);
488 if (esd.answer == null)
491 result[i] = esd.answer;
566 EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, "DSA Authentication", local
568 esd.setVisible(true);
570 boolean res = conn.authenticateWithPublicKey(username, key, esd.answer);
586 EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, "RSA Authentication", local
588 esd.setVisible(true);
590 boolean res = conn.authenticateWithPublicKey(username, key, esd.answer)
633 final EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 93 milliseconds