Home
last modified time | relevance | path

Searched defs:lines (Results 226 – 250 of 310) sorted by relevance

12345678910>>...13

/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java83 String[] lines = message.trim().replaceAll(" +", " ").split("[\r\n]+"); in SimpleSessionDescription() local
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp393 int lines = 5; variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp44 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile()
/aosp12/system/core/init/
H A Dbuiltins.cpp302 auto lines = Split(*file_contents, "\n"); in do_load_exports() local
1014 auto lines = Split(file_contents, "\n"); in do_copy_per_line() local
/aosp12/bootable/recovery/tools/image_generator/
H A DImageGenerator.java452 String[] lines = processed.split("\\\\n\\\\n"); in processAndWrapText() local
/aosp12/system/extras/simpleperf/runtest/
H A Druntest.py404 def _parse_report_items(self, lines, has_callgraph): argument
/aosp12/system/update_engine/
H A Dtest_http_server.cc98 vector<string> lines = base::SplitStringUsingSubstr( in ParseRequest() local
/aosp12/system/unwinding/libunwindstack/
H A DDwarfOp.cpp1571 std::vector<std::string>* lines) { in GetLogInfo()
/ohos5.0/base/request/request/services/src/task/
H A Dupload.rs510 let mut lines = buf_reader.lines(); in handle_connection() localVariable
/aosp12/hardware/google/camera/common/hal/utils/
H A Dhal_camera_metadata.cc498 int32_t lines = count / values_per_line[type]; in PrintData() local
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp157 bool KernelInterface::ReadLinesFromFile(const std::string& path, std::vector<std::string>& lines) in ReadLinesFromFile()
/aosp12/bionic/libc/kernel/tools/
H A Dcpp.py268 def parseString(self, lines): argument
1643 def get_blocks(self, lines): argument
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java394 public void setMaxDisplayedLines(int lines) { in setMaxDisplayedLines()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java875 CharSequence[] lines = in extractFlyoutMessage() local
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java396 final int lines = values.length; in assertLinesMetrics() local
/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp85 vector<string> lines; in replaceLine() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp352 void Utils::LoadLines(const std::string& path, std::vector<std::string>& lines) in LoadLines()
/aosp12/bootable/recovery/updater/
H A Dblockimg.cpp113 std::vector<std::string> lines = android::base::Split(android::base::Trim(content), "\n"); in ParseLastCommandFile() local
1738 std::vector<std::string> lines = android::base::Split(transfer_list_value->data, "\n"); in PerformBlockImageUpdate() local
H A Dinstall.cpp577 std::vector<std::string> lines = android::base::Split(buffer, "\n"); in FileGetPropFn() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java790 ArrayList<String> lines = new ArrayList<>(maxLines); in getLogcat() local
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DNewDatabasePerformanceTests.java942 List<String> lines = Files.readAllLines(new File(ioStat).toPath()); in getIoStats() local
/aosp12/system/extras/simpleperf/
H A Dcmd_debug_unwind.cpp64 std::vector<std::string> lines = android::base::Split(s, "\n"); in GetMemStat() local
/aosp12/system/netd/server/
H A DTetherController.cpp844 const std::vector<std::string> lines = base::Split(statsOutput, "\n"); in addForwardChainStats() local
/aosp12/system/libvintf/
H A DHalManifest.cpp231 void multilineIndent(std::ostream& os, size_t indent, const Container& lines) { in multilineIndent()
/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp727 vector<string> lines = android::base::Split(log_buf.data(), "\n"); in loadCodeSections() local

12345678910>>...13