/external/srec/srec/Recognizer/include/ |
SR_RecognizerResult.h | 58 * @param resultSize [out] Number of entries 61 ESR_ReturnCode(*getSize)(const struct SR_RecognizerResult_t* self, size_t* resultSize); 128 * @param resultSize [out] Number of entries 132 size_t* resultSize);
|
SR_RecognizerResultImpl.h | 88 size_t* resultSize);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLSignatureRawRSA.java | 172 final int resultSize; 174 resultSize = NativeCrypto.RSA_public_decrypt(sigBytes.length, sigBytes, 182 boolean matches = (resultSize == inputOffset); 183 for (int i = 0; i < resultSize; i++) {
|
OpenSSLCipherRSA.java | 261 int resultSize; 264 resultSize = NativeCrypto.RSA_private_encrypt(tmpBuf.length, tmpBuf, output, 267 resultSize = NativeCrypto.RSA_public_encrypt(tmpBuf.length, tmpBuf, output, 273 resultSize = NativeCrypto.RSA_private_decrypt(tmpBuf.length, tmpBuf, output, 276 resultSize = NativeCrypto.RSA_public_decrypt(tmpBuf.length, tmpBuf, output, 285 if (!encrypting && resultSize != output.length) { 286 output = Arrays.copyOf(output, resultSize);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
port.cc | 297 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info)); 298 assert(resultSize == sizeof(info)); 319 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info)); 320 assert(resultSize == sizeof(info));
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_sit.cpp | 536 static void appendShortStringElement(const char *src, int32_t len, char *result, int32_t *resultSize, int32_t capacity, char arg) 539 if(*resultSize) { 540 if(*resultSize < capacity) { 543 (*resultSize)++; 545 *resultSize += len + 1; 546 if(*resultSize < capacity) { 563 int32_t resultSize = 0; 580 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg); 582 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg); 584 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg) [all...] |
/external/icu4c/i18n/ |
ucol_sit.cpp | 574 static void appendShortStringElement(const char *src, int32_t len, char *result, int32_t *resultSize, int32_t capacity, char arg) 577 if(*resultSize) { 578 if(*resultSize < capacity) { 581 (*resultSize)++; 583 *resultSize += len + 1; 584 if(*resultSize < capacity) { 604 int32_t resultSize = 0; 621 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, languageArg); 623 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, regionArg); 625 appendShortStringElement(tempbuff, elementSize, buffer, &resultSize, /*capacity*/internalBufferSize, scriptArg) [all...] |
/dalvik/libdex/ |
DexClass.cpp | 118 size_t resultSize = sizeof(DexClassData) + 124 DexClassData* result = (DexClassData*) malloc(resultSize);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Frame.cpp | 259 FloatSize resultSize; 266 resultSize.setWidth(floorf(expectedSize.width())); 267 resultSize.setHeight(floorf(resultSize.width() * ratio)); 271 resultSize.setHeight(floorf(expectedSize.height())); 272 resultSize.setWidth(floorf(resultSize.height() * ratio)); 274 return resultSize;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedPath.cpp | 60 size_t resultSize = result.size(); 61 for (size_t i = 0; i < resultSize; ++i)
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
reapits.c | 853 int32_t resultSize; 871 resultSize = uregex_replaceAll(re, replText, -1, buf, sizeof(buf)/2, &status); 874 TEST_ASSERT(resultSize == expectedResultSize); 879 resultSize = uregex_replaceAll(re, replText, -1, buf, sizeof(buf)/2, &status); 882 TEST_ASSERT(resultSize == u_strlen(text2)); 888 resultSize = uregex_replaceAll(re, replText, -1, buf, expectedResultSize, &status); 891 TEST_ASSERT(resultSize == expectedResultSize); 892 TEST_ASSERT(buf[resultSize] == (UChar)0xffff); 899 resultSize = uregex_replaceAll(re, replText, -1, buf, strlen("Replace xaax x1x x...x."), &status); 902 TEST_ASSERT(resultSize == (int32_t)strlen("Replace <aa> <1> <...>.")) [all...] |
cnumtst.c | 836 int32_t resultSize = 0; 850 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, NULL, &status); 859 if (strlen(numFormatted) != resultSize) { 861 __FILE__, __LINE__, strlen(numFormatted), resultSize); 868 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status); [all...] |
/external/icu4c/test/cintltst/ |
reapits.c | 894 int32_t resultSize; 912 resultSize = uregex_replaceAll(re, replText, -1, buf, sizeof(buf)/2, &status); 915 TEST_ASSERT(resultSize == expectedResultSize); 920 resultSize = uregex_replaceAll(re, replText, -1, buf, sizeof(buf)/2, &status); 923 TEST_ASSERT(resultSize == u_strlen(text2)); 929 resultSize = uregex_replaceAll(re, replText, -1, buf, expectedResultSize, &status) [all...] |
cnumtst.c | 816 int32_t resultSize = 0; 830 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, NULL, &status); 839 if (strlen(numFormatted) != resultSize) { 841 __FILE__, __LINE__, strlen(numFormatted), resultSize); 847 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status); [all...] |
/external/srec/srec/Grammar/include/ |
SR_Grammar.h | 65 * @param resultSize Size of result buffer. If the passed in buffer was not large enough to hold 68 typedef ESR_ReturnCode(*SR_GrammarDispatchFunction)(LCHAR* functionName, LCHAR** argv, size_t argc, void* value, LCHAR* result, size_t* resultSize);
|
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | [all...] |
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | 187 ESR_ReturnCode myDSMCallback(LCHAR* functionName, LCHAR** argv, size_t argc, void* value, LCHAR* result, size_t* resultSize) 207 if (*resultSize < LSTRLEN(L("1000"))+1) 209 *resultSize = LSTRLEN(L("1000"))+1; 213 *resultSize = LSTRLEN(L("1000"))+1; 216 if (*resultSize < LSTRLEN(L("0"))+1) 218 *resultSize = LSTRLEN(L("0"))+1; 222 *resultSize = LSTRLEN(L("0"))+1; [all...] |
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | 185 ESR_ReturnCode myDSMCallback(LCHAR* functionName, LCHAR** argv, size_t argc, void* value, LCHAR* result, size_t* resultSize) 205 if (*resultSize < LSTRLEN(L("1000"))+1) 207 *resultSize = LSTRLEN(L("1000"))+1; 211 *resultSize = LSTRLEN(L("1000"))+1; 214 if (*resultSize < LSTRLEN(L("0"))+1) 216 *resultSize = LSTRLEN(L("0"))+1; 220 *resultSize = LSTRLEN(L("0"))+1; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
org-eclipse-equinox-common-3.6.0.jar | |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |