Home
last modified time | relevance | path

Searched defs:_m (Results 1 – 11 of 11) sorted by relevance

/external/autotest/site_utils/stats/
Dapache_error_log_metrics.py47 def EmitSegfault(_m): argument
59 def EmitStart(_m): argument
72 def EmitStop(_m, graceful): argument
115 def EmitErrorLogLine(_m): argument
/external/eigen/test/
Dnesting_ops.cpp33 template <typename MatrixType> void run_nesting_ops_1(const MatrixType& _m) in run_nesting_ops_1()
48 template <typename MatrixType> void run_nesting_ops_2(const MatrixType& _m) in run_nesting_ops_2()
Dbandmatrix.cpp12 template<typename MatrixType> void bandmatrix(const MatrixType& _m) in bandmatrix()
Dmapstride.cpp51 template<int Alignment,typename MatrixType> void map_class_matrix(const MatrixType& _m) in map_class_matrix()
/external/u-boot/drivers/clk/mvebu/
Darmada-37xx-periph.c124 #define CLK_FULL(_n, _d, _mux, _r, _s, _m, _t) \ argument
138 #define CLK_GATE_DIV(_n, _d, _r, _s, _m, _t, _p) \ argument
159 #define CLK_MUX_DIV(_n, _mux, _r, _s, _m, _t) \ argument
/external/python/cpython2/Lib/
Dtypes.py52 def _m(self): pass member in _C
/external/eigen/Eigen/src/Core/
DIO.h129 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) in print_matrix()
/external/python/cpython3/Lib/json/
Ddecoder.py70 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
/external/python/cpython2/Lib/json/
Ddecoder.py74 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
/external/python/cpython3/Lib/
Dtypes.py33 def _m(self): pass member in _C
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc474 static inline int AssembleUnaryOp(Instruction* instr, _R _r, _M _m, _I _i) { in AssembleUnaryOp()
479 #define ASSEMBLE_UNARY_OP(_r, _m, _i) AssembleUnaryOp(instr, _r, _m, _i) argument