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

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DefaultCorpusRankerTest.java 68 Map<String,Integer> scores = new HashMap<String,Integer>(); local
69 if (corpus1 != null) scores.put(MockCorpus.CORPUS_1.getName(), corpus1);
70 if (corpus2 != null) scores.put(MockCorpus.CORPUS_2.getName(), corpus2);
71 if (webCorpus != null) scores.put(MockCorpus.WEB_CORPUS.getName(), webCorpus);
72 mRepo.setCorpusScores(scores);
ShortcutRepositoryTest.java 935 Map<String,Integer> scores = getCorpusScores(); local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 177 int scores[scoresLength]; local
183 memset(scores, 0, sizeof(scores));
192 outputCodePoints, scores, spaceIndices, outputTypes);
195 inputCodePoints, inputSize, outputCodePoints, scores, outputTypes);
200 env->SetIntArrayRegion(scoresArray, 0, scoresLength, scores);
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 233 cl.scores = (scoreboard_t*) Hunk_AllocName (cl.maxclients*sizeof(*cl.scores), "scores");
415 ent->colormap = cl.scores[i-1].translations;
638 dest = cl.scores[slot].translations;
640 memcpy (dest, vid.colormap, sizeof(cl.scores[slot].translations));
641 top = cl.scores[slot].colors & 0xf0;
642 bottom = (cl.scores[slot].colors &15)<<4;
844 strcpy (cl.scores[i].name, MSG_ReadString ());
852 cl.scores[i].frags = MSG_ReadShort ()
    [all...]
sbar.cpp 399 if (cl.scores[i].name[0])
408 if (cl.scores[fragsort[j]].frags < cl.scores[fragsort[j+1]].frags)
440 s = &cl.scores[k];
514 s = &cl.scores[fragsort[i]];
790 s = &cl.scores[k];
844 s = &cl.scores[cl.viewentity - 1];
1105 // scores
1116 s = &cl.scores[k];
1187 // scores
    [all...]
client.h 228 scoreboard_t *scores; // [cl.maxclients] member in struct:__anon14399
gl_rmisc.cpp 259 top = cl.scores[playernum].colors & 0xf0;
260 bottom = (cl.scores[playernum].colors &15)<<4;
  /external/freetype/src/autofit/
afwarp.c 83 AF_WarpScore scores[65]; local
87 scores[nn] = 0;
130 scores[idx] += af_warper_weights[y & 63] * len;
140 AF_WarpScore score = scores[idx];
aflatin2.c 2005 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/v8/benchmarks/
base.js 64 // on. This way, all scores are relative to a reference run and higher
65 // scores implies better performance.
78 // Scores are not comparable across versions. Bump the version if
79 // you're making changes that will affect that scores, e.g. if you add
109 BenchmarkSuite.scores = [];
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
180 BenchmarkSuite.scores.push(score);
  /external/srec/tools/cmd/
srecres2utd.pl 103 $token{scores}[$i] = $score;
143 $token->{scores}[0] = $token{topscore};
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
225 if (n == 0) // lexicographical sort if scores are the same
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
225 if (n == 0) // lexicographical sort if scores are the same
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 1104 uint32 *scores = NULL;
1138 scores = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);
1139 if (!scores) goto error;
1178 readed += fread((((uint8*)scores) + readed), 1, toread - readed, fp);
1205 scores_ = scores;
1226 if (scores) free(scores);
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 1575 uint8_t scores[numFaces] = { 85, 95 }; local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]

Completed in 6009 milliseconds