Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 52) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py255 def add_argument(self, action): argument
487 def _format_action(self, action): argument
534 def _format_action_invocation(self, action): argument
557 def _metavar_formatter(self, action, default_metavar): argument
573 def _format_args(self, action, default_metavar): argument
592 def _expand_help(self, action): argument
605 def _iter_indented_subactions(self, action): argument
625 def _get_help_string(self, action): argument
658 def _get_help_string(self, action): argument
1320 def _add_action(self, action): argument
[all …]
Dwarnings.py49 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
78 def simplefilter(action, category=Warning, lineno=0, append=0): argument
142 def _getaction(action): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dargparse.py253 def add_argument(self, action): argument
485 def _format_action(self, action): argument
532 def _format_action_invocation(self, action): argument
555 def _metavar_formatter(self, action, default_metavar): argument
571 def _format_args(self, action, default_metavar): argument
590 def _expand_help(self, action): argument
603 def _iter_indented_subactions(self, action): argument
623 def _get_help_string(self, action): argument
656 def _get_help_string(self, action): argument
1307 def _add_action(self, action): argument
[all …]
Dsched.py46 def enterabs(self, time, priority, action, argument): argument
57 def enter(self, delay, priority, action, argument): argument
Dwarnings.py45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
74 def simplefilter(action, category=Warning, lineno=0, append=0): argument
138 def _getaction(action): argument
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
DGceBroadcastReceiver.java42 final String action = intent.getAction(); in onReceive() local
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
DIQtiImsExt.aidl60 int action, int reason, int serviceClass, String dialingNumber, in setCallForwardUncondTimer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dregister.py224 def build_post_data(self, action): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c105 PyObject *action; in get_filter() local
127 PyObject *tmp_item, *action, *msg, *cat, *mod, *ln_obj; in get_filter() local
295 const char *action; in warn_explicit() local
794 create_filter(PyObject *category, const char *action) in create_filter()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c105 PyObject *action; in get_filter() local
127 PyObject *tmp_item, *action, *msg, *cat, *mod, *ln_obj; in get_filter() local
295 const char *action; in warn_explicit() local
795 create_filter(PyObject *category, const char *action) in create_filter()
/device/google/cuttlefish_common/host/commands/kernel_log_monitor/
Dkernel_log_server.cc53 auto action = (*subscribers)[idx](evt); in ProcessSubscriptions() local
/device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
DPartnerReceiver.java70 String action = intent.getAction(); in onReceive() local
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Dfiptool.h37 int action; member
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/tzc/
Dtzc400.c104 void tzc400_set_action(tzc_action_t action) in tzc400_set_action()
Dtzc_dmc500.c211 void tzc_dmc500_set_action(tzc_action_t action) in tzc_dmc500_set_action()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DFileHook.py42 def __init__(self, action, path, mode=-1): argument
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
Dtzc400.h168 static inline void tzc_set_action(tzc_action_t action) in tzc_set_action()
/device/google/cuttlefish_common/host/commands/launch/
Dmain.cc324 cvd::LauncherAction action; in ServerLoop() local
/device/google/crosshatch/sdm845/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h63 u32 action; member
/device/google/bonito/sdm710/kernel-headers/linux/mfd/
Dmsm-adie-codec.h39 u32 action; member
/device/google/bonito/sdm710/original-kernel-headers/linux/mfd/
Dmsm-adie-codec.h63 u32 action; member
/device/google/crosshatch/sdm845/kernel-headers/linux/mfd/
Dmsm-adie-codec.h39 u32 action; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dsyn.h136 char *action; member
216 char *action; variable
Dgeneric.h123 char *action; member
195 char *action; member
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c287 action_t action = ACTION_NONE; in xlat_tables_unmap_region() local
558 action_t action = xlat_tables_map_region_action(mm, in xlat_tables_map_region() local

123