Home
last modified time | relevance | path

Searched refs:start_item (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcommand_parser.py396 start_item = interval[0].strip()
397 if not _NUMBER_PATTERN.match(start_item):
398 raise ValueError("Invalid first item in interval: '%s'" % start_item)
403 return Interval(start=start_item,
/external/u-boot/include/
Dec_commands.h1231 uint8_t start_item; /* First item to return */ member
/external/pcre/dist2/testdata/
Dtestoutput19633 (?<regex> (?&start_item)* (?&branch) (?: \| (?&branch) )* )
9641 (?<start_item> \( \* (?:
9706start_item)* (?&branch) (?: \| (?&branch) )* )(?<resetting_group> \( \? \| (?&regex) \) )(?<simple…
9707start_item)* (?&branch) (?: \| (?&branch) )* )(?<resetting_group> \( \? \| (?&regex) \) )(?<simple…
Dtestinput16065 (?<regex> (?&start_item)* (?&branch) (?: \| (?&branch) )* )
6073 (?<start_item> \( \* (?:
6124start_item)* (?&branch) (?: \| (?&branch) )* )(?<resetting_group> \( \? \| (?&regex) \) )(?<simple…