/third_party/grpc/test/core/util/ |
D | trickle_endpoint.cc | 51 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() 67 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_write() local 83 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_add_to_pollset() local 89 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_add_to_pollset_set() local 95 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_delete_from_pollset_set() local 100 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_shutdown() local 111 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_destroy() local 121 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_get_resource_user() local 126 trickle_endpoint* te = reinterpret_cast<trickle_endpoint*>(ep); in te_get_peer() local [all …]
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | tuple.hpp | 82 get(tuple_element_impl<I, T>& te) in get() 89 get(tuple_element_impl<I, T> const& te) in get() 96 get(tuple_element_impl<I, T>&& te) in get() 103 get(tuple_element_impl<I, T&>&& te) in get()
|
/third_party/boost/boost/beast/core/detail/ |
D | tuple.hpp | 82 get(tuple_element_impl<I, T>& te) in get() 89 get(tuple_element_impl<I, T> const& te) in get() 96 get(tuple_element_impl<I, T>&& te) in get() 103 get(tuple_element_impl<I, T&>&& te) in get()
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | readable-writable-properties.any.js | 9 const te = new TextEncoderStream(); constant
|
/third_party/python/Lib/concurrent/futures/ |
D | __init__.py | 49 from .thread import ThreadPoolExecutor as te unknown
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.c | 337 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 349 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 359 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local
|
/third_party/skia/src/gpu/effects/ |
D | GrTextureEffect.cpp | 160 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() local 179 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() local 200 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() local 215 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() local 234 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeCustomLinearFilterInset() local 312 auto& te = args.fFp.cast<GrTextureEffect>(); in emitCode() local 675 const auto& te = fp.cast<GrTextureEffect>(); in onSetData() local
|
D | GrMatrixEffect.cpp | 46 if (auto te = mtx.childProcessor(0)->asTextureEffect()) { in onMakeProgramImpl() local
|
/third_party/toybox/toys/lsb/ |
D | mktemp.c | 36 char *template = *toys.optargs, *dir, *te = getenv("TMPDIR"); in mktemp_main() local
|
/third_party/skia/src/gpu/ |
D | GrProgramInfo.cpp | 40 this->pipeline().visitTextureEffects([](const GrTextureEffect& te) { in checkMSAAAndMIPSAreResolved()
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | me_cmp_mvi_asm.S | 30 #define te a5 macro
|
/third_party/mksh/ |
D | funcs.c | 2625 Test_env te; in c_test() local 2799 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() 3089 test_parse(Test_env *te) in test_parse() 3102 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() 3114 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() 3126 test_nexpr(Test_env *te, bool do_eval) in test_nexpr() 3134 test_primary(Test_env *te, bool do_eval) in test_primary() 3197 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa() 3224 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd() 3232 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()
|
D | exec.c | 304 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()
|
D | syn.c | 424 Test_env te; in get_command() local 977 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa() 1022 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, in dbtestp_getopnd() 1045 dbtestp_error(Test_env *te, int offset, const char *msg) in dbtestp_error()
|
/third_party/grpc/test/core/iomgr/ |
D | timer_heap_test.cc | 249 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
|
/third_party/node/test/parallel/ |
D | test-http2-util-headers-list.js | 327 mapToHeaders({ te: 'trailers' }); property 328 mapToHeaders({ te: ['trailers'] }); property
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-khmer-machine.hh | 237 unsigned int p, pe, eof, ts, te, act HB_UNUSED; in find_syllables() local
|
D | hb-ot-shape-complex-indic-machine.hh | 406 unsigned int p, pe, eof, ts, te, act; in find_syllables() local
|
D | hb-ot-shape-complex-use-machine.hh | 391 unsigned int p, pe, eof, ts, te, act; in find_syllables() local
|
D | hb-ot-shape-complex-myanmar-machine.hh | 315 unsigned int p, pe, eof, ts, te, act HB_UNUSED; in find_syllables() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_tls.c | 81 THREADENTRY32 te; in stw_tls_init() local
|
/third_party/popt/tests/ |
D | tdict.c | 20 char * t, *te; in loadDict() local
|
/third_party/pulseaudio/src/tests/ |
D | mainloop-test.c | 72 pa_time_event *te; in START_TEST() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | TailoredSet.java | 244 Entry te = null, be = null; in comparePrefixes() local 301 Entry te = null, be = null; in compareContractions() local
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 242 Entry te = null, be = null; in comparePrefixes() local 299 Entry te = null, be = null; in compareContractions() local
|