| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/4g/ |
| H A D | mainwindow.cpp | 63 if(abc.length()>1)ui->result->append(abc.trimmed()); in result() 65 if(efg.length()>1)ui->result->append(efg.trimmed()); in result() 71 if(abc.length()>1)ui->result->append(abc.trimmed()); in ping_result() 73 if(efg.length()>1)ui->result->append(efg.trimmed()); in ping_result()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/4g/ |
| H A D | mainwindow.cpp | 63 if(abc.length()>1)ui->result->append(abc.trimmed()); in result() 65 if(efg.length()>1)ui->result->append(efg.trimmed()); in result() 71 if(abc.length()>1)ui->result->append(abc.trimmed()); in ping_result() 73 if(efg.length()>1)ui->result->append(efg.trimmed()); in ping_result()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_discard.c | 72 u64 trimmed = 0; in jfs_ioc_trim() local 100 trimmed += dbDiscardAG(ip, agno, minlen); in jfs_ioc_trim() 103 range->len = trimmed << sb->s_blocksize_bits; in jfs_ioc_trim()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | discard.c | 432 u64 trimmed = 0; in btrfs_discard_workfn() local 462 btrfs_trim_block_group_bitmaps(block_group, &trimmed, in btrfs_discard_workfn() 466 discard_ctl->discard_bitmap_bytes += trimmed; in btrfs_discard_workfn() 468 btrfs_trim_block_group_extents(block_group, &trimmed, in btrfs_discard_workfn() 472 discard_ctl->discard_extent_bytes += trimmed; in btrfs_discard_workfn() 475 discard_ctl->prev_discard = trimmed; in btrfs_discard_workfn()
|
| H A D | free-space-cache.h | 143 u64 *trimmed, u64 start, u64 end, u64 minlen); 145 u64 *trimmed, u64 start, u64 end, u64 minlen, 148 u64 *trimmed, u64 start, u64 end, u64 minlen,
|
| H A D | free-space-cache.c | 3403 u64 trimmed = 0; in do_trimming() local 3415 ret = btrfs_discard_extent(fs_info, start, bytes, &trimmed); in do_trimming() 3417 *total_trimmed += trimmed; in do_trimming() 3761 u64 *trimmed, u64 start, u64 end, u64 minlen) in btrfs_trim_block_group() argument 3767 *trimmed = 0; in btrfs_trim_block_group() 3777 ret = trim_no_bitmap(block_group, trimmed, start, end, minlen, false); in btrfs_trim_block_group() 3781 ret = trim_bitmaps(block_group, trimmed, start, end, minlen, 0, false); in btrfs_trim_block_group() 3792 u64 *trimmed, u64 start, u64 end, u64 minlen, in btrfs_trim_block_group_extents() argument 3797 *trimmed = 0; in btrfs_trim_block_group_extents() 3807 ret = trim_no_bitmap(block_group, trimmed, start, end, minlen, async); in btrfs_trim_block_group_extents() [all …]
|
| /OK3568_Linux_fs/app/qfm/ |
| H A D | mimeutils.cpp | 69 if (line.trimmed().isEmpty()) { in load() 76 if (!group.isEmpty() && line.trimmed().startsWith("[")) { in load() 77 QString tmp = line.trimmed().replace("[", "").replace("]", ""); in load() 78 groupFound = group.trimmed().compare(tmp) == 0; in load()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/about/ |
| H A D | abountwidget.cpp | 84 ui->textBrowser->append(QString("[Kernal Version]: %1").arg(kerVersion.trimmed())); in loadData() 86 ui->textBrowser->append(QString("[User Cpu]: %1").arg(userCpu.trimmed())); in loadData()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/wifi/ |
| H A D | mainwindow.cpp | 38 ui->result->append(abc.trimmed()); in result() 40 if(efg.length()>1)ui->result->append(efg.trimmed()); in result()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/wifi/ |
| H A D | mainwindow.cpp | 38 ui->result->append(abc.trimmed()); in result() 40 if(efg.length()>1)ui->result->append(efg.trimmed()); in result()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | hostapdcli.cpp | 218 QString ssid = get(a+"end", "AP-STA-DISCONNECTED", "end").trimmed(); in handAutoMessage() 247 data = d.mid(index).trimmed(); in handCmdMessage() 298 result = result.trimmed(); in get()
|
| H A D | wifiwidget.cpp | 248 QString wifiName= ui->wifiNameEdt->text().trimmed(); in on_connect_clicked() 249 QString wifiPassword= ui->WifiPasswordEdt->text().trimmed(); in on_connect_clicked() 262 if(ui->addressEdt->text().trimmed().isEmpty()) in on_pingBtn_clicked()
|
| H A D | wpaclicmd.cpp | 40 result = result.trimmed(); in get() 207 m_d->network = addNetwork().trimmed(); in connectWifi()
|
| /OK3568_Linux_fs/kernel/drivers/phy/socionext/ |
| H A D | phy-uniphier-usb3hs.c | 146 int ret, trimmed = 0; in uniphier_u3hsphy_update_config() local 160 trimmed = 1; in uniphier_u3hsphy_update_config() 167 if (!trimmed) { in uniphier_u3hsphy_update_config()
|
| /OK3568_Linux_fs/kernel/Documentation/device-mapper/ |
| H A D | dm-bow.txt | 20 the free (trimmed) area as needed in such a way as they can be restored. 65 Thus if it is written to or trimmed, the contents must first be backed up. 67 FREE means that the sector was trimmed in state 0 and has not yet been written
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 68 ui->Edit_info->append(abc.trimmed()); in result() 70 if(efg.length()>1)ui->Edit_info->append(efg.trimmed()); in result()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | main.cpp | 21 id = id.trimmed().toLower(); in main()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/ |
| H A D | qgeosatelliteinfosource_gypsy.cpp | 233 (deviceName.trimmed().at(0) == '/' && !QFile::exists(deviceName.trimmed()))) { in init()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | logfilepositionsource.cpp | 87 QByteArray line = logFile->readLine().trimmed(); in readNextPosition()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/ |
| H A D | logfilepositionsource.cpp | 107 QByteArray line = logFile->readLine().trimmed(); in readNextPosition()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | fatent.c | 768 u64 ent_start, ent_end, minlen, trimmed = 0; in fat_trim_fs() local 809 trimmed += free; in fat_trim_fs() 836 trimmed += free; in fat_trim_fs() 844 range->len = trimmed << sbi->cluster_bits; in fat_trim_fs()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | serialport.cpp | 15 this->setPortName(name.trimmed()); in config()
|
| /OK3568_Linux_fs/app/QLauncher/ |
| H A D | xdgdesktopfile.cpp | 304 QString line = stream.readLine().trimmed(); in read() 321 QString key = line.section(QLatin1Char('='), 0, 0).trimmed(); in read() 322 QString value = line.section(QLatin1Char('='), 1).trimmed(); in read()
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | ad525x_dpot.rst | 38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | glwidget.cpp | 182 QString line = file.readLine().trimmed(); in loadAscllStl()
|