Searched refs:match_case (Results 1 – 10 of 10) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.h | 49 int match_case; /* Case sensitive matching */ member
|
D | ntfsundelete.c | 666 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/ |
D | Python.asdl | 39 | Match(expr subject, match_case* cases) 127 match_case = (pattern pattern, expr? guard, stmt* body)
|
/third_party/python/Doc/library/ |
D | ast.rst | 1256 :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/ |
D | root_window_win.cc | 830 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/ |
D | gcontenttype.c | 953 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/ |
D | ast_opt.c | 755 CALL_SEQ(astfold_match_case, match_case, node_->v.Match.cases); in astfold_stmt()
|
D | symtable.c | 1331 VISIT_SEQ(st, match_case, s->v.Match.cases); in symtable_visit_stmt()
|
D | Python-ast.c | 370 GENERATE_ASDL_SEQ_CONSTRUCTOR(match_case, match_case_ty)
|
/third_party/python/Lib/test/ |
D | test_ast.py | 1621 ast.match_case(
|