Home
last modified time | relevance | path

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

/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java293 private void OnOutputTestCaseTypeChanged(Object outputTypeStr) { in OnOutputTestCaseTypeChanged() argument
297 if(outputTypeStr == OUT_TYPE_AST) { in OnOutputTestCaseTypeChanged()
299 } else if(outputTypeStr == OUT_TYPE_BOOL) { in OnOutputTestCaseTypeChanged()
301 } else if(outputTypeStr == OUT_TYPE_STD) { in OnOutputTestCaseTypeChanged()
303 } else if(outputTypeStr == OUT_TYPE_RET) { in OnOutputTestCaseTypeChanged()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dmain.cpp101 std::string outputTypeStr = "binary"; in offline_get_program_with_il() local
110 outputTypeStr + " " + in offline_get_program_with_il()