/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolverStats.cpp | 37 #define PERCENT(x, y) ((!y) ? 0 : (((x) * 100.0) / (y))) 65 output.append(String::format(" %u calls were made to findSharedStyle, %u found a candidate to share with (%.2f%%).\n", sharedStyleLookups, sharedStyleFound, PERCENT(sharedStyleFound, sharedStyleLookups))); 67 output.append(String::format(" %u candidates could have matched but were not in the list when searching (%.2f%%).\n", sharedStyleMissed, PERCENT(sharedStyleMissed, sharedStyleLookups))); 70 PERCENT(sharedStylesRejected, sharedStyleFound), 71 PERCENT(sharedStyleRejectedByUncommonAttributeRules, sharedStylesRejected), 72 PERCENT(sharedStyleRejectedBySiblingRules, sharedStylesRejected), 73 PERCENT(sharedStyleRejectedByParent, sharedStylesRejected))); 74 output.append(String::format(" %u of found styles were used for sharing (%.2f%%).\n", sharedStylesUsed, PERCENT(sharedStylesUsed, sharedStyleFound))); 75 output.append(String::format(" %.2f%% of calls to findSharedStyle returned a shared style.\n", PERCENT(sharedStylesUsed, sharedStyleLookups))); 80 output.append(String::format(" %u calls to applyMatchedProperties, %u hit the cache (%.2f%%).\n", matchedPropertyApply, matchedPropertyCacheHit, PERCENT(matchedPropertyCacheHit, matchedPropertyApply))) [all...] |
/external/nist-sip/java/gov/nist/core/ |
Separators.java | 59 public static final String PERCENT = "%";
|
GenericObjectList.java | 92 protected static final String PERCENT = Separators.PERCENT;
|
GenericObject.java | 71 protected static final String PERCENT = Separators.PERCENT;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreePatternLexer.cs | 42 public const int PERCENT = 5; 96 return PERCENT;
|
TreePatternParser.cs | 73 ttype == TreePatternLexer.PERCENT || 97 if (ttype == TreePatternLexer.PERCENT) {
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreePatternLexer.java | 36 public static final int PERCENT = 5; 91 return PERCENT;
|
TreePatternParser.java | 71 ttype==TreePatternLexer.PERCENT || 96 if ( ttype == TreePatternLexer.PERCENT ) {
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
token.h | 36 #define PERCENT 24
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
token.h | 36 #define PERCENT 24
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 33 PERCENT = 24
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
token.py | 33 PERCENT = 24
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_DecimalFormat.java | 68 t_FormatWithField(9, format, number, text, NumberFormat.Field.PERCENT, 96 t_FormatWithField(20, format, number, text, NumberFormat.Field.PERCENT, 124 t_FormatWithField(31, format, number, text, NumberFormat.Field.PERCENT, 147 // test percent instance 237 v.add(new FieldContainer(6, 7, NumberFormat.Field.PERCENT));
|
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_tab.h | 143 PERCENT = 343,
|
glslang.l | 241 "%" { return PERCENT; }
|
/libcore/support/src/test/java/tests/support/ |
Support_DecimalFormat.java | 67 t_FormatWithField(9, format, number, text, NumberFormat.Field.PERCENT, 95 t_FormatWithField(20, format, number, text, NumberFormat.Field.PERCENT, 125 t_FormatWithField(31, format, number, text, NumberFormat.Field.PERCENT, 148 // test percent instance 239 v.add(new FieldContainer(6, 7, NumberFormat.Field.PERCENT));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
token.py | 37 PERCENT = 24
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
token.py | 37 PERCENT = 24
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)* 422 PERCENT : '%' ;
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 62 PERCENT = 5 119 return PERCENT 194 while self.ttype in (BEGIN, ID, PERCENT, DOT): 217 if self.ttype == PERCENT:
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 204 public static final int PERCENT = (int) '%';
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/libcore/luni/src/main/java/java/text/ |
NumberFormat.java | 795 * This constant stands for the percent symbol. 797 public static final Field PERCENT = new Field("percent");
|
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | [all...] |