OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_IGNORE_OVER
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c
98
#define
TEST_IGNORE_OVER
0x04000000
106
#define TEST_GLOBAL (TEST_ACTUAL|TEST_AND|TEST_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|
TEST_IGNORE_OVER
|TEST_IGNORE_POSITION|TEST_OR|TEST_PASS|TEST_SUMMARY|TEST_VERBOSE)
977
if (!(test &
TEST_IGNORE_OVER
) && match[nmatch].rm_so != state.NOMATCH.rm_so)
1297
test |=
TEST_IGNORE_OVER
;
[
all
...]
/prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c
98
#define
TEST_IGNORE_OVER
0x04000000
106
#define TEST_GLOBAL (TEST_ACTUAL|TEST_AND|TEST_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|
TEST_IGNORE_OVER
|TEST_IGNORE_POSITION|TEST_OR|TEST_PASS|TEST_SUMMARY|TEST_VERBOSE)
977
if (!(test &
TEST_IGNORE_OVER
) && match[nmatch].rm_so != state.NOMATCH.rm_so)
1297
test |=
TEST_IGNORE_OVER
;
[
all
...]
Completed in 6554 milliseconds