Home
last modified time | relevance | path

Searched refs:anchored (Results 1 – 25 of 37) sorted by relevance

12

/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.323 Supports both anchored and non-anchored exclude files.
48 1.2 Non-anchored excludes
52 For this non-anchored excludes can be used, specified by pre-fixing the
81 Supports both anchored and non-anchored exclude files.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dundef-inst-bug.ll6 ; invariant instruction anchored in the loop when used as a getelementptr index.
24 ; Loop invariant anchored in loop.
/external/llvm/test/Transforms/LoopVectorize/
Dundef-inst-bug.ll6 ; invariant instruction anchored in the loop when used as a getelementptr index.
24 ; Loop invariant anchored in loop.
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-05-06.data1 anchored: !local &anchor value
Dspec-05-06.canonical4 ? !!str "anchored"
/external/pcre/dist2/testdata/
Dtestoutput263 abc\=anchored
66 defabc\=anchored
74 Overall options: anchored
79 abc\=anchored
84 defabc\=anchored
113 Overall options: anchored
341 /the quick brown fox/I,anchored
343 Options: anchored
501 Overall options: anchored
508 Overall options: anchored
[all …]
Dtestinput233 abc\=anchored
35 defabc\=anchored
40 abc\=anchored
43 defabc\=anchored
142 /the quick brown fox/I,anchored
472 Mississippi\=anchored
488 Mississippi\=anchored
490 Missouri river\=anchored
3624 # settings of the anchored and startline bits.
4932 /(?<=(?1))((?s))/anchored
[all …]
Dtestoutput17357 abcd\=anchored
360 fail abcd\=anchored
364 abcd\=anchored
366 succeed abcd\=anchored
376 Overall options: anchored
388 Overall options: anchored
Dtestinput17197 abcd\=anchored
199 fail abcd\=anchored
202 abcd\=anchored
203 succeed abcd\=anchored
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-05-06.test3 anchored: !local &anchor value
/external/llvm/test/YAMLParser/
Dspec-05-06.test3 anchored: !local &anchor value
/external/u-boot/include/
Dslre.h66 int anchored; /* Must match from string start */ member
/external/u-boot/lib/
Dslre.c415 r->code_size = r->data_size = r->num_caps = r->anchored = 0; in slre_compile()
418 r->anchored++; in slre_compile()
652 if (r->anchored) { in slre_match()
/external/mksh/src/
Dhistrap.c415 bool anchored = *str == '?' ? (++str, false) : true; in hist_get() local
418 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0) in hist_get()
482 findhist(int start, int fwd, const char *str, bool anchored) in findhist() argument
494 if ((anchored && strncmp(*hp, str, len) == 0) || in findhist()
495 (!anchored && strstr(*hp, str))) in findhist()
Dedit.c5086 bool anchored; in grabsearch() local
5094 anchored = *pat == '^' ? (++pat, true) : false; in grabsearch()
5095 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbh.ll17 ; Jump tables are not anchored next to the TBB/TBH any more. Make sure the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dthumb2-tbh.ll19 ; Jump tables are not anchored next to the TBB/TBH any more. Make sure the
/external/squashfs-tools/
DRELEASE-README449 In addition to wildcards/regex expressions, exclude files can be "anchored" or
450 "non-anchored". An anchored exclude is one which matches from the root of the
451 directory and nowhere else, a non-anchored exclude matches anywhere. For
452 example given the directory hierarchy "a/b/c/a/b", the anchored exclude
455 non-anchored exclude would.
477 Non-anchored excludes
481 For this non-anchored excludes can be used, specified by pre-fixing the
DCHANGES249 added for non-anchored excludes, which means it is
253 directory (anchored excludes).
/external/icu/icu4c/source/data/translit/
Dsi_si_FONIPA.txt149 # anchored at the beginning of a word, but the remarks before the rules
/external/pcre/dist2/src/
Dpcre2_dfa_match.c3236 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
3329 anchored = (options & (PCRE2_ANCHORED|PCRE2_DFA_RESTART)) != 0 || in pcre2_dfa_match()
3575 if (anchored) in pcre2_dfa_match()
3808 if (rc != PCRE2_ERROR_NOMATCH || anchored) in pcre2_dfa_match()
Dpcre2_match.c6007 BOOL anchored; in pcre2_match() local
6186 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6410 if (anchored) in pcre2_match()
6762 if (anchored || start_match > end_subject) break; in pcre2_match()
/external/pcre/dist2/
DPrepareRelease141 # forces an anchored regex. Also exclude them for small pages that have
DChangeLog177 39. If the only branch in a conditional subpattern was anchored, the whole
178 subpattern was treated as anchored, when it should not have been, since the
179 assumed empty second branch cannot be anchored. Demonstrated by test patterns
184 repeated conditional subpattern, and can be found to be anchored if the minimum
185 quantifier is one or more. I can't see much use for a repeated anchored
466 anchored.
546 46. Arrange for anchored patterns to record and use "first code unit" data,
548 unit". Previously only non-anchored patterns did this.
768 compiled as implicitly anchored.
1570 17. The use of \K in a positive lookbehind assertion in a non-anchored pattern
/external/pcre/dist2/doc/
Dpcre2.txt644 ment for a non-anchored pattern. There is more detail about this in the
1021 take place. For patterns that are not anchored, the count restarts from
1364 If this bit is set, the pattern is forced to be "anchored", that is, it
1664 mization is not disabled, such a pattern is automatically anchored if
2000 A pattern compiled without PCRE2_ANCHORED is automatically anchored by
2019 For patterns that are auto-anchored, the PCRE2_ANCHORED bit is set in
2057 In the absence of a single first code unit for a non-anchored pattern,
2069 a non-anchored pattern. The third argument should point to an uint32_t
2075 Otherwise, and for anchored patterns, 0 is returned.
2137 retrieved using PCRE2_INFO_LASTCODEUNIT. For anchored patterns, a last
[all …]

12