Home
last modified time | relevance | path

Searched defs:text (Results 26 – 50 of 304) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dframe_filters.py151 def _complete_frame_filter_list(text, word, all_flag): argument
227 def complete(self, text, word): argument
259 def complete(self, text, word): argument
344 def complete(self, text, word): argument
424 def complete(self, text, word): argument
/OK3568_Linux_fs/kernel/arch/sh/boot/romimage/
H A Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_fit.py192 def make_kernel(filename, text): argument
208 def make_ramdisk(filename, text): argument
222 def find_matching(text, match): argument
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dvmlinux.lds.S59 _text = .;
60 _stext = .;
70 _etext = .;
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_seal.c127 gss_get_mic_v1(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v1()
166 gss_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v2()
207 gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text, in gss_get_mic_kerberos()
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Dmessagebox.cpp16 MessageBox::MessageBox(QWidget *parent, const QString &text, Button button) : QWidget(parent) in MessageBox()
150 int MessageBox::showMessage(QWidget *parent, const QString &text, Button button) in showMessage()
156 int MessageBox::showDuringMessage(QWidget *parent, const QString &text, int duringSeconds) in showDuringMessage()
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dterminal.py31 def __init__(self, text, newline, colour): argument
40 def Print(text='', newline=True, colour=None): argument
142 def Color(self, color, text, bright=True): argument
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dqipaddressedititem.cpp40 QString text = this->text(); in keyPressEvent() local
69 void QIpAddressEditItem::itemEdited(const QString &text) in itemEdited()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceattribute.cpp208 void QDeclarativePlaceAttribute::setText(const QString &text) in setText()
216 QString QDeclarativePlaceAttribute::text() const in text() function in QDeclarativePlaceAttribute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.cpp110 QString text; in formattedAddress() local
431 QString QGeoAddress::text() const in text() function in QGeoAddress
446 void QGeoAddress::setText(const QString &text) in setText()
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dvmlinux.lds.S61 *(.text.__*)
62 _etext = .;
/OK3568_Linux_fs/u-boot/arch/mips/cpu/
H A Du-boot.lds23 *(.text*)
24 __text_end = .;
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dvmlinux.lds.S31 _text = . ;
32 _stext = . ;
45 _etext = . ;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dnewcustomimage_modal.js113 function showNameError(text){ argument
119 function showRecipeError(text){ argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py405 def find_next(self, name=None, attrs={}, text=None, **kwargs): argument
411 def find_all_next(self, name=None, attrs={}, text=None, limit=None, argument
419 def find_next_sibling(self, name=None, attrs={}, text=None, **kwargs): argument
426 def find_next_siblings(self, name=None, attrs={}, text=None, limit=None, argument
435 def find_previous(self, name=None, attrs={}, text=None, **kwargs): argument
442 def find_all_previous(self, name=None, attrs={}, text=None, limit=None, argument
451 def find_previous_sibling(self, name=None, attrs={}, text=None, **kwargs): argument
458 def find_previous_siblings(self, name=None, attrs={}, text=None, argument
498 def _find_one(self, method, name, attrs, text, **kwargs): argument
505 def _find_all(self, name, attrs, text, limit, generator, **kwargs): argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaneuver.cpp382 QString QGeoManeuverPrivate::text() const in text() function in QGeoManeuverPrivate
387 void QGeoManeuverPrivate::setText(const QString &text) in setText()
500 QString QGeoManeuverPrivateDefault::text() const in text() function in QGeoManeuverPrivateDefault
505 void QGeoManeuverPrivateDefault::setText(const QString &text) in setText()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A DzImage.coff.lds.S10 *(.text)
12 _etext = .;
H A DzImage.lds.S16 *(.text)
18 _etext = .;
/OK3568_Linux_fs/kernel/scripts/
H A Dmodule.lds.S73 *(.text..L.cfi.jumptable .text..L.cfi.jumptable.*)
75 *(.text.._end)
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_patch.py31 def check_line(self, lineno, text): argument
52 def check_line(self, lineno, text): argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dexpr.l29 char *text = expr_get_text(scanner); in value() local
73 char *text = expr_get_text(scanner); in str() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dpinballwidget.cpp39 QString text = m_d->tips; in paintEvent() local
51 QString text = QString("Number of dog feeding: %1").arg(m_d->number); in paintEvent() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceattribute.cpp212 QString QPlaceAttribute::text() const in text() function in QPlaceAttribute
220 void QPlaceAttribute::setText(const QString &text) in setText()
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dvmlinux.lds.S33 _stext = . ;
41 _etext = . ;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Ddebug_bucket.cpp29 auto addText = [&] (const std::string& text, double left, double baseline, double scale) { in DebugBucket()
63 const std::string text = util::toString(id) + " - " + in DebugBucket() local

12345678910>>...13