Searched refs:otherData (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | floating_action_button_theme.dart | 168 final FloatingActionButtonThemeData otherData = other; 169 return otherData.foregroundColor == foregroundColor 170 && otherData.backgroundColor == backgroundColor 171 && otherData.focusColor == focusColor 172 && otherData.hoverColor == hoverColor 173 && otherData.splashColor == splashColor 174 && otherData.elevation == elevation 175 && otherData.focusElevation == focusElevation 176 && otherData.hoverElevation == hoverElevation 177 && otherData.disabledElevation == disabledElevation [all …]
|
D | theme_data.dart | 1156 final ThemeData otherData = other; 1160 return (otherData.brightness == brightness) && 1161 (otherData.primaryColor == primaryColor) && 1162 (otherData.primaryColorBrightness == primaryColorBrightness) && 1163 (otherData.primaryColorLight == primaryColorLight) && 1164 (otherData.primaryColorDark == primaryColorDark) && 1165 (otherData.accentColor == accentColor) && 1166 (otherData.accentColorBrightness == accentColorBrightness) && 1167 (otherData.canvasColor == canvasColor) && 1168 (otherData.scaffoldBackgroundColor == scaffoldBackgroundColor) && [all …]
|
D | chip_theme.dart | 462 final ChipThemeData otherData = other; 463 return otherData.backgroundColor == backgroundColor 464 && otherData.deleteIconColor == deleteIconColor 465 && otherData.disabledColor == disabledColor 466 && otherData.selectedColor == selectedColor 467 && otherData.secondarySelectedColor == secondarySelectedColor 468 && otherData.shadowColor == shadowColor 469 && otherData.selectedShadowColor == selectedShadowColor 470 && otherData.labelPadding == labelPadding 471 && otherData.padding == padding [all …]
|
D | slider_theme.dart | 779 final SliderThemeData otherData = other; 780 return otherData.trackHeight == trackHeight 781 && otherData.activeTrackColor == activeTrackColor 782 && otherData.inactiveTrackColor == inactiveTrackColor 783 && otherData.disabledActiveTrackColor == disabledActiveTrackColor 784 && otherData.disabledInactiveTrackColor == disabledInactiveTrackColor 785 && otherData.activeTickMarkColor == activeTickMarkColor 786 && otherData.inactiveTickMarkColor == inactiveTickMarkColor 787 && otherData.disabledActiveTickMarkColor == disabledActiveTickMarkColor 788 && otherData.disabledInactiveTickMarkColor == disabledInactiveTickMarkColor [all …]
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
D | IcuDataTest.java | 22 IcuData otherData = new IcuData("other-name", false); in testSimple() local 23 assertThat(otherData.getName()).isEqualTo("other-name"); in testSimple() 24 assertThat(otherData.hasFallback()).isFalse(); in testSimple()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | SubresourceStorage.h | 312 const U& otherData = other.DataInline(aspectIndex); in Merge() local 315 mergeFunc(subrange, data, otherData); in Merge() 328 const U& otherData = other.Data(aspectIndex, layer); in Merge() local 331 mergeFunc(subrange, data, otherData); in Merge()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SpoofChecker.java | 1817 SpoofData otherData = (SpoofData) other; in equals() local 1818 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals() 1820 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals() 1822 if (!Utility.sameObjects(fCFUStrings, otherData.fCFUStrings) && fCFUStrings != null in equals() 1823 && !fCFUStrings.equals(otherData.fCFUStrings)) in equals()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1886 SpoofData otherData = (SpoofData) other; in equals() local 1887 if (!Arrays.equals(fCFUKeys, otherData.fCFUKeys)) in equals() 1889 if (!Arrays.equals(fCFUValues, otherData.fCFUValues)) in equals() 1891 if (!Utility.sameObjects(fCFUStrings, otherData.fCFUStrings) && fCFUStrings != null in equals() 1892 && !fCFUStrings.equals(otherData.fCFUStrings)) in equals()
|
/third_party/node/test/parallel/ |
D | test-crypto-sign-verify.js | 468 const otherData = Buffer.from('Goodbye world'); constant 469 const otherSig = crypto.sign(algo, otherData, pair.private);
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | SubresourceStorageTests.cpp | 472 s->Merge(other, [&](const SubresourceRange& range, T* data, const U& otherData) { in CallMergeOnBoth() argument 474 mergeFunc(range, data, otherData); in CallMergeOnBoth()
|
/third_party/openssl/crypto/cms/ |
D | cms_local.h | 59 void *otherData; member
|