Home
last modified time | relevance | path

Searched refs:newVal (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/ARCMT/
Dautoreleases.m.result33 -(void) setProp:(id) newVal {
34 _prop = newVal;
36 -(void) setProp2:(CFTypeRef) newVal {
37 _prop = (id)CFBridgingRelease(CFRetain(newVal));
43 -(void) setXpc_prop:(xpc_object_t) newVal {
44 _xpc_prop = newVal;
59 void test(A *prevVal, A *newVal) {
60 prevVal = newVal;
Dautoreleases.m33 -(void) setProp:(id) newVal {
35 _prop = [newVal retain];
37 -(void) setProp2:(CFTypeRef) newVal {
39 _prop = (id)CFRetain(newVal);
45 -(void) setXpc_prop:(xpc_object_t) newVal {
47 _xpc_prop = xpc_retain(newVal);
62 void test(A *prevVal, A *newVal) {
64 prevVal = [newVal retain];
/external/opencv/cv/src/
Dcvfloodfill.cpp103 uchar newVal[] = {0,0,0}; in icvFloodFill_8u_CnIR() local
113 newVal[0] = _newVal[0]; in icvFloodFill_8u_CnIR()
115 img[L] = newVal[0]; in icvFloodFill_8u_CnIR()
118 img[R] = newVal[0]; in icvFloodFill_8u_CnIR()
121 img[L] = newVal[0]; in icvFloodFill_8u_CnIR()
127 ICV_SET_C3( newVal, _newVal ); in icvFloodFill_8u_CnIR()
129 ICV_SET_C3( img + L*3, newVal ); in icvFloodFill_8u_CnIR()
132 ICV_SET_C3( img + L*3, newVal ); in icvFloodFill_8u_CnIR()
135 ICV_SET_C3( img + R*3, newVal ); in icvFloodFill_8u_CnIR()
180 img[i] = newVal[0]; in icvFloodFill_8u_CnIR()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java35 V newVal = createObject(key); in get() local
36 if (key == null || newVal == null) { in get()
41 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue); in get()
47 value = newVal; in get()
/external/opencv/cvaux/src/
Dcvsegment.cpp87 int* newVal, int d_lw, int d_up, in icvSegmFloodFill_Stage1() argument
191 newVal[0] = cvRound( sum[0] * inv_area ); in icvSegmFloodFill_Stage1()
192 newVal[1] = cvRound( sum[1] * inv_area ); in icvSegmFloodFill_Stage1()
193 newVal[2] = cvRound( sum[2] * inv_area ); in icvSegmFloodFill_Stage1()
208 CvSize /*roi*/, int* newVal, in icvSegmFloodFill_Stage2() argument
213 uchar uv[] = { (uchar)newVal[0], (uchar)newVal[1], (uchar)newVal[2] }; in icvSegmFloodFill_Stage2()
/external/lzma/CPP/Windows/
DRegistry.cpp211 UInt32 newVal; in GetValue_IfOk() local
212 LONG res = QueryValue(name, newVal); in GetValue_IfOk()
214 value = newVal; in GetValue_IfOk()
220 bool newVal; in GetValue_IfOk() local
221 LONG res = QueryValue(name, newVal); in GetValue_IfOk()
223 value = newVal; in GetValue_IfOk()
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp718 …MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFo… in copyHash() local
719 newVal[0] = (MessageFormat*)value[0]->clone(); in copyHash()
720 newVal[1] = (MessageFormat*)value[1]->clone(); in copyHash()
721 target->put(UnicodeString(*key), newVal, status); in copyHash()
723 delete newVal[0]; in copyHash()
724 delete newVal[1]; in copyHash()
725 uprv_free(newVal); in copyHash()
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h314 Scalar newVal = x->coeff(row); in solve() local
320 newVal -= x->coeff(col++) * lIt.value(); in solve()
324 x->coeffRef(row) = newVal; in solve()
/external/llvm/include/llvm/IR/
DCallSite.h119 void setArgument(unsigned ArgNo, Value* newVal) { in setArgument() argument
122 getInstruction()->setOperand(ArgNo, newVal); in setArgument()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1668 String newVal; in setProp() local
1670 newVal = oldVal + ' ' + val; in setProp()
1672 newVal = val; in setProp()
1673 m_OutputProps.put(name,newVal); in setProp()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp480 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
481 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp477 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference() local
478 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp191 const int newVal = (oldVal+1)&stencilMask; in renderTestPatternReference() local
193 dst.setPixStencil(newVal, x, y); in renderTestPatternReference()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/sqlite/dist/
Dsqlite3.h3137 SQLITE_API int SQLITE_STDCALL sqlite3_limit(sqlite3*, int id, int newVal);
Dsqlite3.c3344 SQLITE_API int SQLITE_STDCALL sqlite3_limit(sqlite3*, int id, int newVal);
131468 unsigned int newVal = va_arg(ap, unsigned int);
131469 if( newVal ) sqlite3PendingByte = newVal;
/external/sqlite/dist/orig/
Dsqlite3.h3137 SQLITE_API int SQLITE_STDCALL sqlite3_limit(sqlite3*, int id, int newVal);
Dsqlite3.c3344 SQLITE_API int SQLITE_STDCALL sqlite3_limit(sqlite3*, int id, int newVal);
131450 unsigned int newVal = va_arg(ap, unsigned int);
131451 if( newVal ) sqlite3PendingByte = newVal;
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3015 const deUint32 newVal = (oldVal & ~writeMask) | (stencil & writeMask); in writeMaskedStencil() local
3016 access.raw().setPixel(tcu::UVec4(newVal, 0u, 0u, 0u), s, x, y); in writeMaskedStencil()
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c751 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, in casLE() argument
756 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal); in casLE()
763 NULL, mkexpr(expTmp), NULL, newVal ); in casLE()
Dguest_amd64_toIR.c1603 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, in casLE() argument
1608 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal); in casLE()
1616 NULL, mkexpr(expTmp), NULL, newVal ); in casLE()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...