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

  /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/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSignatureRawRSA.java 173 final int resultSize;
175 resultSize = NativeCrypto.RSA_public_decrypt(sigBytes.length, sigBytes,
183 boolean matches = (resultSize == inputOffset);
184 for (int i = 0; i < resultSize; i++) {
OpenSSLCipherRSA.java 260 int resultSize;
263 resultSize = NativeCrypto.RSA_private_encrypt(tmpBuf.length, tmpBuf, output,
266 resultSize = NativeCrypto.RSA_public_encrypt(tmpBuf.length, tmpBuf, output,
272 resultSize = NativeCrypto.RSA_private_decrypt(tmpBuf.length, tmpBuf, output,
275 resultSize = NativeCrypto.RSA_public_decrypt(tmpBuf.length, tmpBuf, output,
284 if (!encrypting && resultSize != output.length) {
285 output = Arrays.copyOf(output, resultSize);
  /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...]
  /external/webkit/Source/JavaScriptCore/wtf/
TCSystemAlloc.cpp 467 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info));
468 ASSERT_UNUSED(resultSize, resultSize == sizeof(info));
507 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info));
508 ASSERT_UNUSED(resultSize, resultSize == sizeof(info));
  /dalvik/libdex/
DexClass.cpp 118 size_t resultSize = sizeof(DexClassData) +
124 DexClassData* result = (DexClassData*) malloc(resultSize);
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 67 bool getFileSize(const String& path, long long& resultSize)
72 resultSize = (long long)size.GetValue();
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 112 bool getFileSize(const String& path, long long& resultSize)
123 resultSize = statResult.st_size;
  /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 
org.eclipse.osgi_3.6.2.R36x_v20110210.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 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.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/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 3991 milliseconds