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

  /external/srec/tools/parseStringTest/
parseStringTest.c 107 size_t i, result_count, key_count; local
129 result_count = MAX_SEM_RESULTS; /* initially not greater than MAX */
130 for (i = 0; i < result_count; i++)
138 rc = grammar->checkParse(grammar, trans, semanticResults, (size_t*) & result_count);
170 result_count = 0;
178 wordIDs, semanticResults, &result_count);
187 if (result_count < 1)
195 pfprintf(fout, "parse ok (%d results) (%s) (%d)\n", result_count, trans, key_count);
196 for (i = 0; i < result_count; i++)
215 int i, result_count; local
547 size_t result_count; local
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 442 int i, result_count; local
445 result_count = MAX_SEM_RESULTS; /* initially not greater than MAX */
446 for(i =0; i<result_count; i++)
451 rc = grammar->checkParse(grammar, trans, semanticResults, (size_t*) &result_count);
455 if(result_count < 1)
462 pfprintf(fout,"parse ok (%d results)\n", result_count);
463 for(i=0; i < result_count; i++)
  /external/chromium/chrome/browser/history/
history_backend.h 157 int result_count);
159 // Request the |result_count| most visited URLs and the chain of
164 int result_count,
168 void QueryMostVisitedURLsImpl(int result_count,
history.cc 603 int result_count,
608 result_count);
612 int result_count,
619 result_count, days_back);
history.h 344 // of the top |result_count| URLs. For each of these URLs, there is an entry
354 // Request the top |result_count| most visited URLs and the chain of redirects
357 Handle QueryTopURLsAndRedirects(int result_count,
364 // Request the |result_count| most visited URLs and the chain of
367 Handle QueryMostVisitedURLs(int result_count, int days_back,
    [all...]
history_backend.cc 1388 result_count, &data.get()); local
    [all...]
top_sites.cc 78 int result_count)
80 result_count_(result_count) {
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2629 size_t result_count; local
3189 size_t result_count; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 2302 size_t result_count; local
2803 size_t result_count; local
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 627 int result_count = kMostVisitedCount; local
633 result_count,
  /external/v8/src/
debug-debugger.js 529 var result_count = 0;
534 result_count++;
542 if (result_count == 1) {
    [all...]

Completed in 1161 milliseconds