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

1 2 3

  /external/bison/examples/
Makefile.am 18 SUBDIRS = calc++
  /external/bison/examples/calc++/
Makefile.am 34 $(srcdir)/calc.stamp: $(doc) $(extexi)
39 ../../doc/bison.texi -- calc++-parser.yy \
40 calc++-scanner.ll calc++.cc calc++-driver.hh calc++-driver.cc
43 $(calc_extracted): $(srcdir)/calc.stamp
58 $(srcdir)/calc++-parser.stamp \
59 $(srcdir)/calc++-parser.yy \
60 $(srcdir)/calc.stam
    [all...]
test 31 ./calc++ input
32 ./calc++ -p input
38 ./calc++ input
44 ./calc++ -s input
calc++-parser.cc 37 #line 38 "../../../../examples/calc++/calc++-parser.cc"
40 #include "calc++-parser.hh"
45 #line 46 "../../../../examples/calc++/calc++-parser.cc"
50 # include "calc++-driver.hh"
54 #line 55 "../../../../examples/calc++/calc++-parser.cc"
149 #line 150 "../../../../examples/calc++/calc++-parser.cc
    [all...]
  /system/update_engine/common/
hash_calculator_unittest.cc 52 HashCalculator calc; local
53 calc.Update("hi", 2);
54 calc.Finalize();
55 EXPECT_EQ(kExpectedHash, calc.hash());
58 EXPECT_TRUE(raw_hash == calc.raw_hash());
62 HashCalculator calc; local
63 calc.Update("h", 1);
64 calc.Update("i", 1);
65 calc.Finalize();
66 EXPECT_EQ(kExpectedHash, calc.hash())
73 HashCalculator calc; local
88 HashCalculator calc; local
121 HashCalculator calc; local
130 HashCalculator calc; local
158 HashCalculator calc; local
165 HashCalculator calc; local
168 HashCalculator calc; local
    [all...]
