/aosp12/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
H A D | extract_ave.sh | 71 newLine=`echo $line|awk '{print $2}'` 72 sum=`echo $((sum+newLine))` 75 InitializeSum=`echo $((InitializeSum+newLine))` 78 UnpackInputImageSum=`echo $((UnpackInputImageSum+newLine))` 81 MarkLayerMaskSum=`echo $((MarkLayerMaskSum+newLine))` 84 ComputeLayerMatteBehindFocalDepthSum=`echo $((ComputeLayerMatteBehindFocalDepthSum+newLine))` 90 FilterLayerBehindFocalDepthSum=`echo $((FilterLayerBehindFocalDepthSum+newLine))` 93 updateSharpImageUsingFuzzyImageSum=`echo $((updateSharpImageUsingFuzzyImageSum+newLine))` 102 FilterLayerInFrontOfFocalDepthSum=`echo $((FilterLayerInFrontOfFocalDepthSum+newLine))` 105 finalizeFuzzyImageUsingSharpImageSum=`echo $((finalizeFuzzyImageUsingSharpImageSum+newLine))` [all …]
|
H A D | extract_data.sh | 56 newLine=`echo $line|grep -oE '[0-9]+ ns'|awk '{print $1}'` 57 sum=`echo $((sum+newLine))` 60 InitializeSum=`echo $((InitializeSum+newLine))`; 63 UnpackInputImageSum=`echo $((UnpackInputImageSum+newLine))` 66 MarkLayerMaskSum=`echo $((MarkLayerMaskSum+newLine))` 69 ComputeLayerMatteBehindFocalDepthSum=`echo $((ComputeLayerMatteBehindFocalDepthSum+newLine))` 75 FilterLayerBehindFocalDepthSum=`echo $((FilterLayerBehindFocalDepthSum+newLine))` 78 updateSharpImageUsingFuzzyImageSum=`echo $((updateSharpImageUsingFuzzyImageSum+newLine))` 87 FilterLayerInFrontOfFocalDepthSum=`echo $((FilterLayerInFrontOfFocalDepthSum+newLine))` 90 finalizeFuzzyImageUsingSharpImageSum=`echo $((finalizeFuzzyImageUsingSharpImageSum+newLine))` [all …]
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | ZygoteProcess.java | 398 writer.newLine(); in getAbiList() 401 writer.newLine(); in getAbiList() 977 state.mZygoteOutputWriter.newLine(); in maybeSetApiDenylistExemptions() 979 state.mZygoteOutputWriter.newLine(); in maybeSetApiDenylistExemptions() 1004 state.mZygoteOutputWriter.newLine(); in maybeSetHiddenApiAccessLogSampleRate() 1007 state.mZygoteOutputWriter.newLine(); in maybeSetHiddenApiAccessLogSampleRate() 1025 state.mZygoteOutputWriter.newLine(); in maybeSetHiddenApiAccessStatslogSampleRate() 1028 state.mZygoteOutputWriter.newLine(); in maybeSetHiddenApiAccessStatslogSampleRate() 1109 state.mZygoteOutputWriter.newLine(); in preloadApp() 1112 state.mZygoteOutputWriter.newLine(); in preloadApp() [all …]
|
/aosp12/system/netd/libnetdbpf/ |
H A D | BpfNetworkStats.cpp | 121 stats_line newLine; in populateStatsEntry() local 122 strlcpy(newLine.iface, ifname, sizeof(newLine.iface)); in populateStatsEntry() 123 newLine.uid = (int32_t)statsKey.uid; in populateStatsEntry() 124 newLine.set = (int32_t)statsKey.counterSet; in populateStatsEntry() 125 newLine.tag = (int32_t)statsKey.tag; in populateStatsEntry() 126 newLine.rxPackets = statsEntry.rxPackets; in populateStatsEntry() 127 newLine.txPackets = statsEntry.txPackets; in populateStatsEntry() 128 newLine.rxBytes = statsEntry.rxBytes; in populateStatsEntry() 129 newLine.txBytes = statsEntry.txBytes; in populateStatsEntry() 130 return newLine; in populateStatsEntry()
|
/aosp12/build/soong/androidmk/parser/ |
H A D | parser.go | 407 prerequisites, newLine := p.parseRulePrerequisites(target) 413 if newLine { 416 newLine = false 419 newLine = false 426 newLine = false 433 newLine = true 455 newLine := false 464 newLine = true 467 newLine = true 488 return prerequisites, newLine
|
/aosp12/system/libhwbinder/ |
H A D | Debug.cpp | 201 bool newLine = false; in printHexData() local 205 newLine = true; in printHexData() 208 newLine = true; in printHexData() 288 if (newLine && indent) func(cookie, stringForIndent(indent)); in printHexData() 291 newLine = true; in printHexData()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Debug.cpp | 217 bool newLine = false; in printHexData() local 221 newLine = true; in printHexData() 224 newLine = true; in printHexData() 304 if (newLine && indent) func(cookie, stringForIndent(indent)); in printHexData() 307 newLine = true; in printHexData()
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | PMCStatusLogger.java | 70 bw.newLine(); in logStatus() 106 bw.newLine(); in flash()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | CSVWriterFilter.java | 119 csvWriter.newLine(); in onProcess() 139 csvWriter.newLine(); in onProcess()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | VrManagerService.java | 405 String newLine = "\n"; in toLogString() local 411 sb.append(newLine); in toLogString() 416 sb.append(newLine); in toLogString() 420 sb.append(newLine); in toLogString() 425 sb.append(newLine); in toLogString() 429 sb.append(newLine); in toLogString()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 613 out.newLine(); in profile() 616 out.newLine(); in profile() 650 out.newLine(); in profileViewAndChildren() 1167 out.newLine(); 1233 out.newLine(); 1435 out.newLine();
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowControllerImpl.java | 812 String newLine = "\n"; in toString() local 814 result.append(newLine); in toString() 828 result.append(newLine); in toString()
|
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 819 mBufferedWriter.newLine(); in parseLaunchTimeAndWrite() 821 mBufferedWriter.newLine(); in parseLaunchTimeAndWrite() 852 mBufferedWriter.newLine(); in parseLaunchTimeAndWrite()
|
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 1355 mBufferedWriter.newLine(); in parseLaunchTimeAndWrite() 1357 mBufferedWriter.newLine(); in parseLaunchTimeAndWrite() 1360 mBufferedWriter.newLine(); in parseLaunchTimeAndWrite()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarFeatureController.java | 442 writer.newLine(); in persistToFeatureConfigFile()
|
/aosp12/packages/services/Car/service/src/com/android/car/power/ |
H A D | PowerComponentHandler.java | 304 writer.newLine(); in writeUserOffComponentsLocked()
|
H A D | CarPowerManagementService.java | 733 writer.newLine(); in saveWifiModifiedState()
|
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 452 mImageListWriter.newLine(); in DumpToFile()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskPersister.java | 174 writer.newLine(); in writePersistedTaskIdsForUser()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
H A D | LocationAccessCheck.java | 270 writer.newLine(); in safeAlreadyNotifiedPackagesLocked()
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 2205 Ljava/io/PrintStream;->newLine()V 2217 Ljava/io/PrintWriter;->newLine()V
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 1190 HSPLjava/io/BufferedWriter;->newLine()V+]Ljava/io/BufferedWriter;Ljava/io/BufferedWriter; 1706 HSPLjava/io/PrintWriter;->newLine()V+]Ljava/io/Writer;missing_types
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 23796 HSPLjava/io/BufferedWriter;->newLine()V+]Ljava/io/BufferedWriter;Ljava/io/BufferedWriter; 24312 HSPLjava/io/PrintWriter;->newLine()V+]Ljava/io/Writer;missing_types
|