/third_party/typescript/tests/baselines/reference/ |
D | genericCallbacksAndClassHierarchy.types | 6 subscribe(callback: (newValue: T) => void ): any; 7 >subscribe : (callback: (newValue: T) => void) => any 8 >callback : (newValue: T) => void 9 >newValue : T 34 var f = (newValue: A<T>) => { }; 35 >f : (newValue: A<T>) => void 36 >(newValue: A<T>) => { } : (newValue: A<T>) => void 37 >newValue : A<T> 48 >v.subscribe : (callback: (newValue: A<T>) => void) => any 50 >subscribe : (callback: (newValue: A<T>) => void) => any [all …]
|
D | nestedLoops.types | 29 this.aFunction((newValue, oldValue) => { 30 >this.aFunction((newValue, oldValue) => { let x = outer + inner + newValue; … 31 >this.aFunction : (func: (newValue: any, oldValue: any) => void) => void 33 >aFunction : (func: (newValue: any, oldValue: any) => void) => void 34 >(newValue, oldValue) => { let x = outer + inner + newValue; } : … 35 >newValue : any 38 let x = outer + inner + newValue; 40 >outer + inner + newValue : any 44 >newValue : any 50 public aFunction(func: (newValue: any, oldValue: any) => void): void { [all …]
|
D | nestedLoops.symbols | 23 this.aFunction((newValue, oldValue) => { 27 >newValue : Symbol(newValue, Decl(nestedLoops.ts, 8, 32)) 30 let x = outer + inner + newValue; 34 >newValue : Symbol(newValue, Decl(nestedLoops.ts, 8, 32)) 40 public aFunction(func: (newValue: any, oldValue: any) => void): void { 43 >newValue : Symbol(newValue, Decl(nestedLoops.ts, 14, 28))
|
D | noCrashOnThisTypeUsage.types | 29 const newValue: T = value; 30 >newValue : T 38 >notifyListeners(this, { type: "update", object: this, newValue, … 41 … object: this, newValue, oldValue } : { type: string; obje… 51 newValue, 52 >newValue : T
|
D | genericCallbacksAndClassHierarchy.symbols | 9 subscribe(callback: (newValue: T) => void ): any; 12 >newValue : Symbol(newValue, Decl(genericCallbacksAndClassHierarchy.ts, 2, 29)) 48 var f = (newValue: A<T>) => { }; 50 >newValue : Symbol(newValue, Decl(genericCallbacksAndClassHierarchy.ts, 13, 21)) 70 v.subscribe((newValue: A<T>) => { }); 74 >newValue : Symbol(newValue, Decl(genericCallbacksAndClassHierarchy.ts, 19, 25))
|
D | noCrashOnThisTypeUsage.js | 14 const newValue: T = value; constant 19 newValue, property 37 var newValue = value; 42 newValue: newValue, property
|
D | nestedLoops.js | 10 this.aFunction((newValue, oldValue) => { 11 let x = outer + inner + newValue; 16 public aFunction(func: (newValue: any, oldValue: any) => void): void { 30 this_1.aFunction(function (newValue, oldValue) { argument 31 var x = outer + inner + newValue;
|
D | genericCallbacksAndClassHierarchy.js | 4 subscribe(callback: (newValue: T) => void ): any; 15 var f = (newValue: A<T>) => { }; 21 v.subscribe((newValue: A<T>) => { }); 68 var f = function (newValue) { }; argument 72 v.subscribe(function (newValue) { }); argument
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decimfmt.cpp | 127 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument 132 setLenient(newValue != 0); in setAttribute() 136 setParseIntegerOnly(newValue != 0); in setAttribute() 140 setGroupingUsed(newValue != 0); in setAttribute() 144 setDecimalSeparatorAlwaysShown(newValue != 0); in setAttribute() 148 setMaximumIntegerDigits(newValue); in setAttribute() 152 setMinimumIntegerDigits(newValue); in setAttribute() 156 setMinimumIntegerDigits(newValue); in setAttribute() 157 setMaximumIntegerDigits(newValue); in setAttribute() 161 setMaximumFractionDigits(newValue); in setAttribute() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument 147 setLenient(newValue != 0); in setAttribute() 151 setParseIntegerOnly(newValue != 0); in setAttribute() 155 setGroupingUsed(newValue != 0); in setAttribute() 159 setDecimalSeparatorAlwaysShown(newValue != 0); in setAttribute() 163 setMaximumIntegerDigits(newValue); in setAttribute() 167 setMinimumIntegerDigits(newValue); in setAttribute() 171 setMinimumIntegerDigits(newValue); in setAttribute() 172 setMaximumIntegerDigits(newValue); in setAttribute() 176 setMaximumFractionDigits(newValue); in setAttribute() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decimfmt.cpp | 136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument 147 setLenient(newValue != 0); in setAttribute() 151 setParseIntegerOnly(newValue != 0); in setAttribute() 155 setGroupingUsed(newValue != 0); in setAttribute() 159 setDecimalSeparatorAlwaysShown(newValue != 0); in setAttribute() 163 setMaximumIntegerDigits(newValue); in setAttribute() 167 setMinimumIntegerDigits(newValue); in setAttribute() 171 setMinimumIntegerDigits(newValue); in setAttribute() 172 setMaximumIntegerDigits(newValue); in setAttribute() 176 setMaximumFractionDigits(newValue); in setAttribute() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decimfmt.cpp | 136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument 147 setLenient(newValue != 0); in setAttribute() 151 setParseIntegerOnly(newValue != 0); in setAttribute() 155 setGroupingUsed(newValue != 0); in setAttribute() 159 setDecimalSeparatorAlwaysShown(newValue != 0); in setAttribute() 163 setMaximumIntegerDigits(newValue); in setAttribute() 167 setMinimumIntegerDigits(newValue); in setAttribute() 171 setMinimumIntegerDigits(newValue); in setAttribute() 172 setMaximumIntegerDigits(newValue); in setAttribute() 176 setMaximumFractionDigits(newValue); in setAttribute() [all …]
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
D | DecimalFormatICU.java | 294 public void setDecimalSeparatorAlwaysShown(boolean newValue) { in setDecimalSeparatorAlwaysShown() argument 296 fIcuDecfmt.setDecimalSeparatorAlwaysShown(newValue); in setDecimalSeparatorAlwaysShown() 301 public void setGroupingSize(int newValue) { in setGroupingSize() argument 303 fIcuDecfmt.setGroupingSize(newValue); in setGroupingSize() 308 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits() argument 310 fIcuDecfmt.setMaximumFractionDigits(newValue); in setMaximumFractionDigits() 315 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits() argument 317 fIcuDecfmt.setMaximumIntegerDigits(newValue); in setMaximumIntegerDigits() 322 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits() argument 324 fIcuDecfmt.setMinimumFractionDigits(newValue); in setMinimumFractionDigits() [all …]
|
D | NumberFormatICU.java | 178 public void setGroupingUsed(boolean newValue) { in setGroupingUsed() argument 179 fIcuNfmt.setGroupingUsed(newValue); in setGroupingUsed() 183 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits() argument 184 fIcuNfmt.setMaximumFractionDigits(newValue); in setMaximumFractionDigits() 188 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits() argument 189 fIcuNfmt.setMaximumIntegerDigits(newValue); in setMaximumIntegerDigits() 193 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits() argument 194 fIcuNfmt.setMinimumFractionDigits(newValue); in setMinimumFractionDigits() 198 public void setMinimumIntegerDigits(int newValue) { in setMinimumIntegerDigits() argument 199 fIcuNfmt.setMinimumIntegerDigits(newValue); in setMinimumIntegerDigits()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | decimfmt.h | 786 …virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& sta… 806 void setGroupingUsed(UBool newValue) U_OVERRIDE; 1227 virtual void setPositivePrefix(const UnicodeString& newValue); 1246 virtual void setNegativePrefix(const UnicodeString& newValue); 1265 virtual void setPositiveSuffix(const UnicodeString& newValue); 1284 virtual void setNegativeSuffix(const UnicodeString& newValue); 1333 virtual void setMultiplier(int32_t newValue); 1368 void setMultiplierScale(int32_t newValue); 1392 virtual void setRoundingIncrement(double newValue); 1616 virtual void setGroupingSize(int32_t newValue); [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | decimfmt.h | 795 …virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& sta… 815 void setGroupingUsed(UBool newValue) U_OVERRIDE; 1236 virtual void setPositivePrefix(const UnicodeString& newValue); 1255 virtual void setNegativePrefix(const UnicodeString& newValue); 1274 virtual void setPositiveSuffix(const UnicodeString& newValue); 1293 virtual void setNegativeSuffix(const UnicodeString& newValue); 1337 virtual void setMultiplier(int32_t newValue); 1374 virtual void setMultiplierScale(int32_t newValue); 1398 virtual void setRoundingIncrement(double newValue); 1622 virtual void setGroupingSize(int32_t newValue); [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | decimfmt.h | 786 …virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& sta… 806 void setGroupingUsed(UBool newValue) U_OVERRIDE; 1227 virtual void setPositivePrefix(const UnicodeString& newValue); 1246 virtual void setNegativePrefix(const UnicodeString& newValue); 1265 virtual void setPositiveSuffix(const UnicodeString& newValue); 1284 virtual void setNegativeSuffix(const UnicodeString& newValue); 1333 virtual void setMultiplier(int32_t newValue); 1368 void setMultiplierScale(int32_t newValue); 1392 virtual void setRoundingIncrement(double newValue); 1616 virtual void setGroupingSize(int32_t newValue); [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | decimfmt.h | 786 …virtual DecimalFormat& setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& sta… 806 void setGroupingUsed(UBool newValue) U_OVERRIDE; 1227 virtual void setPositivePrefix(const UnicodeString& newValue); 1246 virtual void setNegativePrefix(const UnicodeString& newValue); 1265 virtual void setPositiveSuffix(const UnicodeString& newValue); 1284 virtual void setNegativeSuffix(const UnicodeString& newValue); 1333 virtual void setMultiplier(int32_t newValue); 1368 void setMultiplierScale(int32_t newValue); 1392 virtual void setRoundingIncrement(double newValue); 1616 virtual void setGroupingSize(int32_t newValue); [all …]
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | switch_test.dart | 25 onChanged: (bool newValue) { 27 value = newValue; 63 onChanged: (bool newValue) { 65 value = newValue; 106 onChanged: (bool newValue) { 108 value = newValue; 115 onChanged: (bool newValue) { 117 value2 = newValue; 173 onChanged: (bool newValue) { 175 value = newValue; [all …]
|
D | segmented_control_test.dart | 30 onValueChanged: (int newValue) { 32 sharedValue = newValue; 69 onValueChanged: (int newValue) { 71 sharedValue = newValue; 95 onValueChanged: (int newValue) { }, 110 onValueChanged: (int newValue) { }, 172 onValueChanged: (int newValue) { }, 192 onValueChanged: (int newValue) { }, 217 onValueChanged: (int newValue) { }, 235 onValueChanged: (int newValue) { }, [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/lib/src/tests/ |
D | controls_page.dart | 30 void _updateCheckbox(bool newValue) { 32 _isChecked = newValue; 36 void _updateRadio(int newValue) { 38 _radio = newValue; 42 void _updateSwitch(bool newValue) { 44 _isOn = newValue; 48 void _updateLabeledSwitch(bool newValue) { 50 _isLabeledOn = newValue;
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | switch_test.dart | 31 onChanged: (bool newValue) { 33 value = newValue; 60 onChanged: (bool newValue) { }, 80 onChanged: (bool newValue) { }, 104 onChanged: (bool newValue) { 106 value = newValue; 151 onChanged: (bool newValue) { 153 value = newValue; 187 onChanged: (bool newValue) { 189 value = newValue; [all …]
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
D | NumberFormatJDK.java | 217 public void setGroupingUsed(boolean newValue) { in setGroupingUsed() argument 218 fJdkNfmt.setGroupingUsed(newValue); in setGroupingUsed() 222 public void setMaximumFractionDigits(int newValue) { in setMaximumFractionDigits() argument 223 fJdkNfmt.setMaximumFractionDigits(newValue); in setMaximumFractionDigits() 227 public void setMaximumIntegerDigits(int newValue) { in setMaximumIntegerDigits() argument 228 fJdkNfmt.setMaximumIntegerDigits(newValue); in setMaximumIntegerDigits() 232 public void setMinimumFractionDigits(int newValue) { in setMinimumFractionDigits() argument 233 fJdkNfmt.setMinimumFractionDigits(newValue); in setMinimumFractionDigits() 237 public void setMinimumIntegerDigits(int newValue) { in setMinimumIntegerDigits() argument 238 fJdkNfmt.setMinimumIntegerDigits(newValue); in setMinimumIntegerDigits()
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | text_formatter.dart | 42 TextEditingValue newValue, 58 TextEditingValue newValue, 71 TextEditingValue newValue, 73 return formatFunction(oldValue, newValue); 110 TextEditingValue newValue, 113 newValue, 172 TextEditingValue newValue, 174 if (maxLength != null && maxLength > 0 && newValue.text.runes.length > maxLength) { 175 final TextSelection newSelection = newValue.selection.copyWith( 176 baseOffset: math.min(newValue.selection.start, maxLength), [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | system_utils.cpp | 16 const char *newValue = nullptr; in PrependPathToEnvironmentVar() local 20 newValue = path; in PrependPathToEnvironmentVar() 27 newValue = buf.c_str(); in PrependPathToEnvironmentVar() 29 return SetEnvironmentVar(variableName, newValue); in PrependPathToEnvironmentVar()
|