Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DTestUtils.h53 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument
57 functionCall; \
/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java207 public static String formatFunctionCall(String indent, String functionCall) { in formatFunctionCall() argument
209 String tokens[] = functionCall.split("\\(|\\)", 2); in formatFunctionCall()