HomeSort by relevance Sort by last modified time
    Searched defs:theValue (Results 1 - 10 of 10) 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);
  /external/webkit/Source/WebCore/html/
HTMLMeterElement.cpp 183 double theValue = value();
188 if (theValue <= lowValue)
190 if (theValue <= highValue)
197 if (highValue <= theValue)
199 if (lowValue <= theValue)
207 if (lowValue <= theValue && theValue <= highValue)
  /libcore/luni/src/main/java/java/util/
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);
  /external/icu4c/tools/genuca/
genuca.cpp 436 unsigned int theValue;
511 if(sscanf(buffer+vtLen, "%4x", &theValue) != 1) /* read first code point */
515 *(vt[cnt].what) = (UChar)theValue;
519 //consts->UCA_NEXT_TOP_VALUE = theValue<<24 | 0x030303;
570 //element->cPoints[0] = (UChar)theValue;
597 if(sscanf(buffer, "%4x", &theValue) != 1) /* read first code point */
601 element->cPoints[0] = (UChar)theValue;
610 element->prefixChars[0] = (UChar)theValue;
613 sscanf(dashPointer+1, "%4x", &theValue);
614 element->cPoints[0] = (UChar)theValue;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1383 milliseconds