HomeSort by relevance Sort by last modified time
    Searched refs:PyModule_AddIntMacro (Results 1 - 25 of 31) sorted by null

1 2

  /external/autotest/client/deps/lansim/src/
wrapper_linux_if_tun.c 32 PyModule_AddIntMacro(m, TUN_READQ_SIZE);
34 PyModule_AddIntMacro(m, TUN_TUN_DEV);
35 PyModule_AddIntMacro(m, TUN_TAP_DEV);
36 PyModule_AddIntMacro(m, TUN_TYPE_MASK);
39 PyModule_AddIntMacro(m, TUNSETNOCSUM);
40 PyModule_AddIntMacro(m, TUNSETDEBUG);
41 PyModule_AddIntMacro(m, TUNSETIFF);
42 PyModule_AddIntMacro(m, TUNSETPERSIST);
43 PyModule_AddIntMacro(m, TUNSETOWNER);
44 PyModule_AddIntMacro(m, TUNSETLINK)
    [all...]
wrapper_sys_ioctl.c 33 PyModule_AddIntMacro(m, SIOCADDRT);
34 PyModule_AddIntMacro(m, SIOCDELRT);
35 PyModule_AddIntMacro(m, SIOCRTMSG);
38 PyModule_AddIntMacro(m, SIOCGIFNAME);
39 PyModule_AddIntMacro(m, SIOCSIFLINK);
40 PyModule_AddIntMacro(m, SIOCGIFCONF);
41 PyModule_AddIntMacro(m, SIOCGIFFLAGS);
42 PyModule_AddIntMacro(m, SIOCSIFFLAGS);
43 PyModule_AddIntMacro(m, SIOCGIFADDR);
44 PyModule_AddIntMacro(m, SIOCSIFADDR)
    [all...]
wrapper_linux_if.c 34 PyModule_AddIntMacro(m, IFNAMSIZ);
35 PyModule_AddIntMacro(m, IFALIASZ);
78 PyModule_AddIntMacro(m, IFF_UP);
79 PyModule_AddIntMacro(m, IFF_BROADCAST);
80 PyModule_AddIntMacro(m, IFF_DEBUG);
81 PyModule_AddIntMacro(m, IFF_LOOPBACK);
82 PyModule_AddIntMacro(m, IFF_POINTOPOINT);
83 PyModule_AddIntMacro(m, IFF_NOTRAILERS);
84 PyModule_AddIntMacro(m, IFF_RUNNING);
85 PyModule_AddIntMacro(m, IFF_NOARP)
    [all...]
  /external/python/cpython3/Modules/
symtablemodule.c 85 PyModule_AddIntMacro(m, USE);
86 PyModule_AddIntMacro(m, DEF_GLOBAL);
87 PyModule_AddIntMacro(m, DEF_LOCAL);
88 PyModule_AddIntMacro(m, DEF_PARAM);
89 PyModule_AddIntMacro(m, DEF_FREE);
90 PyModule_AddIntMacro(m, DEF_FREE_CLASS);
91 PyModule_AddIntMacro(m, DEF_IMPORT);
92 PyModule_AddIntMacro(m, DEF_BOUND);
93 PyModule_AddIntMacro(m, DEF_ANNOT);
99 PyModule_AddIntMacro(m, LOCAL)
    [all...]
fcntlmodule.c 453 if (PyModule_AddIntMacro(m, LOCK_SH)) return -1;
454 if (PyModule_AddIntMacro(m, LOCK_EX)) return -1;
455 if (PyModule_AddIntMacro(m, LOCK_NB)) return -1;
456 if (PyModule_AddIntMacro(m, LOCK_UN)) return -1;
459 if (PyModule_AddIntMacro(m, LOCK_MAND)) return -1;
462 if (PyModule_AddIntMacro(m, LOCK_READ)) return -1;
465 if (PyModule_AddIntMacro(m, LOCK_WRITE)) return -1;
468 if (PyModule_AddIntMacro(m, LOCK_RW)) return -1;
472 if (PyModule_AddIntMacro(m, F_DUPFD)) return -1;
475 if (PyModule_AddIntMacro(m, F_DUPFD_CLOEXEC)) return -1
    [all...]
