/third_party/flutter/flutter/packages/flutter_localizations/test/cupertino/ |
D | translations_test.dart | 18 expect(localizations.datePickerYear(0), isNotNull); 19 expect(localizations.datePickerYear(1), isNotNull); 20 expect(localizations.datePickerYear(2), isNotNull); 21 expect(localizations.datePickerYear(10), isNotNull); 23 expect(localizations.datePickerMonth(1), isNotNull); 24 expect(localizations.datePickerMonth(2), isNotNull); 25 expect(localizations.datePickerMonth(11), isNotNull); 26 expect(localizations.datePickerMonth(12), isNotNull); 28 expect(localizations.datePickerDayOfMonth(0), isNotNull); 29 expect(localizations.datePickerDayOfMonth(1), isNotNull); [all …]
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | localizations_test.dart | 12 expect(localizations.openAppDrawerTooltip, isNotNull); 13 expect(localizations.backButtonTooltip, isNotNull); 14 expect(localizations.closeButtonTooltip, isNotNull); 15 expect(localizations.deleteButtonTooltip, isNotNull); 16 expect(localizations.nextMonthTooltip, isNotNull); 17 expect(localizations.previousMonthTooltip, isNotNull); 18 expect(localizations.nextPageTooltip, isNotNull); 19 expect(localizations.previousPageTooltip, isNotNull); 20 expect(localizations.showMenuTooltip, isNotNull); 21 expect(localizations.licensesPageTitle, isNotNull); [all …]
|
D | typography_test.dart | 13 expect(typography, isNotNull, reason: 'null typography for $platform'); 14 expect(typography.black, isNotNull, reason: 'null black typography for $platform'); 15 expect(typography.white, isNotNull, reason: 'null white typography for $platform');
|
D | page_transitions_theme_test.dart | 13 expect(theme.builders, isNotNull); 14 expect(theme.builders[TargetPlatform.android], isNotNull); 15 expect(theme.builders[TargetPlatform.iOS], isNotNull);
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | localizations_test.dart | 12 expect(localizations.datePickerYear(2018), isNotNull); 13 expect(localizations.datePickerMonth(1), isNotNull); 14 expect(localizations.datePickerDayOfMonth(1), isNotNull); 15 expect(localizations.datePickerHour(0), isNotNull); 16 expect(localizations.datePickerHourSemanticsLabel(0), isNotNull); 17 expect(localizations.datePickerMinute(0), isNotNull); 18 expect(localizations.datePickerMinuteSemanticsLabel(0), isNotNull); 19 expect(localizations.datePickerMediumDate(DateTime.now()), isNotNull); 20 expect(localizations.datePickerDateOrder, isNotNull); 21 expect(localizations.datePickerDateTimeOrder, isNotNull); [all …]
|
/third_party/flutter/flutter/packages/flutter_localizations/test/material/ |
D | translations_test.dart | 18 expect(localizations.openAppDrawerTooltip, isNotNull); 19 expect(localizations.backButtonTooltip, isNotNull); 20 expect(localizations.closeButtonTooltip, isNotNull); 21 expect(localizations.nextMonthTooltip, isNotNull); 22 expect(localizations.previousMonthTooltip, isNotNull); 23 expect(localizations.nextPageTooltip, isNotNull); 24 expect(localizations.previousPageTooltip, isNotNull); 25 expect(localizations.showMenuTooltip, isNotNull); 26 expect(localizations.licensesPageTitle, isNotNull); 27 expect(localizations.rowsPerPageTitle, isNotNull); [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | banner_test.dart | 42 expect(translateCommand, isNotNull); 50 expect(rotateCommand, isNotNull); 70 expect(translateCommand, isNotNull); 78 expect(rotateCommand, isNotNull); 98 expect(translateCommand, isNotNull); 106 expect(rotateCommand, isNotNull); 126 expect(translateCommand, isNotNull); 134 expect(rotateCommand, isNotNull); 154 expect(translateCommand, isNotNull); 162 expect(rotateCommand, isNotNull); [all …]
|
D | default_text_style_test.dart | 23 expect(text, isNotNull); 36 expect(text, isNotNull); 64 expect(text1, isNotNull); 82 expect(text2, isNotNull); 92 expect(text3, isNotNull);
|
D | page_storage_test.dart | 30 expect(PageStorage.of(builderElement), isNotNull); 62 expect(PageStorage.of(builderElement), isNotNull); 71 expect(PageStorage.of(builderElement), isNotNull);
|
D | render_object_widget_test.dart | 51 expect(element, isNotNull); 59 expect(element, isNotNull); 71 expect(element, isNotNull); 76 expect(renderObject.child, isNotNull); 87 expect(element, isNotNull);
|
D | editable_text_utils.dart | 12 expect(root, isNotNull); 23 expect(renderEditable, isNotNull);
|
D | scroll_behavior_test.dart | 48 expect(behavior, isNotNull); 63 expect(behavior, isNotNull);
|
D | scroll_notification_test.dart | 30 expect(start.dragDetails, isNotNull); 38 expect(update.dragDetails, isNotNull); 47 expect(end.dragDetails, isNotNull);
|
D | build_scope_test.dart | 168 expect(tester.takeException(), isNotNull); 211 expect(state.built, isNotNull); 224 expect(state.built, isNotNull);
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | window_hooks_integration_test.dart | 142 expect(runZone, isNotNull); 161 expect(runZone, isNotNull); 180 expect(runZone, isNotNull); 197 expect(runZone, isNotNull); 215 expect(runZone, isNotNull); 234 expect(runZone, isNotNull); 253 expect(runZone, isNotNull); 255 expect(enabled, isNotNull); 275 expect(runZone, isNotNull); 295 expect(runZone, isNotNull); [all …]
|
D | plugin_utilities_test.dart | 23 expect(hTop, isNotNull); 27 expect(topClosure, isNotNull); 32 expect(hGetInt, isNotNull); 36 expect(getIntClosure, isNotNull);
|
D | gradient_test.dart | 18 isNotNull, 36 isNotNull); 51 isNotNull);
|
D | path_test.dart | 119 expect(simpleHorizontalMetrics.iterator.current, isNotNull); 125 expect(posTan, isNotNull); 136 expect(simpleMetricsClosed.iterator.current, isNotNull); 167 expect(multiContourMetric.iterator.current, isNotNull); 170 expect(multiContourMetric.iterator.current, isNotNull);
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | box_test.dart | 58 expect(result, isNotNull); 96 expect(result, isNotNull); 152 expect(result, isNotNull); 174 expect(result, isNotNull); 393 expect(result, isNotNull); 418 expect(result, isNotNull); 446 expect(result, isNotNull); 471 expect(result, isNotNull); 499 expect(result, isNotNull); 524 expect(result, isNotNull); [all …]
|
D | paint_error_test.dart | 25 expect(errorDetails, isNotNull); 26 expect(errorDetails.stack, isNotNull); 74 expect(flutterError, isNotNull);
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | gradient_test.dart | 18 isNotNull, 36 isNotNull); 51 isNotNull);
|
/third_party/flutter/flutter/dev/integration_tests/external_ui/test_driver/ |
D | main_test.dart | 36 expect(matchCalibration, isNotNull); 46 expect(matchSlow, isNotNull); 58 expect(matchFast, isNotNull);
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/ |
D | android_sdk_test.dart | 44 expect(sdk.latestVersion, isNotNull); 55 expect(sdk.latestVersion, isNotNull); 78 environment: argThat(isNotNull, named: 'environment'))) 110 environment: argThat(isNotNull, named: 'environment'))) 155 expect(sdk.ndk, isNotNull); 189 expect(sdk.ndk, isNotNull);
|
D | android_studio_test.dart | 64 expect(studio, isNotNull); 83 expect(studio, isNotNull); 112 expect(studio, isNotNull);
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_data_dataAbility.js | 72 this.isNotNull = function (...args) { method 230 this.isNotNull = function (...args) { method
|