HomeSort by: relevance | last modified time | path
    Searched refs:filter_ (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
optpmap.py 17 func, argument, should_print_progress, filter_ = func_and_args
25 return func(argument, filter_)
28 def pmap(func, iterable, processes, should_print_progress, filter_=None, *args, **kwargs):
43 func_and_args = [(func, arg, should_print_progress, filter_) for arg in iterable]
optrecord.py 271 def get_remarks(input_file, filter_=None):
280 if filter_:
281 filter_e = re.compile(filter_)
305 def gather_results(filenames, num_jobs, should_print_progress, filter_=None):
311 get_remarks, filenames, num_jobs, should_print_progress, filter_)
opt-viewer.py 239 def _render_file(source_dir, output_dir, ctx, no_highlight, entry, filter_):
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 166 filter_ = GTEST_FLAG(filter);
188 GTEST_FLAG(filter) = filter_;
210 std::string filter_; member in class:testing::internal::GTestFlagSaver
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.c 8752 gdb::unique_xmalloc_ptr<char> filter_,
8874 filter = std::move (filter_);
  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.c 8617 gdb::unique_xmalloc_ptr<char> filter_,
8739 filter = std::move (filter_);

Completed in 56 milliseconds