Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 3243) sorted by relevance

12345678910>>...130

/OK3568_Linux_fs/u-boot/
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
H A Du-boot-spl.map
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dtimerlist.py38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
39 text += "S:{:02x}\n".format(int(timer['state']))
40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format(
42 return text
56 text = " .base: {}\n".format(base.address)
57 text += " .index: {}\n".format(base['index'])
59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
61 text += " .get_time: {}\n".format(base['get_time'])
63 text += " .offset: {} nsecs\n".format(base['offset'])
64 text += "active timers:\n"
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.cpp110 QString text; in formattedAddress() local
114 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress()
115 text += addressLine(QStringList() << address.postalCode() << Comma in formattedAddress()
117 text += addressLine(QStringList() << address.country() << newLine); in formattedAddress()
130 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress()
131 text += addressLine(QStringList() << address.postalCode() << Space in formattedAddress()
133 text += addressLine(QStringList() << address.country() << newLine); in formattedAddress()
136 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress()
137 text += addressLine(QStringList() << address.district() << Space in formattedAddress()
139 text += addressLine(QStringList() << address.country() << newLine); in formattedAddress()
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dvmlinux.lds.S88 .text :
97 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) argument
99 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR)
102 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR)
105 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR)
108 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR)
111 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR)
113 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR)
114 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR)
115 SECTION_VECTOR2 (.UserExceptionVector.text, USER_VECTOR_VADDR)
[all …]
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_config.py15 def _empty_or_comment(text): argument
16 line = text.strip()
21 def _part_of_help_text(text): argument
22 return text.startswith("\t ")
39 def check_line(self, lineno, text): argument
40 if _empty_or_comment(text) or _part_of_help_text(text):
43 attribute = text.split()[0]
60 text]
75 def initialize_package_level_elements(self, text): argument
77 self.menu_of_packages[self.level] = text[:-1]
[all …]
H A Dlib_mk.py36 def check_line(self, lineno, text): argument
37 if self.START_DEFINE.search(text):
40 if self.END_DEFINE.search(text):
47 if not self.backslash and self.CONDITIONAL.search(text):
51 if self.ENDS_WITH_BACKSLASH.search(text):
56 if self.MAKEFILE_TARGET.search(text):
59 if text.strip() == "":
64 if self.define and self.COMMENT.search(text):
68 if not text.startswith("\t"):
71 text]
[all …]
H A Dlib.py10 def check_line(self, lineno, text): argument
11 if text.strip() == "" == self.lastline.strip():
14 self.lastline = text
22 def check_line(self, lineno, text): argument
24 self.lastline = text
37 def check_line(self, lineno, text): argument
39 self.lastline = text
49 def check_line(self, lineno, text): argument
50 line = text.rstrip("\r\n")
54 text]
[all …]
H A Dlib_hash.py15 def _empty_line_or_comment(text): argument
16 return text.strip() == "" or text.startswith("#")
20 def check_line(self, lineno, text): argument
21 if _empty_line_or_comment(text):
24 fields = text.split()
28 text]
35 def check_line(self, lineno, text): argument
36 if _empty_line_or_comment(text):
39 fields = text.split()
49 text]
[all …]
/OK3568_Linux_fs/u-boot/tpl/
H A Du-boot-tpl.map
/OK3568_Linux_fs/buildroot/package/qt5/qt5webkit/
H A D0001-WinCairo-PlayStation-ICU-68.1-no-longer-exposes-FALS.patch12 * platform/text/TextCodecICU.cpp: Replace use of TRUE with true
22 * wtf/text/icu/UTextProvider.h:
23 * wtf/text/icu/UTextProviderLatin1.cpp:
24 * wtf/text/icu/UTextProviderUTF16.cpp:
32 Source/WebCore/platform/text/TextCodecICU.cpp | 2 +-
33 Source/WebCore/platform/text/icu/UTextProvider.h | 8 ++++----
34 .../platform/text/icu/UTextProviderLatin1.cpp | 14 +++++++-------
35 .../platform/text/icu/UTextProviderUTF16.cpp | 4 ++--
38 diff --git a/Source/WebCore/platform/text/TextCodecICU.cpp b/Source/WebCore/platform/text/TextCodec…
40 --- a/Source/WebCore/platform/text/TextCodecICU.cpp
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Ddebug.h47 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument
48 mbedtls_debug_print_ret( ssl, level, __FILE__, __LINE__, text, ret )
50 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument
51 mbedtls_debug_print_buf( ssl, level, __FILE__, __LINE__, text, buf, len )
54 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
55 mbedtls_debug_print_mpi( ssl, level, __FILE__, __LINE__, text, X )
59 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
60 mbedtls_debug_print_ecp( ssl, level, __FILE__, __LINE__, text, X )
64 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument
65 mbedtls_debug_print_crt( ssl, level, __FILE__, __LINE__, text, crt )
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Ddebug.h47 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument
48 mbedtls_debug_print_ret( ssl, level, __FILE__, __LINE__, text, ret )
50 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument
51 mbedtls_debug_print_buf( ssl, level, __FILE__, __LINE__, text, buf, len )
54 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
55 mbedtls_debug_print_mpi( ssl, level, __FILE__, __LINE__, text, X )
59 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
60 mbedtls_debug_print_ecp( ssl, level, __FILE__, __LINE__, text, X )
64 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument
65 mbedtls_debug_print_crt( ssl, level, __FILE__, __LINE__, text, crt )
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Ddebug.h47 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument
48 mbedtls_debug_print_ret( ssl, level, __FILE__, __LINE__, text, ret )
50 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument
51 mbedtls_debug_print_buf( ssl, level, __FILE__, __LINE__, text, buf, len )
54 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
55 mbedtls_debug_print_mpi( ssl, level, __FILE__, __LINE__, text, X )
59 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
60 mbedtls_debug_print_ecp( ssl, level, __FILE__, __LINE__, text, X )
64 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument
65 mbedtls_debug_print_crt( ssl, level, __FILE__, __LINE__, text, crt )
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Ddebug.h47 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument
48 mbedtls_debug_print_ret( ssl, level, __FILE__, __LINE__, text, ret )
50 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument
51 mbedtls_debug_print_buf( ssl, level, __FILE__, __LINE__, text, buf, len )
54 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
55 mbedtls_debug_print_mpi( ssl, level, __FILE__, __LINE__, text, X )
59 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
60 mbedtls_debug_print_ecp( ssl, level, __FILE__, __LINE__, text, X )
64 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument
65 mbedtls_debug_print_crt( ssl, level, __FILE__, __LINE__, text, crt )
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_dbug.h68 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...);
78 #define CTCM_DBF_TEXT(name, level, text) \ argument
80 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
89 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
90 ctcm_dbf_longtext(CTCM_DBF_##name, level, text)
97 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
100 CTCM_FUNTAIL, dev->name, text); \
103 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
106 CTCM_FUNTAIL, dev->name, text); \
109 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dvmlinux.lds.S22 text PT_LOAD FLAGS(7); /* RWX */
51 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
53 KEEP(*(.head.text.first_256B));
56 KEEP(*(.head.text.real_vectors));
57 *(.head.text.real_trampolines);
58 KEEP(*(.head.text.virt_vectors));
59 *(.head.text.virt_trampolines);
67 } :text
77 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
84 .text : AT(ADDR(.text) - LOAD_OFFSET) {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp111 setText(address.text()); in setAddress()
143 QString QDeclarativeGeoAddress::text() const in text() function in QDeclarativeGeoAddress
145 return m_address.text(); in text()
150 QString oldText = m_address.text(); in setText()
154 if (oldText != m_address.text()) in setText()
174 QString oldText = m_address.text(); in setCountry()
178 if (m_address.isTextGenerated() && oldText != m_address.text()) in setCountry()
196 QString oldText = m_address.text(); in setCountryCode()
200 if (m_address.isTextGenerated() && oldText != m_address.text()) in setCountryCode()
218 QString oldText = m_address.text(); in setState()
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/
H A D0008-Fix-build-with-icu-68.patch6 Content-Type: text/plain; charset=UTF-8
13 Source/WebCore/platform/text/TextCodecICU.cpp | 15 +++++++++++++++
14 Source/WebCore/platform/text/icu/UTextProvider.h | 15 +++++++++++++++
15 .../platform/text/icu/UTextProviderLatin1.cpp | 15 +++++++++++++++
16 .../platform/text/icu/UTextProviderUTF16.cpp | 15 +++++++++++++++
19 diff --git a/Source/WebCore/platform/text/TextCodecICU.cpp b/Source/WebCore/platform/text/TextCodec…
21 --- a/Source/WebCore/platform/text/TextCodecICU.cpp
22 +++ b/Source/WebCore/platform/text/TextCodecICU.cpp
24 #include <wtf/text/StringBuilder.h>
45 diff --git a/Source/WebCore/platform/text/icu/UTextProvider.h b/Source/WebCore/platform/text/icu/UT…
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_functional_basic.py26 self.assertTrue(project_name in element.text,
42 …om images",self.driver.find_element_by_xpath("//div[@class='col-md-10']").text),'Custom images inf…
48 …e recipes",self.driver.find_element_by_xpath("//div[@class='col-md-10']").text),'The Compatible im…
54 …e recipes",self.driver.find_element_by_xpath("//div[@class='col-md-10']").text),'The Compatible so…
60 … machines",self.driver.find_element_by_xpath("//div[@class='col-md-10']").text),'The Compatible ma…
66 …le layers",self.driver.find_element_by_xpath("//div[@class='col-md-10']").text),'The Compatible la…
72 …variables",self.driver.find_element_by_xpath("//div[@class='col-md-10']").text),'The Bitbake varia…
86 …",self.driver.find_element_by_xpath("//span[@id='project-machine-name']").text),'The machine type …
100 …,self.driver.find_element_by_xpath("//span[@id='project-release-title']").text),'The project relea…
106 …True(re.search("3",self.driver.find_element_by_id("project-layers-count").text),'There should be 3…
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dvmlinux.lds13 .head.text : {
15 KEEP(*(.head.text)) argument
17 .text : {
19 . = ALIGN(8); __irqentry_text_start = .; *(.irqentry.text) __irqentry_text_end = .; argument
20 . = ALIGN(8); __softirqentry_text_start = .; *(.softirqentry.text) __softirqentry_text_end = .; argument
21 . = ALIGN(8); __entry_text_start = .; *(.entry.text) __entry_text_end = .; argument
22text.hot .text.hot.*) *(.text .text.fixup) *(.text.unlikely .text.unlikely.*) *(.text.unknown .tex… argument
23 . = ALIGN(8); __sched_text_start = .; *(.sched.text) __sched_text_end = .; argument
24 . = ALIGN(8); __cpuidle_text_start = .; *(.cpuidle.text) __cpuidle_text_end = .; argument
25 . = ALIGN(8); __lock_text_start = .; *(.spinlock.text) __lock_text_end = .; argument
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dterminal.py31 def __init__(self, text, newline, colour): argument
32 self.text = text
38 self.text)
40 def Print(text='', newline=True, colour=None): argument
52 print_test_list.append(PrintLine(text, newline, colour))
56 text = col.Color(colour, text)
57 print(text, end='')
86 print(col.Color(line.colour, line.text), end='')
88 print(line.text, end='')
142 def Color(self, color, text, bright=True): argument
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py166 def assertSummary(self, text, arch, plus, boards, ok=False): argument
175 self.assertEqual(text, expect)
197 if line.text.strip():
207 self.assertEqual(lines[0].text, '01: %s' % commits[0][1])
208 self.assertEqual(lines[1].text, '02: %s' % commits[1][1])
212 self.assertSummary(lines[2].text, 'sandbox', '+', ['board4'])
213 self.assertSummary(lines[3].text, 'arm', '+', ['board1'])
214 self.assertSummary(lines[4].text, 'powerpc', '+', ['board2', 'board3'])
217 self.assertEqual(lines[5].text, 'w+%s' %
221 self.assertEqual(lines[6].text, '03: %s' % commits[2][1])
[all …]

12345678910>>...130