Home
last modified time | relevance | path

Searched defs:te (Results 1 – 25 of 83) sorted by relevance

1234

/external/grpc-grpc/test/core/util/
Dtrickle_endpoint.cc51 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_read() local
55 static void maybe_call_write_cb_locked(trickle_endpoint* te) { in maybe_call_write_cb_locked()
66 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_write() local
82 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_add_to_pollset() local
88 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_add_to_pollset_set() local
94 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_delete_from_pollset_set() local
99 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_shutdown() local
110 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_destroy() local
120 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_get_resource_user() local
125 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_get_peer() local
[all …]
/external/ipsec-tools/src/racoon/
Dthrottle.c75 struct throttle_entry *te; local
97 struct throttle_entry *te; local
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DEntityManagerPerRequestProvisionTest.java59 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn() local
83 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn2() local
DEntityManagerProvisionTest.java56 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn() local
79 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn2() local
DDynamicFinderTest.java60 JpaTestEntity te = new JpaTestEntity(); in testDynamicFinderListAll() local
/external/llvm-project/clang/test/CXX/module/module.interface/
Dp5.cpp21 template<typename> using te = int; typedef
42 template<typename> using te = int; // expected-note {{target}} typedef
/external/llvm-project/clang/test/OpenMP/
Dteams_distribute_parallel_for_codegen.cpp25 int te = n / 128; in teams_argument_global() local
215 int te = n/128; in tmain() local
Dteams_distribute_parallel_for_simd_codegen.cpp25 int te = n / 128; in teams_argument_global() local
226 int te = n/128; in tmain() local
Dteams_distribute_simd_codegen.cpp26 int te = n / 128; in teams_argument_global() local
252 int te = n/128; in tmain() local
Dteams_distribute_codegen.cpp25 int te = n / 128; in teams_argument_global() local
211 int te = n/128; in tmain() local
Dtarget_teams_distribute_parallel_for_codegen.cpp48 int te = n / 128; in target_teams_fun() local
Dtarget_teams_distribute_parallel_for_simd_codegen.cpp45 int te = n / 128; in target_teams_fun() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c333 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local
345 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local
355 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local
/external/skia/src/gpu/effects/
DGrTextureEffect.cpp161 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() local
180 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() local
201 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() local
216 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() local
235 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeCustomLinearFilterInset() local
313 auto& te = args.fFp.cast<GrTextureEffect>(); in emitCode() local
676 const auto& te = fp.cast<GrTextureEffect>(); in onSetData() local
DGrMatrixEffect.cpp32 if (auto te = mtx.childProcessor(0)->asTextureEffect()) { in onSetData() local
/external/python/cpython3/Lib/concurrent/futures/
D__init__.py49 from .thread import ThreadPoolExecutor as te unknown
/external/perfetto/infra/perfetto.dev/src/
Dmarkdown_render.js168 renderer.link = (hr, ti, te) => renderLink(originalLinkFn, hr, ti, te); argument
169 renderer.image = (hr, ti, te) => renderImage(originalImgFn, hr, ti, te); argument
/external/toybox/toys/lsb/
Dmktemp.c36 char *template = *toys.optargs, *dir, *te = getenv("TMPDIR"); in mktemp_main() local
/external/skia/src/gpu/
DGrProgramInfo.cpp39 this->pipeline().visitTextureEffects([](const GrTextureEffect& te) { in checkMSAAAndMIPSAreResolved()
/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc249 grpc_timer* const te = pq.timers[pq.timer_count - 1]; in shrink_test() local
266 grpc_timer* te = pq.timers[which]; in shrink_test() local
/external/mksh/src/
Dfuncs.c2604 Test_env te; in c_test() local
2778 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
3068 test_parse(Test_env *te) in test_parse()
3081 test_oexpr(Test_env *te, bool do_eval) in test_oexpr()
3093 test_aexpr(Test_env *te, bool do_eval) in test_aexpr()
3105 test_nexpr(Test_env *te, bool do_eval) in test_nexpr()
3113 test_primary(Test_env *te, bool do_eval) in test_primary()
3176 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
3203 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
3211 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()
Dexec.c304 Test_env te; in execute() local
1804 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa()
1845 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd()
1868 dbteste_error(Test_env *te, int offset, const char *msg) in dbteste_error()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypeMirrorTest.java133 DeclaredType te = in roundTrip() local
/external/llvm-project/compiler-rt/test/asan/TestCases/
Duse-after-scope-types.cpp67 for (auto te : tests) in main() local
/external/libevent/test/
Dbench_cascade.c85 static struct timeval ts, te, tv_timeout; in run_once() local

1234