Searched refs:outStr (Results 1 – 6 of 6) sorted by relevance
128 String outStr; in onProcess() local157 outStr = GREAT; in onProcess()159 outStr = GOOD; in onProcess()161 outStr = OK; in onProcess()163 outStr = BAD; in onProcess()165 outStr = AWFUL; in onProcess()169 if (outStr.equals(GREAT)) { in onProcess()186 stringFrame.setValue(outStr); in onProcess()
43 String outStr = objectFrame.getValue().toString(); in onProcess() local46 stringFrame.setValue(outStr); in onProcess()
653 private static int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument668 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()
686 [&outParam](const auto& outStr) { in getParameters() argument687 outParam = outStr; in getParameters()
253 String16* outStr = NULL, void* accessorCookie = NULL,
2308 String16* outStr, void* accessorCookie, in stringToValue() argument2359 if (outStr) { in stringToValue()2360 *outStr = finalStr; in stringToValue()