Home
last modified time | relevance | path

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

123

/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.java61 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn() local
81 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn2() local
DEntityManagerProvisionTest.java56 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn() local
76 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn2() local
DDynamicFinderTest.java61 JpaTestEntity te = new JpaTestEntity(); in testDynamicFinderListAll() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c341 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local
353 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local
363 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local
/external/mksh/src/
Dfuncs.c2859 Test_env te; in c_test() local
2991 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
3266 test_parse(Test_env *te) in test_parse()
3279 test_oexpr(Test_env *te, bool do_eval) in test_oexpr()
3291 test_aexpr(Test_env *te, bool do_eval) in test_aexpr()
3303 test_nexpr(Test_env *te, bool do_eval) in test_nexpr()
3311 test_primary(Test_env *te, bool do_eval) in test_primary()
3374 ptest_isa(Test_env *te, Test_meta meta) in ptest_isa()
3401 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
3409 ptest_error(Test_env *te, int ofs, const char *msg) in ptest_error()
Dsyn.c432 Test_env te; in get_command() local
1007 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa()
1052 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, in dbtestp_getopnd()
1075 dbtestp_error(Test_env *te, int offset, const char *msg) in dbtestp_error()
Dexec.c320 Test_env te; in execute() local
1761 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa()
1802 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd()
1822 dbteste_error(Test_env *te, int offset, const char *msg) in dbteste_error()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DTailoredSet.java241 Entry te = null, be = null; in comparePrefixes() local
298 Entry te = null, be = null; in compareContractions() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java239 Entry te = null, be = null; in comparePrefixes() local
296 Entry te = null, be = null; in compareContractions() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionCall.java222 TransformerException te = new TransformerException(XSLMessages.createMessage( in execute() local
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java146 TransformerException te = new TransformerException(msg, this); in fixupVariables() local
/external/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py291 te = type_expression( t ) variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-apache-bsf.jar ... .apache.bsf.BSFException be Throwable t Throwable te private void declareBeans (org.apache.bsf. ...
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java452 TransformerException te = new TransformerException(fmsg, this); in error() local
/external/opencv3/3rdparty/libtiff/
Dtif_fax3.c617 #define putcode(tif, te) Fax3PutBits(tif, (te)->code, (te)->length) argument
645 const tableentry* te = &tab[63 + (2560>>6)]; in putspan() local
654 const tableentry* te = &tab[63 + (span>>6)]; in putspan() local
/external/pdfium/third_party/libtiff/
Dtif_fax3.c618 #define putcode(tif, te) Fax3PutBits(tif, (te)->code, (te)->length) argument
646 const tableentry* te = &tab[63 + (2560>>6)]; in putspan() local
655 const tableentry* te = &tab[63 + (span>>6)]; in putspan() local
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java610 TransformerException te = new TransformerException(fmsg, m_sourceLocator); in error() local
655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator); in errorForDOM3() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java1032 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); in TestICUGetKeysAtTopLevel() local
1049 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); in TestICUGetKeysForResourceItem() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java1036 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); in TestICUGetKeysAtTopLevel() local
1053 UResourceBundle te = UResourceBundle.getBundleInstance(baseName, "te", testLoader); in TestICUGetKeysForResourceItem() local
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h243 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c481 struct translate_element *te; in u_vbuf_translate_begin() local
542 struct translate_element *te = &key[type].element[elem_index[type][i]]; in u_vbuf_translate_begin() local
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c368 TyEnt* te; in ML_() local
/external/skia/src/gpu/batches/
DGrPLSPathRenderer.cpp284 const PLSAATriangleEffect& te = args.fGP.cast<PLSAATriangleEffect>(); in onEmitCode() local
388 const PLSAATriangleEffect& te = gp.cast<PLSAATriangleEffect>(); in GenKey() local
/external/avahi/avahi-core/
Dwide-area.c348 static void expiry_event(AvahiTimeEvent *te, void *userdata) { in expiry_event()

123