Home
last modified time | relevance | path

Searched defs:match_func (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Ddeflate_p.h114 typedef uint32_t (*match_func) (deflate_state *const s, Pos cur_match); typedef
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DIsolate.h53 bool (*match_func)(const Test&); member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py846 def match_func(text, pos, endpos=sys.maxsize): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py846 def match_func(text, pos, endpos=sys.maxsize): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py846 def match_func(text, pos, endpos=sys.maxsize): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py846 def match_func(text, pos, endpos=sys.maxsize): function
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos.hh472 match_func_t match_func = nullptr; member
1236 match_func_t match_func, in would_match_input()
1259 match_func_t match_func, in match_input()
1505 match_func_t match_func, in match_backtrack()
1537 match_func_t match_func, in match_lookahead()
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/
H A Dgui.py713 def match_func(self, completion, key_string, iter, func_data): member in SELinuxGui