Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.py317 def do_commands(self, arg): argument
344 def do_break(self, arg, temporary = 0): argument
436 def do_tbreak(self, arg): argument
493 def do_enable(self, arg): argument
510 def do_disable(self, arg): argument
527 def do_condition(self, arg): argument
552 def do_ignore(self,arg): argument
584 def do_clear(self, arg): argument
629 def do_where(self, arg): argument
634 def do_up(self, arg): argument
[all …]
Dsmtpd.py192 def smtp_HELO(self, arg): argument
202 def smtp_NOOP(self, arg): argument
208 def smtp_QUIT(self, arg): argument
214 def __getaddr(self, keyword, arg): argument
227 def smtp_MAIL(self, arg): argument
240 def smtp_RCPT(self, arg): argument
253 def smtp_RSET(self, arg): argument
264 def smtp_DATA(self, arg): argument
Dtrace.py578 def globaltrace_trackcallers(self, frame, why, arg): argument
589 def globaltrace_countfuncs(self, frame, why, arg): argument
598 def globaltrace_lt(self, frame, why, arg): argument
621 def localtrace_trace_and_count(self, frame, why, arg): argument
636 def localtrace_trace(self, frame, why, arg): argument
649 def localtrace_count(self, frame, why, arg): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ftplib.py98 def cmd_port(self, arg): argument
106 def cmd_pasv(self, arg): argument
118 def cmd_eprt(self, arg): argument
125 def cmd_epsv(self, arg): argument
135 def cmd_echo(self, arg): argument
139 def cmd_user(self, arg): argument
142 def cmd_pass(self, arg): argument
145 def cmd_acct(self, arg): argument
148 def cmd_rnfr(self, arg): argument
151 def cmd_rnto(self, arg): argument
[all …]
Dtest_poplib.py65 def cmd_echo(self, arg): argument
69 def cmd_user(self, arg): argument
74 def cmd_pass(self, arg): argument
79 def cmd_stat(self, arg): argument
82 def cmd_list(self, arg): argument
91 def cmd_retr(self, arg): argument
97 def cmd_dele(self, arg): argument
100 def cmd_noop(self, arg): argument
103 def cmd_rpop(self, arg): argument
Dtest_pickle.py13 def dumps(self, arg, proto=0, fast=0): argument
28 def dumps(self, arg, proto=0, fast=0): argument
44 def dumps(self, arg, proto=0, fast=0): argument
Dtest_cpickle.py18 def dumps(self, arg, proto=0): argument
34 def dumps(self, arg, proto=0): argument
48 def dumps(self, arg, proto=0): argument
Dtest_compare.py9 def __init__(self, arg): argument
22 def __init__(self,arg): argument
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.cpp595 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
693 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
707 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
723 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
730 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
737 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler()
744 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEiffel.py93 def m(self, arg): argument
97 def m2(self, arg): argument
101 def m2_pre(self, arg): argument
104 def m2_post(self, result, arg): argument
108 def m2(self, arg): argument
110 def m2_post(self, Result, arg): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DEiffel.py102 def m1(self, arg): argument
104 def m1_pre(self, arg): argument
106 def m1_post(self, Result, arg): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_solaris.h21 void *arg; member
28 void *arg; in new_func() local
39 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() argument
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
DPciHostBridge.h51 # define PCIE_CSR_DEBUG(arg...) DEBUG((EFI_D_VERBOSE,## arg)) argument
53 # define PCIE_CSR_DEBUG(arg...) argument
57 # define PCIE_VDEBUG(arg...) DEBUG((EFI_D_VERBOSE,## arg)) argument
59 # define PCIE_VDEBUG(arg...) argument
63 # define PCIE_DEBUG(arg...) DEBUG((EFI_D_VERBOSE,## arg)) argument
65 # define PCIE_DEBUG(arg...) argument
67 #define PCIE_WARN(arg...) DEBUG((EFI_D_WARN,## arg)) argument
68 #define PCIE_ERR(arg...) DEBUG((EFI_D_ERROR,## arg)) argument
69 #define PCIE_INFO(arg...) DEBUG((EFI_D_INFO,## arg)) argument
/device/linaro/hikey/wpan/uim/
Duim.h79 #define UIM_ERR(fmt, arg...) printf("uim:"fmt"\n" , ##arg) argument
82 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
83 #define UIM_VER(fmt, arg...) argument
86 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
87 #define UIM_VER(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
90 #define UIM_DBG(fmt, arg...) argument
91 #define UIM_VER(fmt, arg...) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldblib.c89 static lua_State *getthread (lua_State *L, int *arg) { in getthread()
114 int arg; in db_getinfo() local
163 int arg; in db_getlocal() local
192 int arg; in db_setlocal() local
297 int arg, mask, count; in db_sethook() local
325 int arg; in db_gethook() local
360 int arg; in db_traceback() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c683 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1()
716 math_1a(PyObject *arg, double (*func) (double)) in math_1a()
1088 math_factorial(PyObject *self, PyObject *arg) in math_factorial()
1156 math_frexp(PyObject *self, PyObject *arg) in math_frexp()
1239 math_modf(PyObject *self, PyObject *arg) in math_modf()
1276 loghelper(PyObject* arg, double (*func)(double), char *funcname) in loghelper()
1316 PyObject *arg; in math_log() local
1346 math_log10(PyObject *self, PyObject *arg) in math_log10()
1520 math_degrees(PyObject *self, PyObject *arg) in math_degrees()
1533 math_radians(PyObject *self, PyObject *arg) in math_radians()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c683 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1()
716 math_1a(PyObject *arg, double (*func) (double)) in math_1a()
1088 math_factorial(PyObject *self, PyObject *arg) in math_factorial()
1156 math_frexp(PyObject *self, PyObject *arg) in math_frexp()
1239 math_modf(PyObject *self, PyObject *arg) in math_modf()
1276 loghelper(PyObject* arg, double (*func)(double), char *funcname) in loghelper()
1306 PyObject *arg; in math_log() local
1336 math_log10(PyObject *self, PyObject *arg) in math_log10()
1510 math_degrees(PyObject *self, PyObject *arg) in math_degrees()
1523 math_radians(PyObject *self, PyObject *arg) in math_radians()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregtrav.c37 int level, void* arg) in capture_tree_traverse()
68 int(*callback_func)(int,int,int,int,int,void*), void* arg) in onig_capture_tree_traverse() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py559 def handle_h(self,arg): argument
571 def handle__help(self,arg): argument
576 def handle__debug(self,arg): argument
582 def handle__copyright(self,arg): argument
589 def handle__examples(self,arg): argument
624 def handle_v(self,arg): argument
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTcgStorageCoreLib.h20 #define ERROR_CHECK(arg) \ argument
29 #define METHOD_STATUS_ERROR_CHECK(arg, failRet) \ argument
35 #define NULL_CHECK(arg) \ argument
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Dwin_posix.c126 const char *arg = (const char *)argv[optind]; in getopt() local
223 const char *arg = argv[optind]; in getopt_long() local
261 const char *arg = argv[optind]; in getopt_long_only() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
DPeiDebug.h59 #define _PEI_DEBUG(PeiST, arg) PeiDebugPrint (PeiST, arg) argument
74 #define PEI_DEBUG(arg) PeiDebugPrint arg argument
87 #define PEI_DEBUG(arg) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c11 gen_traverse(PyGenObject *gen, visitproc visit, void *arg) in gen_traverse()
45 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc) in gen_send_ex()
120 gen_send(PyGenObject *gen, PyObject *arg) in gen_send()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c11 gen_traverse(PyGenObject *gen, visitproc visit, void *arg) in gen_traverse()
45 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc) in gen_send_ex()
117 gen_send(PyGenObject *gen, PyObject *arg) in gen_send()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbytesio.c222 PyObject *arg = Py_None; in bytesio_read() local
269 PyObject *arg, *res; in bytesio_read1() local
291 PyObject *arg = Py_None; in bytesio_readline() local
337 PyObject *arg = Py_None; in bytesio_readlines() local
429 PyObject *arg = Py_None; in bytesio_truncate() local
798 bytesio_traverse(bytesio *self, visitproc visit, void *arg) in bytesio_traverse()

12345678910>>...12