Searched refs:oss (Results 1 - 25 of 64) sorted by relevance

123

/external/qemu/audio/
H A Dossaudio.c38 #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);
384 static void oss_write_pending (OSSVoiceOut *oss) argument
386 HWVoiceOut *hw = &oss->hw;
388 if (oss->mmapped) {
392 while (oss->pending) {
395 int samples_till_end = hw->samples - oss
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...]
/external/llvm/unittests/IR/
H A DMetadataTest.cpp59 raw_string_ostream oss(Str);
60 s->print(oss);
61 EXPECT_STREQ("metadata !\"testing 1 2 3\"", oss.str().c_str());
69 raw_string_ostream oss(Str);
70 s->print(oss);
71 EXPECT_STREQ("metadata !\"\\00\\0A\\22\\5C\\FF\"", oss.str().c_str());
147 raw_string_ostream oss(Str);
148 NMD->print(oss);
150 oss.str().c_str());
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database.cc91 std::ostringstream oss; local
96 oss << ", ";
99 oss << *i;
104 sql.append(oss.str());
H A Dandroid_cache_database.cc71 std::ostringstream oss; local
75 oss << ", ";
78 oss << *i;
86 sql.append(oss.str());
H A Dandroid_provider_backend.cc961 std::ostringstream oss; local
962 oss << "url_id = " << ids[0].url_id;
965 statement.reset(QueryHistoryAndBookmarksInternal(projections, oss.str(),
H A Dandroid_provider_backend_unittest.cc1389 std::ostringstream oss; local
1390 oss << id;
1391 args.push_back(UTF8ToUTF16(oss.str()));
1484 std::ostringstream oss; local
1485 oss << id1;
1486 args.push_back(UTF8ToUTF16(oss.str()));
1540 std::ostringstream oss; local
1541 oss << id;
1542 args.push_back(UTF8ToUTF16(oss.str()));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.h146 std::ostringstream oss; local
147 oss << t;
148 *s = oss.str();
149 return !oss.fail();
H A Dproxydetect.cc1057 OSStatus oss = 0; local
1093 oss = SecKeychainSearchCreateFromAttributes(NULL,
1096 if (0 == oss) {
1100 oss = SecKeychainSearchCopyNext(sref, &iref);
1101 if (0 == oss) {
1150 } else if (errSecItemNotFound == oss) {
1154 LOG(LS_ERROR) << "Couldn't get keychain information, error code" << oss;
1157 } else if (errSecItemNotFound == oss) { // noop
1160 LOG(LS_ERROR) << "Couldn't get keychain information, error code" << oss;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h31 struct sigaltstack* oss);
H A Dsanitizer_linux.cc550 struct sigaltstack *oss) {
551 return internal_syscall(__NR_sigaltstack, ss, oss);
549 internal_sigaltstack(const struct sigaltstack *ss, struct sigaltstack *oss) argument
/external/zlib/src/contrib/iostream2/
H A Dzstream.h243 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;
/external/chromium_org/chrome/test/security_tests/
H A Dipc_security_tests.cc25 std::ostringstream oss; local
26 oss << kODSMgPrefix << txt << " 0x" << std::hex << gle;
27 ::OutputDebugStringA(oss.str().c_str());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstringencode.h188 std::ostringstream oss; local
189 oss << std::boolalpha << t;
190 *s = oss.str();
191 return !oss.fail();
H A Dproxydetect.cc1061 OSStatus oss = 0; local
1097 oss = SecKeychainSearchCreateFromAttributes(NULL,
1100 if (0 == oss) {
1104 oss = SecKeychainSearchCopyNext(sref, &iref);
1105 if (0 == oss) {
1154 } else if (errSecItemNotFound == oss) {
1158 LOG(LS_ERROR) << "Couldn't get keychain information, error code" << oss;
1161 } else if (errSecItemNotFound == oss) { // noop
1164 LOG(LS_ERROR) << "Couldn't get keychain information, error code" << oss;
/external/valgrind/main/coregrind/
H A Dpub_core_signals.h58 vki_stack_t* oss );
H A Dm_signals.c993 SysRes VG_(do_sys_sigaltstack) ( ThreadId tid, vki_stack_t* ss, vki_stack_t* oss )
1002 "ss %p{%p,sz=%llu,flags=0x%llx}, oss %p (current SP %p)\n",
1007 (void*)oss, (void*)m_SP);
1009 if (oss != NULL) {
1010 oss->ss_sp = VG_(threads)[tid].altstack.ss_sp;
1011 oss->ss_size = VG_(threads)[tid].altstack.ss_size;
1012 oss->ss_flags = VG_(threads)[tid].altstack.ss_flags
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc240 std::stringstream oss; local
241 oss << "Default (unhandled) event, type=" << event.GetType();
242 PostMessage(oss.str());
/external/oprofile/gui/
H A Doprof_start_util.cpp206 istringstream oss(oline);
207 while (oss >> word) {
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.cpp406 std::ostringstream oss; local
407 oss << f << t;
408 return oss.str();
/external/stlport/test/unit/
H A Dsstream_test.cpp476 ostringstream oss; local
477 oss << v;
478 return oss.str();
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp988 raw_string_ostream oss(s);
990 oss << "<entry>";
992 oss << "<exit>";
994 SU->getInstr()->print(oss, &TM, /*SkipOpers=*/true);
995 return oss.str();
/external/jpeg/
H A Dconfig.sub762 -oss*)
/external/qemu/distrib/jpeg-6b/
H A Dconfig.sub762 -oss*)
/external/chromium/sdch/open-vcdiff/
H A Dconfig.sub1323 -oss*)
/external/chromium/third_party/libevent/
H A Dconfig.sub1355 -oss*)

Completed in 3797 milliseconds

123