Home
last modified time | relevance | path

Searched refs:Py_VerboseFlag (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cpython2/Python/
Ddynload_atheos.c24 if (Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
30 if (Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
38 if (Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
42 if (Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
Ddynload_hpux.c31 if (Py_VerboseFlag) { in _PyImport_GetDynLoadFunc()
40 if (Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
48 if (Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
54 if (p == NULL && Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
Ddynload_beos.c166 if( Py_VerboseFlag ) { in _PyImport_GetDynLoadFunc()
179 if( Py_VerboseFlag ) { in _PyImport_GetDynLoadFunc()
192 if( Py_VerboseFlag ) { in _PyImport_GetDynLoadFunc()
210 if( Py_VerboseFlag ) { in _PyImport_GetDynLoadFunc()
220 if( Py_VerboseFlag ) { in _PyImport_GetDynLoadFunc()
Dimport.c210 if (Py_VerboseFlag) in _PyImportHooks_Init()
242 if (Py_VerboseFlag) in _PyImportHooks_Init()
251 if (Py_VerboseFlag) in _PyImportHooks_Init()
261 if (Py_VerboseFlag) in _PyImportHooks_Init()
448 if (Py_VerboseFlag) in PyImport_Cleanup()
460 if (Py_VerboseFlag) in PyImport_Cleanup()
467 if (Py_VerboseFlag) in PyImport_Cleanup()
481 if (Py_VerboseFlag) in PyImport_Cleanup()
517 if (Py_VerboseFlag) in PyImport_Cleanup()
541 if (Py_VerboseFlag) in PyImport_Cleanup()
[all …]
Dfrozenmain.c45 if (Py_VerboseFlag) in Py_FrozenMain()
Dimportdl.c70 if (Py_VerboseFlag) in _PyImport_LoadDynamicModule()
Ddynload_shlib.c115 if (Py_VerboseFlag) in _PyImport_GetDynLoadFunc()
Dpythonrun.c69 int Py_VerboseFlag; /* Needed by import.c */ variable
191 Py_VerboseFlag = add_flag(Py_VerboseFlag, p); in Py_InitializeEx()
Dpystate.c233 if (Py_VerboseFlag && tstate->frame != NULL) in PyThreadState_Clear()
Dmactoolboxglue.c41 if (Py_VerboseFlag) in PyMac_StrError()
/external/python/cpython2/Objects/
Dmoduleobject.c123 if (Py_VerboseFlag > 1) in _PyModule_Clear()
137 if (Py_VerboseFlag > 1) in _PyModule_Clear()
Dintobject.c1546 if (!Py_VerboseFlag) in PyInt_Fini()
1557 if (Py_VerboseFlag > 1) { in PyInt_Fini()
/external/python/cpython3/Include/
Dpydebug.h9 PyAPI_DATA(int) Py_VerboseFlag;
/external/python/cpython2/Include/
Dpydebug.h9 PyAPI_DATA(int) Py_VerboseFlag;
/external/python/cpython2/Modules/
Dzipimport.c362 if (Py_VerboseFlag) in zipimporter_load_module()
856 if (Py_VerboseFlag) { in read_directory()
907 if (Py_VerboseFlag) in get_decompress_func()
1068 if (Py_VerboseFlag) { in unmarshal_code()
1077 if (Py_VerboseFlag) { in unmarshal_code()
1249 if (Py_VerboseFlag > 1) in get_module_code()
Dmain.c409 Py_VerboseFlag++; in Py_Main()
558 if (Py_VerboseFlag || in Py_Main()
/external/python/cpython2/Demo/pysvr/
Dpysvr.c30 extern int Py_VerboseFlag;
67 Py_VerboseFlag++; in main()
/external/python/cpython2/Parser/
Dparsetok.c60 if (Py_TabcheckFlag || Py_VerboseFlag) { in PyParser_ParseStringFlagsFilenameEx()
100 if (Py_TabcheckFlag || Py_VerboseFlag) { in PyParser_ParseFileFlagsEx()
Dpgenmain.c24 int Py_VerboseFlag; variable
/external/python/cpython3/Python/
Dfrozenmain.c94 if (Py_VerboseFlag) in Py_FrozenMain()
Dinitconfig.c152 int Py_VerboseFlag = 0; /* Needed by import.c */ variable
210 SET_ITEM_INT(Py_VerboseFlag); in _Py_GetGlobalVariablesAsDict()
1054 COPY_FLAG(verbose, Py_VerboseFlag); in config_get_global_vars()
1091 COPY_FLAG(verbose, Py_VerboseFlag); in config_set_global_vars()
/external/python/cpython2/Mac/Modules/
DMacOS.c458 if (Py_VerboseFlag) in MacOS_GetErrorString()
465 if (Py_VerboseFlag) in MacOS_GetErrorString()
/external/python/cpython3/Programs/
D_testembed.c446 Py_VerboseFlag = 1; in test_init_global_config()
559 Py_VerboseFlag = 0; in test_init_from_config()
893 Py_VerboseFlag = 1; in set_all_global_config_variables()
/external/python/cpython2/PC/os2vacpp/
Dpython.def68 Py_VerboseFlag
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt396 Py_VerboseFlag

12