Searched refs:_GetCallingModuleObjectAndName (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py416 def _GetCallingModuleObjectAndName(): function
434 return _GetCallingModuleObjectAndName()[1]
759 # First, try to use the same logic used by _GetCallingModuleObjectAndName(),
774 # it's safest to try to use the same logic as _GetCallingModuleObjectAndName()
1033 module, module_name = _GetCallingModuleObjectAndName()
2199 module, module_name = _GetCallingModuleObjectAndName()
2294 # As we associate flags with _GetCallingModuleObjectAndName(), the
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py416 def _GetCallingModuleObjectAndName(): function
434 return _GetCallingModuleObjectAndName()[1]
759 # First, try to use the same logic used by _GetCallingModuleObjectAndName(),
774 # it's safest to try to use the same logic as _GetCallingModuleObjectAndName()
1033 module, module_name = _GetCallingModuleObjectAndName()
2199 module, module_name = _GetCallingModuleObjectAndName()
2294 # As we associate flags with _GetCallingModuleObjectAndName(), the

Completed in 97 milliseconds