Searched refs:list (Results 1 - 25 of 103) sorted by relevance

12345

/pkg/src/tests/api/
H A Dt_pkg_api_fix.py62 lambda *args, **kwargs: list(
67 lambda *args, **kwargs: list(
H A Dt_api_refresh.py84 self.assertEqual(len(list(res)), 0)
140 self.assertEqual(len(list(res)), 0)
155 self.assertEqual(len(list(res)), 1)
167 self.assertEqual(len(list(res)), 0)
178 self.assertEqual(len(list(res)), 0)
185 self.assertEqual(len(list(res)), 1)
H A Dt_bootenv.py66 empty list. While we want to generally avoid touching the live
76 bootenv.BootEnv.get_be_list(raise_error=False), list))
78 bootenv.BootEnv.get_be_list(raise_error=True), list))
H A Dt_pkg_api_hydrate.py78 lambda *args, **kwargs: list(
85 lambda *args, **kwargs: list(
H A Dt_linked_image.py576 # get a list of all known packages
632 # get a list of all known packages
718 lambda *args, **kwargs: list(
725 lambda *args, **kwargs: list(
732 lambda *args, **kwargs: list(
751 lambda *args, **kwargs: list(
758 lambda *args, **kwargs: list(
765 lambda *args, **kwargs: list(
849 lambda *args, **kwargs: list(
864 lambda *args, **kwargs: list(
[all...]
H A Dt_pkg_api_install.py294 self.pkg("list -a")
295 self.pkg("list", exit=1)
299 self.pkg("list")
314 self.pkg("list -a")
318 self.pkg("list")
340 self.pkg("list -a")
352 self.pkg("list foo@1.0")
353 self.pkg("list foo@1.1", exit=1)
357 self.pkg("list foo@1.1")
358 self.pkg("list fo
[all...]
H A Dt_manifest.py139 output = list(m.as_lines())[0].rstrip()
149 output = list(m.as_lines())[0].rstrip()
447 self.assertEqual(len(list(m1.gen_actions_by_type("dir"))), 2)
450 self.assertEqual(len(list(m1.gen_actions_by_type("dir"))), 1)
/pkg/src/util/publish/
H A Dpkgdiff.py129 apx.list_to_lang(list(utypes)))))
152 # Must pass complete list of actions to set_content, not
154 m.set_content(content=list(m.gen_actions_by_types(
193 # Now, get a list of all possible variant values, including None
255 res = misc.cmp(sorted(list(a.get_variant_template())),
256 sorted(list(b.get_variant_template())))
268 # handle list attributes
277 if isinstance(v, list) or isinstance(v, set):
319 attrsames = sorted( list(set(list(ol
[all...]
/pkg/src/modules/actions/
H A Dlink.py79 info). The error list will be empty if the action has been
162 not isinstance(mediator, list):
173 not isinstance(med_version, list):
179 not isinstance(med_implementation, list):
187 not isinstance(med_priority, list):
H A D_actions.c59 PyObject *list; local
73 * PyString_Concat() will steal one, and the list needs
77 * *not* decref after putting into the list.
109 if ((list = PyList_New(2)) == NULL)
114 PyList_SET_ITEM(list, 0, av);
116 PyList_SET_ITEM(list, 1, attr);
117 ret = PyDict_SetItem(attrs, key, list);
118 Py_DECREF(list);
196 * Positional arguments must be included in the keyword argument list in
282 * Unable to build argument list fo
[all...]
H A Dgeneric.py279 sattrs = list(self.attrs.keys())
311 if type(v) is list:
373 if type(v) is list:
540 type(x) is list and type(y) is list:
555 if type(self.attrs[k]) == list and \
556 type(other.attrs[k]) == list:
566 if isinstance(self.attrs[k], list):
567 self.attrs[k] = list(set(self.attrs[k]))
573 a list o
[all...]
/pkg/src/svc/
H A Dsvc-pkg-repositories-setup59 $ZFS list "$DS" > /dev/null 2>&1
62 for child in $($ZFS list -H -r -t filesystem \
/pkg/src/modules/solver/
H A Dpy_solver.c393 msat_unpack_integers(PyObject *list, int *nout) argument
399 if (!PyList_Check(list))
402 n = PyList_Size(list);
414 if ((l = PyInt_AsLong(PyList_GetItem(list, i))) == -1
435 PyObject *list; local
440 if (!PyArg_ParseTuple(args, "O", &list))
443 if ((is = msat_unpack_integers(list, &n)) == NULL)
545 "Add another clause (as list of integers) to solution space"},
/pkg/src/modules/client/
H A Dsigpolicy.py124 acts = list(acts)
144 acts = list(acts)
174 acts = list(acts)
H A Dactuator.py196 if not isinstance(values, list):
201 dictionary.setdefault(a, list()).append(
205 """Returns a list of actuator value pairs, suitable for printing"""
209 if hasattr(dfmri, "__call__") or isinstance(dfmri, list):
230 """Returns a list of tuples of possible release notes"""
235 """Returns a list of services that would be restarted"""
H A Dimageconfig.py183 allowed=list(sigpolicy.Policy.policies()) + [DEF_TOKEN],
243 allowed=list(sigpolicy.Policy.policies()) + [DEF_TOKEN],
356 return list(self.__publishers.keys())
360 return list(self.__publishers.values())
469 # Sort the index so that the prefixes are added to the list
701 # list contains unique values. We must check for
722 if isinstance(pval, list):
772 for name in (list(default_properties.keys()) +
773 list(default_policies.keys())):
842 # Add 'origin' to list o
[all...]
/pkg/src/tests/cli/
H A Dt_pkg_verify.py603 self.assertTrue("dir" in list(out_entry.keys())[0] or "file" in
604 list(out_entry.keys())[0])
605 self.assertTrue(out_entry[list(out_entry.keys())[0]][0]["msg_level"]
607 self.assertTrue(out_entry[list(out_entry.keys())[0]][0]["msg_type"]
623 self.assertTrue("dir" in list(out_entry.keys())[0] or "file" in
624 list(out_entry.keys())[0])
625 self.assertTrue(out_entry[list(out_entry.keys())[0]][0]["msg_level"]
627 self.assertTrue(out_entry[list(out_entry.keys())[0]][0]["msg_type"]
/pkg/src/tests/
H A Dpkg5testenv.py118 for k in list(os.environ.keys()):
H A Dbaseline.py76 """Return the list of failed tests."""
110 results_sorted = list(self.__results.keys())
/pkg/src/modules/lint/
H A Dbase.py135 We return a list of variants that conflict, and a list of the
141 action_list = list(actions)
143 # compare every action in the list with every other,
163 return conflict_vars, list(conflict_actions)
169 We return a list of variants that conflict, and a list of the
180 action_list = list(actions)
185 # compare every action in the list with every other,
221 return conflict_vars, list(conflict_action
[all...]
/pkg/src/modules/
H A Dversion.py57 class DotSequence(list):
84 list.__new__(cls)
93 list.__init__(self,
94 list(map(DotSequence.dotsequence_val,
156 ds = list.__new__(cls)
162 list.__init__(self,
163 list(map(self.dotsequence_val,
H A Dp5s.py44 tuple. The first element of the tuple is a list of publisher objects.
130 if not isinstance(val, list):
136 if not isinstance(urls, list):
166 'pubs' is a list of Publisher objects.
H A Dmisc.py354 'hash_funcs', if supplied, is a list of hash functions which we should
355 use to compute the hash. If 'hash_funcs' is supplied, a list of
357 returned list is in the same order as 'hash_funcs'.
580 'hash_attrs' is a list of keys describing the hashes we want to compute
702 'chash_attrs' is a list of the chash attributes we should compute, with
857 # this list describes a timestruc_t structure
864 # this list describes a psinfo_t structure
910 # this list contains all the known structure description lists
946 # unpack the data into a list
947 rv = list(struc
[all...]
/pkg/src/web/_themes/default/en/
H A Dbase.css90 list-style: none;
97 list-style: none;
/pkg/src/web/_themes/sun.com/en/
H A Dbase.css86 list-style: none;
92 list-style: none;

Completed in 65 milliseconds

12345