Home
last modified time | relevance | path

Searched refs:setint (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c3174 setint(PyObject *d, char *name, int value) in find_module()
3326 if (setint(d, "SEARCH_ERROR", SEARCH_ERROR) < 0) goto failure; in find_module()
3327 if (setint(d, "PY_SOURCE", PY_SOURCE) < 0) goto failure; in find_module()
3328 if (setint(d, "PY_COMPILED", PY_COMPILED) < 0) goto failure; in find_module()
3329 if (setint(d, "C_EXTENSION", C_EXTENSION) < 0) goto failure; in find_module()
3330 if (setint(d, "PY_RESOURCE", PY_RESOURCE) < 0) goto failure; in find_module()
3331 if (setint(d, "PKG_DIRECTORY", PKG_DIRECTORY) < 0) goto failure; in find_module()
3332 if (setint(d, "C_BUILTIN", C_BUILTIN) < 0) goto failure; in find_module()
3333 if (setint(d, "PY_FROZEN", PY_FROZEN) < 0) goto failure; in find_module()
3334 if (setint(d, "PY_CODERESOURCE", PY_CODERESOURCE) < 0) goto failure; in find_module()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c3174 setint(PyObject *d, char *name, int value) in find_module()
3326 if (setint(d, "SEARCH_ERROR", SEARCH_ERROR) < 0) goto failure; in find_module()
3327 if (setint(d, "PY_SOURCE", PY_SOURCE) < 0) goto failure; in find_module()
3328 if (setint(d, "PY_COMPILED", PY_COMPILED) < 0) goto failure; in find_module()
3329 if (setint(d, "C_EXTENSION", C_EXTENSION) < 0) goto failure; in find_module()
3330 if (setint(d, "PY_RESOURCE", PY_RESOURCE) < 0) goto failure; in find_module()
3331 if (setint(d, "PKG_DIRECTORY", PKG_DIRECTORY) < 0) goto failure; in find_module()
3332 if (setint(d, "C_BUILTIN", C_BUILTIN) < 0) goto failure; in find_module()
3333 if (setint(d, "PY_FROZEN", PY_FROZEN) < 0) goto failure; in find_module()
3334 if (setint(d, "PY_CODERESOURCE", PY_CODERESOURCE) < 0) goto failure; in find_module()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c3295 setint(PyObject *d, char *name, int value) in setint() function
3409 if (setint(d, "SEARCH_ERROR", SEARCH_ERROR) < 0) goto failure; in initimp()
3410 if (setint(d, "PY_SOURCE", PY_SOURCE) < 0) goto failure; in initimp()
3411 if (setint(d, "PY_COMPILED", PY_COMPILED) < 0) goto failure; in initimp()
3412 if (setint(d, "C_EXTENSION", C_EXTENSION) < 0) goto failure; in initimp()
3413 if (setint(d, "PY_RESOURCE", PY_RESOURCE) < 0) goto failure; in initimp()
3414 if (setint(d, "PKG_DIRECTORY", PKG_DIRECTORY) < 0) goto failure; in initimp()
3415 if (setint(d, "C_BUILTIN", C_BUILTIN) < 0) goto failure; in initimp()
3416 if (setint(d, "PY_FROZEN", PY_FROZEN) < 0) goto failure; in initimp()
3417 if (setint(d, "PY_CODERESOURCE", PY_CODERESOURCE) < 0) goto failure; in initimp()
[all …]