Searched defs:_m (Results 1 – 11 of 11) sorted by relevance
/external/autotest/site_utils/stats/ |
D | apache_error_log_metrics.py | 47 def EmitSegfault(_m): argument 59 def EmitStart(_m): argument 72 def EmitStop(_m, graceful): argument 115 def EmitErrorLogLine(_m): argument
|
/external/eigen/test/ |
D | nesting_ops.cpp | 33 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()
|
D | bandmatrix.cpp | 12 template<typename MatrixType> void bandmatrix(const MatrixType& _m) in bandmatrix()
|
D | mapstride.cpp | 51 template<int Alignment,typename MatrixType> void map_class_matrix(const MatrixType& _m) in map_class_matrix()
|
/external/u-boot/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 124 #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/ |
D | types.py | 52 def _m(self): pass member in _C
|
/external/eigen/Eigen/src/Core/ |
D | IO.h | 129 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) in print_matrix()
|
/external/python/cpython3/Lib/json/ |
D | decoder.py | 70 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
|
/external/python/cpython2/Lib/json/ |
D | decoder.py | 74 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
|
/external/python/cpython3/Lib/ |
D | types.py | 33 def _m(self): pass member in _C
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 474 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
|