Home
last modified time | relevance | path

Searched refs:pattern_type (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dsearch_test1.cpp38 typedef std::string::const_iterator pattern_type; in check_one_iter() typedef
42 pattern_type nBeg = needle.begin (); in check_one_iter()
43 pattern_type nEnd = needle.end (); in check_one_iter()
153 typedef std::string::const_iterator pattern_type; in check_one_object() typedef
157 pattern_type nBeg = needle.begin (); in check_one_object()
158 pattern_type nEnd = needle.end (); in check_one_object()
160 ba::boyer_moore<pattern_type> bm_r = ba::make_boyer_moore ( needle ); in check_one_object()
161 ba::boyer_moore<pattern_type> bm ( nBeg, nEnd ); in check_one_object()
162 ba::boyer_moore_horspool<pattern_type> bmh ( nBeg, nEnd ); in check_one_object()
163 ba::knuth_morris_pratt<pattern_type> kmp ( nBeg, nEnd ); in check_one_object()
/external/skia/tools/fiddle/
Danimate.sh17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.…
/external/python/cpython3/Include/internal/
Dpycore_ast_state.h235 PyObject *pattern_type; member
/external/python/cpython3/Python/
DPython-ast.c254 Py_CLEAR(state->pattern_type); in _PyAST_Fini()
4479 PyObject *type = state->pattern_type; in add_ast_annotations()
4587 PyObject *type = state->pattern_type; in add_ast_annotations()
4634 PyObject *type = state->pattern_type; in add_ast_annotations()
4691 PyObject *type = state->pattern_type; in add_ast_annotations()
4723 PyObject *type = state->pattern_type; in add_ast_annotations()
4784 PyObject *type = state->pattern_type; in add_ast_annotations()
4829 PyObject *type = state->pattern_type; in add_ast_annotations()
6244 state->pattern_type = make_type(state, "pattern", state->AST_type, NULL, 0, in init_types()
6253 if (!state->pattern_type) return -1; in init_types()
[all …]
/external/coreboot/src/soc/samsung/exynos5420/include/soc/
Ddp.h1317 enum pattern_type { enum
/external/python/cpython3/Parser/
Dparser.c153 #define pattern_type 1066 macro
/external/python/cpython3/Doc/data/
Dpython3.13.abi16296 …<var-decl name='pattern_type' type-id='type-id-4' visibility='default' filepath='./Include/interna…