Searched refs:match (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/build_tools/ |
| D | error_filter.py | 42 gtest_name_match = self._GTEST_NAME_PATTERN.match(line) 46 gtest_fail_match = self._GTEST_FAIL_PATTERN.match(line) 60 if self._pattern.match(line):
|
| D | amalgamate.py | 61 m = include_re.match(text)
|
| /rocksdb-6.9/coverage/ |
| D | parse_gcov_output.py | 21 match_obj = re.match("^File '(.*)'$", line) 28 match_obj = re.match("^Lines executed:(.*)% of (.*)", line)
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | SliceTest.java | 66 final Slice match = new Slice("mat"); in sliceStartWith() 68 assertThat(slice.startsWith(match)).isTrue(); in sliceStartWith()
|
| /rocksdb-6.9/util/ |
| D | bloom_impl.h | 314 bool match = _mm256_testc_si256(value_vector, bit_mask) != 0; in HashMayMatchPrepared() local 319 return match; in HashMayMatchPrepared() 320 } else if (!match) { in HashMayMatchPrepared()
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | db_log_parser.py | 37 return re.match(date_regex, log_line)
|
| D | rule_parser.py | 75 re.match(time_format, self.overlap_time_seconds, re.IGNORECASE)
|
| /rocksdb-6.9/utilities/ |
| D | env_librados.md | 33 // The last level dir name should match the dir name in prefix_pool_map
|
| /rocksdb-6.9/CMakeFiles/ |
| D | CMakeConfigureLog.yaml | 62 …Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(F… 74 …Checking whether the ASM compiler is AppleClang using "--version" did not match "(Apple (clang|LLV…
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 10044 regmatch_t match; in FullMatch() local 10045 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch() 10053 regmatch_t match; in PartialMatch() local 10054 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 184 * The semantics of the per-block-type block read counts in the performance context now match those … 214 * The semantics of the per-block-type block read counts in the performance context now match those … 865 …um_subcompactions to DBOptions.max_subcompactions to make the name better match the actual functio…
|