Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A 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()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DToStringFilter.java43 String outStr = objectFrame.getValue().toString(); in onProcess() local
46 stringFrame.setValue(outStr); in onProcess()
/aosp14/system/core/libutils/
H A DPrinter_fuzz.cpp26 android::String8 outStr = android::String8(); in LLVMFuzzerTestOneInput() local
40 android::String8Printer stringPrinter = android::String8Printer(&outStr); in LLVMFuzzerTestOneInput()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DTarBackupReader.java660 private static int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
675 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.h253 String16* outStr = NULL, void* accessorCookie = NULL,
H A DResourceTable.cpp2308 String16* outStr, void* accessorCookie, in stringToValue() argument
2359 if (outStr) { in stringToValue()
2360 *outStr = finalStr; in stringToValue()