Searched defs:evaluate (Results 1 - 2 of 2) sorted by relevance

/system/core/liblog/
H A Dproperties.c322 unsigned char (*const evaluate)(const struct cache2_char* self); member in struct:cache2_char
332 return self->evaluate(self);
346 c = self->evaluate(self);
531 unsigned long (*const evaluate)(const struct cache2_property_size* self); member in struct:cache2_property_size
542 return self->evaluate(self);
556 v = self->evaluate(self);
/system/tools/hidl/
H A DConstantExpression.cpp247 void LiteralConstantExpression::evaluate() { function in class:android::LiteralConstantExpression
252 void UnaryConstantExpression::evaluate() { function in class:android::UnaryConstantExpression
267 void BinaryConstantExpression::evaluate() { function in class:android::BinaryConstantExpression
326 void TernaryConstantExpression::evaluate() { function in class:android::TernaryConstantExpression
347 void ReferenceConstantExpression::evaluate() { function in class:android::ReferenceConstantExpression
727 3. Otherwise, convert second operand to bool, evaluate the result, and return
736 1. Evaluate the conditional and evaluate the operands.

Completed in 69 milliseconds