/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 320 struct stw_pixelformat_score *scores, 355 scores[index].points = 0; 364 scores[index].points = 0; 366 scores[index].points -= (actual_value - expected_value) * ami->weight; 383 struct stw_pixelformat_score *scores; local 389 * have higher scores. Start with a high score and take out penalty 394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) ); 395 if (scores == NULL) 398 scores[i].points = 0x7fffffff; 399 scores[i].index = i [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 320 struct stw_pixelformat_score *scores, 355 scores[index].points = 0; 364 scores[index].points = 0; 366 scores[index].points -= (actual_value - expected_value) * ami->weight; 383 struct stw_pixelformat_score *scores; local 389 * have higher scores. Start with a high score and take out penalty 394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) ); 395 if (scores == NULL) 398 scores[i].points = 0x7fffffff; 399 scores[i].index = i [all...] |
/cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/ |
BrowserBenchTest.java | 62 // used for all other scores 98 double[] scores = mResultsMap.get(message); 99 scores[mRunIndex] = score; 158 double[] scores = entry.getValue(); local 161 getReportLog().printArray(message, scores, mTypeFinal, mUnitFinal); 162 getReportLog().printSummary(message, Stat.getAverage(scores), mTypeFinal, 165 getReportLog().printArray(message, scores, mTypeNonFinal, mUnitNonFinal);
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl_android.cc | 151 std::vector<float> scores(options.size(), 0.0); 153 JavaFloatArrayToFloatVector(env, floats, &scores); 157 CHECK_EQ(options.size(), scores.size()); 160 options[i], static_cast<double>(scores[i])));
|
/external/chromium_org/third_party/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 | 2036 FT_Pos displacements[6], scores[6], org, fit, delta; local [all...] |
/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 | 2036 FT_Pos displacements[6], scores[6], org, fit, delta; local [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
SpeechRecognition.java | 161 float[] scores = bundle.getFloatArray(SpeechRecognizer.CONFIDENCE_SCORES); local 165 scores, 292 float[] scores,
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 193 int scores[scoresLength]; local 204 memset(scores, 0, sizeof(scores)); 214 scores, spaceIndices, outputTypes, outputAutoCommitFirstWordConfidence); 217 outputCodePoints, scores, outputTypes); 222 env->SetIntArrayRegion(scoresArray, 0, scoresLength, scores);
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 65 // on. This way, all scores are relative to a reference run and higher 66 // scores implies better performance. 79 // Scores are not comparable across versions. Bump the version if 80 // you're making changes that will affect that scores, e.g. if you add 114 BenchmarkSuite.scores = []; 131 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores); 185 BenchmarkSuite.scores.push(score);
|
/external/chromium_org/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/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...] |