Searched defs:Rti (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | Rti.py | 41 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 D | DbLookups.py | 329 # 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 D | cdm.py | 110 from onbld.Checks import JStyle, Keywords, Mapfile, Rti, onSWAN namespace 755 return int(not Rti.rti(bugs, gatePath=parent, output=ui))
|
Completed in 36 milliseconds