Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_irqsoff.c40 static void stop_irqsoff_tracer(struct trace_array *tr, int graph);
41 static int start_irqsoff_tracer(struct trace_array *tr, int graph);
65 static int irqsoff_display_graph(struct trace_array *tr, int set);
66 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument
68 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph() argument
72 # define is_graph(tr) false argument
99 static int func_prolog_dec(struct trace_array *tr, in func_prolog_dec() argument
125 *data = per_cpu_ptr(tr->array_buffer.data, cpu); in func_prolog_dec()
143 struct trace_array *tr = irqsoff_trace; in irqsoff_tracer_call() local
147 if (!func_prolog_dec(tr, &data, &flags)) in irqsoff_tracer_call()
[all …]
H A Dtrace_functions.c22 static void tracing_start_function_trace(struct trace_array *tr);
23 static void tracing_stop_function_trace(struct trace_array *tr);
37 int ftrace_allocate_ftrace_ops(struct trace_array *tr) in ftrace_allocate_ftrace_ops() argument
42 if (tr->flags & TRACE_ARRAY_FL_GLOBAL) in ftrace_allocate_ftrace_ops()
53 tr->ops = ops; in ftrace_allocate_ftrace_ops()
54 ops->private = tr; in ftrace_allocate_ftrace_ops()
59 void ftrace_free_ftrace_ops(struct trace_array *tr) in ftrace_free_ftrace_ops() argument
61 kfree(tr->ops); in ftrace_free_ftrace_ops()
62 tr->ops = NULL; in ftrace_free_ftrace_ops()
65 int ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files() argument
[all …]
H A Dtrace_sched_wakeup.c36 static void wakeup_reset(struct trace_array *tr);
37 static void __wakeup_reset(struct trace_array *tr);
38 static int start_func_tracer(struct trace_array *tr, int graph);
39 static void stop_func_tracer(struct trace_array *tr, int graph);
44 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument
46 # define is_graph(tr) false argument
68 func_prolog_preempt_disable(struct trace_array *tr, in func_prolog_preempt_disable() argument
85 *data = per_cpu_ptr(tr->array_buffer.data, cpu); in func_prolog_preempt_disable()
102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph() argument
104 if (!(is_graph(tr) ^ set)) in wakeup_display_graph()
[all …]
H A Dtrace.c98 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag() argument
177 int tracing_set_tracer(struct trace_array *tr, const char *buf);
178 static void ftrace_trace_userstack(struct trace_array *tr,
438 struct trace_array *tr; in trace_array_get() local
442 list_for_each_entry(tr, &ftrace_trace_arrays, list) { in trace_array_get()
443 if (tr == this_tr) { in trace_array_get()
444 tr->ref++; in trace_array_get()
479 int tracing_check_open_get_tr(struct trace_array *tr) in tracing_check_open_get_tr() argument
490 if (tr && trace_array_get(tr) < 0) in tracing_check_open_get_tr()
915 static inline void ftrace_trace_stack(struct trace_array *tr,
[all …]
H A Dtrace_events.c64 #define do_for_each_event_file(tr, file) \ argument
65 list_for_each_entry(tr, &ftrace_trace_arrays, list) { \
66 list_for_each_entry(file, &tr->events, list)
68 #define do_for_each_event_file_safe(tr, file) \ argument
69 list_for_each_entry(tr, &ftrace_trace_arrays, list) { \
71 list_for_each_entry_safe(file, ___n, &tr->events, list)
235 struct trace_array *tr = trace_file->tr; in trace_event_ignore_this_pid() local
240 pid_list = rcu_dereference_raw(tr->filtered_pids); in trace_event_ignore_this_pid()
241 no_pid_list = rcu_dereference_raw(tr->filtered_no_pids); in trace_event_ignore_this_pid()
246 data = this_cpu_ptr(tr->array_buffer.data); in trace_event_ignore_this_pid()
[all …]
H A Dtrace_selftest.c70 arch_spin_lock(&buf->tr->max_lock); in trace_test_buffer()
88 arch_spin_unlock(&buf->tr->max_lock); in trace_test_buffer()
185 static int trace_selftest_ops(struct trace_array *tr, int cnt) in trace_selftest_ops() argument
222 ftrace_init_array_ops(tr, trace_selftest_test_global_func); in trace_selftest_ops()
223 register_ftrace_function(tr->ops); in trace_selftest_ops()
304 unregister_ftrace_function(tr->ops); in trace_selftest_ops()
305 ftrace_reset_array_ops(tr); in trace_selftest_ops()
326 struct trace_array *tr, in trace_selftest_startup_dynamic_tracing() argument
355 ret = tracer_init(trace, tr); in trace_selftest_startup_dynamic_tracing()
365 ret = trace_test_buffer(&tr->array_buffer, &count); in trace_selftest_startup_dynamic_tracing()
[all …]
H A Dtrace_boot.c25 trace_boot_set_instance_options(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_instance_options() argument
39 if (trace_set_options(tr, buf) < 0) in trace_boot_set_instance_options()
48 tracer_tracing_on(tr); in trace_boot_set_instance_options()
50 tracer_tracing_off(tr); in trace_boot_set_instance_options()
55 if (tracing_set_clock(tr, p) < 0) in trace_boot_set_instance_options()
64 if (tracing_resize_ring_buffer(tr, v, RING_BUFFER_ALL_CPUS) < 0) in trace_boot_set_instance_options()
74 tracing_set_cpumask(tr, new_mask) < 0) in trace_boot_set_instance_options()
83 trace_boot_enable_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_events() argument
95 if (ftrace_set_clr_event(tr, buf, 1) < 0) in trace_boot_enable_events()
175 trace_boot_init_one_event(struct trace_array *tr, struct xbc_node *gnode, in trace_boot_init_one_event() argument
[all …]
H A Dtrace.h195 struct trace_array *tr; member
238 typedef bool (*cond_update_fn_t)(struct trace_array *tr, void *cond_data);
389 extern int trace_array_get(struct trace_array *tr);
390 extern int tracing_check_open_get_tr(struct trace_array *tr);
394 extern int tracing_set_time_stamp_abs(struct trace_array *tr, bool abs);
395 extern int tracing_set_clock(struct trace_array *tr, const char *clockstr);
397 extern bool trace_clock_in_ns(struct trace_array *tr);
405 struct trace_array *tr; in top_trace_array() local
410 tr = list_entry(ftrace_trace_arrays.prev, in top_trace_array()
411 typeof(*tr), list); in top_trace_array()
[all …]
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dtrans.c28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans() argument
30 fs_warn(sdp, "Transaction created at: %pSR\n", (void *)tr->tr_ip); in gfs2_print_trans()
32 tr->tr_blocks, tr->tr_revokes, tr->tr_reserved, in gfs2_print_trans()
33 test_bit(TR_TOUCHED, &tr->tr_flags)); in gfs2_print_trans()
35 tr->tr_num_buf_new, tr->tr_num_buf_rm, in gfs2_print_trans()
36 tr->tr_num_databuf_new, tr->tr_num_databuf_rm, in gfs2_print_trans()
37 tr->tr_num_revoke, tr->tr_num_revoke_rm); in gfs2_print_trans()
43 struct gfs2_trans *tr; in gfs2_trans_begin() local
55 tr = kmem_cache_zalloc(gfs2_trans_cachep, GFP_NOFS); in gfs2_trans_begin()
56 if (!tr) in gfs2_trans_begin()
[all …]
H A Dlog.c92 struct gfs2_trans *tr) in gfs2_ail1_start_one() argument
102 list_for_each_entry_safe_reverse(bd, s, &tr->tr_ail1_list, bd_ail_st_list) { in gfs2_ail1_start_one()
105 gfs2_assert(sdp, bd->bd_tr == tr); in gfs2_ail1_start_one()
110 &tr->tr_ail2_list); in gfs2_ail1_start_one()
128 list_move(&bd->bd_ail_st_list, &tr->tr_ail1_list); in gfs2_ail1_start_one()
147 struct gfs2_trans *tr; in dump_ail_list() local
151 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) { in dump_ail_list()
152 list_for_each_entry_reverse(bd, &tr->tr_ail1_list, in dump_ail_list()
189 struct gfs2_trans *tr; in gfs2_ail1_flush() local
205 list_for_each_entry_reverse(tr, head, tr_list) { in gfs2_ail1_flush()
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c64 struct bpf_trampoline *tr; in bpf_trampoline_lookup() local
70 hlist_for_each_entry(tr, head, hlist) { in bpf_trampoline_lookup()
71 if (tr->key == key) { in bpf_trampoline_lookup()
72 refcount_inc(&tr->refcnt); in bpf_trampoline_lookup()
76 tr = kzalloc(sizeof(*tr), GFP_KERNEL); in bpf_trampoline_lookup()
77 if (!tr) in bpf_trampoline_lookup()
80 tr->key = key; in bpf_trampoline_lookup()
81 INIT_HLIST_NODE(&tr->hlist); in bpf_trampoline_lookup()
82 hlist_add_head(&tr->hlist, head); in bpf_trampoline_lookup()
83 refcount_set(&tr->refcnt, 1); in bpf_trampoline_lookup()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp104 return QGeoRouteParserOsrmV5::tr("North"); in cardinalDirection4()
106 return QGeoRouteParserOsrmV5::tr("East"); in cardinalDirection4()
108 return QGeoRouteParserOsrmV5::tr("South"); in cardinalDirection4()
110 return QGeoRouteParserOsrmV5::tr("West"); in cardinalDirection4()
123 ordinals.append(QGeoRouteParserOsrmV5::tr("first", "roundabout exit")); in exitOrdinal()
124 ordinals.append(QGeoRouteParserOsrmV5::tr("second", "roundabout exit")); in exitOrdinal()
125 ordinals.append(QGeoRouteParserOsrmV5::tr("third", "roundabout exit")); in exitOrdinal()
126 ordinals.append(QGeoRouteParserOsrmV5::tr("fourth", "roundabout exit")); in exitOrdinal()
127 ordinals.append(QGeoRouteParserOsrmV5::tr("fifth", "roundabout exit")); in exitOrdinal()
128 ordinals.append(QGeoRouteParserOsrmV5::tr("sixth", "roundabout exit")); in exitOrdinal()
[all …]
H A Dqgeorouteparserosrmv4.cpp139 return QGeoRouteParserOsrmV4::tr("Go straight."); in osrmInstructionText()
141 return QGeoRouteParserOsrmV4::tr("Go straight onto %1.").arg(wayname); in osrmInstructionText()
144 return QGeoRouteParserOsrmV4::tr("Turn slightly right."); in osrmInstructionText()
146 return QGeoRouteParserOsrmV4::tr("Turn slightly right onto %1.").arg(wayname); in osrmInstructionText()
149 return QGeoRouteParserOsrmV4::tr("Turn right."); in osrmInstructionText()
151 return QGeoRouteParserOsrmV4::tr("Turn right onto %1.").arg(wayname); in osrmInstructionText()
154 return QGeoRouteParserOsrmV4::tr("Make a sharp right."); in osrmInstructionText()
156 return QGeoRouteParserOsrmV4::tr("Make a sharp right onto %1.").arg(wayname); in osrmInstructionText()
159 return QGeoRouteParserOsrmV4::tr("When it is safe to do so, perform a U-turn."); in osrmInstructionText()
162 return QGeoRouteParserOsrmV4::tr("Make a sharp left."); in osrmInstructionText()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-timb.c43 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_tuner() local
44 return v4l2_subdev_call(tr->sd_tuner, tuner, g_tuner, v); in timbradio_vidioc_g_tuner()
50 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_tuner() local
51 return v4l2_subdev_call(tr->sd_tuner, tuner, s_tuner, v); in timbradio_vidioc_s_tuner()
57 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_frequency() local
58 return v4l2_subdev_call(tr->sd_tuner, tuner, s_frequency, f); in timbradio_vidioc_s_frequency()
64 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_frequency() local
65 return v4l2_subdev_call(tr->sd_tuner, tuner, g_frequency, f); in timbradio_vidioc_g_frequency()
90 struct timbradio *tr; in timbradio_probe() local
99 tr = devm_kzalloc(&pdev->dev, sizeof(*tr), GFP_KERNEL); in timbradio_probe()
[all …]
H A Dradio-trust.c58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() local
60 return tr ? &tr->isa : NULL; in trust_alloc()
67 #define TR_DELAY do { inb(tr->isa.io); inb(tr->isa.io); inb(tr->isa.io); } while (0)
68 #define TR_SET_SCL outb(tr->ioval |= 2, tr->isa.io)
69 #define TR_CLR_SCL outb(tr->ioval &= 0xfd, tr->isa.io)
70 #define TR_SET_SDA outb(tr->ioval |= 1, tr->isa.io)
71 #define TR_CLR_SDA outb(tr->ioval &= 0xfe, tr->isa.io)
73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c() argument
121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() local
123 tr->ioval = (tr->ioval & 0xf7) | (mute << 3); in trust_s_mute_volume()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dtouchright.c45 struct tr { struct
56 struct tr *tr = serio_get_drvdata(serio); in tr_interrupt() argument
57 struct input_dev *dev = tr->dev; in tr_interrupt()
59 tr->data[tr->idx] = data; in tr_interrupt()
61 if ((tr->data[0] & TR_FORMAT_STATUS_MASK) == TR_FORMAT_STATUS_BYTE) { in tr_interrupt()
62 if (++tr->idx == TR_LENGTH) { in tr_interrupt()
64 (tr->data[1] << 5) | (tr->data[2] >> 1)); in tr_interrupt()
66 (tr->data[3] << 5) | (tr->data[4] >> 1)); in tr_interrupt()
68 tr->data[0] & TR_FORMAT_TOUCH_BIT); in tr_interrupt()
70 tr->idx = 0; in tr_interrupt()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtd_blkdevs.c65 static blk_status_t do_blktrans_request(struct mtd_blktrans_ops *tr, in do_blktrans_request() argument
72 block = blk_rq_pos(req) << 9 >> tr->blkshift; in do_blktrans_request()
73 nsect = blk_rq_cur_bytes(req) >> tr->blkshift; in do_blktrans_request()
76 if (tr->flush(dev)) in do_blktrans_request()
87 if (tr->discard(dev, block, nsect)) in do_blktrans_request()
92 for (; nsect > 0; nsect--, block++, buf += tr->blksize) { in do_blktrans_request()
93 if (tr->readsect(dev, block, buf)) { in do_blktrans_request()
102 if (!tr->writesect) in do_blktrans_request()
107 for (; nsect > 0; nsect--, block++, buf += tr->blksize) { in do_blktrans_request()
108 if (tr->writesect(dev, block, buf)) { in do_blktrans_request()
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_api.c634 struct zcrypt_track *tr, in zcrypt_rsa_modexpo() argument
650 if (tr && tr->fi.cmd) in zcrypt_rsa_modexpo()
651 ap_msg.fi.cmd = tr->fi.cmd; in zcrypt_rsa_modexpo()
689 cpen = (tr && tr->again_counter && tr->last_qid && in zcrypt_rsa_modexpo()
690 AP_QID_CARD(tr->last_qid) == zc->card->id) ? in zcrypt_rsa_modexpo()
704 qpen = (tr && tr->again_counter && tr->last_qid && in zcrypt_rsa_modexpo()
705 tr->last_qid == zq->queue->qid) ? in zcrypt_rsa_modexpo()
732 if (tr) { in zcrypt_rsa_modexpo()
733 tr->last_rc = rc; in zcrypt_rsa_modexpo()
734 tr->last_qid = qid; in zcrypt_rsa_modexpo()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbrowsermainwindow.cpp249 QMenu *fileMenu = menuBar()->addMenu(tr("&File")); in setupMenu()
251 fileMenu->addAction(tr("&New Window"), this, SLOT(slotFileNew()), QKeySequence::New); in setupMenu()
253 fileMenu->addAction(tr("&Open File..."), this, SLOT(slotFileOpen()), QKeySequence::Open); in setupMenu()
254 fileMenu->addAction(tr("Open &Location..."), this, in setupMenu()
259 fileMenu->addAction(tr("&Save As..."), this, in setupMenu()
263 fileMenu->addAction(tr("&Import Bookmarks..."), bookmarksManager, SLOT(importBookmarks())); in setupMenu()
264 fileMenu->addAction(tr("&Export Bookmarks..."), bookmarksManager, SLOT(exportBookmarks())); in setupMenu()
266 fileMenu->addAction(tr("P&rint Preview..."), this, SLOT(slotFilePrintPreview())); in setupMenu()
267 fileMenu->addAction(tr("&Print..."), this, SLOT(slotFilePrint()), QKeySequence::Print); in setupMenu()
269 …QAction *action = fileMenu->addAction(tr("Private &Browsing..."), this, SLOT(slotPrivateBrowsing()… in setupMenu()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dbrowserwindow.cpp93 QMenu *fileMenu = new QMenu(tr("&File")); in createFileMenu()
94 …fileMenu->addAction(tr("&New Window"), this, &BrowserWindow::handleNewWindowTriggered, QKeySequenc… in createFileMenu()
95 …fileMenu->addAction(tr("New &Incognito Window"), this, &BrowserWindow::handleNewIncognitoWindowTri… in createFileMenu()
97 QAction *newTabAction = new QAction(tr("New &Tab"), this); in createFileMenu()
102 …fileMenu->addAction(tr("&Open File..."), this, &BrowserWindow::handleFileOpenTriggered, QKeySequen… in createFileMenu()
105 QAction *closeTabAction = new QAction(tr("&Close Tab"), this); in createFileMenu()
112 QAction *closeAction = new QAction(tr("&Quit"),this); in createFileMenu()
119 closeAction->setText(tr("&Quit")); in createFileMenu()
121 closeAction->setText(tr("&Close Window")); in createFileMenu()
128 QMenu *editMenu = new QMenu(tr("&Edit")); in createEditMenu()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dbrowserwindow.cpp95 QMenu *fileMenu = new QMenu(tr("&File")); in createFileMenu()
96 …fileMenu->addAction(tr("&New Window"), this, &BrowserWindow::handleNewWindowTriggered, QKeySequenc… in createFileMenu()
97 …fileMenu->addAction(tr("New &Incognito Window"), this, &BrowserWindow::handleNewIncognitoWindowTri… in createFileMenu()
99 QAction *newTabAction = new QAction(tr("New &Tab"), this); in createFileMenu()
104 …fileMenu->addAction(tr("&Open File..."), this, &BrowserWindow::handleFileOpenTriggered, QKeySequen… in createFileMenu()
107 QAction *closeTabAction = new QAction(tr("&Close Tab"), this); in createFileMenu()
114 QAction *closeAction = new QAction(tr("&Quit"),this); in createFileMenu()
121 closeAction->setText(tr("&Quit")); in createFileMenu()
123 closeAction->setText(tr("&Close Window")); in createFileMenu()
130 QMenu *editMenu = new QMenu(tr("&Edit")); in createEditMenu()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dbrowserwindow.cpp153 QMenu *fileMenu = new QMenu(tr("&File")); in createFileMenu()
154 …fileMenu->addAction(tr("&New Window"), this, &BrowserWindow::handleNewWindowTriggered, QKeySequenc… in createFileMenu()
155 …fileMenu->addAction(tr("New &Incognito Window"), this, &BrowserWindow::handleNewIncognitoWindowTri… in createFileMenu()
157 QAction *newTabAction = new QAction(tr("New &Tab"), this); in createFileMenu()
165 …fileMenu->addAction(tr("&Open File..."), this, &BrowserWindow::handleFileOpenTriggered, QKeySequen… in createFileMenu()
168 QAction *closeTabAction = new QAction(tr("&Close Tab"), this); in createFileMenu()
175 QAction *closeAction = new QAction(tr("&Quit"),this); in createFileMenu()
182 closeAction->setText(tr("&Quit")); in createFileMenu()
184 closeAction->setText(tr("&Close Window")); in createFileMenu()
191 QMenu *editMenu = new QMenu(tr("&Edit")); in createEditMenu()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dbrowserwindow.cpp153 QMenu *fileMenu = new QMenu(tr("&File")); in createFileMenu()
154 …fileMenu->addAction(tr("&New Window"), this, &BrowserWindow::handleNewWindowTriggered, QKeySequenc… in createFileMenu()
155 …fileMenu->addAction(tr("New &Incognito Window"), this, &BrowserWindow::handleNewIncognitoWindowTri… in createFileMenu()
157 QAction *newTabAction = new QAction(tr("New &Tab"), this); in createFileMenu()
165 …fileMenu->addAction(tr("&Open File..."), this, &BrowserWindow::handleFileOpenTriggered, QKeySequen… in createFileMenu()
168 QAction *closeTabAction = new QAction(tr("&Close Tab"), this); in createFileMenu()
175 QAction *closeAction = new QAction(tr("&Quit"),this); in createFileMenu()
182 closeAction->setText(tr("&Quit")); in createFileMenu()
184 closeAction->setText(tr("&Close Window")); in createFileMenu()
191 QMenu *editMenu = new QMenu(tr("&Edit")); in createEditMenu()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmappingmanagerengine_nokia.cpp96 …types << QGeoMapType(QGeoMapType::StreetMap, tr("Street Map"), tr("Normal map view in daylight mod… in QGeoTiledMappingManagerEngineNokia()
97 …types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite Map"), tr("Satellite map view in … in QGeoTiledMappingManagerEngineNokia()
98 …types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain Map"), tr("Terrain map view in daylight … in QGeoTiledMappingManagerEngineNokia()
99 …types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid Map"), tr("Satellite map view with streets… in QGeoTiledMappingManagerEngineNokia()
100 …types << QGeoMapType(QGeoMapType::TransitMap, tr("Transit Map"), tr("Color-reduced map view with p… in QGeoTiledMappingManagerEngineNokia()
101 …types << QGeoMapType(QGeoMapType::GrayStreetMap, tr("Gray Street Map"), tr("Color-reduced map view… in QGeoTiledMappingManagerEngineNokia()
102 …types << QGeoMapType(QGeoMapType::StreetMap, tr("Mobile Street Map"), tr("Mobile normal map view i… in QGeoTiledMappingManagerEngineNokia()
103 …types << QGeoMapType(QGeoMapType::TerrainMap, tr("Mobile Terrain Map"), tr("Mobile terrain map vie… in QGeoTiledMappingManagerEngineNokia()
104 …types << QGeoMapType(QGeoMapType::HybridMap, tr("Mobile Hybrid Map"), tr("Mobile satellite map vie… in QGeoTiledMappingManagerEngineNokia()
105 …types << QGeoMapType(QGeoMapType::TransitMap, tr("Mobile Transit Map"), tr("Mobile color-reduced m… in QGeoTiledMappingManagerEngineNokia()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/
H A Dsettingsdialog.cpp87 …ui->descriptionLabel->setText(tr("Description: %1").arg(list.count() > 1 ? list.at(1) : tr(blankSt… in showPortInfo()
88 …ui->manufacturerLabel->setText(tr("Manufacturer: %1").arg(list.count() > 2 ? list.at(2) : tr(blank… in showPortInfo()
89 …ui->serialNumberLabel->setText(tr("Serial number: %1").arg(list.count() > 3 ? list.at(3) : tr(blan… in showPortInfo()
90 …ui->locationLabel->setText(tr("Location: %1").arg(list.count() > 4 ? list.at(4) : tr(blankString))… in showPortInfo()
91 …ui->vidLabel->setText(tr("Vendor Identifier: %1").arg(list.count() > 5 ? list.at(5) : tr(blankStri… in showPortInfo()
92 …ui->pidLabel->setText(tr("Product Identifier: %1").arg(list.count() > 6 ? list.at(6) : tr(blankStr… in showPortInfo()
126 ui->baudRateBox->addItem(tr("Custom")); in fillPortsParameters()
134 ui->parityBox->addItem(tr("None"), QSerialPort::NoParity); in fillPortsParameters()
135 ui->parityBox->addItem(tr("Even"), QSerialPort::EvenParity); in fillPortsParameters()
136 ui->parityBox->addItem(tr("Odd"), QSerialPort::OddParity); in fillPortsParameters()
[all …]

12345678910>>...23