Searched refs:functionCall (Results 1 – 2 of 2) sorted by relevance
53 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument57 functionCall; \
207 public static String formatFunctionCall(String indent, String functionCall) { in formatFunctionCall() argument209 String tokens[] = functionCall.split("\\(|\\)", 2); in formatFunctionCall()