Home
last modified time | relevance | path

Searched refs:newVal (Results 1 - 24 of 24) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleObjectCache.java37 V newVal = createObject(key); in get()
38 if (key == null || newVal == null) { in get()
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get()
49 value = newVal; in get()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleObjectCache.java41 V newVal = createObject(key); in get()
42 if (key == null || newVal == null) { in get()
47 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get()
53 value = newVal; in get()
/third_party/jsframework/runtime/main/reactivity/
H A Dobserver.js163 set: function reactiveSetter (newVal) {
165 if (newVal === value) {
169 setter.call(obj, newVal);
171 val = newVal;
173 childOb = observe(newVal);
/third_party/lzma/CPP/Windows/
H A DRegistry.cpp229 UInt32 newVal; in GetValue_IfOk() local
230 LONG res = QueryValue(name, newVal); in GetValue_IfOk()
232 value = newVal; in GetValue_IfOk()
238 bool newVal = false; in GetValue_IfOk() local
239 LONG res = QueryValue(name, newVal); in GetValue_IfOk()
241 value = newVal; in GetValue_IfOk()
/third_party/astc-encoder/Test/
H A Dastc_size_binary.py193 for refVal, newVal in zip(refSize, newSize):
194 diff = newVal - refVal
/third_party/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp723 MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*)); in copyHash() local
724 newVal[0] = value[0]->clone(); in copyHash()
725 newVal[1] = value[1]->clone(); in copyHash()
726 target->put(UnicodeString(*key), newVal, status); in copyHash()
728 delete newVal[0]; in copyHash()
729 delete newVal[1]; in copyHash()
730 uprv_free(newVal); in copyHash()
/third_party/node/deps/icu-small/source/i18n/
H A Dtmutfmt.cpp730 MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*)); in copyHash() local
731 newVal[0] = value[0]->clone(); in copyHash()
732 newVal[1] = value[1]->clone(); in copyHash()
733 target->put(UnicodeString(*key), newVal, status); in copyHash()
735 delete newVal[0]; in copyHash()
736 delete newVal[1]; in copyHash()
737 uprv_free(newVal); in copyHash()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtmutfmt.cpp723 MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*)); in copyHash() local
724 newVal[0] = value[0]->clone(); in copyHash()
725 newVal[1] = value[1]->clone(); in copyHash()
726 target->put(UnicodeString(*key), newVal, status); in copyHash()
728 delete newVal[0]; in copyHash()
729 delete newVal[1]; in copyHash()
730 uprv_free(newVal); in copyHash()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java1042 int newVal = existingVal; in removeState()
1044 newVal = keepState; in removeState()
1046 newVal = existingVal - 1; in removeState()
1048 sd.fDtran[col] = newVal; in removeState()
1072 int newVal = existingVal; in removeSafeState()
1074 newVal = keepState; in removeSafeState()
1076 newVal = existingVal - 1; in removeSafeState()
1078 row[col] = (short)newVal; in removeSafeState()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBITableBuilder.java1031 int newVal = existingVal; in removeState()
1033 newVal = keepState; in removeState()
1035 newVal = existingVal - 1; in removeState()
1037 sd.fDtran[col] = newVal; in removeState()
1061 int newVal = existingVal; in removeSafeState()
1063 newVal = keepState; in removeSafeState()
1065 newVal = existingVal - 1; in removeSafeState()
1067 row[col] = (short)newVal; in removeSafeState()
/third_party/node/lib/internal/
H A Dbuffer.js663 const newVal = MathFloor(value * 2 ** -32);
671 buf[offset++] = newVal;
672 buf[offset++] = (newVal >>> 8);
680 const newVal = value;
688 buf[offset++] = MathFloor(newVal * 2 ** -32);
774 const newVal = MathFloor(value * 2 ** -32);
775 buf[offset++] = (newVal >>> 8);
776 buf[offset++] = newVal;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp815 Value *newVal = VMap.lookup(Phi->getIncomingValue(i)); in UnrollRuntimeLoopRemainder() local
816 // newVal can be a constant or derived from values outside the loop, and in UnrollRuntimeLoopRemainder()
820 if (!newVal) { in UnrollRuntimeLoopRemainder()
821 newVal = Phi->getIncomingValue(i); in UnrollRuntimeLoopRemainder()
824 Phi->addIncoming(newVal, in UnrollRuntimeLoopRemainder()
/third_party/icu/icu4c/source/common/
H A Drbbitblb.cpp1277 int32_t newVal = existingVal; in removeState() local
1279 newVal = keepState; in removeState()
1281 newVal = existingVal - 1; in removeState()
1283 sd->fDtran->setElementAt(newVal, col); in removeState()
1302 int32_t newVal = existingVal; in removeSafeState() local
1304 newVal = keepState; in removeSafeState()
1306 newVal = existingVal - 1; in removeSafeState()
1308 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp1262 int32_t newVal = existingVal; in removeState() local
1264 newVal = keepState; in removeState()
1266 newVal = existingVal - 1; in removeState()
1268 sd->fDtran->setElementAt(newVal, col); in removeState()
1287 int32_t newVal = existingVal; in removeSafeState() local
1289 newVal = keepState; in removeSafeState()
1291 newVal = existingVal - 1; in removeSafeState()
1293 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp1271 int32_t newVal = existingVal; in removeState() local
1273 newVal = keepState; in removeState()
1275 newVal = existingVal - 1; in removeState()
1277 sd->fDtran->setElementAt(newVal, col); in removeState()
1296 int32_t newVal = existingVal; in removeSafeState() local
1298 newVal = keepState; in removeSafeState()
1300 newVal = existingVal - 1; in removeSafeState()
1302 sd->setCharAt(col, static_cast<char16_t>(newVal)); in removeSafeState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCallSite.h198 void setArgument(unsigned ArgNo, Value* newVal) {
201 getInstruction()->setOperand(ArgNo, newVal);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp477 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask; in renderReference() local
478 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp480 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask; in renderReference() local
481 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp443 clock_t newVal = t.tms_utime + t.tms_stime;
444 Sum += (UInt64)(newVal - Prev);
445 Prev = newVal;
504 UInt64 newVal = GetTime64(userTime) + GetTime64(kernelTime);
505 Sum += newVal - Prev;
506 Prev = newVal;
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp191 const int newVal = (oldVal+1)&stencilMask; in renderTestPatternReference() local
193 dst.setPixStencil(newVal, x, y); in renderTestPatternReference()
/third_party/sqlite/include/
H A Dsqlite3.h3991 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3054 const deUint32 newVal = (oldVal & ~writeMask) | (stencil & writeMask);
3055 access.raw().setPixel(tcu::UVec4(newVal, 0u, 0u, 0u), s, x, y);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c4297 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
177577 unsigned int newVal = va_arg(ap, unsigned int); global() local
[all...]

Completed in 174 milliseconds