Home
last modified time | relevance | path

Searched refs:spec (Results 751 - 775 of 1511) sorted by relevance

1...<<31323334353637383940>>...61

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp59 QueryLocalSysSpecType spec = SPEC_TYPE[sysSpec % QUERY_LOCAL_SYS_SIZE]; in FwkServicesQueryLocalSysSpecFuzzTest() local
61 service.QueryLocalSysSpec(spec); in FwkServicesQueryLocalSysSpecFuzzTest()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-midi.c104 ff->spec->midi_out_ports, ff->spec->midi_in_ports, in snd_ff_create_midi_devices()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.h178 s64 nfp_net_dump_calculate_size(struct nfp_pf *pf, struct nfp_dumpspec *spec,
180 int nfp_net_dump_populate_buffer(struct nfp_pf *pf, struct nfp_dumpspec *spec,
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.h179 s64 nfp_net_dump_calculate_size(struct nfp_pf *pf, struct nfp_dumpspec *spec,
181 int nfp_net_dump_populate_buffer(struct nfp_pf *pf, struct nfp_dumpspec *spec,
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-midi.c104 ff->spec->midi_out_ports, ff->spec->midi_in_ports, in snd_ff_create_midi_devices()
/test/testfwk/arkxtest/jsunit/src/
H A Dcore.js35 spec: {},
44 spec: {},
116 this.addService('spec', new SpecService({id: 'default'}));
122 this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this}));
123 this.subscribeEvent('spec', this.getDefaultService('report'));
/third_party/mesa3d/src/compiler/spirv/
H A Dgl_spirv.c223 struct nir_spirv_specialization *spec, unsigned num_spec, in gl_spirv_validation()
258 b->specializations = spec; in gl_spirv_validation()
222 gl_spirv_validation(const uint32_t *words, size_t word_count, struct nir_spirv_specialization *spec, unsigned num_spec, gl_shader_stage stage, const char *entry_point_name) gl_spirv_validation() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DRangeTableSubject.java77 public void hasRanges(String spec, Object... values) { in hasRanges() argument
80 RangeSpecification rowKey = RangeSpecification.parse(spec); in hasRanges()
/third_party/rust/crates/env_logger/src/fmt/writer/
H A Dmod.rs218 fn parse_write_style(spec: &str) -> WriteStyle { in parse_write_style()
219 match spec { in parse_write_style()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorESSL.cpp17 TranslatorESSL::TranslatorESSL(sh::GLenum type, ShShaderSpec spec) in TranslatorESSL() argument
18 : TCompiler(type, spec, SH_ESSL_OUTPUT) in TranslatorESSL()
102 // If following the spec to the letter, we should not flatten this pragma. in shouldFlattenPragmaStdglInvariantAll()
103 // However, the spec's wording means that the pragma applies only to outputs. in shouldFlattenPragmaStdglInvariantAll()
110 // Thus, we should be non-conformant to spec's letter here and flatten. in shouldFlattenPragmaStdglInvariantAll()
H A DSymbolTable.cpp396 ShShaderSpec spec,
400 mShaderSpec = spec;
406 if (IsDesktopGLSpec(spec))
443 if (spec < SH_GLES3_SPEC)
452 initializeBuiltInVariables(type, spec, resources);
/third_party/python/Lib/test/test_importlib/
H A Dtest_compatibilty_files.py88 spec = wrap_spec(self.package)
89 self.assertIsInstance(spec.loader.get_resource_reader(None), CompatibilityFiles)
H A Dutil.py280 spec = util.spec_from_file_location(
283 return spec
285 def create_module(self, spec):
286 if spec.name not in self.modules:
288 return self.modules[spec.name]
/third_party/python/Lib/
H A Dlinecache.py171 if spec := module_globals.get('__spec__'):
173 loader = spec.loader
/third_party/vk-gl-cts/modules/glshared/
H A DglsSamplerObjectTest.hpp63 TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec);
122 MultiTextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec);
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp183 std::string DistributedHardwareProxy::QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec() argument
190 if (spec < QueryLocalSysSpecType::MIN || spec > QueryLocalSysSpecType::MAX) { in QueryLocalSysSpec()
191 DHLOGE("Sys spec type is invalid!"); in QueryLocalSysSpec()
203 if (!data.WriteUint32((uint32_t)spec)) { in QueryLocalSysSpec()
204 DHLOGE("DistributedHardwareProxy write local sys spec failed"); in QueryLocalSysSpec()
216 DHLOGI("Query local sys spec %{public}" PRIu32 ", get: %{public}s", (uint32_t)spec, specStr.c_str()); in QueryLocalSysSpec()
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dmailbox.c341 struct of_phandle_args spec; in mbox_request_channel() local
354 "#mbox-cells", index, &spec)) { in mbox_request_channel()
362 if (mbox->dev->of_node == spec.np) { in mbox_request_channel()
363 chan = mbox->of_xlate(mbox, &spec); in mbox_request_channel()
368 of_node_put(spec.np); in mbox_request_channel()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dmailbox.c407 struct of_phandle_args spec; in mbox_request_channel() local
419 "#mbox-cells", index, &spec)) { in mbox_request_channel()
427 if (mbox->dev->of_node == spec.np) { in mbox_request_channel()
428 chan = mbox->of_xlate(mbox, &spec); in mbox_request_channel()
433 of_node_put(spec.np); in mbox_request_channel()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py211 spec = importlib.util.spec_from_file_location(module_path, config_path)
212 assert spec is not None
213 config = importlib.util.module_from_spec(spec)
215 assert isinstance(spec.loader, importlib.abc.Loader)
216 spec.loader.exec_module(config)
/third_party/benchmark/src/
H A Dbenchmark_register.cc115 std::string spec, std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarks()
123 if (spec[0] == '-') { in FindBenchmarks()
124 spec.replace(0, 1, ""); in FindBenchmarks()
127 if (!re.Init(spec, &error_msg)) { in FindBenchmarks()
162 if (spec == ".") benchmarks->reserve(benchmarks->size() + family_size); in FindBenchmarks()
114 FindBenchmarks( std::string spec, std::vector<BenchmarkInstance>* benchmarks, std::ostream* ErrStream) FindBenchmarks() argument
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorIDParser.java605 // or a spec (source, target, or variant). in parseFilterID()
634 // We are about to try to parse a spec with no delimiter in parseFilterID()
641 String spec = Utility.parseUnicodeIdentifier(id, pos); in parseFilterID()
642 if (spec == null) { in parseFilterID()
651 first = spec; in parseFilterID()
654 target = spec; in parseFilterID()
657 variant = spec; in parseFilterID()
664 // A spec with no prior character is either source or target, in parseFilterID()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorIDParser.java606 // or a spec (source, target, or variant). in parseFilterID()
635 // We are about to try to parse a spec with no delimiter in parseFilterID()
642 String spec = Utility.parseUnicodeIdentifier(id, pos); in parseFilterID()
643 if (spec == null) { in parseFilterID()
652 first = spec; in parseFilterID()
655 target = spec; in parseFilterID()
658 variant = spec; in parseFilterID()
665 // A spec with no prior character is either source or target, in parseFilterID()
/third_party/python/Lib/idlelib/
H A Dquery.py204 spec = importlib.util.find_spec(name)
208 if spec is None:
211 if not isinstance(spec.loader, importlib.abc.SourceLoader):
215 file_path = spec.loader.get_filename(name)
222 file_path = spec.loader.get_filename()
/third_party/python/Lib/test/
H A Dtest_imp.py292 spec = importlib.util.find_spec('_testmultiphase')
293 module = imp.load_dynamic(name, spec.origin)
296 self.assertEqual(module.__spec__.origin, spec.origin)
334 # when spec.name is not a string.
344 # should have a spec origin of "frozen" and
398 spec = Spec()
402 mod = _imp.create_builtin(spec)
/third_party/python/Modules/
H A D_testmultiphase.c463 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule() argument
687 createfunc_null(PyObject *spec, PyModuleDef *def) in createfunc_null() argument
707 createfunc_raise(PyObject *spec, PyModuleDef *def) in createfunc_raise() argument
728 createfunc_unreported_exception(PyObject *spec, PyModuleDef *def) in createfunc_unreported_exception() argument
784 execfunc_raise(PyObject *spec) in execfunc_raise() argument

Completed in 16 milliseconds

1...<<31323334353637383940>>...61