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

  /src/external/bsd/kyua-cli/dist/engine/
context_test.cpp 71 const engine::context context2(fs::path("/foo/bar"), env);
75 ATF_REQUIRE( context1 == context2);
76 ATF_REQUIRE(!(context1 != context2));
  /src/external/bsd/jemalloc/dist/src/
emap.c 382 emap_full_alloc_ctx_t context2 = {0}; local
384 &context2);
385 assert(context2.edata == NULL);
  /src/tests/usr.bin/grep/
t_grep.sh 324 atf_test_case context2
383 atf_add_test_case context2
  /src/external/bsd/kyua-cli/dist/store/
transaction_test.cpp 180 const engine::context context2(fs::path("/foo/baz"),
183 const engine::action exp_action2(context2);
190 const int64_t context2_id = tx.put_context(context2);
386 const engine::context context2(fs::path("/foo/baz"),
389 const engine::action exp_action2(context2);
395 const int64_t context2_id = tx.put_context(context2);
474 const engine::context context2 = tx.get_context(id2); local
479 ATF_REQUIRE(exp_context2 == context2);
  /src/sys/external/bsd/drm/dist/shared-core/
radeon_drm.h 423 drm_radeon_context2_regs_t context2; member in struct:__anon4256
radeon_state.c 625 OUT_RING(state->context2.se_zbias_factor);
626 OUT_RING(state->context2.se_zbias_constant);
  /src/external/bsd/wpa/dist/src/ap/
ap_config.c 326 char *context2; local
367 context2 = NULL;
368 name = str_token(token, "=", &context2);
371 value = str_token(token, "", &context2);
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
radeon_drm.h 432 drm_radeon_context2_regs_t context2; member in struct:__anon5982

Completed in 50 milliseconds