Home
last modified time | relevance | path

Searched refs:contexts (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp387 unsigned long long contexts = 0; in getContextsForContextKind() local
392 contexts = CXCompletionContext_MacroName; in getContextsForContextKind()
399 contexts = CXCompletionContext_AnyType | in getContextsForContextKind()
411 contexts = CXCompletionContext_AnyType | in getContextsForContextKind()
424 contexts = CXCompletionContext_AnyValue; in getContextsForContextKind()
464 contexts = CXCompletionContext_EnumTag | in getContextsForContextKind()
469 contexts = CXCompletionContext_UnionTag | in getContextsForContextKind()
484 contexts = CXCompletionContext_Namespace; in getContextsForContextKind()
509 contexts = CXCompletionContext_AnyType | in getContextsForContextKind()
553 contexts = CXCompletionContext_Unknown; in getContextsForContextKind()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp72 unsigned N = contexts.size(); in printValue()
75 DiffContext &ctxt = contexts[N]; in printValue()
94 if (contexts.empty()) return; in header()
96 I = contexts.begin(), E = contexts.end(); I != E; ++I) { in header()
143 contexts.push_back(DiffContext(L, R)); in enterContext()
148 Differences |= contexts.back().Differences; in exitContext()
149 contexts.pop_back(); in exitContext()
/netbsd/external/bsd/kyua-cli/dist/store/
H A Dschema_v2.sql76 CREATE TABLE contexts ( table
86 context_id INTEGER REFERENCES contexts,
107 context_id INTEGER REFERENCES contexts
H A Dschema_v1.sql74 CREATE TABLE contexts ( table
84 context_id INTEGER REFERENCES contexts,
105 context_id INTEGER REFERENCES contexts
H A Dtestdata_v1.sql42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root');
57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root');
161 INSERT INTO contexts (context_id, cwd) VALUES (3, '/usr/tests');
267 INSERT INTO contexts (context_id, cwd) VALUES (4, '/usr/tests');
H A Dtestdata_v2.sql42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root');
57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root');
216 INSERT INTO contexts (context_id, cwd) VALUES (3, '/usr/tests');
357 INSERT INTO contexts (context_id, cwd) VALUES (4, '/usr/tests');
/netbsd/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_request.c265 struct i915_gem_context **contexts; member
448 t.contexts = kcalloc(t.ncontexts, sizeof(*t.contexts), GFP_KERNEL); in mock_breadcrumbs_smoketest()
449 if (!t.contexts) { in mock_breadcrumbs_smoketest()
456 if (!t.contexts[n]) { in mock_breadcrumbs_smoketest()
493 if (!t.contexts[n]) in mock_breadcrumbs_smoketest()
495 mock_context_close(t.contexts[n]); in mock_breadcrumbs_smoketest()
497 kfree(t.contexts); in mock_breadcrumbs_smoketest()
1367 sizeof(*smoke[0].contexts), in live_breadcrumbs_smoketest()
1369 if (!smoke[0].contexts) { in live_breadcrumbs_smoketest()
1376 if (!smoke[0].contexts[n]) { in live_breadcrumbs_smoketest()
[all …]
H A Di915_vma.c113 struct list_head *contexts) in create_vmas() argument
121 list_for_each_entry(ctx, contexts, link) { in create_vmas()
162 LIST_HEAD(contexts); in igt_vma_create()
187 list_move(&ctx->link, &contexts); in igt_vma_create()
190 err = create_vmas(i915, &objects, &contexts); in igt_vma_create()
200 list_for_each_entry_safe(ctx, cn, &contexts, link) { in igt_vma_create()
210 err = create_vmas(i915, &objects, &contexts); in igt_vma_create()
212 list_for_each_entry_safe(ctx, cn, &contexts, link) { in igt_vma_create()
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.c1719 gcc_assert (contexts[0]); in dump_reproducer_to_file()
1720 gcc_assert (contexts[0]->m_toplevel_ctxt == contexts[0]); in dump_reproducer_to_file()
1723 gcc_assert (contexts[contexts.length () - 1] == this); in dump_reproducer_to_file()
1724 gcc_assert (contexts[contexts.length () - 1]->m_toplevel_ctxt in dump_reproducer_to_file()
1725 == contexts[0]); in dump_reproducer_to_file()
1734 r.write_params (contexts); in dump_reproducer_to_file()
1737 r.write_params (contexts); in dump_reproducer_to_file()
1757 r.write_args (contexts); in dump_reproducer_to_file()
1760 r.write_args (contexts); in dump_reproducer_to_file()
1791 r.write_params (contexts); in dump_reproducer_to_file()
[all …]
H A Djit-recording.cc1828 gcc_assert (contexts[0]); in dump_reproducer_to_file()
1829 gcc_assert (contexts[0]->m_toplevel_ctxt == contexts[0]); in dump_reproducer_to_file()
1832 gcc_assert (contexts[contexts.length () - 1] == this); in dump_reproducer_to_file()
1833 gcc_assert (contexts[contexts.length () - 1]->m_toplevel_ctxt in dump_reproducer_to_file()
1834 == contexts[0]); in dump_reproducer_to_file()
1843 r.write_params (contexts); in dump_reproducer_to_file()
1846 r.write_params (contexts); in dump_reproducer_to_file()
1866 r.write_args (contexts); in dump_reproducer_to_file()
1869 r.write_args (contexts); in dump_reproducer_to_file()
1900 r.write_params (contexts); in dump_reproducer_to_file()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c1719 gcc_assert (contexts[0]); in dump_reproducer_to_file()
1720 gcc_assert (contexts[0]->m_toplevel_ctxt == contexts[0]); in dump_reproducer_to_file()
1723 gcc_assert (contexts[contexts.length () - 1] == this); in dump_reproducer_to_file()
1724 gcc_assert (contexts[contexts.length () - 1]->m_toplevel_ctxt in dump_reproducer_to_file()
1725 == contexts[0]); in dump_reproducer_to_file()
1734 r.write_params (contexts); in dump_reproducer_to_file()
1737 r.write_params (contexts); in dump_reproducer_to_file()
1757 r.write_args (contexts); in dump_reproducer_to_file()
1760 r.write_args (contexts); in dump_reproducer_to_file()
1791 r.write_params (contexts); in dump_reproducer_to_file()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dcontexts.rst20 Compilation contexts
80 once within a process, and then create child contexts whenever a
95 could each have their own contexts without needing locks.
100 within a process may use a given "family tree" of such contexts at once,
195 * activity within any child contexts
203 child contexts and :c:type:`gcc_jit_result` instances created by
209 Doing so only affects the context; it does not affect child contexts
529 Options from parent contexts are inherited by child contexts; options
562 Options from parent contexts are inherited by child contexts; options
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dcontexts.rst20 Compilation contexts
80 once within a process, and then create child contexts whenever a
95 could each have their own contexts without needing locks.
100 within a process may use a given "family tree" of such contexts at once,
195 * activity within any child contexts
203 child contexts and :c:type:`gcc_jit_result` instances created by
209 Doing so only affects the context; it does not affect child contexts
544 Options from parent contexts are inherited by child contexts; options
577 Options from parent contexts are inherited by child contexts; options
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_sysfs.c185 spin_lock(&i915->gem.contexts.lock); in i915_l3_read()
190 spin_unlock(&i915->gem.contexts.lock); in i915_l3_read()
218 spin_lock(&i915->gem.contexts.lock); in i915_l3_write()
231 list_for_each_entry(ctx, &i915->gem.contexts.list, link) in i915_l3_write()
234 spin_unlock(&i915->gem.contexts.lock); in i915_l3_write()
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2594 if (contexts == CXCompletionContext_Unknown) { in print_completion_contexts()
2597 if (contexts & CXCompletionContext_AnyType) { in print_completion_contexts()
2600 if (contexts & CXCompletionContext_AnyValue) { in print_completion_contexts()
2621 if (contexts & CXCompletionContext_EnumTag) { in print_completion_contexts()
2624 if (contexts & CXCompletionContext_UnionTag) { in print_completion_contexts()
2627 if (contexts & CXCompletionContext_StructTag) { in print_completion_contexts()
2630 if (contexts & CXCompletionContext_ClassTag) { in print_completion_contexts()
2633 if (contexts & CXCompletionContext_Namespace) { in print_completion_contexts()
2657 if (contexts & CXCompletionContext_MacroName) { in print_completion_contexts()
2744 unsigned long long contexts; in perform_code_completion() local
[all …]
/netbsd/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod36 ossl_cmp_mock_srv_new() allocates the contexts for the CMP mock server
40 ossl_cmp_mock_srv_free() deallocates the contexts for the CMP mock server.
/netbsd/external/bsd/flex/dist/tests/
H A Dlineno_trailing.one.txt1 We are testing rules with trailing contexts containing newlines (see scanner.l):
/netbsd/crypto/external/bsd/netpgp/dist/ref/
H A Ddraft-ietf-openpgp-rfc2440bis-12-comments.txt73 Key algorithms ... these are used in various contexts, and there's a
74 list in 9.1 - some of these are clearly unsuitable in some contexts -
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_context.c314 spin_lock(&ctx->i915->gem.contexts.lock); in i915_gem_context_free()
316 spin_unlock(&ctx->i915->gem.contexts.lock); in i915_gem_context_free()
356 struct i915_gem_contexts *gc = &ctx->i915->gem.contexts; in i915_gem_context_release()
640 spin_lock(&i915->gem.contexts.lock); in __create_context()
641 list_add_tail(&ctx->link, &i915->gem.contexts.list); in __create_context()
642 spin_unlock(&i915->gem.contexts.lock); in __create_context()
727 contexts_flush_free(&i915->gem.contexts); in i915_gem_create_context()
780 init_contexts(&i915->gem.contexts); in i915_gem_init__contexts()
788 flush_work(&i915->gem.contexts.free_work); in i915_gem_driver_release__contexts()
789 spin_lock_destroy(&i915->gem.contexts.lock); in i915_gem_driver_release__contexts()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dcontexts.rst20 Compilation contexts
83 once within a process, and then create child contexts whenever a
98 could each have their own contexts without needing locks.
103 within a process may use a given "family tree" of such contexts at once,
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dcontexts.rst20 Compilation contexts
83 once within a process, and then create child contexts whenever a
98 could each have their own contexts without needing locks.
103 within a process may use a given "family tree" of such contexts at once,
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_drm.c500 netbsd32_pointer_t contexts; member
514 res64.contexts = NETBSD32PTR64(res32.contexts); in compat_drm_resctx()
521 NETBSD32PTR32(res32.contexts, res64.contexts); in compat_drm_resctx()
/netbsd/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-c-1512 /* (hypothetical) The 2-argument Q_ macro is an ngettext with contexts. */
/netbsd/external/bsd/openldap/dist/tests/data/
H A Dtest-emptydn2.ldif1 # geographical naming contexts
/netbsd/external/bsd/unbound/dist/testdata/03-testbound.tdir/
H A D03-testbound.test45 if grep "ERROR SUMMARY: 0 errors from 0 contexts" tmpout; then
122 if grep "ERROR SUMMARY: 0 errors from 0 contexts" tmpout; then

12345678910>>...20