Home
last modified time | relevance | path

Searched refs:match (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/build_tools/
Derror_filter.py42 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):
Damalgamate.py61 m = include_re.match(text)
/rocksdb-6.9/coverage/
Dparse_gcov_output.py21 match_obj = re.match("^File '(.*)'$", line)
28 match_obj = re.match("^Lines executed:(.*)% of (.*)", line)
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DSliceTest.java66 final Slice match = new Slice("mat"); in sliceStartWith()
68 assertThat(slice.startsWith(match)).isTrue(); in sliceStartWith()
/rocksdb-6.9/util/
Dbloom_impl.h314 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/
Ddb_log_parser.py37 return re.match(date_regex, log_line)
Drule_parser.py75 re.match(time_format, self.overlap_time_seconds, re.IGNORECASE)
/rocksdb-6.9/utilities/
Denv_librados.md33 // The last level dir name should match the dir name in prefix_pool_map
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml62 …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/
Dgtest-all.cc10044 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/
DHISTORY.md184 * 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…