hash_calculator.cc 92 HashCalculator calc; local
93 TEST_AND_RETURN_FALSE(calc.Update(data, length));
94 TEST_AND_RETURN_FALSE(calc.Finalize());
95 *out_hash = calc.raw_hash();
106 HashCalculator calc; local
107 off_t res = calc.UpdateFile(name, length);
111 if (!calc.Finalize()) {
114 *out_hash = calc.raw_hash();
119 HashCalculator calc; local
120 calc.Update(data, length)
    [all...]
  /external/pdfium/xfa/fxbarcode/
cbc_onecode.h 28 virtual void SetCalChecksum(bool calc);
cbc_onecode.cpp 54 void CBC_OneCode::SetCalChecksum(bool calc) {
56 static_cast<CBC_OneDimWriter*>(m_pBCWriter.get())->SetCalcChecksum(calc);
  /external/libpng/contrib/tools/
makesRGB.c 129 unsigned int calc; local
131 calc = nearbyint((lo+adjust) * 256);
132 if (calc > 65535)
134 fprintf(stderr, "table[%d][0]: overflow %08x (%d)\n", i, calc,
135 calc);
138 png_sRGB_base[i] = calc;
140 calc = nearbyint((hi-lo) * 32);
141 if (calc > 255)
143 fprintf(stderr, "table[%d][1]: overflow %08x (%d)\n", i, calc,
144 calc);
    [all...]
  /external/autotest/client/site_tests/power_Status/
power_Status.py 28 keyvals = plog.calc()
29 keyvals.update(tlog.calc())
  /external/ltp/testcases/realtime/func/periodic_cpu_load/
periodic_cpu_load.c 107 void *calc(void *arg) function
153 ("Missed period, aborting (calc took too long)\n");
203 { PERIOD_A, iterations, calc, (void *)CALC_LOOPS_A };
205 { PERIOD_B, iterations, calc, (void *)CALC_LOOPS_B };
207 { PERIOD_C, iterations, calc, (void *)CALC_LOOPS_C };
periodic_cpu_load_single.c 73 void *calc(int loops) function
125 calc(loops);
137 ("Missed period, aborting (calc took too long)\n");
  /external/autotest/client/site_tests/power_Draw/
power_Draw.py 45 keyvals = self._tlog.calc()
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 219 math::CalculatorPtr calc; local
220 EXPECT_FALSE(calc.is_bound());
221 MathCalculatorImpl calc_impl(GetProxy(&calc));
222 EXPECT_TRUE(calc.is_bound());
226 math::CalculatorPtr calc; local
227 MathCalculatorImpl calc_impl(GetProxy(&calc));
230 MathCalculatorUI calculator_ui(std::move(calc));
242 math::CalculatorPtr calc; local
243 MathCalculatorImpl calc_impl(GetProxy(&calc));
246 MathCalculatorUI calculator_ui(std::move(calc));
527 math::CalculatorPtr calc; local
600 math::CalculatorPtr calc; local
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 382 long calc = (year / 400) * MILLISECONDS_PER_400_YEARS; local
385 calc += year * (365 * MILLISECONDS_PER_DAY);
386 calc += ((year + 3) / 4) * MILLISECONDS_PER_DAY;
389 calc -= ((year - 1) / 100) * MILLISECONDS_PER_DAY;
395 calc += mlen[month] * MILLISECONDS_PER_DAY;
396 calc += (day - 1) * MILLISECONDS_PER_DAY;
397 calc += millis;
399 calc -= mRawOffset;
400 calc -= UNIX_OFFSET;
402 return getOffset(calc);
    [all...]
  /external/autotest/client/site_tests/power_Idle/
power_Idle.py 90 keyvals.update(self._plog.calc())
92 keyvals.update(self._tlog.calc())
  /external/bison/djgpp/
config.bat 303 Rem Fixing ilicit calc++ file names in the calc++ directory.
304 test -d %XSRC%/examples/calc++
305 if not errorlevel 1 mv -f %XSRC%/examples/calc++ %XSRC%/examples/calcxx
308 test -f %XSRC%/examples/calcxx/calc++-scanner.cc
309 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.cc %XSRC%/examples/calcxx/calcxx-scanner.cc
312 test -f %XSRC%/examples/calcxx/calc++-scanner.ll
313 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.ll %XSRC%/examples/calcxx/calcxx-scanner.ll
316 test -f %XSRC%/examples/calcxx/calc++-driver.cc
317 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-driver.cc %XSRC%/examples/calcxx/calcxx-driver.cc
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgethandler.cpp 174 CXFA_Calculate calc = pWidgetAcc->GetCalculate(); local
175 if (!calc)
177 if (calc.GetScript())
214 CXFA_Calculate calc = pWidgetAcc->GetCalculate(); local
215 if (!calc)
220 CXFA_Script script = calc.GetScript();
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 67 keyval = power_logger.calc()
  /external/bison/tests/
Makefile.am 50 calc.at \
  /external/freetype/include/freetype/internal/
fttrace.h 25 FT_TRACE_DEF( calc ) /* calculations (ftcalc.c) */
  /external/pdfium/third_party/freetype/include/freetype/internal/
fttrace.h 25 FT_TRACE_DEF( calc ) /* calculations (ftcalc.c) */
  /system/update_engine/payload_generator/
payload_signer.cc 199 HashCalculator calc; local
200 TEST_AND_RETURN_FALSE(calc.Update(payload.data(), metadata_size));
203 TEST_AND_RETURN_FALSE(calc.Update(
206 TEST_AND_RETURN_FALSE(calc.Finalize());
207 *out_hash_data = calc.raw_hash();
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 357 DigestCalculator calc = verifier.getDigestCalculator(this.getDigestAlgorithmID()); local
360 OutputStream digOut = calc.getOutputStream();
395 resultDigest = calc.getDigest();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp 24 void calc(long) const;

Completed in 2817 milliseconds

1 2 3