Home
last modified time | relevance | path

Searched refs:match_case (Results 1 – 10 of 10) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.h49 int match_case; /* Case sensitive matching */ member
Dntfsundelete.c666 opts.match_case++; in parse_options()
832 if (opts.match_case && !opts.match) { in parse_options()
848 opts.match || opts.match_case || in parse_options()
2253 if (!opts.match_case) in scan_disk()
/third_party/python/Parser/
DPython.asdl39 | Match(expr subject, match_case* cases)
127 match_case = (pattern pattern, expr? guard, stmt* body)
/third_party/python/Doc/library/
Dast.rst1256 :class:`match_case` nodes with the different cases.
1258 .. class:: match_case(pattern, guard, body)
1285 match_case(
1298 match_case(
1328 match_case(
1354 match_case(
1380 match_case(
1412 match_case(
1423 match_case(
1460 match_case(
[all …]
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc830 bool match_case = ((find_state_.Flags & FR_MATCHCASE) ? true : false); in OnFindEvent() local
832 if (match_case != find_match_case_last_ || find_what != find_what_last_) { in OnFindEvent()
838 find_match_case_last_ = match_case; in OnFindEvent()
844 match_case, find_next_); in OnFindEvent()
/third_party/glib/gio/
Dgcontenttype.c953 guint match_case : 1; member
1049 matchlet->match_case = 1; in parse_match_line()
1375 e = enumerator_new (root, matchlet->path, !matchlet->match_case); in matchlet_match()
/third_party/python/Python/
Dast_opt.c755 CALL_SEQ(astfold_match_case, match_case, node_->v.Match.cases); in astfold_stmt()
Dsymtable.c1331 VISIT_SEQ(st, match_case, s->v.Match.cases); in symtable_visit_stmt()
DPython-ast.c370 GENERATE_ASDL_SEQ_CONSTRUCTOR(match_case, match_case_ty)
/third_party/python/Lib/test/
Dtest_ast.py1621 ast.match_case(