Searched refs:id (Results 1 - 25 of 26) sorted by relevance

12

/pkg/src/modules/
H A Delfextract.c136 char *id = NULL; local
138 if ((id = malloc(EI_NIDENT)) == NULL) {
145 free(id);
149 if (read(fd, id, EI_NIDENT) < 0) {
151 free(id);
155 return (id);
H A Dfmri.py402 id(self))
H A Dmanifest.py230 # id if there is no key attribute.
242 a.key_attr, id(a))))
322 # id for the action as its identifier.
323 key = (id(a),)
971 return a.name, a.attrs.get(a.key_attr, id(a))
H A Dversion.py366 id(self))
H A Dmisc.py1909 replaced with a unique id, and the object that was pointed to will
1968 contains tuples consisting of an assigned unique object id
1970 the python object id of the original un-encoded python object.
1973 { id(<obj>): ( <obj_id>, <obj_state> ) }
1977 id (obj_id). so the hash contains:
1990 # we'll convert the object id keys (which are integers) into
2127 # just return its encoded object id.
2128 if desc_type in commonize and id(data) in obj_cache:
2129 rv = obj_cache[id(data)][0]
2142 # if we're commonizing this object, then assign it an object id an
[all...]
H A Dcpiofile.py448 self.__class__.__name__, self.name, id(self))
/pkg/src/modules/client/
H A Dpkgremote.py98 id(self))
101 id(self))
103 prefix = "PkgRemote({0}) client: ".format(id(self))
H A Dpkgplan.py599 id(dest)), self.destination_fmri.get_pkg_stem(),
615 id(dest)), self.destination_fmri.get_pkg_stem(),
631 id(src)), self.origin_fmri.get_pkg_stem(),
H A Dimageplan.py2523 pp_needs_trimming.setdefault(id(ap.p),
2525 pp_needs_trimming[id(ap.p)]["trim"].append(
2526 id(ap.dst))
2555 pp_needs_trimming.setdefault(id(ap.p),
2557 pp_needs_trimming[id(ap.p)]["trim"].append(
2558 id(ap.src))
2571 if id(a[1]) not in trim
3903 act_removals.setdefault(id(ap.p),
3905 act_removals[id(ap.p)][ptype].append(id(a
[all...]
H A Dapi.py3363 meta_root = os.path.join(tmpdir, str(id(pub)))
3368 pkg_repos[id(repo)] = repo
3465 id(repo))
3470 if id(cat) != proc_stems[pub][stem][ver]:
3479 id(cat)
5207 if newr._source_object_id != id(oldr):
5221 # existing one using the object id that was stored during
5224 if pub._source_object_id == id(old):
5225 # Store the new publisher's id and the old
5228 orig_pub = (id(pu
[all...]
H A Dpublisher.py157 # Used to store the id of the original object this one was copied
201 uri._source_object_id = id(self)
731 # Used to store the id of the original object this one was copied
832 repo._source_object_id = id(self)
1199 # Used to store the id of the original object this one was copied
1313 pub._source_object_id = id(self)
/pkg/src/svc/
H A Dpkg5_include.sh30 ID=/usr/bin/id
/pkg/src/util/publish/
H A Dpkgmerge.py647 merged.get(id(pfmri), None) == null_manifest:
668 if id(f) in merged:
671 m = merged[id(f)]
686 if id(f) == id(new_fmri):
691 merged[id(f)] = m
696 merged[id(f)] = null_manifest
/pkg/src/tests/cli/
H A Dt_pkg_search.py794 id, tid = self._get_index_dirs()
795 self.assertTrue(len(os.listdir(id)) > 0)
796 shutil.rmtree(id)
797 os.makedirs(id)
799 self.assertTrue(len(os.listdir(id)) == 0)
801 self.assertTrue(len(os.listdir(id)) == 0)
806 self.assertTrue(len(os.listdir(id)) == 0)
874 id, tid = self._get_index_dirs()
875 shutil.rmtree(id)
H A Dt_pkg_depotd.py527 logpath = os.path.join(self.test_root, self.id())
/pkg/src/tests/api/
H A Dt_api.py384 self.assertEqual(id(pub), id(pubs[0]))
388 self.assertNotEqual(id(pub), id(cpub))
426 self.assertNotEqual(id(pub), id(cpubs[0]))
H A Dt_config.py226 self.assertNotEqual(id(p1), id(p2))
912 self.assertNotEqual(id(s1), id(s2))
1366 self.assertEqual(id(s1), id(conf.get_section(s1.name)))
H A Dt_publisher.py406 # with the id of the source repository object.
407 self.assertEqual(id(pobj), cpobj._source_object_id)
H A Dt_pkglint.py2258 "Linted message: {id} {msg}").format(
2259 id=msg.msgid, msg=msg)
/pkg/src/modules/actions/
H A Dgeneric.py331 id(self), self)
407 return hash(id(self))
410 return (id(self) > id(other)) - (id(self) < id(other))
/pkg/src/modules/lint/
H A Dlog.py230 "Linted message: {id} "
232 id=msg.msgid, msg=msg)
/pkg/src/pkg/
H A DMakefile34 CHANGESET:sh = hg id -i
/pkg/src/zoneproxy/zoneproxyd/
H A Dzoneproxyd.c1023 ips_contract_latest(ctid_t *id) argument
1047 *id = result;
/pkg/src/tests/
H A Dpkg5unittest.py1257 archive_path = os.path.join(archive_path, test.id())
1469 res = "# ERROR during persistent setup for {0}\n".format(test.id())
1485 res = "# ERROR during persistent teardown for {0}\n".format(test.id())
2135 # https://bugzilla.gnome.org/show_bug.cgi?id=132040
3554 self.debug("setup: {0}".format(self.id()))
3613 self.debug("killalldepots: {0}".format(self.id()))
3650 self.debug("ManyDepotTestCase.tearDown: {0}".format(self.id()))
/pkg/src/modules/client/transport/
H A Dtransport.py142 if id(wr_cache) == id(cache):
1474 eid = id(alt_repo)
2802 supplied in pub. The transaction-id is passed in trans_id."""
2836 pth argument. The transaction-id is passed in trans_id."""
2871 pth argument. The transaction-id is passed in trans_id."""
2905 also include the transaction id in trans_id."""
2936 also include the transaction id in trans_id. If add_to_catalog
3239 """Returns version-id of highest supported version.

Completed in 2176 milliseconds

12