HomeSort by relevance Sort by last modified time
    Searched full:resultsize (Results 1 - 18 of 18) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Sha1Helper.h 36 void readSHA1(unsigned char *result, int resultsize, char const *filename);
  /external/icu4c/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/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);
  /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/icu4c/test/cintltst/
reapits.c 857 int32_t resultSize;
875 resultSize = uregex_replaceAll(re, replText, -1, buf, sizeof(buf)/2, &status);
878 TEST_ASSERT(resultSize == expectedResultSize);
883 resultSize = uregex_replaceAll(re, replText, -1, buf, sizeof(buf)/2, &status);
886 TEST_ASSERT(resultSize == u_strlen(text2));
892 resultSize = uregex_replaceAll(re, replText, -1, buf, expectedResultSize, &status);
895 TEST_ASSERT(resultSize == expectedResultSize);
896 TEST_ASSERT(buf[resultSize] == (UChar)0xffff);
903 resultSize = uregex_replaceAll(re, replText, -1, buf, strlen("Replace xaax x1x x...x."), &status);
906 TEST_ASSERT(resultSize == (int32_t)strlen("Replace <aa> <1> <...>."))
    [all...]
cnumtst.c 839 int32_t resultSize = 0;
853 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, NULL, &status);
862 if (strlen(numFormatted) != resultSize) {
864 __FILE__, __LINE__, strlen(numFormatted), resultSize);
871 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status);
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 112 bool getFileSize(const String& path, long long& resultSize)
123 resultSize = statResult.st_size;
  /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/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);
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 469 // ASize < MidSize and MidSize > ResultSize, but don't know the relation
470 // between ASize and ResultSize.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 

Completed in 742 milliseconds