/third_party/typescript/tests/baselines/reference/ |
D | noCrashOnThisTypeUsage.types | 7 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean): void 8 >observe : (handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean | undefined) … 9 >handler : (change: any, oldValue?: any) => void 11 >oldValue : any 33 const oldValue: any = null; 34 >oldValue : any 38 … type: "update", object: this, newValue, oldValue }) : void 41 …t: this, newValue, oldValue } : { type: string; object: this; newValu… 54 oldValue 55 >oldValue : 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; } : … 36 >oldValue : any 50 public aFunction(func: (newValue: any, oldValue: any) => void): void { 51 >aFunction : (func: (newValue: any, oldValue: any) => void) => void 52 >func : (newValue: any, oldValue: any) => void 54 >oldValue : any
|
D | noCrashOnThisTypeUsage.symbols | 9 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean): void 13 >oldValue : Symbol(oldValue, Decl(noCrashOnThisTypeUsage.ts, 2, 34)) 41 const oldValue: any = null; 42 >oldValue : Symbol(oldValue, Decl(noCrashOnThisTypeUsage.ts, 13, 13)) 58 oldValue 59 >oldValue : Symbol(oldValue, Decl(noCrashOnThisTypeUsage.ts, 17, 21)) 67 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean) {} 71 >oldValue : Symbol(oldValue, Decl(noCrashOnThisTypeUsage.ts, 22, 34))
|
D | noCrashOnThisTypeUsage.js | 4 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean): void 15 const oldValue: any = null; constant 20 oldValue field 24 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean) {} 38 var oldValue = null; 43 oldValue: oldValue property
|
D | nestedLoops.symbols | 23 this.aFunction((newValue, oldValue) => { 28 >oldValue : Symbol(oldValue, Decl(nestedLoops.ts, 8, 41)) 40 public aFunction(func: (newValue: any, oldValue: any) => void): void { 44 >oldValue : Symbol(oldValue, Decl(nestedLoops.ts, 14, 42))
|
D | nestedLoops.js | 10 this.aFunction((newValue, oldValue) => { 16 public aFunction(func: (newValue: any, oldValue: any) => void): void { 30 this_1.aFunction(function (newValue, oldValue) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | noCrashOnThisTypeUsage.ts | 5 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean): void 16 const oldValue: any = null; constant 21 oldValue 25 observe(handler: (change: any, oldValue?: any) => void, fireImmediately?: boolean) {}
|
D | nestedLoops.ts | 10 this.aFunction((newValue, oldValue) => { 16 public aFunction(func: (newValue: any, oldValue: any) => void): void {
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 172 int32_t oldValue = uhash_putiAllowZero(hash, (char *)"one", 1, &status); in TestAllowZero() local 174 if (U_FAILURE(status) || oldValue != 0 || !uhash_containsKey(hash, "one") || in TestAllowZero() 179 oldValue = uhash_putiAllowZero(hash, (char *)"zero", 0, &status); in TestAllowZero() 181 if (U_FAILURE(status) || oldValue != 0 || !uhash_containsKey(hash, "zero") || in TestAllowZero() 187 oldValue = uhash_putiAllowZero(hash, (char *)"one", 0, &status); in TestAllowZero() 189 if (U_FAILURE(status) || oldValue != 1 || !uhash_containsKey(hash, "one") || in TestAllowZero() 195 oldValue = uhash_puti(hash, (char *)"zero", 0, &status); in TestAllowZero() 197 if (U_FAILURE(status) || oldValue != 0 || uhash_containsKey(hash, "zero") || in TestAllowZero() 396 int32_t oldValue = in _put() local 400 key, u_errorName(status), oldValue); in _put() [all …]
|
/third_party/jsframework/runtime/main/model/ |
D | directive.ts | 989 const watcher = new Watcher(vm, calc, function(value, oldValue) { 990 if (typeof value !== 'object' && value === oldValue) { 1006 const watcher = new Watcher(vm, calc, function(value, oldValue) { 1007 if (typeof value !== 'object' && value === oldValue) { 1174 const oldValue = el.attr['value']; constant 1176 newValue = contentValue + oldValue; 1178 newValue = oldValue + contentValue; 1238 let oldValue = el.attr['value']; 1244 oldValue = oldValue.substr(1, oldValue.length); 1246 newValue = contentValue + oldValue; [all …]
|
D | pageLife.ts | 258 const watcher = new Watcher(vm, calc, function(value, oldValue) { 259 if (typeof value !== 'object' && value === oldValue) { 263 callback(value, oldValue); 266 vm._methods[callback](value, oldValue);
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | system_utils.cpp | 15 std::string oldValue = GetEnvironmentVar(variableName); in PrependPathToEnvironmentVar() local 18 if (oldValue.empty()) in PrependPathToEnvironmentVar() 26 buf += oldValue; in PrependPathToEnvironmentVar()
|
D | system_utils_win.cpp | 116 std::array<char, MAX_PATH> oldValue; in GetEnvironmentVar() local 118 GetEnvironmentVariableA(variableName, oldValue.data(), static_cast<DWORD>(oldValue.size())); in GetEnvironmentVar() 125 return std::string(oldValue.data()); in GetEnvironmentVar()
|
/third_party/boost/boost/interprocess/detail/ |
D | atomic.hpp | 471 boost::uint32_t oldValue; in atomic_add32() local 474 oldValue = lwarxu(mem); in atomic_add32() 475 }while (!stwcxu(mem, oldValue+val)); in atomic_add32() 476 return oldValue; in atomic_add32() 504 boost::uint32_t oldValue; in atomic_cas32() local 508 oldValue = lwarxu(mem); in atomic_cas32() 509 } while (!stwcxu(mem, (oldValue == with) ? cmp : oldValue)); in atomic_cas32() 511 return oldValue; in atomic_cas32()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CacheValue.java | 142 V oldValue = ref.get(); in resetIfCleared() local 143 if (oldValue == null) { in resetIfCleared() 149 return oldValue; in resetIfCleared()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CacheValue.java | 139 V oldValue = ref.get(); in resetIfCleared() local 140 if (oldValue == null) { in resetIfCleared() 146 return oldValue; in resetIfCleared()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | system_utils.cpp | 87 std::string oldValue = GetEnvironmentVar(variableName); in PrependPathToEnvironmentVar() local 90 if (oldValue.empty()) in PrependPathToEnvironmentVar() 98 buf += oldValue; in PrependPathToEnvironmentVar()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 87 oldValue = ov; in set() 94 if(!oldValue.empty()) in restore() 96 putEnv((name + std::string("=") + oldValue).c_str()); in restore() 97 oldValue.clear(); in restore() 121 std::string oldValue; member in ScopedSetEnvVar
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | text_formatter.dart | 38 /// When formatters are chained, `oldValue` reflects the initial value of 41 TextEditingValue oldValue, 57 TextEditingValue oldValue, 70 TextEditingValue oldValue, 73 return formatFunction(oldValue, newValue); 109 TextEditingValue oldValue, // unused. 171 TextEditingValue oldValue, // unused. 228 TextEditingValue oldValue, // unused.
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 316 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew() local 317 U_ASSERT(oldValue == nullptr); in _putNew() 318 (void)oldValue; in _putNew() 420 const SharedObject *oldValue = (const SharedObject *) element->value.pointer; in _put() local 428 U_ASSERT(oldValue == fNoValue); in _put() 429 removeSoftRef(oldValue); in _put()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 313 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew() local 314 U_ASSERT(oldValue == nullptr); in _putNew() 315 (void)oldValue; in _putNew() 417 const SharedObject *oldValue = (const SharedObject *) element->value.pointer; in _put() local 425 U_ASSERT(oldValue == fNoValue); in _put() 426 removeSoftRef(oldValue); in _put()
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 316 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew() local 317 U_ASSERT(oldValue == nullptr); in _putNew() 318 (void)oldValue; in _putNew() 420 const SharedObject *oldValue = (const SharedObject *) element->value.pointer; in _put() local 428 U_ASSERT(oldValue == fNoValue); in _put() 429 removeSoftRef(oldValue); in _put()
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.cpp | 316 void *oldValue = uhash_put(fHashtable, keyToAdopt, (void *) value, &status); in _putNew() local 317 U_ASSERT(oldValue == nullptr); in _putNew() 318 (void)oldValue; in _putNew() 420 const SharedObject *oldValue = (const SharedObject *) element->value.pointer; in _put() local 428 U_ASSERT(oldValue == fNoValue); in _put() 429 removeSoftRef(oldValue); in _put()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Internal.java | 465 RealValue oldValue = realMap.put(key, valueConverter.doBackward(value)); in put() local 466 if (oldValue == null) { in put() 469 return valueConverter.doForward(oldValue); in put() 537 RealValue oldValue = realEntry.setValue(valueConverter.doBackward(value)); in setValue() local 538 if (oldValue == null) { in setValue() 541 return valueConverter.doForward(oldValue); in setValue()
|
/third_party/flutter/skia/third_party/externals/sdl/src/timer/windows/ |
D | SDL_systimer.c | 64 SDL_TimerResolutionChanged(void *userdata, const char *name, const char *oldValue, const char *hint) in SDL_TimerResolutionChanged() argument 74 if (uPeriod || oldValue != hint) { in SDL_TimerResolutionChanged()
|