Home
last modified time | relevance | path

Searched refs:core (Results 226 - 250 of 1331) sorted by relevance

12345678910>>...54

/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c36 #include <pulsecore/core-util.h>
165 pa_core *core; member
187 if (u->core->state == PA_CORE_SHUTDOWN) in send_signal()
493 n = pa_idxset_size(u->core->sinks); in get_sinks_or_sources_count()
494 k = pa_idxset_size(u->core->sources); in get_sinks_or_sources_count()
846 PA_IDXSET_FOREACH(sink, u->core->sinks, idx) { in sinks_and_sources_handler()
862 PA_IDXSET_FOREACH(source, u->core->sources, idx) in sinks_and_sources_handler()
927 PA_IDXSET_FOREACH(sink, u->core->sinks, idx) in sinks_and_sources_handler()
932 PA_IDXSET_FOREACH(source, u->core->sources, idx) in sinks_and_sources_handler()
954 sink = pa_namereg_get(u->core, pat in sinks_and_sources_handler()
[all...]
H A Dmodule-rescue-streams.c26 #include <pulsecore/core.h>
29 #include <pulsecore/core-util.h>
H A Dmodule-stream-restore.c38 #include <pulsecore/core-error.h>
40 #include <pulsecore/core-util.h>
43 #include <pulsecore/core-subscribe.h>
90 pa_core *core; member
961 u->core->mainloop->time_free(u->save_time_event); in save_time_callback()
1260 u->save_time_event = pa_core_rttime_new(u->core, pa_rtclock_now() + SAVE_INTERVAL, save_time_callback, u); in trigger_save()
1828 PA_IDXSET_FOREACH(si, u->core->sink_inputs, idx) { in entry_apply()
1864 } else if ((s = pa_namereg_get(u->core, e->device, PA_NAMEREG_SINK))) { in entry_apply()
1871 PA_IDXSET_FOREACH(so, u->core->source_outputs, idx) { in entry_apply()
1907 } else if ((s = pa_namereg_get(u->core, in entry_apply()
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcli-text.h23 #include <pulsecore/core.h>
30 char *pa_sink_list_to_string(pa_core *core);
H A Dprotocol-cli.h23 #include <pulsecore/core.h>
30 pa_cli_protocol* pa_cli_protocol_get(pa_core *core);
H A Dcli.h24 #include <pulsecore/core.h>
32 pa_cli* pa_cli_new(pa_core *core, pa_iochannel *io, pa_module *m);
H A Dprotocol-http.h23 #include <pulsecore/core.h>
31 pa_http_protocol* pa_http_protocol_get(pa_core *core);
/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.h33 #include "iface-core.h"
39 pa_dbusiface_stream *pa_dbusiface_stream_new_playback(pa_dbusiface_core *core, pa_sink_input *sink_input);
40 pa_dbusiface_stream *pa_dbusiface_stream_new_record(pa_dbusiface_core *core, pa_source_output *source_output);
H A Diface-core.h29 #include <pulsecore/core.h>
33 pa_dbusiface_core *pa_dbusiface_core_new(pa_core *core);
H A Diface-device.h34 #include "iface-core.h"
42 pa_dbusiface_device *pa_dbusiface_device_new_sink(pa_dbusiface_core *core, pa_sink *sink);
43 pa_dbusiface_device *pa_dbusiface_device_new_source(pa_dbusiface_core *core, pa_source *source);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java13 import com.google.typography.font.sfntly.table.core.CMap;
14 import com.google.typography.font.sfntly.table.core.CMapTable;
15 import com.google.typography.font.sfntly.table.core.FontHeaderTable;
16 import com.google.typography.font.sfntly.table.core.HorizontalHeaderTable;
17 import com.google.typography.font.sfntly.table.core.MaximumProfileTable;
18 import com.google.typography.font.sfntly.table.core.NameTable;
19 import com.google.typography.font.sfntly.table.core.NameTable.MacintoshLanguageId;
20 import com.google.typography.font.sfntly.table.core.NameTable.NameEntry;
21 import com.google.typography.font.sfntly.table.core.NameTable.NameId;
22 import com.google.typography.font.sfntly.table.core
[all...]
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/jerryscript/targets/riot-stm32f4/
H A DMakefile38 INCLUDES += -I$(JERRYDIR)/jerry-core/include -I$(JERRYDIR)/jerry-ext/include
45 USEMODULE += libjerry-core libjerry-port-default-minimal libjerry-ext
/third_party/ltp/testcases/network/busy_poll/
H A Dbusy_poll03.sh12 sysctl -q -w net.core.busy_poll=$busy_poll_old
14 tst_rhost_run -c "sysctl -q -w net.core.busy_poll=$rbusy_poll_old"
20 tst_set_sysctl net.core.busy_poll $value safe
27 busy_poll_old="$(sysctl -n net.core.busy_poll)"
28 rbusy_poll_old=$(tst_rhost_run -c 'sysctl -ne net.core.busy_poll')
H A Dbusy_poll02.sh10 sysctl -q -w net.core.busy_poll=$busy_poll_old
12 tst_rhost_run -c "sysctl -q -w net.core.busy_poll=$rbusy_poll_old"
18 tst_set_sysctl net.core.busy_poll $value safe
25 busy_poll_old="$(sysctl -n net.core.busy_poll)"
26 rbusy_poll_old=$(tst_rhost_run -c 'sysctl -ne net.core.busy_poll')
/third_party/rust/crates/memoffset/src/
H A Dlib.rs77 pub use core::mem;
79 pub use core::ptr;
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dwindows_syscalls.rs9 use core::convert::TryInto;
10 use core::mem::MaybeUninit;
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/jerryscript/targets/esp8266/
H A DMakefile106 -ljerry-core \
115 ./libs/libjerry-core.a \
156 INCLUDES := -I $(JERRYDIR)/jerry-core/include
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Daes-armv4.S25 @ key [on single-issue Xscale PXA250 core].
34 @ Cortex A8 core and ~25 cycles per byte processed with 128-bit key.
39 @ improvement on Cortex A8 core and ~21.5 cycles per byte.

Completed in 83 milliseconds

12345678910>>...54