/third_party/pulseaudio/src/modules/ |
H A D | module-rygel-media-server.c | 36 #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 D | module-rescue-streams.c | 26 #include <pulsecore/core.h> 29 #include <pulsecore/core-util.h>
|
H A D | module-stream-restore.c | 38 #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 D | cli-text.h | 23 #include <pulsecore/core.h> 30 char *pa_sink_list_to_string(pa_core *core);
|
H A D | protocol-cli.h | 23 #include <pulsecore/core.h> 30 pa_cli_protocol* pa_cli_protocol_get(pa_core *core);
|
H A D | cli.h | 24 #include <pulsecore/core.h> 32 pa_cli* pa_cli_new(pa_core *core, pa_iochannel *io, pa_module *m);
|
H A D | protocol-http.h | 23 #include <pulsecore/core.h> 31 pa_http_protocol* pa_http_protocol_get(pa_core *core);
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-stream.h | 33 #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 D | iface-core.h | 29 #include <pulsecore/core.h> 33 pa_dbusiface_core *pa_dbusiface_core_new(pa_core *core);
|
H A D | iface-device.h | 34 #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 D | FontInfo.java | 13 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 D | general.rs | 69 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 D | general.rs | 69 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 D | general.rs | 69 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 D | general.rs | 69 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 D | general.rs | 69 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 D | Makefile | 38 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 D | busy_poll03.sh | 12 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 D | busy_poll02.sh | 10 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 D | lib.rs | 77 pub use core::mem; 79 pub use core::ptr;
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | windows_syscalls.rs | 9 use core::convert::TryInto; 10 use core::mem::MaybeUninit;
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 69 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 D | general.rs | 69 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 D | Makefile | 106 -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 D | aes-armv4.S | 25 @ 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.
|