Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java35 V newVal = createObject(key); in get() local
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java35 V newVal = createObject(key); in get() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleObjectCache.java39 V newVal = createObject(key); in get() local
/external/opencv/cv/src/
Dcvfloodfill.cpp103 uchar newVal[] = {0,0,0}; in icvFloodFill_8u_CnIR() local
235 int newVal[] = {0,0,0}; in icvFloodFill_32f_CnIR() local
383 uchar newVal[] = {0,0,0}; in icvFloodFill_Grad_8u_CnIR() local
689 float newVal[] = {0,0,0}; in icvFloodFill_Grad_32f_CnIR() local
1012 CvScalar newVal, CvScalar lo_diff, CvScalar up_diff, in cvFloodFill()
/external/opencv/cvaux/src/
Dcvsegment.cpp87 int* newVal, int d_lw, int d_up, in icvSegmFloodFill_Stage1()
208 CvSize /*roi*/, int* newVal, in icvSegmFloodFill_Stage2()
/external/webrtc/webrtc/modules/audio_coding/test/
Dutility.cc166 void CircularBuffer::Update(const double newVal) { in Update()
/external/lzma/CPP/Windows/
DRegistry.cpp211 UInt32 newVal; in GetValue_IfOk() local
220 bool newVal; in GetValue_IfOk() local
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h314 Scalar newVal = x->coeff(row); in solve() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DNumberPicker.java41 void onChanged(NumberPicker picker, int oldVal, int newVal); in onChanged()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp480 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp477 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
/external/llvm/include/llvm/IR/
DCallSite.h126 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument()
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp718 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local
/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.c1610 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, in casLE()