Searched refs:CustomAction (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/video/ |
D | full_stack_plot.py | 300 class CustomAction(argparse.Action): class 310 "-c", "--cycle_length", nargs=1, action=CustomAction, 313 "-f", "--field", nargs=1, action=CustomAction, 315 parser.add_argument("-r", "--right", nargs=0, action=CustomAction, 317 parser.add_argument("-d", "--drop", nargs=0, action=CustomAction, 319 parser.add_argument("-o", "--offset", nargs=1, action=CustomAction, type=int, 321 parser.add_argument("-n", "--next", nargs=0, action=CustomAction, 324 "--frames", nargs=1, action=CustomAction, type=int, 326 parser.add_argument("-t", "--title", nargs=1, action=CustomAction, 329 "-O", "--output_filename", nargs=1, action=CustomAction, [all …]
|
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 213 CustomAction = Table('CustomAction') variable 214 CustomAction.add_field(1,'Action',11592) 215 CustomAction.add_field(2,'Type',1282) 216 CustomAction.add_field(3,'Source',7496) 217 CustomAction.add_field(4,'Target',7679) 580 …ctory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, Dup…
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 213 CustomAction = Table('CustomAction') variable 214 CustomAction.add_field(1,'Action',11592) 215 CustomAction.add_field(2,'Type',1282) 216 CustomAction.add_field(3,'Source',7496) 217 CustomAction.add_field(4,'Target',7679) 580 …ctory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, Dup…
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 213 CustomAction = Table('CustomAction') variable 214 CustomAction.add_field(1,'Action',0x2DFF) 215 CustomAction.add_field(2,'Type',1282) 216 CustomAction.add_field(3,'Source',0x1DFF) 217 CustomAction.add_field(4,'Target',7679) 580 …ctory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, Dup…
|