Searched refs:count1 (Results 1 - 25 of 58) sorted by path

123

/external/bison/build-aux/
H A Dtexinfo.tex8247 \count1=128
8249 \catcode\count1=\other
8250 \advance\count1 by 1
8251 \ifnum \count1<256 \loop \fi
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dbase_rule_store.js330 var count1 = this.countMatchingDynamicConstraintValues_(dynamic, r1);
333 if (count1 > count2) {
337 if (count2 > count1) {
/external/chromium_org/content/test/data/indexeddb/
H A Dcursor_prefetch.js278 count1 = 0;
284 shouldBe("count1", "kNumberOfItems");
293 if (cursor1.key !== count1)
294 shouldBe("cursor1.key", "count1");
295 if (cursor1.value !== count1)
296 shouldBe("cursor1.value", "count1");
298 ++count1;
300 if (count1 % 20 === 0) {
/external/chromium_org/ppapi/generators/
H A Didl_lexer.py277 count1 = len(values1)
279 if count1 != count2:
280 print "Size mismatch original %d vs %d\n" % (count1, count2)
281 if count1 > count2: count1 = count2
283 for i in range(count1):
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
H A Dsunspider-compare-results.js28 var count1 = output1.length;
32 itemTotals1.length = count1;
96 for (var i = 0; i < count1; i++) {
301 var df = count1 + count2 - 2;
326 return result + pad(diffSummary, 18) + formatMean(meanWidth1, mean1, stdErr1, count1) + " " + formatMean(meanWidth2, mean2, stdErr2, count2) + diffDetail;
370 mean1 = computeMeans(count1, total1, categoryTotals1, categoryMeans1, testTotalsByCategory1, testMeansByCategory1);
376 stdErr1 = computeStdErrors(count1, stdDev1, categoryStdErrs1, categoryStdDevs1, testStdErrsByCategory1, testStdDevsByCategory1);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c1981 FT_UInt count1, count2, num_points = 0; local
1987 &count1, &count2 );
1996 num_points = count1 + count3;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c476 FT_UInt count1, count2; local
493 count1 = normal->count;
495 for ( ; count1 > 0; count1--, zone1++ )
H A Dpshrec.c382 FT_UInt count1 = mask1->num_bits; local
387 count = FT_MIN( count1, count2 );
429 FT_UInt count1 = mask1->num_bits; local
441 /* if "count2" is greater than "count1", we need to grow the */
443 if ( count2 > count1 )
449 for ( pos = count1; pos < count2; pos++ )
1008 FT_UInt count1 = dim[0].hints.num_hints; local
1013 if ( bit_count != count1 + count2 )
1017 bit_count, count1 + count2 ));
1024 error = ps_dimension_set_mask_bits( &dim[0], bytes, count2, count1,
1053 FT_UInt count1 = dim[0].hints.num_hints; local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh724 unsigned int count1 = class1Count; local
726 for (unsigned int i = 0; i < count1; i++)
/external/chromium_org/third_party/icu/source/common/
H A Duhash.c856 int32_t count1, count2, pos, i; local
882 count1 = uhash_count(hash1);
884 if(count1!=count2){
889 for(i=0; i<count1; i++){
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_wgt.cpp398 uint32_t count1, count2, power_1, power; local
402 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
406 count1=ranges[0].count-count2;
410 printf("split the first range %ld:%ld\n", count1, count2);
412 if(count1<1) {
427 /* set the end of the first range according to count1 */
429 byte=getWeightByte(ranges[0].start, i)+count1-1;
432 * ranges[0].count and count1 may be >countBytes
451 ranges[0].count=count1;
454 ranges[0].count2=count1*power_
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c137 int32_t count1 = 0; local
141 count1++;
155 if (count1 != count2) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1031 int32_t count1, count2; local
1036 const Locale* list = Collator::getAvailableLocales(count1);
1037 for (int32_t i = 0; i < count1; ++i) {
1045 if (count1 == 0 || list == NULL) {
1065 if (count1 != count2) {
1066 errln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count2);
1070 count1 = 0;
1076 count1++;
1078 if (count1 != count2) {
1079 errln("getAvailableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count
[all...]
H A Dcalregts.cpp1239 int32_t count1, count2, count3; local
1240 Calendar::getAvailableLocales(count1);
1244 count1, count2, count3
H A Dmsfmrgts.cpp766 int32_t count1 = 0; local
768 Formattable *newobjs = mf->parse(result, pp, count1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_segmentation.c257 const int count1 = temporal_predictor_count[i][1]; local
259 t_nopred_prob[i] = get_binary_prob(count0, count1);
263 count1 * vp9_cost_one(t_nopred_prob[i]);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Datifragshader.c427 GLuint count1 = curProg->Instructions[j][i].ArgCount[1]; local
429 op1, op1_enum, count1);
/external/chromium_org/third_party/skia/gm/
H A Dtechtalk1.cpp95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); local
96 SkASSERT(count == count1);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
H A Dnasmpp-nested.asm2 %ASSIGN %%count1 4
3 %error %%count1
4 %REP %%count1
9 %ASSIGN %%count1 4
10 %error %%count1
11 %REP %%count1
18 %ASSIGN %%count1 4
20 %error %%count1 %%count2
21 %REP %%count1
/external/chromium_org/tools/idl_parser/
H A Didl_lexer_test.py53 count1 = len(tokens1)
55 self.assertEqual(count1, count2)
57 for i in range(count1):
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp167 OutputCountPatternSpec (int count0, int count1);
177 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1) argument
180 pattern.push_back(count1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 748 milliseconds

123