Searched defs:Action (Results 1 - 25 of 195) sorted by relevance

12345678

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dargparse.py43 - Action -- The base class for parser actions. Typically actions are
46 customization of ArgumentParser actions, subclasses of Action may
75 'Action',
709 # Action classes
712 class Action(_AttributeHolder): class in inherits:_AttributeHolder
715 Action objects are used by an ArgumentParser to represent the information
717 command line. The keyword arguments to the Action constructor are also
718 all attributes of Action instances.
803 class _StoreAction(Action):
838 class _StoreConstAction(Action)
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dargparse.py43 - Action -- The base class for parser actions. Typically actions are
46 customization of ArgumentParser actions, subclasses of Action may
75 'Action',
709 # Action classes
712 class Action(_AttributeHolder): class in inherits:_AttributeHolder
715 Action objects are used by an ArgumentParser to represent the information
717 command line. The keyword arguments to the Action constructor are also
718 all attributes of Action instances.
803 class _StoreAction(Action):
838 class _StoreConstAction(Action)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dargparse.py43 - Action -- The base class for parser actions. Typically actions are
46 customization of ArgumentParser actions, subclasses of Action may
75 'Action',
709 # Action classes
712 class Action(_AttributeHolder): class in inherits:_AttributeHolder
715 Action objects are used by an ArgumentParser to represent the information
717 command line. The keyword arguments to the Action constructor are also
718 all attributes of Action instances.
803 class _StoreAction(Action):
838 class _StoreConstAction(Action)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dargparse.py43 - Action -- The base class for parser actions. Typically actions are
46 customization of ArgumentParser actions, subclasses of Action may
75 'Action',
709 # Action classes
712 class Action(_AttributeHolder): class in inherits:_AttributeHolder
715 Action objects are used by an ArgumentParser to represent the information
717 command line. The keyword arguments to the Action constructor are also
718 all attributes of Action instances.
803 class _StoreAction(Action):
838 class _StoreConstAction(Action)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Draseapif.h222 PPP_EAP_ACTION Action; member in struct:_PPP_EAP_OUTPUT
H A Dwsdtypes.h232 const WCHAR *Action; member in struct:_WSD_SOAP_HEADER
H A Dmfidl.h3371 MFPOLICYMANAGER_ACTION Action; member in struct:_MFINPUTTRUSTAUTHORITY_ACTION
H A Dntddstor.h576 DEVICE_DATA_MANAGEMENT_SET_ACTION Action; member in struct:_DEVICE_MANAGE_DATA_SET_ATTRIBUTES
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Draseapif.h222 PPP_EAP_ACTION Action; member in struct:_PPP_EAP_OUTPUT
H A Dwsdtypes.h232 const WCHAR *Action; member in struct:_WSD_SOAP_HEADER
H A Dmfidl.h3371 MFPOLICYMANAGER_ACTION Action; member in struct:_MFINPUTTRUSTAUTHORITY_ACTION
H A Dntddstor.h576 DEVICE_DATA_MANAGEMENT_SET_ACTION Action; member in struct:_DEVICE_MANAGE_DATA_SET_ATTRIBUTES
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dntpoapi.h382 POWER_ACTION Action; member in struct:_POWER_ACTION_POLICY
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dntpoapi.h382 POWER_ACTION Action; member in struct:_POWER_ACTION_POLICY
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_argparse.py1650 # Action tests
1656 class OptionalAction(argparse.Action):
1679 class PositionalAction(argparse.Action):
1723 class MyAction(argparse.Action):
4130 class Action(object): class in function:TestInvalidArgumentConstructors.test_user_defined_action
4148 action=Action, default=Success, const=Success)
4150 action=Action, default=Success, const=Success)
4325 option = argparse.Action(
4335 "Action(option_strings=['--foo', '-a', '-b'], dest='b', "
4341 argument = argparse.Action(
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_argparse.py1650 # Action tests
1656 class OptionalAction(argparse.Action):
1679 class PositionalAction(argparse.Action):
1723 class MyAction(argparse.Action):
4130 class Action(object): class in function:TestInvalidArgumentConstructors.test_user_defined_action
4148 action=Action, default=Success, const=Success)
4150 action=Action, default=Success, const=Success)
4325 option = argparse.Action(
4335 "Action(option_strings=['--foo', '-a', '-b'], dest='b', "
4341 argument = argparse.Action(
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py1650 # Action tests
1656 class OptionalAction(argparse.Action):
1679 class PositionalAction(argparse.Action):
1723 class MyAction(argparse.Action):
4130 class Action(object): class in function:TestInvalidArgumentConstructors.test_user_defined_action
4148 action=Action, default=Success, const=Success)
4150 action=Action, default=Success, const=Success)
4325 option = argparse.Action(
4335 "Action(option_strings=['--foo', '-a', '-b'], dest='b', "
4341 argument = argparse.Action(
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py1650 # Action tests
1656 class OptionalAction(argparse.Action):
1679 class PositionalAction(argparse.Action):
1723 class MyAction(argparse.Action):
4130 class Action(object): class in function:TestInvalidArgumentConstructors.test_user_defined_action
4148 action=Action, default=Success, const=Success)
4150 action=Action, default=Success, const=Success)
4325 option = argparse.Action(
4335 "Action(option_strings=['--foo', '-a', '-b'], dest='b', "
4341 argument = argparse.Action(
[all...]
/prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
H A Dbutterknife-7.0.1.jarMETA-INF/ META-INF/MANIFEST.MF butterknife/ butterknife/internal/ META-INF/services/ butterknife/Bind. ...
/prebuilts/devtools/tools/lib/
H A Dmonkeyrunner.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/monkeyrunner/ com/android/monkeyrunner/MonkeyFormatter ...
/prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
H A Dmonkeyrunner-24.4.0-beta6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/monkeyrunner/ com/android/monkeyrunner/ScriptRunner ...
/prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.5.0/
H A Dmonkeyrunner-24.5.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/monkeyrunner/ com/android/monkeyrunner/MonkeyImage ...
/prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.0.0-alpha1/
H A Dmonkeyrunner-25.0.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/monkeyrunner/ com/android/monkeyrunner/MonkeyImage ...
/prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.3.0/
H A Dmonkeyrunner-25.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/monkeyrunner/ com/android/monkeyrunner/JythonUtils ...

Completed in 2529 milliseconds

12345678