/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | apiexec.py | 28 Each of the four attributes of this class, compatibility, core, es1, and 32 compatibility=20 and core=31. 35 API. For example, glNewList was removed from core profiles, so 36 compatibility=10 and core=None. 42 core: [31, ) 48 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 53 if core is not None: 54 assert isinstance(core, int) 55 assert core >= 31 66 self.core [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcKhronosMustpassGl.hpp | 25 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 26 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }, 27 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 }, 28 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 }, 29 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 30 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 }, 31 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 }, 32 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 }, 33 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 }, 34 { glu::ApiType::core( [all...] |
/third_party/elfutils/tests/ |
H A D | backtrace-subr.sh | 45 # when the core was generated through the tests backtrace --gencore. 115 testfiles backtrace.$arch.{exec,core} 117 echo ./backtrace ./backtrace.$arch.{exec,core} 118 testrun ${abs_builddir}/backtrace -e ./backtrace.$arch.exec --core=./backtrace.$arch.core 1>backtrace.$arch.bt 2>backtrace.$arch.err || true 120 check_unsupported backtrace.$arch.err backtrace.$arch.core 121 check_all backtrace.$arch.{bt,err} backtrace.$arch.core 122 check_backtracegen backtrace.$arch.bt backtrace.$arch.core 138 # Backtrace core file. 141 # systemd-coredump/coredumpctl doesn't seem to like concurrent core dump [all...] |
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param() argument 33 .pipe = core, in get_param() 47 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new() argument 58 gpu->core = core; in etna_gpu_new() 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); in etna_gpu_new() 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); in etna_gpu_new() 85 unsigned int core = gpu->core; in etna_gpu_get_param() local 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_ in etna_gpu_get_param() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | thread_test.cpp | 21 marl::Thread::Core core(int idx) { in core() function 32 core(10), in TEST_F() 33 core(20), in TEST_F() 34 core(30), in TEST_F() 35 core(40), in TEST_F() 44 core(10), in TEST_F() 45 core(20), in TEST_F() 46 core(30), in TEST_F() 47 core(40), in TEST_F() 54 core(2 in TEST_F() [all...] |
/third_party/mesa3d/bin/pick/ |
H A D | core_test.py | 21 """Tests for pick's core data structures and routines.""" 30 from . import core namespace 36 def unnominated_commit(self) -> 'core.Commit': 37 return core.Commit('abc123', 'sub: A commit', main_sha='45678') 40 def nominated_commit(self) -> 'core.Commit': 41 return core.Commit('abc123', 'sub: A commit', True, 42 core.NominationType.CC, core.Resolution.UNRESOLVED) 46 def test_not_nominated(self, unnominated_commit: 'core.Commit'): 50 'nomination_type': None, 'resolution': core [all...] |
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param() argument 33 .pipe = core, in get_param() 47 drm_public struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) in etna_gpu_new() argument 58 gpu->core = core; in etna_gpu_new() 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); in etna_gpu_new() 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); in etna_gpu_new() 85 unsigned int core = gpu->core; in etna_gpu_get_param() local 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_ in etna_gpu_get_param() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | use-core.rs | 8 extern crate core; 13 pub a: ::core::ffi::c_int, 14 pub b: ::core::ffi::c_int, 15 pub bar: *mut ::core::ffi::c_void, 19 const UNINIT: ::core::mem::MaybeUninit<foo> = in bindgen_test_layout_foo() 20 ::core::mem::MaybeUninit::uninit(); in bindgen_test_layout_foo() 23 ::core::mem::size_of::<foo>(), in bindgen_test_layout_foo() 28 ::core::mem::align_of::<foo>(), in bindgen_test_layout_foo() 33 unsafe { ::core::ptr::addr_of!((*ptr).a) as usize - ptr as usize }, in bindgen_test_layout_foo() 38 unsafe { ::core in bindgen_test_layout_foo() [all...] |
H A D | core_ffi_c.rs | 8 pub type c_char = ::core::ffi::c_char; 9 pub type c_double = ::core::ffi::c_double; 10 pub type c_float = ::core::ffi::c_float; 11 pub type c_int = ::core::ffi::c_int; 12 pub type c_long = ::core::ffi::c_long; 13 pub type c_longlong = ::core::ffi::c_longlong; 14 pub type c_schar = ::core::ffi::c_schar; 15 pub type c_short = ::core::ffi::c_short; 16 pub type c_uchar = ::core::ffi::c_uchar; 17 pub type c_uint = ::core [all...] |
H A D | use-core_1_0.rs | 8 extern crate core; 11 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); 15 __BindgenUnionField(::core::marker::PhantomData) in new() 19 ::core::mem::transmute(self) in as_ref() 23 ::core::mem::transmute(self) in as_mut() 26 impl<T> ::core::default::Default for __BindgenUnionField<T> { 32 impl<T> ::core::clone::Clone for __BindgenUnionField<T> { 38 impl<T> ::core::marker::Copy for __BindgenUnionField<T> {} 39 impl<T> ::core::fmt::Debug for __BindgenUnionField<T> { 40 fn fmt(&self, fmt: &mut ::core [all...] |
/third_party/lwip/src/ |
H A D | Filelists.mk | 33 COREFILES=$(LWIPDIR)/core/init.c \ 34 $(LWIPDIR)/core/def.c \ 35 $(LWIPDIR)/core/dns.c \ 36 $(LWIPDIR)/core/inet_chksum.c \ 37 $(LWIPDIR)/core/ip.c \ 38 $(LWIPDIR)/core/mem.c \ 39 $(LWIPDIR)/core/memp.c \ 40 $(LWIPDIR)/core/netif.c \ 41 $(LWIPDIR)/core/pbuf.c \ 42 $(LWIPDIR)/core/ra [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | client.c | 32 #include <pulsecore/core-subscribe.h> 35 #include <pulsecore/core-util.h> 54 pa_client *pa_client_new(pa_core *core, pa_client_new_data *data) { in pa_client_new() argument 57 pa_core_assert_ref(core); in pa_client_new() 60 if (pa_hook_fire(&core->hooks[PA_CORE_HOOK_CLIENT_NEW], data) < 0) in pa_client_new() 64 c->core = core; in pa_client_new() 72 pa_assert_se(pa_idxset_put(core->clients, c, &c->index) >= 0); in pa_client_new() 75 pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_NEW, c->index); in pa_client_new() 77 pa_hook_fire(&core in pa_client_new() 85 pa_core *core; pa_client_free() local [all...] |
H A D | core.c | 38 #include <pulsecore/core-rtclock.h> 39 #include <pulsecore/core-util.h> 41 #include <pulsecore/core-scache.h> 42 #include <pulsecore/core-subscribe.h> 48 #include "core.h" 98 pa_assert(pa_safe_streq(object_path, "/core")); in core_message_handler() 153 pa_message_handler_register(c, "/core", "Core message handler", core_message_handler, (void *) c); in pa_core_new() 252 pa_message_handler_unregister(c, "/core"); in core_free() 279 void pa_core_set_configured_default_sink(pa_core *core, const char *sink) { in pa_core_set_configured_default_sink() argument 282 pa_assert(core); in pa_core_set_configured_default_sink() 301 pa_core_set_configured_default_source(pa_core *core, const char *source) pa_core_set_configured_default_source() argument 327 pa_core *core; compare_sinks() local 361 pa_core_update_default_sink(pa_core *core) pa_core_update_default_sink() argument 408 pa_core *core; compare_sources() local 452 pa_core_update_default_source(pa_core *core) pa_core_update_default_source() argument 489 pa_core_set_exit_idle_time(pa_core *core, int time) pa_core_set_exit_idle_time() argument [all...] |
H A D | auth-cookie.c | 30 #include <pulsecore/core-util.h> 38 pa_core *core; member 43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() argument 47 pa_assert(core); in pa_auth_cookie_get() 52 if ((c = pa_shared_get(core, t))) { in pa_auth_cookie_get() 64 c->core = core; in pa_auth_cookie_get() 68 pa_assert_se(pa_shared_set(core, t, c) >= 0); in pa_auth_cookie_get() 78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create() argument 82 pa_assert(core); in pa_auth_cookie_create() [all...] |
H A D | card.c | 34 #include <pulsecore/core-util.h> 84 pa_core *core; in pa_card_profile_set_available() local 97 pa_assert_se(core = c->card->core); in pa_card_profile_set_available() 98 pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_CHANGE, c->card->index); in pa_card_profile_set_available() 101 pa_hook_fire(&core->hooks[PA_CORE_HOOK_CARD_PROFILE_AVAILABLE_CHANGED], c); in pa_card_profile_set_available() 145 pa_card *pa_card_new(pa_core *core, pa_card_new_data *data) { in pa_card_new() argument 153 pa_core_assert_ref(core); in pa_card_new() 161 if (!(name = pa_namereg_register(core, data->name, PA_NAMEREG_CARD, c, data->namereg_fail))) { in pa_card_new() 167 pa_hook_fire(&core in pa_card_new() 259 pa_core *core; pa_card_free() local [all...] |
H A D | device-port.c | 24 #include <pulsecore/core-util.h> 113 pa_subscription_post(p->core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_CHANGE, p->card->index); in pa_device_port_set_available() 118 pa_subscription_post(p->core, PA_SUBSCRIPTION_EVENT_SINK|PA_SUBSCRIPTION_EVENT_CHANGE, sink->index); in pa_device_port_set_available() 120 pa_subscription_post(p->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, source->index); in pa_device_port_set_available() 126 pa_core_update_default_sink(p->core); in pa_device_port_set_available() 128 pa_core_update_default_source(p->core); in pa_device_port_set_available() 133 if (p->core->rescue_streams) in pa_device_port_set_available() 134 pa_sink_move_streams_to_default_sink(p->core, sink, false); in pa_device_port_set_available() 136 pa_core_move_streams_to_newly_available_preferred_sink(p->core, sink); in pa_device_port_set_available() 141 if (p->core in pa_device_port_set_available() 210 pa_core *core; pa_device_port_set_latency_offset() local [all...] |
/third_party/rust/crates/libc/src/ |
H A D | lib.rs | 36 extern crate rustc_std_workspace_core as core; 38 use core::iter; 40 use core::ops; 42 use core::option; 50 use core::ffi; 52 use core::fmt; 54 use core::hash; 56 use core::num; 58 use core::mem; 61 use core [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-filter-heuristics.c | 28 #include <pulsecore/core.h> 29 #include <pulsecore/core-util.h> 46 pa_core *core; member 88 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() argument 89 pa_core_assert_ref(core); in sink_input_put_cb() 96 static pa_hook_result_t sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_move_finish_cb() argument 97 pa_core_assert_ref(core); in sink_input_move_finish_cb() 108 static pa_hook_result_t source_output_put_cb(pa_core *core, pa_source_output *i, struct userdata *u) { in source_output_put_cb() argument 109 pa_core_assert_ref(core); in source_output_put_cb() 116 static pa_hook_result_t source_output_move_finish_cb(pa_core *core, pa_source_outpu argument [all...] |
H A D | module-default-device-restore.c | 31 #include <pulsecore/core-util.h> 35 #include <pulsecore/core-error.h> 45 pa_core *core; member 57 if (u->core->configured_default_sink) in load() 72 pa_core_set_configured_default_sink(u->core, ln); in load() 78 if (u->core->configured_default_source) in load() 93 pa_core_set_configured_default_source(u->core, ln); in load() 108 fprintf(f, "%s\n", u->core->configured_default_sink ? u->core->configured_default_sink : ""); in save() 116 fprintf(f, "%s\n", u->core in save() [all...] |
H A D | stream-interaction.c | 30 #include <pulsecore/core.h> 31 #include <pulsecore/core-util.h> 46 pa_core *core; member 141 PA_IDXSET_FOREACH(sink, u->core->sinks, idx) in find_global_trigger_stream() 148 PA_IDXSET_FOREACH(source, u->core->sources, idx) in find_global_trigger_stream() 244 PA_IDXSET_FOREACH(s, u->core->sinks, idx) in apply_interaction_global() 255 PA_IDXSET_FOREACH(s, u->core->sinks, idx) { in remove_interactions() 304 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() argument 305 pa_core_assert_ref(core); in sink_input_put_cb() 311 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_inpu argument 317 sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_start_cb() argument 324 sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_finish_cb() argument 331 sink_input_state_changed_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_state_changed_cb() argument 341 sink_input_mute_changed_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_mute_changed_cb() argument 351 sink_input_proplist_changed_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_proplist_changed_cb() argument 361 source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_put_cb() argument 368 source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_unlink_cb() argument 374 source_output_move_start_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_move_start_cb() argument 381 source_output_move_finish_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_move_finish_cb() argument 388 source_output_state_changed_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_state_changed_cb() argument 398 source_output_mute_changed_cb(pa_core *core, pa_source_output*o, struct userdata *u) source_output_mute_changed_cb() argument 408 source_output_proplist_changed_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_proplist_changed_cb() argument [all...] |
H A D | module-filter-apply.c | 28 #include <pulsecore/core.h> 29 #include <pulsecore/core-util.h> 68 pa_core *core; member 262 PA_IDXSET_FOREACH(so, u->core->source_outputs, idx) { in find_paired_master() 289 PA_IDXSET_FOREACH(si, u->core->sink_inputs, idx) { in find_paired_master() 340 u->core->mainloop->time_free(u->housekeeping_time_event); in housekeeping_time_callback() 351 pa_module_unload_request_by_index(u->core, idx, true); in housekeeping_time_callback() 367 u->housekeeping_time_event = pa_core_rttime_new(u->core, pa_rtclock_now() + HOUSEKEEPING_INTERVAL, housekeeping_time_callback, u); in trigger_housekeeping() 430 PA_IDXSET_FOREACH(so, u->core->source_outputs, idx) { in move_objects_for_filter() 439 PA_IDXSET_FOREACH(si, u->core in move_objects_for_filter() 634 sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_put_cb() argument 641 sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_finish_cb() argument 654 sink_input_proplist_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_proplist_cb() argument 666 sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_unlink_cb() argument 680 sink_unlink_cb(pa_core *core, pa_sink *sink, struct userdata *u) sink_unlink_cb() argument 715 source_output_put_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_put_cb() argument 722 source_output_move_finish_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_move_finish_cb() argument 735 source_output_proplist_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_proplist_cb() argument 747 source_output_unlink_cb(pa_core *core, pa_source_output *o, struct userdata *u) source_output_unlink_cb() argument 761 source_unlink_cb(pa_core *core, pa_source *source, struct userdata *u) source_unlink_cb() argument [all...] |
H A D | module-allow-passthrough.c | 28 #include <pulsecore/core.h> 35 #include <pulsecore/core-util.h> 163 static pa_hook_result_t sink_input_new_cb(pa_core *core, pa_sink_input_new_data *new_data, struct userdata *u) { in sink_input_new_cb() argument 166 pa_core_assert_ref(core); in sink_input_new_cb() 170 * doing routing or other policies) and if not pulseaudio core will setup in sink_input_new_cb() 174 * runs, pulse core doing it is too late, so if a sink and/or stream format in sink_input_new_cb() 179 pa_sink *sink = pa_namereg_get(core, NULL, PA_NAMEREG_SINK); in sink_input_new_cb() 194 return new_passthrough_stream(u, core, new_data->sink, NULL); in sink_input_new_cb() 196 null_sink = new_normal_stream(u, core, new_data->sink); in sink_input_new_cb() 228 static pa_hook_result_t sink_input_removed(pa_core *core, pa_sink_inpu argument 237 sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_unlink_cb() argument 241 sink_input_move_start_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_start_cb() argument 248 sink_input_move_finish_cb(pa_core *core, pa_sink_input *i, struct userdata *u) sink_input_move_finish_cb() argument [all...] |
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
H A D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 15 //// [/user/username/projects/sample1/core/tsconfig.json]
18 //// [/user/username/projects/sample1/core/index.ts]
22 {"compilerOptions":{"composite":true,"declaration":true,"outFile":"index.js"},"references":[{"path":"../core","prepend":true}]}
37 Program root files: ["/user/username/projects/sample1/core/index.ts"]
38 Program options: {"composite":true,"declaration":true,"outFile":"/user/username/projects/sample1/core/index.js","watch":true,"configFilePath":"/user/username/projects/sample1/core/tsconfig.json"}
42 /user/username/projects/sample1/core/index.ts
53 /user/username/projects/sample1/core/index.d.ts
63 /user/username/projects/sample1/core/tsconfig.json:
65 /user/username/projects/sample1/core/inde [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
H A D | on-sample-project.js | 15 //// [/user/username/projects/sample1/core/tsconfig.json]
25 //// [/user/username/projects/sample1/core/index.ts]
31 //// [/user/username/projects/sample1/core/anotherModule.ts]
35 //// [/user/username/projects/sample1/core/some_decl.d.ts]
49 { "path": "../core" }
55 import * as c from '../core/index';
59 import * as mod from '../core/anotherModule';
66 { "path": "../core" },
79 import * as c from '../core/index';
85 import * as mod from '../core/anotherModul [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | derive.rs | 18 Trait::Eq => traits.push(quote_spanned!(span=> ::cxx::core::cmp::Eq)), in expand_struct() 20 Trait::Hash => traits.push(quote_spanned!(span=> ::cxx::core::hash::Hash)), in expand_struct() 22 Trait::PartialEq => traits.push(quote_spanned!(span=> ::cxx::core::cmp::PartialEq)), in expand_struct() 60 traits.push(quote_spanned!(span=> ::cxx::core::cmp::Eq)); in expand_enum() 64 Trait::Hash => traits.push(quote_spanned!(span=> ::cxx::core::hash::Hash)), in expand_enum() 67 traits.push(quote_spanned!(span=> ::cxx::core::cmp::PartialEq)); in expand_enum() 86 traits.push(quote!(::cxx::core::cmp::Eq)); in expand_enum() 89 traits.push(quote!(::cxx::core::cmp::PartialEq)); in expand_enum() 102 impl #generics ::cxx::core::marker::Copy for #ident #generics {} in struct_copy() 121 #(#fields: ::cxx::core in struct_clone() [all...] |