Searched refs:is_prefix (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/profiler/parser/ |
D | framework_parser.py | 244 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/ |
D | expr.c | 234 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/ |
D | libinput-record.c | 2050 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/ |
D | chrono.qbk | 6588 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/ |
D | ChangeLog.1 | 459 * x-c.c (phase5_get): Remove redundant check of is_prefix; fit
|