/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic-machine.hh | 1575 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables() 1583 te = 0; in find_syllables() 1630 {te = p+1;} in find_syllables() 1634 {te = p+1;{ found_syllable (consonant_syllable); }} in find_syllables() 1638 {te = p+1;{ found_syllable (vowel_syllable); }} in find_syllables() 1642 {te = p+1;{ found_syllable (standalone_cluster); }} in find_syllables() 1646 {te = p+1;{ found_syllable (symbol_cluster); }} in find_syllables() 1650 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables() 1654 {te = p+1;{ found_syllable (non_indic_cluster); }} in find_syllables() 1658 {te = p;p--;{ found_syllable (consonant_syllable); }} in find_syllables() [all …]
|
D | hb-ot-shape-complex-use-machine.hh | 383 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables() 391 te = 0; in find_syllables() 440 {te = p+1;} in find_syllables() 444 {te = p+1;{ found_syllable (independent_cluster); }} in find_syllables() 448 {te = p+1;{ found_syllable (consonant_cluster); }} in find_syllables() 452 {te = p+1;{ found_syllable (vowel_cluster); }} in find_syllables() 456 {te = p+1;{ found_syllable (number_joiner_terminated_cluster); }} in find_syllables() 460 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables() 464 {te = p;p--;{ found_syllable (independent_cluster); }} in find_syllables() 468 {te = p;p--;{ found_syllable (virama_terminated_cluster); }} in find_syllables() [all …]
|
D | hb-ot-shape-complex-myanmar-machine.hh | 284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables() 292 te = 0; in find_syllables() 339 {te = p+1;{ found_syllable (consonant_syllable); }} in find_syllables() 343 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables() 347 {te = p+1;{ found_syllable (punctuation_cluster); }} in find_syllables() 351 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables() 355 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables() 359 {te = p;p--;{ found_syllable (consonant_syllable); }} in find_syllables() 363 {te = p;p--;{ found_syllable (broken_cluster); }} in find_syllables() 367 {te = p;p--;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
|
/external/ipsec-tools/src/racoon/ |
D | throttle.c | 75 struct throttle_entry *te; local 78 len = sizeof(*te) 82 if ((te = racoon_malloc(len)) == NULL) 85 te->penalty = time(NULL) + isakmp_cfg_config.auth_throttle; 86 memcpy(&te->host, addr, sysdep_sa_len(addr)); 87 TAILQ_INSERT_HEAD(&throttle_list, te, next); 89 return te; 97 struct throttle_entry *te; local 107 RACOON_TAILQ_FOREACH_REVERSE(te, &throttle_list, throttle_list, next) { 111 if (te->penalty < now) { [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | tytypes.c | 51 Bool ML_(TyEnt__is_type)( const TyEnt* te ) in ML_() 53 switch (te->tag) { in ML_() 83 void ML_(pp_TyEnt)( const TyEnt* te ) in ML_() 85 VG_(printf)("0x%05lx ", te->cuOff); in ML_() 86 switch (te->tag) { in ML_() 91 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR); in ML_() 98 te->Te.Atom.valueKnown ? "" : "unknown:", in ML_() 99 te->Te.Atom.value, te->Te.Atom.name); in ML_() 102 if (te->Te.Field.nLoc == -1) in ML_() 104 te->Te.Field.typeR, te->Te.Field.pos.offset, in ML_() [all …]
|
/external/icu/icu4c/source/data/rbnf/ |
D | nb.txt | 153 "1000000: \u00E9n million>%%ord-masc-te>;", 155 "1000000000: \u00E9n milliard>%%ord-masc-te>;", 157 "1000000000000: \u00E9n billion>%%ord-masc-te>;", 159 "1000000000000000: \u00E9n billiard>%%ord-masc-te>;", 168 "%%ord-masc-te:", 169 "0: te;", 172 "0: te;", 201 "1000000: \u00E9n million>%%ord-neut-te>;", 203 "1000000000: \u00E9n milliard>%%ord-neut-te>;", 205 "1000000000000: \u00E9n billion>%%ord-neut-te>;", [all …]
|
D | da.txt | 119 "1000000: million>%%ord-te-c>;", 121 "1000000000: milliard>%%ord-te-c>;", 123 "1000000000000: billion>%%ord-te-c>;", 125 "1000000000000000: billiard>%%ord-te-c>;", 135 "%%ord-te-c:", 136 "0: te;", 139 "0: te;", 158 "1000000000: milliard>%%ord-te-n>;", 160 "1000000000000: billion>%%ord-te-n>;", 162 "1000000000000000: billiard>%%ord-te-n>;", [all …]
|
D | sv.txt | 164 "1000000: en miljon>%%ord-fem-te>;", 166 "1000000000: en miljard>%%ord-fem-te>;", 168 "1000000000000: en biljon>%%ord-fem-te>;", 170 "1000000000000000: en biljard>%%ord-fem-te>;", 179 "%%ord-fem-te:", 180 "0: te;", 183 "0: te;", 212 "1000000: en miljon>%%ord-masc-te>;", 214 "1000000000: en miljard>%%ord-masc-te>;", 216 "1000000000000: en biljon>%%ord-masc-te>;", [all …]
|
/external/mksh/src/ |
D | funcs.c | 2859 Test_env te; in c_test() local 2863 te.flags = 0; in c_test() 2864 te.isa = ptest_isa; in c_test() 2865 te.getopnd = ptest_getopnd; in c_test() 2866 te.eval = test_eval; in c_test() 2867 te.error = ptest_error; in c_test() 2879 te.pos.wp = wp + 1; in c_test() 2880 te.wp_end = wp + argc; in c_test() 2897 if (ptest_isa(&te, TM_NOT)) { in c_test() 2901 if ((op = ptest_isa(&te, TM_UNOP))) { in c_test() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 100 te = type_expression(None) 105 te.expr.append(tn) 106 tt.add_type( te ) 192 te = type_expression.built_in_types.find_type( type_name ) 193 if not te: 194 te = extra_types.find_type( type_name ) 196 if not te: 199 self.expr = copy.deepcopy(te.expr) 291 te = type_expression( t ) variable 292 print 'Got "%s" (%u, %u).' % (te.string(), te.get_stack_size(), te.get_element_size())
|
/external/opencv/ml/src/ |
D | mlestimate.cpp | 167 double te, te1; 210 te = responses_result[*data]; 213 sum_p += te; 215 sum_pp += te * te; 216 sum_cp += te1 * te; 217 te -= te1; 218 sq_err += te * te; 229 te = responses_result[*data]; 232 sum_p += te; 234 sum_pp += te * te; [all …]
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 239 Entry te = null, be = null; in comparePrefixes() local 243 te = prefixes.next(); in comparePrefixes() 244 tp = te.chars.toString(); in comparePrefixes() 246 te = null; in comparePrefixes() 265 assert (te != null); in comparePrefixes() 266 addPrefix(data, tp, c, te.value); in comparePrefixes() 267 te = null; in comparePrefixes() 277 assert (te != null && be != null); in comparePrefixes() 278 compare(c, te.value, be.value); in comparePrefixes() 280 te = be = null; in comparePrefixes() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | TailoredSet.java | 241 Entry te = null, be = null; in comparePrefixes() local 245 te = prefixes.next(); in comparePrefixes() 246 tp = te.chars.toString(); in comparePrefixes() 248 te = null; in comparePrefixes() 267 assert (te != null); in comparePrefixes() 268 addPrefix(data, tp, c, te.value); in comparePrefixes() 269 te = null; in comparePrefixes() 279 assert (te != null && be != null); in comparePrefixes() 280 compare(c, te.value, be.value); in comparePrefixes() 282 te = be = null; in comparePrefixes() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | testaliases.txt | 48 KeyAlias0PST:alias { "te/zoneStrings/2/0" } //"America/Los_Angeles", 49 KeyAlias1PacificStandardTime:alias { "te/zoneStrings/2/1" } //"Pacific Standard Time", 50 KeyAlias2PDT:alias { "te/zoneStrings/2/4" } //"PDT", 51 KeyAlias3LosAngeles:alias { "te/zoneStrings/2/5" } //"Los Angeles", 54 :alias { "te/zoneStrings/2/0" } //"America/Los_Angeles", 55 :alias { "te/zoneStrings/2/1" } //"Pacific Standard Time", 56 :alias { "te/zoneStrings/2/4" } //"PDT", 57 :alias { "te/zoneStrings/2/5" } //"Los Angeles",
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPath.java | 339 catch (TransformerException te) in execute() 341 te.setLocator(this.getLocator()); in execute() 345 el.error(te); in execute() 348 throw te; in execute() 365 TransformerException te = new TransformerException(msg, in execute() 371 el.fatalError(te); in execute() 374 throw te; in execute() 414 catch (TransformerException te) in bool() 416 te.setLocator(this.getLocator()); in bool() 420 el.error(te); in bool() [all …]
|
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
D | EntityManagerProvisionTest.java | 56 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn() local 58 dao.persist(te); in testEntityManagerLifecyclePerTxn() 68 + " (persistent object persists)", dao.contains(te)); in testEntityManagerLifecyclePerTxn() 76 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn2() local 78 dao.persist(te); in testEntityManagerLifecyclePerTxn2() 88 + " (persistent object persists)", dao.contains(te)); in testEntityManagerLifecyclePerTxn2()
|
D | EntityManagerPerRequestProvisionTest.java | 61 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn() local 63 dao.persist(te); in testEntityManagerLifecyclePerTxn() 73 + " (persistent object does not persist)", dao.contains(te)); in testEntityManagerLifecyclePerTxn() 81 JpaTestEntity te = new JpaTestEntity(); in testEntityManagerLifecyclePerTxn2() local 83 dao.persist(te); in testEntityManagerLifecyclePerTxn2() 95 + " (persistent object doesnt persist)", dao.contains(te)); in testEntityManagerLifecyclePerTxn2()
|
D | DynamicFinderTest.java | 61 JpaTestEntity te = new JpaTestEntity(); in testDynamicFinderListAll() local 62 te.setText("HIAjsOKAOSD" + new Date() + UUID.randomUUID()); in testDynamicFinderListAll() 64 dao.persist(te); in testDynamicFinderListAll() 74 assertEquals(te, list.get(0)); in testDynamicFinderListAll()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTAttributeDef.java | 524 catch (TransformerException te) in processAVT() 526 throw new org.xml.sax.SAXException(te); in processAVT() 554 catch (TransformerException te) in processCDATA() 556 throw new org.xml.sax.SAXException(te); in processCDATA() 593 catch (TransformerException te) in processCHAR() 595 throw new org.xml.sax.SAXException(te); in processCHAR() 636 catch (TransformerException te) in processENUM() 638 throw new org.xml.sax.SAXException(te); in processENUM() 686 catch (TransformerException te) in processENUM_OR_PQNAME() 688 throw new org.xml.sax.SAXException(te); in processENUM_OR_PQNAME() [all …]
|
D | StylesheetHandler.java | 492 catch (TransformerException te) in endDocument() 494 throw new org.xml.sax.SAXException(te); in endDocument() 863 catch (TransformerException te) in warn() 865 throw new org.xml.sax.SAXException(te); in warn() 920 catch (TransformerException te) in error() 922 throw new org.xml.sax.SAXException(te); in error() 975 catch (TransformerException te) in warning() 977 throw new org.xml.sax.SAXException(te); in warning() 1003 catch (TransformerException te) in error() 1005 throw new org.xml.sax.SAXException(te); in error() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemExtensionCall.java | 222 TransformerException te = new TransformerException(XSLMessages.createMessage( in execute() local 224 transformer.getErrorListener().fatalError(te); in execute() 244 TransformerException te = (TransformerException)e; in execute() 245 if(null == te.getLocator()) in execute() 246 te.setLocator(this); in execute() 248 transformer.getErrorListener().fatalError(te); in execute()
|
/external/google-breakpad/src/client/mac/sender/nl.lproj/ |
D | Localizable.strings | 3 …d. Een rapport is klaargemaakt dat u kan versturen naar %@ om het probleem te helpen identificeren… 6 …eïnvloed. Een rapport is klaargemaakt dat u kan versturen naar %1$@ om %2$@ te helpen verbeteren."; 8 "commentsMsg" = "Help ons het probleem op te lossen door te beschrijven wat er gebeurde voor de cra…
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.c | 341 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 342 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() 345 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype() 353 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 354 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() 363 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 365 lp_dump_llvmtype(te); in lp_dump_llvmtype()
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | XPathImpl.java | 288 } catch ( javax.xml.transform.TransformerException te ) { in evaluate() 289 Throwable nestedException = te.getException(); in evaluate() 295 throw new XPathExpressionException ( te ); in evaluate() 407 } catch ( javax.xml.transform.TransformerException te ) { in compile() 408 throw new XPathExpressionException ( te ) ; in compile() 482 } catch ( javax.xml.transform.TransformerException te ) { in evaluate() 483 Throwable nestedException = te.getException(); in evaluate() 487 throw new XPathExpressionException ( te ); in evaluate()
|
/external/curl/tests/data/ |
D | test58 | 29 http://%HOSTIP:%HTTPPORT/we/want/ -T log/58te[]st.txt -g 31 <file name="log/58te[]st.txt"> 42 PUT /we/want/58te%5B%5Dst.txt HTTP/1.1
|