Searched refs:outStr (Results 1 – 5 of 5) 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()
216 String16* outStr = NULL, void* accessorCookie = NULL,
2159 String16* outStr, void* accessorCookie, in stringToValue() argument2208 if (outStr) { in stringToValue()2209 *outStr = finalStr; in stringToValue()
4103 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument4116 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()