Searched defs:aResult (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DListView.cpp29 bool aResult = GetItem(&item); local
31 return aResult;
/external/dng_sdk/source/
H A Ddng_string.cpp365 int aResult = ::MultiByteToWideChar (encoding, local
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, local
428 if (aResult < 0)
429 aResult = 0;
431 buffer.Allocate (aResult
[all...]
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...

Completed in 232 milliseconds