Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Darrange_profiles.cpp176 void report_error(profile_classes const & classes, axis_types newaxis) in report_error() argument
204 str += axes[newaxis].name += ".\n"; in report_error()
216 bool allow_axes(profile_classes const & classes, axis_types newaxis) in allow_axes() argument
225 if (newaxis != AXIS_TID && newaxis != AXIS_TGID) in allow_axes()
/external/chromium_org/third_party/cython/src/
DCHANGES.rst543 * Support newaxis indexing for memoryviews
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DExprNodes.py2975 newaxes = [newaxis for newaxis in indices if newaxis.is_none]