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

  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.h 146 std::ostringstream oss; local
147 oss << t;
148 *s = oss.str();
149 return !oss.fail();
proxydetect.cc 1057 OSStatus oss = 0; local
    [all...]
  /external/stlport/test/unit/
sstream_test.cpp 476 ostringstream oss; local
477 oss << v;
478 return oss.str();
  /external/zlib/contrib/iostream2/
zstream.h 243 ostrstream* oss = new ostrstream; local
244 oss->fill(m_os->fill());
245 oss->flags(m_os->flags());
246 oss->precision(m_os->precision());
247 oss->width(m_os->width());
249 delete[] m_os->str(); delete m_os; m_os = oss;
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 476 ostringstream oss; local
477 oss << v;
478 return oss.str();
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 476 ostringstream oss; local
477 oss << v;
478 return oss.str();
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 144 std::ostringstream oss; local
145 oss << "var" << nvars;
146 varname = oss.str();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 5 * Digital Audio (PCM) - OSS compatibility abstract layer
45 int format; /* requested OSS format */
72 unsigned oss: 1; /* oss mode */ member in struct:snd_pcm_oss_substream
rawmidi.h 67 oss: 1; /* OSS compatible mode */ member in struct:snd_rawmidi_runtime
pcm.h 335 /* -- OSS things -- */
336 struct snd_pcm_oss_runtime oss; member in struct:snd_pcm_runtime
379 /* -- OSS things -- */
380 struct snd_pcm_oss_substream oss; member in struct:snd_pcm_substream
406 /* -- OSS things -- */
407 struct snd_pcm_oss_stream oss; member in struct:snd_pcm_str
435 struct snd_pcm_oss oss; member in struct:snd_pcm
    [all...]
  /external/llvm/lib/CodeGen/
RenderMachineFunction.cpp 622 raw_string_ostream oss(s);
623 oss << *mi;
625 os << escapeChars(oss.str());
648 std::ostringstream oss; local
649 oss << t;
650 std::string tStr(oss.str());
    [all...]
  /external/qemu/audio/
ossaudio.c 2 * QEMU OSS audio driver
38 #define AUDIO_CAP "oss"
147 OSSVoiceOut *oss = (OSSVoiceOut *) hw; local
149 return qemu_set_fd_handler (oss->fd, NULL, oss_helper_poll_out, NULL);
154 OSSVoiceIn *oss = (OSSVoiceIn *) hw; local
156 return qemu_set_fd_handler (oss->fd, oss_helper_poll_in, NULL, NULL);
261 oss_logerr2 (errno, typ, "Failed to get OSS version\n");
319 dolog ("OSS version = %#x\n", version);
384 static void oss_write_pending (OSSVoiceOut *oss)
386 HWVoiceOut *hw = &oss->hw
426 OSSVoiceOut *oss = (OSSVoiceOut *) hw; local
487 OSSVoiceOut *oss = (OSSVoiceOut *) hw; local
509 OSSVoiceOut *oss = (OSSVoiceOut *) hw; local
618 OSSVoiceOut *oss = (OSSVoiceOut *) hw; local
675 OSSVoiceIn *oss = (OSSVoiceIn *) hw; local
729 OSSVoiceIn *oss = (OSSVoiceIn *) hw; local
741 OSSVoiceIn *oss = (OSSVoiceIn *) hw; local
816 OSSVoiceIn *oss = (OSSVoiceIn *) hw; local
    [all...]

Completed in 355 milliseconds