| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 20 replace symbol V4L2_FIELD_ALTERNATE :c:type:`v4l2_field` 21 replace symbol V4L2_FIELD_ANY :c:type:`v4l2_field` 22 replace symbol V4L2_FIELD_BOTTOM :c:type:`v4l2_field` 23 replace symbol V4L2_FIELD_INTERLACED :c:type:`v4l2_field` 24 replace symbol V4L2_FIELD_INTERLACED_BT :c:type:`v4l2_field` 25 replace symbol V4L2_FIELD_INTERLACED_TB :c:type:`v4l2_field` 26 replace symbol V4L2_FIELD_NONE :c:type:`v4l2_field` 27 replace symbol V4L2_FIELD_SEQ_BT :c:type:`v4l2_field` 28 replace symbol V4L2_FIELD_SEQ_TB :c:type:`v4l2_field` 29 replace symbol V4L2_FIELD_TOP :c:type:`v4l2_field` [all …]
|
| H A D | dmx.h.rst.exceptions | 10 replace enum dmx_ts_pes :c:type:`dmx_pes_type` 11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type` 12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type` 13 replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type` 14 replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type` 15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type` 16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type` 17 replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type` 18 replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type` 19 replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type` [all …]
|
| H A D | ca.h.rst.exceptions | 7 replace define CA_CI :c:type:`ca_slot_info` 8 replace define CA_CI_LINK :c:type:`ca_slot_info` 9 replace define CA_CI_PHYS :c:type:`ca_slot_info` 10 replace define CA_DESCR :c:type:`ca_slot_info` 11 replace define CA_SC :c:type:`ca_slot_info` 12 replace define CA_CI_MODULE_PRESENT :c:type:`ca_slot_info` 13 replace define CA_CI_MODULE_READY :c:type:`ca_slot_info` 16 replace define CA_ECD :c:type:`ca_descr_info` 17 replace define CA_NDS :c:type:`ca_descr_info` 18 replace define CA_DSS :c:type:`ca_descr_info` [all …]
|
| H A D | frontend.h.rst.exceptions | 7 replace define DTV_ISDBT_LAYERA_FEC dtv-isdbt-layer-fec 8 replace define DTV_ISDBT_LAYERB_FEC dtv-isdbt-layer-fec 9 replace define DTV_ISDBT_LAYERC_FEC dtv-isdbt-layer-fec 10 replace define DTV_ISDBT_LAYERA_MODULATION dtv-isdbt-layer-modulation 11 replace define DTV_ISDBT_LAYERB_MODULATION dtv-isdbt-layer-modulation 12 replace define DTV_ISDBT_LAYERC_MODULATION dtv-isdbt-layer-modulation 13 replace define DTV_ISDBT_LAYERA_SEGMENT_COUNT dtv-isdbt-layer-segment-count 14 replace define DTV_ISDBT_LAYERB_SEGMENT_COUNT dtv-isdbt-layer-segment-count 15 replace define DTV_ISDBT_LAYERC_SEGMENT_COUNT dtv-isdbt-layer-segment-count 16 replace define DTV_ISDBT_LAYERA_TIME_INTERLEAVING dtv-isdbt-layer-time-interleaving [all …]
|
| H A D | video.h.rst.exceptions | 33 replace typedef video_format_t :c:type:`video_format` 34 replace typedef video_system_t :c:type:`video_system` 35 replace typedef video_displayformat_t :c:type:`video_displayformat` 36 replace typedef video_size_t :c:type:`video_size` 37 replace typedef video_stream_source_t :c:type:`video_stream_source` 38 replace typedef video_play_state_t :c:type:`video_play_state` 39 replace typedef video_navi_pack_t :c:type:`video_navi_pack`
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | get_module_deps3.py | 35 dep_path = dep_path.replace('/usr/bin''${bindir}') 39 dep_path = dep_path.replace('/usr/lib32','${libdir}') 41 dep_path = dep_path.replace('/usr/lib64','${libdir}') 43 dep_path = dep_path.replace('/usr/lib','${libdir}') 45 dep_path = dep_path.replace('/usr/include','${includedir}') 132 dep_path = dep_path.replace(soabi,'*') 136 dep_path = dep_path.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*") 168 cached = cached.replace(cpython_tag,'*') 170 cached = cached.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*")
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 77 The EXCEPTIONS_FILE contain two types of statements: \ **ignore**\ or \ **replace**\ . 87 The syntax for the replace tag is: 90 replace \ **type**\ \ **name**\ \ **new_value**\ 92 The \ **replace**\ means that it will generate cross references for a 101 The ignore or replace statement will apply to ioctl definitions like: 109 The ignore or replace statement will apply to any other #define found 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
| H A D | avoid-attr-unless-wanted.patch | 7 lib/replace/wscript | 4 +--- 10 diff --git a/lib/replace/wscript b/lib/replace/wscript 12 --- a/lib/replace/wscript 13 +++ b/lib/replace/wscript 25 # hide_symbols=bld.BUILTIN_LIBRARY('replace'),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klcc-cross_2.0.8.bb | 26 …-e 's#${@d.getVar("STAGING_DIR_NATIVE").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "… 27 …-e 's#${@d.getVar("STAGING_DIR_TARGET").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "…
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/doc-guide/ |
| H A D | parse-headers.rst | 81 \ **ignore**\ o \ **replace**\ . 91 La sintassi per replace è: 93 replace \ **tipo**\ \ **nome**\ \ **nuovo_valore**\ 95 La dichiarazione \ **replace**\ significa che verrà generato un 105 La dichiarazione ignore o replace verrà applicata su definizioni di ioctl 114 La dichiarazione ignore o replace verrà applicata su una qualsiasi #define 121 La dichiarazione ignore o replace verrà applicata ad una dichiarazione typedef 128 La dichiarazione ignore o replace verrà applicata ai nomi di strutture 135 La dichiarazione ignore o replace verrà applicata ai nomi di enumerati 142 La dichiarazione ignore o replace verrà applicata ai nomi di valori di [all …]
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | 0003-Fix-potential-Cross-site-Scripting-XSS-exploits-in-demos.patch | 63 return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); 69 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 70 + escapedValue = escapedValue.replace(new RegExp('>', 'g'), '>'); 94 return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); 100 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 101 + escapedValue = escapedValue.replace(new RegExp('>', 'g'), '>'); 126 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 127 + escapedValue = escapedValue.replace(new RegExp('>', 'g'), '>'); 160 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 161 + escapedValue = escapedValue.replace(new RegExp('>', 'g'), '>'); [all …]
|
| /OK3568_Linux_fs/kernel/lib/livepatch/ |
| H A D | test_klp_atomic_replace.c | 10 static int replace; variable 11 module_param(replace, int, 0644); 12 MODULE_PARM_DESC(replace, "replace (default=0)"); 44 patch.replace = replace; in test_klp_atomic_replace_init()
|
| H A D | test_klp_callbacks_demo2.c | 10 static int replace; variable 11 module_param(replace, int, 0644); 12 MODULE_PARM_DESC(replace, "replace (default=0)"); 80 patch.replace = replace; in test_klp_callbacks_demo2_init()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys_python.py | 213 line = line.replace(" ", "") 214 line = line.replace(':', "") 215 line = line.replace('.', "-dot-") 216 line = line.replace('"', "") 217 line = line.replace('<', "-smaller-") 218 line = line.replace('>', "-bigger-") 219 line = line.replace('_', "-") 220 line = line.replace('(', "") 221 line = line.replace(')', "") 222 line = line.replace('!', "-not-") [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/alloc/ |
| H A D | zalloc-simple.cocci | 162 msg_safe=msg.replace("[","@(").replace("]",")") 192 msg_safe=msg.replace("[","@(").replace("]",")") 222 msg_safe=msg.replace("[","@(").replace("]",")") 252 msg_safe=msg.replace("[","@(").replace("]",")") 282 msg_safe=msg.replace("[","@(").replace("]",")") 312 msg_safe=msg.replace("[","@(").replace("]",")") 342 msg_safe=msg.replace("[","@(").replace("]",")") 372 msg_safe=msg.replace("[","@(").replace("]",")") 402 msg_safe=msg.replace("[","@(").replace("]",")")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | vstring.h | 782 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY() 911 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY() 945 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY() 964 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY() 989 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY() 1008 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY() 1039 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY() 1063 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY() 1085 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY() 1106 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | vstring.h | 782 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY() 911 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY() 945 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY() 964 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY() 989 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY() 1008 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY() 1039 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY() 1063 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY() 1085 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY() 1106 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0014-localedef-Use-initializer-for-flexible-array-member-.patch | 56 - static struct charseq replace[2]; 65 - replace[0].nbytes = 1; 66 - replace[0].bytes[0] = '?'; 67 - replace[0].bytes[1] = '\0'; 68 - ctype->mboutdigits[cnt] = &replace[0]; 69 + static const struct charseq replace = 74 + ctype->mboutdigits[cnt] = (struct charseq *) &replace;
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs.py | 321 ignore_error = ignore_error.replace('(', r'\(') 322 ignore_error = ignore_error.replace(')', r'\)') 323 ignore_error = ignore_error.replace("'", '.') 324 ignore_error = ignore_error.replace('?', r'\?') 325 ignore_error = ignore_error.replace('[', r'\[') 326 ignore_error = ignore_error.replace(']', r'\]') 327 ignore_error = ignore_error.replace('*', r'\*') 328 ignore_error = ignore_error.replace('0-9', '[0-9]')
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 305 int i, replace, error; in mtrr_add_page() local 338 replace = -1; in mtrr_add_page() 359 replace = replace == -1 ? i : -2; in mtrr_add_page() 383 i = mtrr_if->get_free_region(base, size, replace); in mtrr_add_page() 386 if (likely(replace < 0)) { in mtrr_add_page() 389 mtrr_usage_table[i] = mtrr_usage_table[replace]; in mtrr_add_page() 392 if (unlikely(replace != i)) { in mtrr_add_page() 393 set_mtrr_cpuslocked(replace, 0, 0, 0); in mtrr_add_page() 394 mtrr_usage_table[replace] = 0; in mtrr_add_page()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | test.py | 218 errors[0].rstrip().replace('\n', '\nw+')) 228 errors[1].rstrip().replace('\n', '\n+')) 237 errors[1].rstrip().replace('\n', '\n-')) 241 errors[2].rstrip().replace('\n', '\nw+')) 252 '\n'.join(expect).replace('\n', '\n+')) 255 errors[2].rstrip().replace('\n', '\nw-')) 264 '\n'.join(expect).replace('\n', '\n-')) 267 errors[0].rstrip().replace('\n', '\nw-')) 273 expect_str = errors[4].rstrip().replace('%(basedir)s', '').split('\n') 276 '\n'.join(expect).replace('\n', '\n+')) [all …]
|
| /OK3568_Linux_fs/buildroot/package/samba4/ |
| H A D | 0001-libreplace-disable-libbsd-support.patch | 15 lib/replace/wscript | 15 --------------- 18 diff --git a/lib/replace/wscript b/lib/replace/wscript 20 --- a/lib/replace/wscript 21 +++ b/lib/replace/wscript
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0003-Add-config-option-without-valgrind.patch | 13 lib/replace/wscript | 5 +++-- 17 diff --git a/lib/replace/wscript b/lib/replace/wscript 19 --- a/lib/replace/wscript 20 +++ b/lib/replace/wscript
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | cumulative-patches.rst | 15 from all older livepatches and completely replace them in one transition. 20 The atomic replace can be enabled by setting "replace" flag in struct klp_patch, 26 .replace = true, 50 The atomic replace allows: 67 A good practice is to set .replace flag in any released livepatch. 81 that are necessary to properly replace any older patch. 83 As a result, it might be dangerous to replace newer cumulative patches by
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | basic_string.h | 1294 { return this->replace(end(), end(), __first, __last); } in _GLIBCXX_VISIBILITY() 1484 { return this->replace(begin(), end(), __first, __last); } in _GLIBCXX_VISIBILITY() 1551 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY() 1570 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY() 1595 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY() 1614 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY() 1653 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY() 1677 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY() 1699 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY() 1720 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY() [all …]
|