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

  /external/srec/srec/Semproc/src/
SemanticResultImpl.c 107 LCHAR* theValue;
110 CHKLOG(rc, impl->results->get(impl->results, key, (void **)&theValue));
111 if (LSTRLEN(theValue) + 1 > *len)
113 *len = LSTRLEN(theValue) + 1;
114 PLogError(L("ESR_BUFFER_OVERFLOW, requires len>=%d"), LSTRLEN(theValue) + 1);
117 LSTRCPY(value, theValue);
  /libcore/luni/src/main/java/java/util/
MapEntry.java 36 MapEntry(K theKey, V theValue) {
38 value = theValue;
AbstractMap.java 55 public SimpleImmutableEntry(K theKey, V theValue) {
57 value = theValue;
120 public SimpleEntry(K theKey, V theValue) {
122 value = theValue;
EnumMap.java 57 Entry(KT theKey, VT theValue, EnumMap<KT, VT> em) {
58 super(theKey, theValue);
74 Object theValue = entry.getValue();
76 isEqual = (theValue == null);
78 isEqual = enumMap.values[ordinal].equals(theValue);
IdentityHashMap.java 88 IdentityHashMapEntry(IdentityHashMap<K,V> map, K theKey, V theValue) {
89 super(theKey, theValue);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 165 double theValue = value();
170 if (theValue <= lowValue)
172 if (theValue <= highValue)
179 if (highValue <= theValue)
181 if (lowValue <= theValue)
189 if (lowValue <= theValue && theValue <= highValue)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
82 inline int64_t OSAtomicAdd64(int64_t theAmount, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);
96 int64_t theAmount, int64_t *theValue) {
97 int64_t new_val = OSAtomicAdd64(theAmount, theValue);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
82 inline int64_t OSAtomicAdd64(int64_t theAmount, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);
96 int64_t theAmount, int64_t *theValue) {
97 int64_t new_val = OSAtomicAdd64(theAmount, theValue);
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 750 milliseconds