HomeSort by relevance Sort by last modified time
    Searched refs:PERCENT (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmdls.h 30 typedef LONG PERCENT;
132 PERCENT ptSustain;
141 PERCENT ptSustain;
149 PERCENT ptDefaultPan;
  /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/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 175 PERCENT = 376,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_DecimalFormat.java 56 t_FormatWithField(9, format, number, text, NumberFormat.Field.PERCENT, 0, 0);
73 t_FormatWithField(20, format, number, text, NumberFormat.Field.PERCENT, 0, 0);
93 t_FormatWithField(31, format, number, text, NumberFormat.Field.PERCENT, 0, 0);
111 // test percent instance
199 v.add(new FieldContainer(6, 7, NumberFormat.Field.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 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 842 milliseconds

1 2 3 4