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

  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 6 int no_results; variable
22 qsort(results, no_results, sizeof(struct list), &sorter);
26 for (x = 0; x < no_results; x++) {
30 for (x = 0; x < no_results; x++) {
35 for (x = 0; x < no_results; x++) {
265 no_results = 0;
280 results[no_results].spd1 = results[no_results].avg = t1;
281 results[no_results++].id = x;
300 no_results = 0
    [all...]
tomcrypt_test.h 49 extern int no_results;
  /external/chromium_org/tools/valgrind/
scan-build.py 113 no_results = 0
114 while build != 0 and no_results < CUTOFF:
118 no_results = no_results + 1
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 93 mTextView.setText(getString(R.string.no_results, new Object[] {query}));

Completed in 100 milliseconds