Home
last modified time | relevance | path

Searched refs:spec (Results 651 - 675 of 1361) sorted by relevance

1...<<21222324252627282930>>...55

/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSNew.py124 spec=None,
138 spec: Dictionary specifying how to build this project.
146 self.spec = spec
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSNew.py124 spec=None,
138 spec: Dictionary specifying how to build this project.
146 self.spec = spec
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h215 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
219 # define ATTRIBUTE_FORMAT(spec) /* empty */
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h215 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
219 # define ATTRIBUTE_FORMAT(spec) /* empty */
/third_party/python/Lib/test/
H A Dtest_getpass.py57 stream = mock.Mock(spec=StringIO)
148 mock_stream = mock.Mock(spec=StringIO)
154 mock.patch('sys.stdin', spec=StringIO) as stdin:
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/vk-gl-cts/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp388 TestSpec spec; in genTestSpec() local
390 spec.bufferOffset = bufferOffset; in genTestSpec()
391 spec.bufferStride = bufferStrideBase + bufferStridePadding; in genTestSpec()
392 spec.positionAttrOffset = positionAttrOffset; in genTestSpec()
393 spec.colorAttrOffset = colorAttrOffset; in genTestSpec()
394 spec.hasColorAttr = hasColorAttr; in genTestSpec()
397 DE_ASSERT(!deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize)); in genTestSpec()
399 DE_ASSERT(deIsAligned32(spec.bufferOffset + spec in genTestSpec()
684 MultipleBindingCase::TestSpec spec; genTestSpec() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c402 static bool check_valid_spec(const struct mlx5_flow_spec *spec) in check_valid_spec() argument
407 if (spec->match_value[i] & ~spec->match_criteria[i]) { in check_valid_spec()
664 const struct mlx5_flow_spec *spec, in alloc_fte()
674 memcpy(fte->val, &spec->match_value, sizeof(fte->val)); in alloc_fte()
677 fte->flow_context = spec->flow_context; in alloc_fte()
1454 const struct mlx5_flow_spec *spec) in alloc_auto_flow_group()
1485 spec->match_criteria_enable, in alloc_auto_flow_group()
1486 spec->match_criteria, in alloc_auto_flow_group()
1653 const struct mlx5_flow_spec *spec, in add_rule_fg()
663 alloc_fte(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act) alloc_fte() argument
1453 alloc_auto_flow_group(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec) alloc_auto_flow_group() argument
1652 add_rule_fg(struct mlx5_flow_group *fg, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num, struct fs_fte *fte) add_rule_fg() argument
1741 build_match_list(struct match_list *match_head, struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, bool ft_locked) build_match_list() argument
1817 try_add_to_existing_fg(struct mlx5_flow_table *ft, struct list_head *match_head, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num, int ft_version) try_add_to_existing_fg() argument
1917 _mlx5_add_flow_rules(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num) _mlx5_add_flow_rules() argument
2026 mlx5_add_flow_rules(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int num_dest) mlx5_add_flow_rules() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c504 static bool check_valid_spec(const struct mlx5_flow_spec *spec) in check_valid_spec() argument
509 if (spec->match_value[i] & ~spec->match_criteria[i]) { in check_valid_spec()
773 const struct mlx5_flow_spec *spec, in alloc_fte()
783 memcpy(fte->val, &spec->match_value, sizeof(fte->val)); in alloc_fte()
786 fte->flow_context = spec->flow_context; in alloc_fte()
1578 const struct mlx5_flow_spec *spec) in alloc_auto_flow_group()
1609 spec->match_criteria_enable, in alloc_auto_flow_group()
1610 spec->match_criteria, in alloc_auto_flow_group()
1786 const struct mlx5_flow_spec *spec, in add_rule_fg()
772 alloc_fte(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act) alloc_fte() argument
1577 alloc_auto_flow_group(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec) alloc_auto_flow_group() argument
1785 add_rule_fg(struct mlx5_flow_group *fg, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num, struct fs_fte *fte) add_rule_fg() argument
1875 build_match_list(struct match_list *match_head, struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_group *fg, bool ft_locked) build_match_list() argument
1954 try_add_to_existing_fg(struct mlx5_flow_table *ft, struct list_head *match_head, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num, int ft_version) try_add_to_existing_fg() argument
2054 _mlx5_add_flow_rules(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num) _mlx5_add_flow_rules() argument
2169 mlx5_add_flow_rules(struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int num_dest) mlx5_add_flow_rules() argument
[all...]
/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/skia/third_party/externals/angle2/src/compiler/translator/
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/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
/third_party/python/Lib/test/test_importlib/
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/vk-gl-cts/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp77 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const AttribSpec& spec) in generateVertices() argument
93 dst[getVtxIndex(x, y, gridSizeX)*numComponents + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx])); in generateVertices()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.cpp78 const StatementSpec* spec = DE_NULL; in chooseStatement() local
88 spec = &statementSpecs[ndx]; in chooseStatement()
95 if (!spec) in chooseStatement()
96 spec = lastNonZero; in chooseStatement()
98 return spec; in chooseStatement()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
H A Ddistributed_hardware_proxy_test.h68 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec() argument
70 (void)spec; in QueryLocalSysSpec()
/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()

Completed in 31 milliseconds

1...<<21222324252627282930>>...55