/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | aat-trak.tests | 1 ../fonts/TRAK.ttf::U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.alt=2+1000] 2 ../fonts/TRAK.ttf:--font-ptem=.5:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@10… 3 ../fonts/TRAK.ttf:--font-ptem=1:U+0041,U+0042,U+0043:[A.alt=0@100,0+1200|B=1@100,0+1200|C.alt=2@100… 4 ../fonts/TRAK.ttf:--font-ptem=2:U+0041,U+0042,U+0043:[A.alt=0@93,0+1187|B=1@93,0+1187|C.alt=2@93,0+… 5 ../fonts/TRAK.ttf:--font-ptem=9:U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.alt=2+1000] 6 ../fonts/TRAK.ttf:--font-ptem=24:U+0041,U+0042,U+0043:[A.alt=0@-12,0+976|B=1@-12,0+976|C.alt=2@-12,… 7 ../fonts/TRAK.ttf:--font-ptem=72:U+0041,U+0042,U+0043:[A.alt=0@-50,0+900|B=1@-50,0+900|C.alt=2@-50,… 8 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-107,0+786|B=1@-107,0+786|C.alt=2@-… 9 ../fonts/TRAK.ttf:--font-ptem=144:U+0041,U+0042,U+0043:[A.alt=0@-107,0+786|B=1@-107,0+786|C.alt=2@-… 10 …TRAK.ttf:--font-ptem=144 --features=-trak:U+0041,U+0042,U+0043:[A.alt=0+1000|B=1+1000|C.alt=2+1000] [all …]
|
/external/antlr/tool/src/main/java/org/antlr/analysis/ |
D | DFAState.java | 232 if ( c.alt < minAltInConfigurations ) { in addNFAConfiguration() 233 minAltInConfigurations = c.alt; in addNFAConfiguration() 242 cachedHashCode += c.state + c.alt; in addNFAConfiguration() 263 int alt, in addNFAConfiguration() argument 268 alt, in addNFAConfiguration() 434 int alt = NFA.INVALID_ALT_NUMBER; in getUniquelyPredictedAlt() local 444 if ( alt==NFA.INVALID_ALT_NUMBER ) { in getUniquelyPredictedAlt() 445 alt = configuration.alt; // found first nonresolved alt in getUniquelyPredictedAlt() 447 else if ( configuration.alt!=alt ) { in getUniquelyPredictedAlt() 451 this.cachedUniquelyPredicatedAlt = alt; in getUniquelyPredictedAlt() [all …]
|
D | LL1DFA.java | 62 for (int alt=1; alt<altLook.length; alt++) { in LL1DFA() 65 setAcceptState(alt, acceptAltState); in LL1DFA() 67 acceptAltState.cachedUniquelyPredicatedAlt = alt; in LL1DFA() 68 Label e = getLabelForSet(altLook[alt].tokenTypeSet); in LL1DFA() 100 int alt = alts.get(0); in LL1DFA() local 101 setAcceptState(alt, s); in LL1DFA() 102 s.cachedUniquelyPredicatedAlt = alt; in LL1DFA() 109 int alt = (int)alts.get(i); in LL1DFA() local 111 DFAState predDFATarget = getAcceptState(alt); in LL1DFA() 115 predDFATarget.cachedUniquelyPredicatedAlt = alt; in LL1DFA() [all …]
|
D | NFAToDFAConverter.java | 140 NFAState alt = dfa.decisionNFAStartState; in computeStartState() local 145 while ( alt!=null ) { in computeStartState() 159 closure((NFAState)alt.transition[0].target, in computeStartState() 169 closure((NFAState)alt.transition[0].target, in computeStartState() 181 if ( alt.transition[1] ==null ) { in computeStartState() 184 alt = (NFAState)alt.transition[1].target; in computeStartState() 478 c.alt, in closure() 592 int alt, in closure() argument 600 alt+" filling DFA state "+d.stateNumber+" with context "+context in closure() 614 alt, in closure() [all …]
|
D | NFAConfiguration.java | 43 public int alt; field in NFAConfiguration 90 int alt, in NFAConfiguration() argument 95 this.alt = alt; in NFAConfiguration() 114 this.alt==other.alt && in equals() 121 int h = state + alt + context.hashCode(); in hashCode() 135 buf.append(alt); in toString()
|
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/ |
D | MORX-25.tests | 1 …font-funcs=ft:U+0041,U+0042,U+0043,U+0044,U+0045:[A.alt|B.alt@1000,0|C.alt@2000,0|D.alt@3000,0|E.a… 3 …font-funcs=ft:U+0043,U+0042,U+0041,U+0042,U+0043:[C|B@596,0|A.alt@1222,0|B.alt@2222,0|C.alt@3222,0] 4 … --remove-default-ignorables --font-funcs=ft:U+0041,U+0042,U+0043:[A.alt|B.alt@1000,0|C.alt@2000,0] 6 …font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0041,U+0042:[A.alt|B.alt@1000,0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | cond-store-01.ll | 9 define void @f1(i8 *%ptr, i8 %alt, i32 %limit) { 18 %res = select i1 %cond, i8 %orig, i8 %alt 24 define void @f2(i8 *%ptr, i8 %alt, i32 %limit) { 33 %res = select i1 %cond, i8 %alt, i8 %orig 40 define void @f3(i8 *%ptr, i32 %alt, i32 %limit) { 50 %res = select i1 %cond, i32 %ext, i32 %alt 57 define void @f4(i8 *%ptr, i32 %alt, i32 %limit) { 67 %res = select i1 %cond, i32 %alt, i32 %ext 75 define void @f5(i8 *%ptr, i32 %alt, i32 %limit) { 85 %res = select i1 %cond, i32 %ext, i32 %alt [all …]
|
D | cond-store-02.ll | 9 define void @f1(i16 *%ptr, i16 %alt, i32 %limit) { 18 %res = select i1 %cond, i16 %orig, i16 %alt 24 define void @f2(i16 *%ptr, i16 %alt, i32 %limit) { 33 %res = select i1 %cond, i16 %alt, i16 %orig 40 define void @f3(i16 *%ptr, i32 %alt, i32 %limit) { 50 %res = select i1 %cond, i32 %ext, i32 %alt 57 define void @f4(i16 *%ptr, i32 %alt, i32 %limit) { 67 %res = select i1 %cond, i32 %alt, i32 %ext 75 define void @f5(i16 *%ptr, i32 %alt, i32 %limit) { 85 %res = select i1 %cond, i32 %ext, i32 %alt [all …]
|
D | cond-store-03.ll | 8 define void @f1(i32 *%ptr, i32 %alt, i32 %limit) { 17 %res = select i1 %cond, i32 %orig, i32 %alt 23 define void @f2(i32 *%ptr, i32 %alt, i32 %limit) { 32 %res = select i1 %cond, i32 %alt, i32 %orig 39 define void @f3(i32 *%ptr, i64 %alt, i32 %limit) { 49 %res = select i1 %cond, i64 %ext, i64 %alt 56 define void @f4(i32 *%ptr, i64 %alt, i32 %limit) { 66 %res = select i1 %cond, i64 %alt, i64 %ext 74 define void @f5(i32 *%ptr, i64 %alt, i32 %limit) { 84 %res = select i1 %cond, i64 %ext, i64 %alt [all …]
|
D | cond-store-04.ll | 8 define void @f1(i64 *%ptr, i64 %alt, i32 %limit) { 17 %res = select i1 %cond, i64 %orig, i64 %alt 23 define void @f2(i64 *%ptr, i64 %alt, i32 %limit) { 32 %res = select i1 %cond, i64 %alt, i64 %orig 38 define void @f3(i64 *%base, i64 %alt, i32 %limit) { 48 %res = select i1 %cond, i64 %orig, i64 %alt 55 define void @f4(i64 *%base, i64 %alt, i32 %limit) { 66 %res = select i1 %cond, i64 %orig, i64 %alt 72 define void @f5(i64 *%base, i64 %alt, i32 %limit) { 82 %res = select i1 %cond, i64 %orig, i64 %alt [all …]
|
D | cond-store-05.ll | 8 define void @f1(float *%ptr, float %alt, i32 %limit) { 17 %res = select i1 %cond, float %orig, float %alt 23 define void @f2(float *%ptr, float %alt, i32 %limit) { 32 %res = select i1 %cond, float %alt, float %orig 38 define void @f3(float *%base, float %alt, i32 %limit) { 48 %res = select i1 %cond, float %orig, float %alt 54 define void @f4(float *%base, float %alt, i32 %limit) { 64 %res = select i1 %cond, float %orig, float %alt 70 define void @f5(float *%base, float %alt, i32 %limit) { 80 %res = select i1 %cond, float %orig, float %alt [all …]
|
D | cond-store-06.ll | 8 define void @f1(double *%ptr, double %alt, i32 %limit) { 17 %res = select i1 %cond, double %orig, double %alt 23 define void @f2(double *%ptr, double %alt, i32 %limit) { 32 %res = select i1 %cond, double %alt, double %orig 38 define void @f3(double *%base, double %alt, i32 %limit) { 48 %res = select i1 %cond, double %orig, double %alt 54 define void @f4(double *%base, double %alt, i32 %limit) { 64 %res = select i1 %cond, double %orig, double %alt 70 define void @f5(double *%base, double %alt, i32 %limit) { 80 %res = select i1 %cond, double %orig, double %alt [all …]
|
D | cond-store-07.ll | 12 define void @f1(i32 *%ptr, i32 %alt, i32 %limit) { 19 %res = select i1 %cond, i32 %orig, i32 %alt 25 define void @f2(i32 *%ptr, i32 %alt, i32 %limit) { 32 %res = select i1 %cond, i32 %alt, i32 %orig 39 define void @f3(i32 *%ptr, i64 %alt, i32 %limit) { 47 %res = select i1 %cond, i64 %ext, i64 %alt 54 define void @f4(i32 *%ptr, i64 %alt, i32 %limit) { 62 %res = select i1 %cond, i64 %alt, i64 %ext 70 define void @f5(i32 *%ptr, i64 %alt, i32 %limit) { 78 %res = select i1 %cond, i64 %ext, i64 %alt [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-store-01.ll | 9 define void @f1(i8 *%ptr, i8 %alt, i32 %limit) { 18 %res = select i1 %cond, i8 %orig, i8 %alt 24 define void @f2(i8 *%ptr, i8 %alt, i32 %limit) { 33 %res = select i1 %cond, i8 %alt, i8 %orig 40 define void @f3(i8 *%ptr, i32 %alt, i32 %limit) { 50 %res = select i1 %cond, i32 %ext, i32 %alt 57 define void @f4(i8 *%ptr, i32 %alt, i32 %limit) { 67 %res = select i1 %cond, i32 %alt, i32 %ext 75 define void @f5(i8 *%ptr, i32 %alt, i32 %limit) { 85 %res = select i1 %cond, i32 %ext, i32 %alt [all …]
|
D | cond-store-02.ll | 9 define void @f1(i16 *%ptr, i16 %alt, i32 %limit) { 18 %res = select i1 %cond, i16 %orig, i16 %alt 24 define void @f2(i16 *%ptr, i16 %alt, i32 %limit) { 33 %res = select i1 %cond, i16 %alt, i16 %orig 40 define void @f3(i16 *%ptr, i32 %alt, i32 %limit) { 50 %res = select i1 %cond, i32 %ext, i32 %alt 57 define void @f4(i16 *%ptr, i32 %alt, i32 %limit) { 67 %res = select i1 %cond, i32 %alt, i32 %ext 75 define void @f5(i16 *%ptr, i32 %alt, i32 %limit) { 85 %res = select i1 %cond, i32 %ext, i32 %alt [all …]
|
D | cond-store-03.ll | 8 define void @f1(i32 *%ptr, i32 %alt, i32 %limit) { 17 %res = select i1 %cond, i32 %orig, i32 %alt 23 define void @f2(i32 *%ptr, i32 %alt, i32 %limit) { 32 %res = select i1 %cond, i32 %alt, i32 %orig 39 define void @f3(i32 *%ptr, i64 %alt, i32 %limit) { 49 %res = select i1 %cond, i64 %ext, i64 %alt 56 define void @f4(i32 *%ptr, i64 %alt, i32 %limit) { 66 %res = select i1 %cond, i64 %alt, i64 %ext 74 define void @f5(i32 *%ptr, i64 %alt, i32 %limit) { 84 %res = select i1 %cond, i64 %ext, i64 %alt [all …]
|
D | cond-store-04.ll | 8 define void @f1(i64 *%ptr, i64 %alt, i32 %limit) { 17 %res = select i1 %cond, i64 %orig, i64 %alt 23 define void @f2(i64 *%ptr, i64 %alt, i32 %limit) { 32 %res = select i1 %cond, i64 %alt, i64 %orig 38 define void @f3(i64 *%base, i64 %alt, i32 %limit) { 48 %res = select i1 %cond, i64 %orig, i64 %alt 55 define void @f4(i64 *%base, i64 %alt, i32 %limit) { 66 %res = select i1 %cond, i64 %orig, i64 %alt 72 define void @f5(i64 *%base, i64 %alt, i32 %limit) { 82 %res = select i1 %cond, i64 %orig, i64 %alt [all …]
|
D | cond-store-06.ll | 8 define void @f1(double *%ptr, double %alt, i32 %limit) { 17 %res = select i1 %cond, double %orig, double %alt 23 define void @f2(double *%ptr, double %alt, i32 %limit) { 32 %res = select i1 %cond, double %alt, double %orig 38 define void @f3(double *%base, double %alt, i32 %limit) { 48 %res = select i1 %cond, double %orig, double %alt 54 define void @f4(double *%base, double %alt, i32 %limit) { 64 %res = select i1 %cond, double %orig, double %alt 70 define void @f5(double *%base, double %alt, i32 %limit) { 80 %res = select i1 %cond, double %orig, double %alt [all …]
|
D | cond-store-05.ll | 8 define void @f1(float *%ptr, float %alt, i32 %limit) { 17 %res = select i1 %cond, float %orig, float %alt 23 define void @f2(float *%ptr, float %alt, i32 %limit) { 32 %res = select i1 %cond, float %alt, float %orig 38 define void @f3(float *%base, float %alt, i32 %limit) { 48 %res = select i1 %cond, float %orig, float %alt 54 define void @f4(float *%base, float %alt, i32 %limit) { 64 %res = select i1 %cond, float %orig, float %alt 70 define void @f5(float *%base, float %alt, i32 %limit) { 80 %res = select i1 %cond, float %orig, float %alt [all …]
|
D | cond-store-07.ll | 8 define void @f1(i32 *%ptr, i32 %alt, i32 %limit) { 15 %res = select i1 %cond, i32 %orig, i32 %alt 21 define void @f2(i32 *%ptr, i32 %alt, i32 %limit) { 28 %res = select i1 %cond, i32 %alt, i32 %orig 35 define void @f3(i32 *%ptr, i64 %alt, i32 %limit) { 43 %res = select i1 %cond, i64 %ext, i64 %alt 50 define void @f4(i32 *%ptr, i64 %alt, i32 %limit) { 58 %res = select i1 %cond, i64 %alt, i64 %ext 66 define void @f5(i32 *%ptr, i64 %alt, i32 %limit) { 74 %res = select i1 %cond, i64 %ext, i64 %alt [all …]
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | LeftRecursiveRuleAnalyzer.java | 61 public void setTokenPrec(GrammarAST t, int alt) { in setTokenPrec() argument 63 tokenToPrec.put(ttype, alt); in setTokenPrec() 77 if ( altAssociativity.get(alt)!=null && altAssociativity.get(alt)!=assoc ) { in setTokenPrec() 78 ErrorManager.error(ErrorManager.MSG_ALL_OPS_NEED_SAME_ASSOC, alt); in setTokenPrec() 80 altAssociativity.put(alt, assoc); in setTokenPrec() 86 public void binaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in binaryAlt() argument 94 int nextPrec = nextPrecedence(alt); in binaryAlt() 107 binaryAlts.put(alt, altText + (rewriteText != null ? " " + rewriteText : "")); in binaryAlt() 113 public void ternaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { in ternaryAlt() argument 120 int nextPrec = nextPrecedence(alt); in ternaryAlt() [all …]
|
/external/libmpeg2/common/x86/ |
D | ideint_cac_ssse3.c | 101 WORD32 alt[2] = {0}; in ideint_cac_8x8_ssse3() local 148 alt[0] += ABS_DIF(sum_1, sum_3); in ideint_cac_8x8_ssse3() 149 alt[0] += ABS_DIF(sum_2, sum_4); in ideint_cac_8x8_ssse3() 163 alt[1] += ABS_DIF(sum_1, sum_3); in ideint_cac_8x8_ssse3() 164 alt[1] += ABS_DIF(sum_2, sum_4); in ideint_cac_8x8_ssse3() 222 alt[0] += diff_sum << 2; in ideint_cac_8x8_ssse3() 225 alt[1] += diff_sum << 2; in ideint_cac_8x8_ssse3() 228 alt[0] += (alt[0] >> SAD_BIAS_MULT_SHIFT) + (SAD_BIAS_ADDITIVE >> 1); in ideint_cac_8x8_ssse3() 229 alt[1] += (alt[1] >> SAD_BIAS_MULT_SHIFT) + (SAD_BIAS_ADDITIVE >> 1); in ideint_cac_8x8_ssse3() 231 ca = (alt[0] < adj[0]); in ideint_cac_8x8_ssse3() [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/ |
D | ST.stg | 109 rewriteTemplateAltFirst(alt) ::= << 110 <if(alt.pred)> 111 if <alt.pred>: 112 # <alt.description> 113 retval.st = <alt.alt> 116 # <alt.description> 117 retval.st = <alt.alt> 122 rewriteTemplateAlt(alt) ::= << 123 <if(alt.pred)>if <alt.pred>: 124 # <alt.description> [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ST.stg | 109 rewriteTemplateAltFirst(alt) ::= << 110 <if(alt.pred)> 111 if <alt.pred>: 112 # <alt.description> 113 retval.st = <alt.alt> 116 # <alt.description> 117 retval.st = <alt.alt> 122 rewriteTemplateAlt(alt) ::= << 123 <if(alt.pred)>if <alt.pred>: 124 # <alt.description> [all …]
|
/external/icu/icu4c/source/data/zone/ |
D | is.txt | 1307 ls{"Staðaltími í Vestur-Afríku"} 1312 ls{"Staðaltími í Alaska"} 1317 ls{"Staðaltími á Amasónsvæðinu"} 1322 ls{"Staðaltími í miðhluta Bandaríkjanna og Kanada"} 1327 ls{"Staðaltími í austurhluta Bandaríkjanna og Kanada"} 1332 ls{"Staðaltími í Klettafjöllum"} 1337 ls{"Staðaltími á Kyrrahafssvæðinu"} 1342 ls{"Staðaltími í Anadyr"} 1347 ls{"Staðaltími í Apía"} 1352 ls{"Staðaltími í Arabíu"} [all …]
|