Searched refs:Rti (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/tools/onbld/Checks/
H A DMakefile41 Rti.py \
H A DRti.py41 from onbld.Checks.DbLookups import Rti, RtiException, RtiNotFound, RtiOffSwan namespace
129 # If we don't already have an Rti object for this cr cached,
133 rtis[cr] = Rti(cr, gateName, consolidation)
144 # If we've reached this point, then the Rti query succeeded,
H A DDbLookups.py329 # Our Rti object which we'll use to represent an Rti query
330 # It's really just a wrapper around the Rti connection, and attempts
336 class Rti: class in inherits:
340 r = Rti("6640538")
345 """Create an Rti object for the specified change request.
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py110 from onbld.Checks import JStyle, Keywords, Mapfile, Rti, onSWAN namespace
755 return int(not Rti.rti(bugs, gatePath=parent, output=ui))

Completed in 24 milliseconds