Home
last modified time | relevance | path

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

/external/scapy/scapy/tools/
DUTscapy.py618 FORMAT, VERB, ONLYFAILED, CRC, autorun_func, pos_begin=0, ignore_globals=None): argument
648 result = run_campaign(test_campaign, autorun_func[FORMAT], verb=VERB, ignore_globals=None)
696 VERB = 3
710 VERB -= 1
732 data = parse_config_file(optarg, VERB)
734 VERB = data.verb
771 if VERB > 2:
797 if VERB > 2:
820 if VERB > 2:
825 DUMP, FORMAT, VERB, ONLYFAILED,
[all …]
/external/pcre/dist2/testdata/
Dtestoutput15114 Failed: error 160 at offset 17: (*VERB) not recognized or malformed
117 Failed: error 160 at offset 24: (*VERB) not recognized or malformed
Dtestoutput12-32541 Failed: error 160 at offset 5: (*VERB) not recognized or malformed
554 Failed: error 160 at offset 5: (*VERB) not recognized or malformed
558 Failed: error 160 at offset 5: (*VERB) not recognized or malformed
562 Failed: error 160 at offset 12: (*VERB) not recognized or malformed
Dtestoutput12-16560 Failed: error 160 at offset 5: (*VERB) not recognized or malformed
564 Failed: error 160 at offset 5: (*VERB) not recognized or malformed
578 Failed: error 160 at offset 12: (*VERB) not recognized or malformed
Dtestoutput28428 Failed: error 160 at offset 5: (*VERB) not recognized or malformed
14690 Failed: error 160 at offset 14: (*VERB) not recognized or malformed
14693 Failed: error 160 at offset 21: (*VERB) not recognized or malformed
14710 Failed: error 140 at offset 10: invalid escape sequence in (*VERB) name
14761 Failed: error 160 at offset 12: (*VERB) not recognized or malformed
15393 Failed: error 160 at offset 3: (*VERB) not recognized or malformed
/external/pcre/dist2/
DChangeLog370 (c) Handling of (*VERB)s in recursions was wrong in some cases.
647 characters in *VERB names.
681 (m) Quantifiers following (*VERB)s were not being diagnosed as errors.
683 (n) The use of \Q...\E in a (*VERB) name when PCRE2_ALT_VERBNAMES and
/external/pcre/dist2/doc/
Dpcre2.txt8645 matching. They are generally of the form (*VERB) or (*VERB:NAME). Some
10351 All backtracking control verbs may be in the form (*VERB:NAME). For