Home
last modified time | relevance | path

Searched defs:Calc (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.cc46 struct Calc { struct
47 int Add(int x, int y) { return x + y; } in Add()
48 int Negate(int x) { return -x; } in Negate()
49 void Positive(std::unique_ptr<DBusMethodResponse<double>> response, in Positive()
60 void AddSubtract(int x, int y, int* sum, int* diff) { in AddSubtract()
/external/ply/ply/example/newclasscalc/
Dcalc.py62 class Calc(Parser): class
/external/ply/ply/example/classcalc/
Dcalc.py60 class Calc(Parser): class
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp46 void CCodec_ProgressiveDecoder::CFXCODEC_WeightTable::Calc(int dest_len, in Calc() function in CCodec_ProgressiveDecoder::CFXCODEC_WeightTable
149 void CCodec_ProgressiveDecoder::CFXCODEC_HorzTable::Calc(int dest_len, in Calc() function in CCodec_ProgressiveDecoder::CFXCODEC_HorzTable
206 void CCodec_ProgressiveDecoder::CFXCODEC_VertTable::Calc(int dest_len, in Calc() function in CCodec_ProgressiveDecoder::CFXCODEC_VertTable
/external/pdfium/core/fxge/dib/
Dfx_dib_engine.cpp49 bool CWeightTable::Calc(int dest_len, in Calc() function in CWeightTable