Home
last modified time | relevance | path

Searched refs:is_prefix (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py244 def check_op_name(self, op_name, is_prefix=True): argument
261 if is_prefix and full_op_name.startswith(op_name):
263 if not is_prefix and op_name == full_op_name:
/third_party/mksh/
Dexpr.c234 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) in do_ppmm() argument
253 if (!is_prefix) in do_ppmm()
/third_party/libinput/tools/
Dlibinput-record.c2050 init_output_file(const char *file, bool is_prefix) in init_output_file() argument
2056 if (is_prefix) { in init_output_file()
2077 open_output_file(struct record_context *ctx, bool is_prefix) in open_output_file() argument
2082 char *fname = init_output_file(ctx->outfile, is_prefix); in open_output_file()
/third_party/boost/libs/chrono/doc/
Dchrono.qbk6588 bool is_prefix,
6601 bool is_prefix,
6606 * If `is_prefix` is `true`
6615 * If `is_prefix` is `true`
/third_party/gettext/gettext-tools/src/
DChangeLog.1459 * x-c.c (phase5_get): Remove redundant check of is_prefix; fit