HomeSort by relevance Sort by last modified time
    Searched defs:oldVal (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/
HashCountedSet.h 103 unsigned oldVal = it->value;
104 ASSERT(oldVal);
105 unsigned newVal = oldVal - 1;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.cc 169 double oldVal = _buff[_idx];
188 _sum += (newVal - oldVal);
194 _sumSqr += (double) (newVal - oldVal) * (double) (newVal + oldVal);
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 476 deUint32 oldVal = rowAccess.getPixelUint(x, 0).w();
477 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 479 deUint32 oldVal = rowAccess.getPixelUint(x, 0).w();
480 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
  /external/icu/icu4c/source/test/intltest/
plurults.cpp     [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 187 const int oldVal = dst.getPixStencil(x, y);
188 const int newVal = (oldVal+1)&stencilMask;
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 222 List<String> oldVal = metaData.remove(key);
224 if (oldVal != null) {
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 724 int32_t oldVal, newVal;
725 if (!mOutputFormat->findInt32(keys[i], &oldVal) ||
727 oldVal != newVal) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 448 milliseconds

1 2