syslogmodule.c 278 PyModule_AddIntMacro(m, LOG_EMERG);
279 PyModule_AddIntMacro(m, LOG_ALERT);
280 PyModule_AddIntMacro(m, LOG_CRIT);
281 PyModule_AddIntMacro(m, LOG_ERR);
282 PyModule_AddIntMacro(m, LOG_WARNING);
283 PyModule_AddIntMacro(m, LOG_NOTICE);
284 PyModule_AddIntMacro(m, LOG_INFO);
285 PyModule_AddIntMacro(m, LOG_DEBUG);
288 PyModule_AddIntMacro(m, LOG_PID);
289 PyModule_AddIntMacro(m, LOG_CONS)
    [all...]
_stat.c 515 if (PyModule_AddIntMacro(m, S_IFDIR)) return NULL;
516 if (PyModule_AddIntMacro(m, S_IFCHR)) return NULL;
517 if (PyModule_AddIntMacro(m, S_IFBLK)) return NULL;
518 if (PyModule_AddIntMacro(m, S_IFREG)) return NULL;
519 if (PyModule_AddIntMacro(m, S_IFIFO)) return NULL;
520 if (PyModule_AddIntMacro(m, S_IFLNK)) return NULL;
521 if (PyModule_AddIntMacro(m, S_IFSOCK)) return NULL;
522 if (PyModule_AddIntMacro(m, S_IFDOOR)) return NULL;
523 if (PyModule_AddIntMacro(m, S_IFPORT)) return NULL;
524 if (PyModule_AddIntMacro(m, S_IFWHT)) return NULL
    [all...]
resource.c 373 PyModule_AddIntMacro(m, RLIMIT_CPU);
377 PyModule_AddIntMacro(m, RLIMIT_FSIZE);
381 PyModule_AddIntMacro(m, RLIMIT_DATA);
385 PyModule_AddIntMacro(m, RLIMIT_STACK);
389 PyModule_AddIntMacro(m, RLIMIT_CORE);
393 PyModule_AddIntMacro(m, RLIMIT_NOFILE);
397 PyModule_AddIntMacro(m, RLIMIT_OFILE);
401 PyModule_AddIntMacro(m, RLIMIT_VMEM);
405 PyModule_AddIntMacro(m, RLIMIT_AS);
409 PyModule_AddIntMacro(m, RLIMIT_RSS)
    [all...]
socketmodule.c     [all...]
signalmodule.c     [all...]
zlibmodule.c     [all...]
posixmodule.c     [all...]
selectmodule.c     [all...]
_localemodule.c 741 PyModule_AddIntMacro(m, LC_CTYPE);
742 PyModule_AddIntMacro(m, LC_TIME);
743 PyModule_AddIntMacro(m, LC_COLLATE);
744 PyModule_AddIntMacro(m, LC_MONETARY);
747 PyModule_AddIntMacro(m, LC_MESSAGES);
750 PyModule_AddIntMacro(m, LC_NUMERIC);
751 PyModule_AddIntMacro(m, LC_ALL);
752 PyModule_AddIntMacro(m, CHAR_MAX);
_testbuffer.c     [all...]
timemodule.c     [all...]
_lzmamodule.c     [all...]
  /external/python/cpython3/PC/
_msi.c 1082 PyModule_AddIntMacro(m, MSICOLINFO_NAMES);
1083 PyModule_AddIntMacro(m, MSICOLINFO_TYPES);
1085 PyModule_AddIntMacro(m, MSIMODIFY_SEEK);
1086 PyModule_AddIntMacro(m, MSIMODIFY_REFRESH);
1087 PyModule_AddIntMacro(m, MSIMODIFY_INSERT);
1088 PyModule_AddIntMacro(m, MSIMODIFY_UPDATE);
1089 PyModule_AddIntMacro(m, MSIMODIFY_ASSIGN);
1090 PyModule_AddIntMacro(m, MSIMODIFY_REPLACE);
1091 PyModule_AddIntMacro(m, MSIMODIFY_MERGE);
1092 PyModule_AddIntMacro(m, MSIMODIFY_DELETE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
modsupport.h 43 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
modsupport.h 43 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c)
  /external/python/cpython2/Include/
modsupport.h 43 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c)
  /external/python/cpython3/Include/
modsupport.h 120 #define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant(m, #c, c)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 658 if (PyModule_AddIntMacro(m, DEFAULT_BUFFER_SIZE) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 649 if (PyModule_AddIntMacro(m, DEFAULT_BUFFER_SIZE) < 0)

Completed in 1150 milliseconds

1 2