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

  /external/bison/examples/
Makefile.am 20 SUBDIRS = calc++
Makefile 87 DIST_SUBDIRS = calc++
213 SUBDIRS = calc++
  /packages/apps/Calculator/src/com/android/calculator2/
ColorButton.java 46 Calculator calc = (Calculator) context; local
47 init(calc);
48 mListener = calc.mListener;
56 private void init(Calculator calc) {
67 calc.adjustFontSize(this);
CalculatorDisplay.java 58 Calculator calc = (Calculator) getContext(); local
59 calc.adjustFontSize((TextView)getChildAt(0));
60 calc.adjustFontSize((TextView)getChildAt(1));
  /development/tools/zoneinfo/
ZoneInfo.java 158 long calc = (year / 400) * MILLISECONDS_PER_400_YEARS; local
161 calc += year * (365 * MILLISECONDS_PER_DAY);
162 calc += ((year + 3) / 4) * MILLISECONDS_PER_DAY;
165 calc -= ((year - 1) / 100) * MILLISECONDS_PER_DAY;
170 calc += mlen[month] * MILLISECONDS_PER_DAY;
171 calc += (day - 1) * MILLISECONDS_PER_DAY;
172 calc += millis;
174 calc -= mRawOffset;
175 calc -= UNIX_OFFSET;
177 return getOffset(calc);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 143 long calc = (year / 400) * MILLISECONDS_PER_400_YEARS; local
146 calc += year * (365 * MILLISECONDS_PER_DAY);
147 calc += ((year + 3) / 4) * MILLISECONDS_PER_DAY;
150 calc -= ((year - 1) / 100) * MILLISECONDS_PER_DAY;
155 calc += mlen[month] * MILLISECONDS_PER_DAY;
156 calc += (day - 1) * MILLISECONDS_PER_DAY;
157 calc += millis;
159 calc -= mRawOffset;
160 calc -= UNIX_OFFSET;
162 return getOffset(calc);
    [all...]
  /external/bison/tests/
testsuite 381 70;calc.at:550;Calculator ;;
382 71;calc.at:552;Calculator %defines;;
383 72;calc.at:553;Calculator %locations;;
384 73;calc.at:554;Calculator %name-prefix="calc";;
385 74;calc.at:555;Calculator %verbose;;
386 75;calc.at:556;Calculator %yacc;;
387 76;calc.at:557;Calculator %error-verbose;;
388 77;calc.at:559;Calculator %pure-parser %locations;;
389 78;calc.at:560;Calculator %error-verbose %locations;
    [all...]
Makefile.am 52 calc.at \
Makefile 211 calc.at \
  /external/v8/test/mjsunit/
top-level-assignments.js 92 var calc = new Calculator(20, 10);
93 assertEquals(30, calc.sum());
94 assertEquals(10, calc.difference());
95 assertEquals(200, calc.product());
96 assertEquals(2, calc.quotient());
  /external/bison/djgpp/
config.bat 244 Rem Fixing ilicit calc++ file names in the calc++ directory.
245 test -d %XSRC%/examples/calc++
246 if not errorlevel 1 mv -f %XSRC%/examples/calc++ %XSRC%/examples/calcxx
249 test -f %XSRC%/examples/calcxx/calc++-scanner.cc
250 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.cc %XSRC%/examples/calcxx/calcxx-scanner.cc
253 test -f %XSRC%/examples/calcxx/calc++-scanner.ll
254 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.ll %XSRC%/examples/calcxx/calcxx-scanner.ll
257 test -f %XSRC%/examples/calcxx/calc++-driver.cc
258 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-driver.cc %XSRC%/examples/calcxx/calcxx-driver.cc
    [all...]
  /external/freetype/include/freetype/internal/
fttrace.h 25 FT_TRACE_DEF( calc ) /* calculations (ftcalc.c) */
  /bionic/libc/bionic/
md5.c 75 calc (struct md5 *m, u_int32_t *data) function
228 calc(m, current);
230 calc(m, (u_int32_t*)m->save);
  /external/bluetooth/bluez/tools/
ubcsp.c 743 static void ubcsp_setup_packet (uint8 *part1, uint8 calc, uint8 *part2, uint16 len2)
747 if (calc)
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-cube.js 187 // calc current normals
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 187 // calc current normals
  /external/v8/test/cctest/
test-regexp.cc 1465 int calc = first[j] + i; local
    [all...]

Completed in 1069 milliseconds