Home
last modified time | relevance | path

Searched defs:op_str (Results 1 – 18 of 18) sorted by relevance

/external/ltp/lib/
Dtst_epoll.c39 const char *op_str; in safe_epoll_ctl() local
/external/capstone/bindings/ocaml/
Dcapstone.ml124 op_str: string; RecordField
186 method op_str = op_str; method
/external/igt-gpu-tools/tests/
Dkms_psr2_su.c54 static const char *op_str(enum operations op) in op_str() function
Dkms_psr.c44 static const char *op_str(enum operations op) in op_str() function
/external/capstone/bindings/python/pyx/
Dccapstone.pyx104 def op_str(self): member in CsInsn
/external/python/pybind11/include/pybind11/
Doperators.h28 op_int, op_long, op_float, op_str, op_cmp, op_gt, op_ge, op_lt, op_le, enumerator
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Drnn_cell_test.py2526 def _assert_in(op_str, in_stats, out_stats): argument
2549 def _assert_in(op_str, in_stats, out_stats): argument
2565 def _assert_in(op_str, in_stats, out_stats): argument
/external/minijail/
Dsyscall_filter.c35 int str_to_op(const char *op_str) in str_to_op()
/external/capstone/include/capstone/
Dcapstone.h344 char op_str[160]; member
/external/selinux/libsepol/cil/src/
Dcil_write_ast.c85 const char *op_str; in write_expr() local
Dcil_policy.c559 const char *op_str; in __cil_cons_leaf_op_to_string() local
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc234 std::string op_str; in GetOpDescriptionForDebug() local
285 std::string op_str; in GetOpsSummary() local
/external/capstone/bindings/java/capstone/
DCapstone.java53 public byte[] op_str; field in Capstone._cs_insn
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py664 def _emit_with_loc(self, op_str, node=None): argument
/external/capstone/bindings/python/capstone/
D__init__.py576 def op_str(self): member in CsInsn
/external/sg3_utils/src/
Dsg_dd.c1127 const char * op_str = do_verify ? "verifying" : "writing"; in sg_write() local
/external/stressapptest/src/
Dworker.cc2935 const char *op_str; in AsyncDiskIO() member
/external/python/cpython2/Objects/
Dtypeobject.c5738 static PyObject *op_str[6]; local