Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java37 V newVal = createObject(key); in get() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleObjectCache.java41 V newVal = createObject(key); in get() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java37 V newVal = createObject(key); in get() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp146 VNInfo *newVal = getNewVNI(preHeaderRange->valno); in applyIncoming() local
187 VNInfo *newVal = in applyOutgoing() local
525 VNInfo *newVal = li.getNextValue(newDefIdx, 0, lis->getVNInfoAllocator()); in insertPreHeader() local
625 VNInfo *newVal = li.getNextValue(newDefIdx, 0, in splitEdge() local
/external/webrtc/webrtc/modules/audio_coding/test/
Dutility.cc166 void CircularBuffer::Update(const double newVal) { in Update()
/external/lzma/CPP/Windows/
DRegistry.cpp213 UInt32 newVal; in GetValue_IfOk() local
222 bool newVal; in GetValue_IfOk() local
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h314 Scalar newVal = x->coeff(row); in solve() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h117 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java41 void onChanged(NumberPicker picker, int oldVal, int newVal); in onChanged()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp477 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp480 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp723 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local
/external/llvm/include/llvm/IR/
DCallSite.h163 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1668 String newVal; in setProp() local
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp191 const int newVal = (oldVal+1)&stencilMask; in renderTestPatternReference() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3015 const deUint32 newVal = (oldVal & ~writeMask) | (stencil & writeMask); in writeMaskedStencil() local
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c751 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, in casLE()
Dguest_amd64_toIR.c1620 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, in casLE()