Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd-src/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()
402 contexts |= CXCompletionContext_EnumTag | in getContextsForContextKind()
411 contexts = CXCompletionContext_AnyType | in getContextsForContextKind()
415 contexts |= CXCompletionContext_EnumTag | in getContextsForContextKind()
424 contexts = CXCompletionContext_AnyValue; in getContextsForContextKind()
426 contexts |= CXCompletionContext_AnyType | in getContextsForContextKind()
437 contexts = CXCompletionContext_ObjCObjectValue | in getContextsForContextKind()
441 contexts |= CXCompletionContext_CXXClassTypeValue | in getContextsForContextKind()
[all …]
/netbsd-src/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-src/external/bsd/kyua-cli/dist/store/
H A Dschema_v1.sql74 CREATE TABLE contexts ( table
84 context_id INTEGER REFERENCES contexts,
105 context_id INTEGER REFERENCES contexts
H A Dschema_v2.sql76 CREATE TABLE contexts ( table
86 context_id INTEGER REFERENCES contexts,
107 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-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_request.c265 struct i915_gem_context **contexts; member
336 t->contexts[order[n] % t->ncontexts]; in __igt_breadcrumbs_smoketest()
448 t.contexts = kcalloc(t.ncontexts, sizeof(*t.contexts), GFP_KERNEL); in mock_breadcrumbs_smoketest()
449 if (!t.contexts) { in mock_breadcrumbs_smoketest()
455 t.contexts[n] = mock_context(t.engine->i915, "mock"); 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()
1366 smoke[0].contexts = kcalloc(smoke[0].ncontexts, 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-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c207 write_params (const vec <recording::context *> &contexts);
210 write_args (const vec <recording::context *> &contexts);
267 reproducer::write_params (const vec <recording::context *> &contexts) in write_params() argument
271 FOR_EACH_VEC_ELT (contexts, i, ctxt) in write_params()
275 if (i < contexts.length () - 1) in write_params()
285 reproducer::write_args (const vec <recording::context *> &contexts) in write_args() argument
289 FOR_EACH_VEC_ELT (contexts, i, ctxt) in write_args()
293 if (i < contexts.length () - 1) in write_args()
1714 auto_vec <context *> contexts (num_ctxts); in dump_reproducer_to_file()
1716 contexts.safe_push (ascending_contexts[num_ctxts - (i + 1)]); in dump_reproducer_to_file()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc207 write_params (const vec <recording::context *> &contexts);
210 write_args (const vec <recording::context *> &contexts);
267 reproducer::write_params (const vec <recording::context *> &contexts) in write_params() argument
271 FOR_EACH_VEC_ELT (contexts, i, ctxt) in write_params()
275 if (i < contexts.length () - 1) in write_params()
285 reproducer::write_args (const vec <recording::context *> &contexts) in write_args() argument
289 FOR_EACH_VEC_ELT (contexts, i, ctxt) in write_args()
293 if (i < contexts.length () - 1) in write_args()
1823 auto_vec <context *> contexts (num_ctxts); in dump_reproducer_to_file() local
1825 contexts.safe_push (ascending_contexts[num_ctxts - (i + 1)]); in dump_reproducer_to_file()
[all …]
/netbsd-src/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-src/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-src/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-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2592 void print_completion_contexts(unsigned long long contexts, FILE *file) { in print_completion_contexts() argument
2594 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()
2603 if (contexts & CXCompletionContext_ObjCObjectValue) { in print_completion_contexts()
2606 if (contexts & CXCompletionContext_ObjCSelectorValue) { in print_completion_contexts()
2609 if (contexts & CXCompletionContext_CXXClassTypeValue) { in print_completion_contexts()
2612 if (contexts & CXCompletionContext_DotMemberAccess) { in print_completion_contexts()
2615 if (contexts & CXCompletionContext_ArrowMemberAccess) { in print_completion_contexts()
2618 if (contexts & CXCompletionContext_ObjCPropertyAccess) { in print_completion_contexts()
[all …]
/netbsd-src/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-src/external/bsd/flex/dist/tests/
H A Dlineno_trailing.one.txt1 We are testing rules with trailing contexts containing newlines (see scanner.l):
/netbsd-src/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-src/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-src/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-src/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-src/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-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-c-1512 /* (hypothetical) The 2-argument Q_ macro is an ngettext with contexts. */
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dmem.c113 /* List of all active memory contexts. */
115 static ISC_LIST(isc_mem_t) contexts;
428 ISC_LIST_INIT(contexts); in mem_putstats()
443 empty = ISC_LIST_EMPTY(contexts); in mem_jemalloc_arena_create()
502 ISC_LIST_INITANDAPPEND(contexts, ctx, link);
516 ISC_LIST_UNLINK(contexts, ctx, link); in mem_create()
1241 for (ctx = ISC_LIST_HEAD(contexts); ctx != NULL; in isc__mempool_create()
1269 if (!ISC_LIST_EMPTY(contexts)) { in isc__mempool_create()
1360 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "contexts")); in isc__mempool_get()
1363 for (ctx = ISC_LIST_HEAD(contexts); ct in isc__mempool_get()
[all...]
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dtest-emptydn2.ldif1 # geographical naming contexts
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi162 * Compilation contexts::
174 Compilation contexts
322 * Compilation contexts: Compilation contexts<2>.
331 Compilation contexts
677 contexts.
4448 * Compilation contexts::
4462 @node Compilation contexts,Objects,,Topic Reference
4463 @anchor{topics/contexts doc}@anchor{51}@anchor{topics/contexts compilation-contexts}@anchor{52}
4464 @section Compilation contexts
4468 @anchor{topics/contexts c gcc_jit_context}@anchor{8}
[all …]

12345678910>>...17