OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oss
(Results
51 - 75
of
113
) sorted by null
1
2
3
4
5
/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();
/development/ndk/sources/android/libportable/common/include/
signal_portable.h
142
extern int WRAP(sigaltstack)(const portable_stack_t *ss, portable_stack_t *
oss
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
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
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
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
...]
/art/runtime/
thread_list.cc
503
std::ostringstream
oss
;
local
504
self->ShortDump(
oss
); // We don't hold the mutator_lock_ yet and so cannot call Dump.
505
LOG(INFO) << "ThreadList::Register() " << *self << "\n" <<
oss
;
local
monitor.cc
273
std::ostringstream
oss
;
local
275
oss
<< *thread;
276
return
oss
.str();
[
all
...]
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
[
all
...]
/external/valgrind/main/coregrind/
m_signals.c
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc
550
struct sigaltstack *
oss
) {
551
return internal_syscall(__NR_sigaltstack, ss,
oss
);
/external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc
961
std::ostringstream
oss
;
local
962
oss
<< "url_id = " << ids[0].url_id;
965
statement.reset(QueryHistoryAndBookmarksInternal(projections,
oss
.str(),
[
all
...]
android_provider_backend_unittest.cc
1378
std::ostringstream
oss
;
local
1472
std::ostringstream
oss
;
local
1527
std::ostringstream
oss
;
local
[
all
...]
/art/runtime/gc/
heap.cc
614
std::ostringstream
oss
;
local
616
oss
<< "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
626
oss
<< "; failed due to fragmentation (largest possible contiguous allocation "
629
self->ThrowOutOfMemoryError(
oss
.str().c_str());
[
all
...]
/art/compiler/driver/
compiler_driver.cc
109
std::ostringstream
oss
;
local
110
oss
<< static_cast<InvokeType>(i) << " methods were AOT resolved";
111
DumpStat(resolved_methods_[i], unresolved_methods_[i],
oss
.str().c_str());
[
all
...]
/external/jpeg/
config.sub
762
-
oss
*)
/external/qemu/distrib/jpeg-6b/
config.sub
762
-
oss
*)
/external/chromium/sdch/open-vcdiff/
config.sub
1323
-
oss
*)
/external/chromium/third_party/libevent/
config.sub
1355
-
oss
*)
[
all
...]
/external/chromium_org/sdch/open-vcdiff/
config.sub
1387
-
oss
*)
[
all
...]
/external/chromium_org/third_party/icu/source/
config.sub
1355
-
oss
*)
[
all
...]
/external/chromium_org/third_party/libevent/
config.sub
1355
-
oss
*)
[
all
...]
/external/chromium_org/third_party/libxml/src/
config.sub
1399
-
oss
*)
[
all
...]
/external/chromium_org/third_party/libxslt/
config.sub
1323
-
oss
*)
Completed in 512 milliseconds
1
2
3
4
5