Searched refs:filter (Results 201 - 225 of 363) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp395 SBTypeFilter filter) {
396 LLDB_INSTRUMENT_VA(this, type_name, filter);
404 if (!filter.IsValid())
407 m_opaque_sp->AddTypeFilter(type_name.GetSP(), filter.GetSP());
394 AddTypeFilter(SBTypeNameSpecifier type_name, SBTypeFilter filter) argument
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp253 BreakpointResolverName::SearchCallback(SearchFilter &filter, argument
265 (filter.GetFilterRequiredItems() & eSymbolContextCompUnit) != 0;
298 // If the filter specifies a Compilation Unit, remove the ones that don't
308 if (!sc.comp_unit || !filter.CompUnitPasses(*sc.comp_unit))
382 if (!filter.AddressPasses(break_addr))
H A DBreakpointResolverFileRegex.cpp96 SearchFilter &filter, SymbolContext &context, Address *addr) {
142 BreakpointResolver::SetSCMatchesByLine(filter, sc_list, skip_prologue,
95 SearchCallback( SearchFilter &filter, SymbolContext &context, Address *addr) argument
/openbsd-current/gnu/llvm/llvm/utils/
H A Drsp_bisect.py179 list(filter(is_path, rsp_entries))[result - 1], result))
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_selftest.h36 char *filter; member in struct:i915_selftest
/openbsd-current/regress/sys/netinet6/frag6/
H A Dfrag6_unfragsize.py56 ans=sniff(iface=LOCAL_IF, timeout=3, filter=
/openbsd-current/gnu/gcc/gcc/
H A Dexcept.c169 int filter;
229 rtx filter;
618 /* Return an rtl expression for the exception dispatch filter local
624 rtx filter = fun->eh->filter;
625 if (fun == cfun && ! filter)
627 filter = gen_reg_rtx (targetm.eh_return_filter_mode ());
628 fun->eh->filter = filter;
630 return filter;
168 int filter; member in struct:eh_region_u::eh_region_u_allowed
228 rtx filter; local
1177 int filter; local
3055 int filter; member in struct:action_record
3075 add_action_record(htab_t ar_hash, int filter, int next) argument
3145 int filter local
3174 int filter = TREE_INT_CST_LOW (TREE_VALUE (flt_node)); local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DHub.pm166 sub filter { subroutine
170 carp "Useless addition of a filter in a child process or thread!"
173 croak "filter only takes coderefs for arguments, got '$sub'"
183 carp "Useless removal of a filter in a child process or thread!"
571 You can use either C<filter()> or C<pre_filter()>, depending on your
572 needs. Both have identical syntax, so only C<filter()> is shown here.
574 $hub->filter(sub {
582 # You want your filter to remove the event
595 subtest, the subtest will not inherit the filter. You can change this behavior
598 $hub->filter(su
[all...]
/openbsd-current/usr.bin/tmux/
H A Dmode-tree.c74 char *filter; member in struct:mode_tree_data
427 mtd->filter = xstrdup(args_get(args, 'f'));
429 mtd->filter = NULL;
495 mtd->buildcb(mtd->modedata, &mtd->sort_crit, &tag, mtd->filter);
538 free(mtd->filter);
769 if (mtd->filter != NULL && w - 2 >= strlen(text) + 10 + n + 2) {
770 screen_write_puts(&ctx, &gc0, " (filter: ");
938 if (mtd->filter != NULL)
939 free(mtd->filter);
941 mtd->filter
[all...]
H A Dwindow-customize.c273 const char *filter, struct cmd_find_state *fs)
314 if (filter != NULL) {
315 expanded = format_expand(ft, filter);
376 struct format_tree *ft, const char *filter, struct cmd_find_state *fs)
412 window_customize_build_option(data, top, scope, o, ft, filter,
436 window_customize_build_option(data, top, scope, o, ft, filter,
444 struct key_table *kt, struct format_tree *ft, const char *filter,
470 if (filter != NULL) {
471 expanded = format_expand(ft, filter);
528 const char *filter)
270 window_customize_build_option(struct window_customize_modedata *data, struct mode_tree_item *top, enum window_customize_scope scope, struct options_entry *o, struct format_tree *ft, const char *filter, struct cmd_find_state *fs) argument
371 window_customize_build_options(struct window_customize_modedata *data, const char *title, uint64_t tag, enum window_customize_scope scope0, struct options *oo0, enum window_customize_scope scope1, struct options *oo1, enum window_customize_scope scope2, struct options *oo2, struct format_tree *ft, const char *filter, struct cmd_find_state *fs) argument
443 window_customize_build_keys(struct window_customize_modedata *data, struct key_table *kt, struct format_tree *ft, const char *filter, struct cmd_find_state *fs, u_int number) argument
526 window_customize_build(void *modedata, __unused struct mode_tree_sort_criteria *sort_crit, __unused uint64_t *tag, const char *filter) argument
[all...]
H A Dwindow-tree.c323 struct window_pane *wp, const char *filter)
328 if (filter == NULL)
331 cp = format_single(NULL, filter, NULL, s, wl, wp);
341 struct mode_tree_item *parent, const char *filter)
373 if (!window_tree_filter_pane(s, wl, wp, filter))
382 if (!window_tree_filter_pane(s, wl, wp, filter))
407 struct mode_tree_sort_criteria *sort_crit, const char *filter)
445 filter))
458 uint64_t *tag, const char *filter)
489 window_tree_build_session(l[i], modedata, sort_crit, filter);
322 window_tree_filter_pane(struct session *s, struct winlink *wl, struct window_pane *wp, const char *filter) argument
339 window_tree_build_window(struct session *s, struct winlink *wl, void *modedata, struct mode_tree_sort_criteria *sort_crit, struct mode_tree_item *parent, const char *filter) argument
406 window_tree_build_session(struct session *s, void *modedata, struct mode_tree_sort_criteria *sort_crit, const char *filter) argument
457 window_tree_build(void *modedata, struct mode_tree_sort_criteria *sort_crit, uint64_t *tag, const char *filter) argument
[all...]
H A Dwindow-client.c168 __unused uint64_t *tag, const char *filter)
200 if (filter != NULL) {
201 cp = format_single(NULL, filter, c, NULL, NULL, NULL);
167 window_client_build(void *modedata, struct mode_tree_sort_criteria *sort_crit, __unused uint64_t *tag, const char *filter) argument
/openbsd-current/regress/usr.sbin/pkg_add/
H A Dcheck-name35 return $o->filter(@list);
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp56 for (size_t i = 0; i < filter->GetCount(); i++) {
57 const char *expr_cstr = filter->GetExpressionPathAtIndex(i);
/openbsd-current/sys/net/
H A Dpf_if.c807 pfi_skip_if(const char *filter, struct pfi_kif *p) argument
814 if (filter == NULL || !*filter)
816 if (!strcmp(p->pfik_name, filter))
818 n = strlen(filter);
821 if (filter[n-1] >= '0' && filter[n-1] <= '9')
825 if (!strncmp(i->ifgl_group->ifg_group, filter, IFNAMSIZ))
826 return (0); /* iface is in group "filter" */
/openbsd-current/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DInstalled.pm131 while (my $filter = (shift @filters)) {
133 $l = $filter->filter_locations($l);
/openbsd-current/lib/libcurses/base/
H A Dlib_newterm.c110 * filter() has to be called before either initscr() or newterm(), so there is
112 * aside from possibly delaying a filter() call until some terminals have been
116 NCURSES_SP_NAME(filter) (NCURSES_SP_DCL0) function
119 T((T_CALLED("filter(%p)"), (void *) SP_PARM));
132 filter(void) function
135 T((T_CALLED("filter()")));
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DLanguageRuntime.cpp111 Searcher::CallbackReturn SearchCallback(SearchFilter &filter,
116 return m_actual_resolver_sp->SearchCallback(filter, context, addr);
/openbsd-current/sys/kern/
H A Dsys_generic.c764 case EINVAL: /* Unimplemented filter */
781 kev.filter, error);
800 (int)kevp->ident, kevp->filter, (int)kevp->data);
804 switch (kevp->filter) {
819 DPRINTFN(2, "select fd %d filt %d\n", (int)kevp->ident, kevp->filter);
1048 case EINVAL: /* Unimplemented filter */
1054 KASSERT(kevp->filter == EVFILT_WRITE);
1057 * If this is the only filter make sure
1060 kevp->filter = EVFILT_EXCEPT;
1068 pl->fd, pl->revents, p->p_kq_serial, kevp->filter,
[all...]
/openbsd-current/usr.sbin/btrace/
H A Dbt_parse.y102 struct bt_filter *filter;
132 %type <v.filter> filter
144 rule : plist filter action { br_new($1, $2, $3); beflag = 0; }
169 filter : /* empty */ { $$ = NULL; } label
299 /* Create a new rule, representing "probe / filter / { action }" */
301 br_new(struct bt_probe *probe, struct bt_filter *filter, struct bt_stmt *head)
310 br->br_filter = filter;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb_scl.c686 const uint16_t *filter)
695 even_coef = filter[phase * taps + 2 * pair];
697 odd_coef = filter[phase * taps + 2 * pair + 1];
682 wbscl_set_scaler_filter( struct dcn20_dwbc *dwbc20, uint32_t taps, enum wbscl_coef_filter_type_sel filter_type, const uint16_t *filter) argument
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DDependencies.pm107 my @candidates = $dep->spec->filter(keys %{$state->tracker->{installed}});
222 my @candidates = $dep->spec->filter(keys %{$state->tracker->{to_update}});
411 if ($self->spec->filter($required) == 1) {
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp70 ExceptionBreakpoint *VSCode::GetExceptionBreakpoint(const std::string &filter) { argument
72 if (bp.filter == filter)
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_packet_manager_v9.c325 enum kfd_unmap_queues_filter filter,
351 switch (filter) {
367 WARN(1, "filter %d", filter);
324 pm_unmap_queues_v9(struct packet_manager *pm, uint32_t *buffer, enum kfd_unmap_queues_filter filter, uint32_t filter_param, bool reset) argument
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1959 const char *filter, const char *prefix,
1973 if (!strcmp(filter, "all") || !strcmp(filter, "local")) ck = NULL;
1974 else if (!strcmp(filter, "all-display") ||
1975 !strcmp(filter, "local-display")) {
1979 else if (!strcmp(filter, "all-pretty") ||
1980 !strcmp(filter, "local-pretty")) {
1984 else if (!strcmp(filter, "none")) K = (enum CXCursorKind) ~0;
1985 else if (!strcmp(filter, "category")) K = CXCursor_ObjCCategoryDecl;
1986 else if (!strcmp(filter, "interfac
1958 perform_test_load(CXIndex Idx, CXTranslationUnit TU, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV, const char *CommentSchemaFile) argument
2015 perform_test_load_tu(const char *file, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV) argument
2035 perform_test_load_source(int argc, const char **argv, const char *filter, CXCursorVisitor Visitor, PostVisitTU PV) argument
2111 perform_test_reparse_source(int argc, const char **argv, int trials, const char *filter, CXCursorVisitor Visitor, PostVisitTU PV) argument
[all...]

Completed in 244 milliseconds

1234567891011>>