HomeSort by relevance Sort by last modified time
    Searched refs:oldvalue (Results 1 - 19 of 19) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
sendEmailAlert.sh 25 oldvalue="";
41 '-oldvalue')
42 oldvalue=$2;
58 echo "-oldvalue $oldvalue";
72 if [ "x$oldvalue" != "x" ]; then echo "Old Value: "$oldvalue >> $tmpfile; fi
  /system/core/include/cutils/
atomic.h 96 * only happen when *addr == oldvalue.
104 int android_atomic_acquire_cas(int32_t oldvalue, int32_t newvalue,
106 int android_atomic_release_cas(int32_t oldvalue, int32_t newvalue,
  /dalvik/vm/
Atomic.h 59 * If the value at "addr" is equal to "oldvalue", replace it with "newvalue"
62 int dvmQuasiAtomicCas64(int64_t oldvalue, int64_t newvalue,
Atomic.cpp 83 int dvmQuasiAtomicCas64(int64_t oldvalue, int64_t newvalue,
96 : "r" (addr), "Ir" (oldvalue), "r" (newvalue)
99 return prev != oldvalue;
119 int dvmQuasiAtomicCas64(int64_t oldvalue, int64_t newvalue,
122 return OSAtomicCompareAndSwap64Barrier(oldvalue, newvalue,
130 int64_t oldValue;
132 oldValue = *addr;
133 } while (dvmQuasiAtomicCas64(oldValue, value, addr));
134 return oldValue;
144 int64_t oldValue;
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
atomicops.h 64 Atomic32 oldvalue) {
65 return InterlockedCompareExchange(ptr, newvalue, oldvalue);
  /external/smack/src/org/xbill/DNS/
TTL.java 44 long oldvalue = value; local
47 if (value < oldvalue)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
_osx_support.py 123 oldvalue = _config_vars.get(cv, '')
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
125 _config_vars[_INITPRE + cv] = oldvalue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
_osx_support.py 123 oldvalue = _config_vars.get(cv, '')
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
125 _config_vars[_INITPRE + cv] = oldvalue
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 1231 String oldvalue = m_extensionHandlerClass; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 8625 const xmlChar *oldvalue, *oldendvalue; local
8780 xmlChar *oldvalue; local
8806 xmlChar *oldvalue, *oldend, *val, *cur; local
9042 xmlChar *value, *oldvalue; local
10419 xmlChar *oldvalue; local
10465 xmlChar *oldvalue, *oldendvalue; local
    [all...]
  /external/libxml2/
relaxng.c 8625 const xmlChar *oldvalue, *oldendvalue; local
8780 xmlChar *oldvalue; local
8806 xmlChar *oldvalue, *oldend, *val, *cur; local
9071 xmlChar *value, *oldvalue; local
10448 xmlChar *oldvalue; local
10494 xmlChar *oldvalue, *oldendvalue; local
    [all...]
  /bionic/libc/bionic/
pthread.c 1114 int oldvalue = cond->value; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 726 milliseconds