Home
last modified time | relevance | path

Searched defs:te (Results 1 – 25 of 85) 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/cronet/base/android/java/src/org/chromium/base/
DRadioUtils.java81 try (TraceEvent te = TraceEvent.scoped("RadioUtils::isWifiConnected")) { in isWifiConnected()
106 try (TraceEvent te = TraceEvent.scoped("RadioUtils::getCellSignalLevel")) { in getCellSignalLevel()
132 try (TraceEvent te = TraceEvent.scoped("RadioUtils::getCellDataActivity")) { in getCellDataActivity()
/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/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/ganesh/effects/
DGrTextureEffect.cpp204 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() local
223 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() local
244 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() local
259 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() local
278 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeCustomLinearFilterInset() local
356 auto& te = args.fFp.cast<GrTextureEffect>(); in emitCode() local
720 const auto& te = fp.cast<GrTextureEffect>(); in onSetData() local
DGrMatrixEffect.cpp46 if (auto te = mtx.childProcessor(0)->asTextureEffect()) { in onMakeProgramImpl() 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.js181 renderer.link = (hr, ti, te) => renderLink(originalLinkFn, hr, ti, te); argument
182 renderer.image = (hr, ti, te) => renderImage(originalImgFn, hr, ti, te); argument
/external/skia/tests/
DGrSurfaceResolveTest.cpp294 auto te = GrTextureEffect::Make( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
326 auto te = GrTextureEffect::Make( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/toybox/toys/lsb/
Dmktemp.c36 char *template = *toys.optargs, *dir, *te = getenv("TMPDIR"); in mktemp_main() local
/external/mksh/src/
Dfuncs.c2614 Test_env te; in c_test() local
2788 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
3078 test_parse(Test_env *te) in test_parse()
3091 test_oexpr(Test_env *te, bool do_eval) in test_oexpr()
3103 test_aexpr(Test_env *te, bool do_eval) in test_aexpr()
3115 test_nexpr(Test_env *te, bool do_eval) in test_nexpr()
3123 test_primary(Test_env *te, bool do_eval) in test_primary()
3186 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
3213 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
3221 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()
Dexec.c304 Test_env te; in execute() local
1802 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa()
1843 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd()
1866 dbteste_error(Test_env *te, int offset, const char *msg) in dbteste_error()
Dsyn.c424 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()
/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/skia/src/gpu/ganesh/
DGrProgramInfo.cpp74 this->pipeline().visitTextureEffects([](const GrTextureEffect& te) { in checkMSAAAndMIPSAreResolved()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypeMirrorTest.java133 DeclaredType te = in roundTrip() local
/external/libevent/test/
Dbench_cascade.c85 static struct timeval ts, te, tv_timeout; in run_once() local
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DThrowsTagImpl.java104 TypeElement te = in exception() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java242 Entry te = null, be = null; in comparePrefixes() local
299 Entry te = null, be = null; in compareContractions() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java108 theme_entry te = ti.entries[e]; in GetAttribute() local
346 theme_entry[] te = pi.types[j].entries; in copy_package() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DTailoredSet.java244 Entry te = null, be = null; in comparePrefixes() local
301 Entry te = null, be = null; in compareContractions() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java109 theme_entry te = ti.entries[e]; in GetAttribute() local
347 theme_entry[] te = pi.types[j].entries; in copy_package() local

1234