/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/tlog/ |
H A D | hashedrekord.js | 37 const tlogSig = tlogEntry.spec.signature.content || ''; 45 const tlogDigest = tlogEntry.spec.data.hash?.value || '';
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | unesctrn.h | 49 char16_t* spec; // owned; may not be nullptr member in UnescapeTransliterator 60 * Constructor. Takes the encoded spec array (does not adopt it). 62 * @param spec the encoded spec array 65 const char16_t *spec);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | unesctrn.h | 49 UChar* spec; // owned; may not be NULL member in UnescapeTransliterator 60 * Constructor. Takes the encoded spec array (does not adopt it). 62 * @param spec the encoded spec array 65 const UChar *spec);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | mix.h | 48 const pa_sample_spec *spec, 59 const pa_sample_spec *spec,
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | regex.rs | 13 pub fn new(spec: &str) -> Result<Filter, String> { in new() 14 match Regex::new(spec) { in new()
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmock.py | 128 mock = Mock(spec=X) 129 self.assertIn(" spec='X' ", repr(mock)) 131 mock = Mock(spec=X()) 132 self.assertIn(" spec='X' ", repr(mock)) 140 mock = Mock(spec=X, name='foo') 141 self.assertIn(" spec='X' ", repr(mock)) 145 self.assertNotIn("spec", repr(mock)) 148 self.assertNotIn("spec", repr(mock)) 150 mock = Mock(spec=['foo']) 151 self.assertNotIn("spec", rep [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 1203 efx_ptp_find_filter(struct list_head *filter_list, struct efx_filter_spec *spec) in efx_ptp_find_filter() argument 1208 if (rxfilter->ether_type == spec->ether_type && in efx_ptp_find_filter() 1209 rxfilter->loc_port == spec->loc_port && in efx_ptp_find_filter() 1210 !memcmp(rxfilter->loc_host, spec->loc_host, sizeof(spec->loc_host))) in efx_ptp_find_filter() 1247 struct efx_filter_spec *spec, in efx_ptp_insert_filter() 1254 rxfilter = efx_ptp_find_filter(filter_list, spec); in efx_ptp_insert_filter() 1264 rc = efx_filter_insert_filter(efx, spec, true); in efx_ptp_insert_filter() 1269 rxfilter->ether_type = spec->ether_type; in efx_ptp_insert_filter() 1270 rxfilter->loc_port = spec in efx_ptp_insert_filter() 1245 efx_ptp_insert_filter(struct efx_nic *efx, struct list_head *filter_list, struct efx_filter_spec *spec, unsigned long expiry) efx_ptp_insert_filter() argument 1290 struct efx_filter_spec spec; efx_ptp_insert_ipv4_filter() local 1302 struct efx_filter_spec spec; efx_ptp_insert_ipv6_filter() local 1313 struct efx_filter_spec spec; efx_ptp_insert_eth_multicast_filter() local [all...] |
H A D | mcdi_filters.h | 63 unsigned long spec; /* pointer to spec plus flag bits */ member 123 s32 efx_mcdi_filter_insert(struct efx_nic *efx, struct efx_filter_spec *spec, 130 u32 filter_id, struct efx_filter_spec *spec);
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 57 ctx->spec = intel_spec_load(devinfo); in intel_batch_decode_ctx_init() 59 ctx->spec = intel_spec_load_from_path(devinfo, xml_path); in intel_batch_decode_ctx_init() 65 intel_spec_destroy(ctx->spec); in intel_batch_decode_ctx_finish() 86 if (intel_spec_get_gen(ctx->spec) >= intel_make_gen(8,0)) { in ctx_get_bo() 98 if (intel_spec_get_gen(ctx->spec) >= intel_make_gen(8,0)) in ctx_get_bo() 208 return intel_spec_find_instruction(ctx->spec, ctx->engine, p); in intel_ctx_find_instruction() 280 intel_spec_find_struct(ctx->spec, "RENDER_SURFACE_STATE"); in dump_binding_table() 347 struct intel_group *strct = intel_spec_find_struct(ctx->spec, "SAMPLER_STATE"); in dump_samplers() 420 intel_spec_find_struct(ctx->spec, "INTERFACE_DESCRIPTOR_DATA"); in handle_media_interface_descriptor_load() 477 struct intel_group *vbs = intel_spec_find_struct(ctx->spec, "VERTEX_BUFFER_STAT in handle_3dstate_vertex_buffers() [all...] |
/third_party/python/Python/ |
H A D | import.c | 341 PyObject *spec; in import_ensure_initialized() local 348 spec = PyObject_GetAttr(mod, &_Py_ID(__spec__)); in import_ensure_initialized() 349 int busy = _PyModuleSpec_IsInitializing(spec); in import_ensure_initialized() 350 Py_XDECREF(spec); in import_ensure_initialized() 969 create_builtin(PyThreadState *tstate, PyObject *name, PyObject *spec) in create_builtin() argument 990 return PyModule_FromDefAndSpec((PyModuleDef*)mod, spec); in create_builtin() 1018 spec: object 1025 _imp_create_builtin(PyObject *module, PyObject *spec) in _imp_create_builtin() argument 1030 PyObject *name = PyObject_GetAttrString(spec, "name"); in _imp_create_builtin() 1035 PyObject *mod = create_builtin(tstate, name, spec); in _imp_create_builtin() 1542 PyObject *spec; resolve_name() local 2349 _imp_create_dynamic_impl(PyObject *module, PyObject *spec, PyObject *file) _imp_create_dynamic_impl() argument 2542 PyObject *spec = _PyNamespace_New(attrs); _PyImport_BootstrapImp() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_filters.h | 63 unsigned long spec; /* pointer to spec plus flag bits */ member 122 s32 efx_mcdi_filter_insert(struct efx_nic *efx, struct efx_filter_spec *spec, 129 u32 filter_id, struct efx_filter_spec *spec);
|
/third_party/libabigail/tests/ |
H A D | test-read-ctf.cc | 457 if (!spec.in_abi_path && !spec.out_abi_path) in perform() 468 corp->set_path(spec.in_elf_path); in perform()
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/ |
H A D | entry.js | 45 spec: { 69 spec: { 107 spec: {
|
/third_party/skia/tests/ |
H A D | ParsePathTest.cpp | 82 SkString spec; in DEF_TEST() local 85 spec.append(MakeRandomParsePathPiece(&rand)); in DEF_TEST() 87 bool success = SkParsePath::FromSVGString(spec.c_str(), &path); in DEF_TEST()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_values.py | 81 spec = importlib.util.find_spec(modname) variable in PythonValuesTestCase.test_frozentable.struct_frozen 84 self.assertIsNotNone(spec.submodule_search_locations) 86 self.assertIsNone(spec.submodule_search_locations)
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_api.py | 17 spec = machinery.ModuleSpec(fullname, cls) 18 return spec 21 def create_module(spec):
|
/third_party/vk-gl-cts/scripts/egl/ |
H A D | common.py | 93 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs) 94 return khr_util.registry.createInterface(registry, spec, api)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | sample.h | 28 struct mlx5_flow_spec *spec, 46 struct mlx5_flow_spec *spec, in mlx5e_tc_sample_offload() 45 mlx5e_tc_sample_offload(struct mlx5e_tc_psample *tc_psample, struct mlx5_flow_spec *spec, struct mlx5_flow_attr *attr) mlx5e_tc_sample_offload() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl_dump.c | 43 struct v3d_spec *spec = v3d_spec_load(&devinfo); in vc4_dump_cl() local 51 struct v3d_group *inst = v3d_spec_find_instruction(spec, p); in vc4_dump_cl()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | testBuild | 7 # testBuild - invoke Makefile with the right options to build the test spec 12 # Build the test spec in various configurations: 24 ./makeSpec -spec $options -genpath build_tests/gen-$build -test html 42 ./makeSpec -spec all -genpath build_tests/gen-validusage -test validusage
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 75 struct mlx5_flow_spec *spec) in mlx5e_tc_set_attr_rx_tun() 87 ip_version = mlx5e_tc_get_ip_version(spec, true); in mlx5e_tc_set_attr_rx_tun() 90 daddr = MLX5_ADDR_OF(fte_match_param, spec->match_value, in mlx5e_tc_set_attr_rx_tun() 92 saddr = MLX5_ADDR_OF(fte_match_param, spec->match_value, in mlx5e_tc_set_attr_rx_tun() 103 daddr = MLX5_ADDR_OF(fte_match_param, spec->match_value, in mlx5e_tc_set_attr_rx_tun() 105 saddr = MLX5_ADDR_OF(fte_match_param, spec->match_value, in mlx5e_tc_set_attr_rx_tun() 152 struct mlx5_flow_spec *spec; in mlx5e_tc_encap_flows_add() local 178 spec = &flow->attr->parse_attr->spec; in mlx5e_tc_encap_flows_add() 197 rule = mlx5e_tc_offload_fdb_rules(esw, flow, spec, flo in mlx5e_tc_encap_flows_add() 74 mlx5e_tc_set_attr_rx_tun(struct mlx5e_tc_flow *flow, struct mlx5_flow_spec *spec) mlx5e_tc_set_attr_rx_tun() argument 221 struct mlx5_flow_spec *spec; mlx5e_tc_encap_flows_del() local 1510 struct mlx5_flow_spec *spec; mlx5e_reoffload_encap() local 1633 struct mlx5_flow_spec *spec; mlx5e_reoffload_decap() local [all...] |
/third_party/python/Lib/ |
H A D | modulefinder.py | 54 spec = importlib.machinery.PathFinder.find_spec(name, path) 56 if spec is None: 61 if spec.loader is importlib.machinery.BuiltinImporter: 64 if spec.loader is importlib.machinery.FrozenImporter: 67 file_path = spec.origin 69 if spec.loader.is_package(name): 72 if isinstance(spec.loader, importlib.machinery.SourceFileLoader): 75 elif isinstance(spec.loader, importlib.machinery.ExtensionFileLoader): 78 elif isinstance(spec.loader, importlib.machinery.SourcelessFileLoader):
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ad7949.c | 235 const struct ad7949_adc_spec *spec; in ad7949_spi_probe() local 256 spec = &ad7949_adc_spec[spi_get_device_id(spi)->driver_data]; in ad7949_spi_probe() 257 indio_dev->num_channels = spec->num_channels; in ad7949_spi_probe() 258 ad7949_adc->resolution = spec->resolution; in ad7949_spi_probe()
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A D | motu-protocol-v3.c | 188 if (motu->spec == &snd_motu_spec_828mk3) in snd_motu_protocol_v3_get_clock_source() 281 motu->spec->tx_fixed_pcm_chunks, in snd_motu_protocol_v3_cache_packet_formats() 284 motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v3_cache_packet_formats() 287 if (motu->spec == &snd_motu_spec_828mk3) in snd_motu_protocol_v3_cache_packet_formats()
|
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A D | tascam-pcm.c | 21 pcm_channels = tscm->spec->pcm_capture_analog_channels; in pcm_init_hw_params() 25 pcm_channels = tscm->spec->pcm_playback_analog_channels; in pcm_init_hw_params() 28 if (tscm->spec->has_adat) in pcm_init_hw_params() 30 if (tscm->spec->has_spdif) in pcm_init_hw_params()
|