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

12

/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dabout.js5 function highlightIfChanged(node, oldVal, newVal) {
11 var newStr = newVal.toString();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DTwoFieldDatePicker.java64 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
69 positionInYear = newVal;
70 if (oldVal == picker.getMaxValue() && newVal == picker.getMinValue()) {
73 } else if (oldVal == picker.getMinValue() && newVal == picker.getMaxValue()) {
78 year = newVal;
/external/opencv/cv/src/
H A Dcvfloodfill.cpp103 uchar newVal[] = {0,0,0}; local
113 newVal[0] = _newVal[0];
115 img[L] = newVal[0];
118 img[R] = newVal[0];
121 img[L] = newVal[0];
127 ICV_SET_C3( newVal, _newVal );
129 ICV_SET_C3( img + L*3, newVal );
132 ICV_SET_C3( img + L*3, newVal );
135 ICV_SET_C3( img + R*3, newVal );
180 img[i] = newVal[
235 int newVal[] = {0,0,0}; local
383 uchar newVal[] = {0,0,0}; local
689 float newVal[] = {0,0,0}; local
1011 cvFloodFill( CvArr* arr, CvPoint seed_point, CvScalar newVal, CvScalar lo_diff, CvScalar up_diff, CvConnectedComp* comp, int flags, CvArr* maskarr ) argument
[all...]
/external/chromium_org/chrome/browser/resources/signin_internals/
H A Dsignin_internals.js18 // Accepts a DOM node and sets its highlighted attribute oldVal != newVal
19 function highlightIfChanged(node, oldVal, newVal) {
21 var newStr = newVal.toString();
/external/lzma/CPP/Windows/
H A DRegistry.cpp211 UInt32 newVal; local
212 LONG res = QueryValue(name, newVal);
214 value = newVal;
220 bool newVal; local
221 LONG res = QueryValue(name, newVal);
223 value = newVal;
/external/opencv/cvaux/src/
H A Dcvsegment.cpp87 int* newVal, int d_lw, int d_up,
191 newVal[0] = cvRound( sum[0] * inv_area );
192 newVal[1] = cvRound( sum[1] * inv_area );
193 newVal[2] = cvRound( sum[2] * inv_area );
208 CvSize /*roi*/, int* newVal,
213 uchar uv[] = { (uchar)newVal[0], (uchar)newVal[1], (uchar)newVal[2] };
84 icvSegmFloodFill_Stage1( uchar* pImage, int step, uchar* pMask, int maskStep, CvSize , CvPoint seed, int* newVal, int d_lw, int d_up, CvConnectedComp * region, void *pStack ) argument
206 icvSegmFloodFill_Stage2( uchar* pImage, int step, uchar* pMask, int maskStep, CvSize , int* newVal, CvRect rect ) argument
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dhistory.js111 var newVal = newState[curKey];
113 if (!oldVal || oldVal != newVal)
114 changedParams[curKey] = newVal;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashCountedSet.h175 unsigned newVal = oldVal - 1; local
176 if (newVal) {
177 it->value = newVal;
/external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/
H A DMemConsumer.java51 public void onValueChange(NumberPicker picker, int oldVal, int newVal) {
/external/llvm/include/llvm/Support/
H A DCallSite.h116 void setArgument(unsigned ArgNo, Value* newVal) {
119 getInstruction()->setOperand(ArgNo, newVal);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtmutfmt.cpp795 MessageFormat** newVal = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*)); local
796 newVal[0] = (MessageFormat*)value[0]->clone();
797 newVal[1] = (MessageFormat*)value[1]->clone();
798 target->put(UnicodeString(*key), newVal, status);
800 delete newVal[0];
801 delete newVal[1];
802 uprv_free(newVal);
/external/icu4c/i18n/
H A Dtmutfmt.cpp821 MessageFormat** newVal = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*)); local
822 newVal[0] = (MessageFormat*)value[0]->clone();
823 newVal[1] = (MessageFormat*)value[1]->clone();
824 target->put(UnicodeString(*key), newVal, status);
826 delete newVal[0];
827 delete newVal[1];
828 uprv_free(newVal);
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineInplaceLU.h314 Scalar newVal = x->coeff(row); local
320 newVal -= x->coeff(col++) * lIt.value();
324 x->coeffRef(row) = newVal;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java1668 String newVal;
1670 newVal = oldVal + ' ' + val;
1672 newVal = val;
1673 m_OutputProps.put(name,newVal);
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c2534 unsigned int newVal = va_arg(ap, unsigned int); local
2535 if( newVal ) sqlite3PendingByte = newVal;
H A Dsqlite.h.in2525 int sqlite3_limit(sqlite3*, int id, int newVal);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2530 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
/external/sqlite/dist/orig/
H A Dsqlite3.h2810 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
/external/sqlite/dist/
H A Dsqlite3.h2810 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
/external/chromium_org/remoting/tools/winext/manifest/
H A Drdp.h333 HRESULT CreateVirtualChannels(BSTR newVal);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c749 'newVal'. If the operation fails, then transfer control (with a
753 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, argument
758 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal);
765 NULL, mkexpr(expTmp), NULL, newVal );
2363 mkexpr(dst1)/*newVal*/,
6749 mkexpr(tmpt1)/*newVal*/, guest_EIP_curr_instr );
H A Dguest_amd64_toIR.c1566 'newVal'. If the operation fails, then transfer control (with a
1570 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, argument
1575 IRType tyN = typeOfIRExpr(irsb->tyenv, newVal);
1583 NULL, mkexpr(expTmp), NULL, newVal );
3353 mkexpr(dst1)/*newVal*/,
8176 mkexpr(tmpt1)/*newVal*/, guest_RIP_curr_instr );
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1527 milliseconds

12