Home
last modified time | relevance | path

Searched refs:outStr (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DImageGoodnessFilter.java128 String outStr; in onProcess() local
157 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()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DToStringFilter.java43 String outStr = objectFrame.getValue().toString(); in onProcess() local
46 stringFrame.setValue(outStr); in onProcess()
/frameworks/base/tools/aapt/
DResourceTable.h234 String16* outStr = NULL, void* accessorCookie = NULL,
DResourceTable.cpp2212 String16* outStr, void* accessorCookie, in stringToValue() argument
2261 if (outStr) { in stringToValue()
2262 *outStr = finalStr; in stringToValue()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java5154 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
5167 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()
6480 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
6493 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()