Home
last modified time | relevance | path

Searched refs:functionCall (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/hidl/c2hal/
H A DExpression.h75 static Expression *functionCall(std::string id, std::vector<Expression *> *args);
H A DExpression.cpp289 Expression *Expression::functionCall(std::string id, std::vector<Expression *> *args) { in functionCall() function in android::Expression
H A Dc2hal_y.yy479 $$ = Expression::functionCall($1, $3);
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h53 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument
57 functionCall; \
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js1749 function wait(functionCall) { argument
1751 functionCall();
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java207 public static String formatFunctionCall(String indent, String functionCall) { in formatFunctionCall() argument
209 String tokens[] = functionCall.split("\\(|\\)", 2); in formatFunctionCall()