/external/chromium_org/third_party/WebKit/Source/core/css/ |
StylePropertySerializer.cpp | 38 DEFINE_STATIC_LOCAL(String, initial, ("initial")); 40 return value.length() == 7 && (value == initial || value == inherit); 229 if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID)) 507 // All components are "initial" and "top" is not implicit. 559 // Now stitch the properties together. Implicit initial values are flagged as such and 600 // background-repeat-x(y) or mask-repeat-x(y) may be like this : "initial, repeat". We can omit the implicit initial values 657 if (commonValueInitialized && commonValue != "initial" && commonValue != "inherit") 756 if (value == "initial") [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.cpp | 691 // Create initial rule 711 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type 768 // Create initial transition [all...] |
rbtz.cpp | 576 RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, 583 // Initial rule 584 initial = fInitialRule;
|
simpletz.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzrulets.cpp | 166 "RBTZ_Initial", // Initial time Name 407 // Try to add an initial rule 408 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0); 660 const InitialTimeZoneRule *initial; local 662 tz->getTimeZoneRules(initial, trsrules, ruleCount, status); 666 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); 825 // because there is no good way to represent the initial time with 1118 InitialTimeZoneRule *initial; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ipaddress_unittest.cc | 172 bool CheckTruncateIP(const std::string& initial, int truncate_length, 175 IPFromString(initial, &addr); [all...] |
/external/chromium_org/v8/test/mjsunit/ |
large-object-allocation.js | 284 // instance size is not checked when allocating the initial map for MultiProp.
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 78 ; load coefficients into v0-v7 and initial history into v8-v15 327 ; load coefficients into v0-v1 and initial history into v2-v3
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 80 # load coefficients into v0-v7 and initial history into v8-v15 329 # load coefficients into v0-v1 and initial history into v2-v3
|
/external/icu4c/i18n/ |
olsontz.cpp | 723 // Create initial rule 743 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type 800 // Create initial transition [all...] |
rbtz.cpp | 598 RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial, 605 // Initial rule 606 initial = fInitialRule;
|
simpletz.cpp | [all...] |
/external/icu4c/test/intltest/ |
tzrulets.cpp | 167 "RBTZ_Initial", // Initial time Name 408 // Try to add an initial rule 409 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0); 661 const InitialTimeZoneRule *initial; local 663 tz->getTimeZoneRules(initial, trsrules, ruleCount, status); 667 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); 826 // because there is no good way to represent the initial time with 1119 InitialTimeZoneRule *initial; local [all...] |
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 161 In both of these cases in which the initial audio PCM starting
|
/external/v8/src/ |
platform-freebsd.cc | 243 void* initial) { 246 int result = fwrite(initial, size, 1, file);
|
platform-linux.cc | 449 void* initial) { 452 int result = fwrite(initial, size, 1, file); [all...] |
platform-openbsd.cc | 256 void* initial) { 259 int result = fwrite(initial, size, 1, file);
|
/external/v8/test/mjsunit/ |
large-object-allocation.js | 284 // instance size is not checked when allocating the initial map for MultiProp.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandlerTest.java | 563 // The initial (default value); revert to this one after cycling, 564 Object initial = values.parameters.get(parameter.id); local 600 values.parameters.put(parameter.id, initial); [all...] |
/external/chromium_org/remoting/webapp/ |
format_iq.js | 206 } else if (dname == 'initial-resolution') { 230 result += '\n initial resolution: ' + resolution;
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
input.py | [all...] |
/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectInputStreamTest.java | 384 public void assertDeserialized(Serializable initial,
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
PropertyChangeSupportTest.java | [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 335 // the initial proxy settings fetch.
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.js | 88 * Perform initial setup.
|