/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/ |
H A D | distributedfwkservices_fuzzer.cpp | 59 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 D | ff-midi.c | 104 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 D | nfp_main.h | 178 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 D | nfp_main.h | 179 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 D | ff-midi.c | 104 ff->spec->midi_out_ports, ff->spec->midi_in_ports, in snd_ff_create_midi_devices()
|
/test/testfwk/arkxtest/jsunit/src/ |
H A D | core.js | 35 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 D | gl_spirv.c | 223 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 D | RangeTableSubject.java | 77 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 D | mod.rs | 218 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 D | TranslatorESSL.cpp | 17 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 D | SymbolTable.cpp | 396 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 D | test_compatibilty_files.py | 88 spec = wrap_spec(self.package) 89 self.assertIsInstance(spec.loader.get_resource_reader(None), CompatibilityFiles)
|
H A D | util.py | 280 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 D | linecache.py | 171 if spec := module_globals.get('__spec__'): 173 loader = spec.loader
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsSamplerObjectTest.hpp | 63 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 D | distributed_hardware_proxy.cpp | 183 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 D | mailbox.c | 341 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 D | mailbox.c | 407 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 D | kunit_kernel.py | 211 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 D | benchmark_register.cc | 115 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 D | TransliteratorIDParser.java | 605 // 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 D | TransliteratorIDParser.java | 606 // 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 D | query.py | 204 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 D | test_imp.py | 292 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.c | 463 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
|