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

  /cts/tests/tests/animation/src/android/animation/cts/
EvaluatorTest.java 111 int aResult = Color.alpha(result);
115 assertEquals(aSTART, aResult);
121 aResult = Color.alpha(result);
125 assertEquals(0xff, aResult);
139 aResult = Color.alpha(result);
143 assertEquals(aEND, aResult);
  /external/lzma/CPP/Windows/Control/
ListView.cpp 29 bool aResult = GetItem(&item);
31 return aResult;
  /external/dng_sdk/source/
dng_string.cpp 365 int aResult = ::MultiByteToWideChar (encoding,
372 if (aResult > 0 && aResult <= aBufChars)
377 aUTF16 [aResult] = 0;
403 // - The memcpy() call triggers an implicit conversion of aResult to a
405 // - The conversion of aResult to a uint32 in the return statement may be
419 int aResult = ::WideCharToMultiByte (encoding,
428 if (aResult < 0)
429 aResult = 0;
431 buffer.Allocate (aResult + 1)
    [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 203 milliseconds