| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | convert-overrides.py | 66 skips = args.skip variable 67 skips += ["parser_append", "recipe_to_append", "extra_append", "to_remove", "show_appends", "applie… 68 skips += ["expanded_removes", "color_remove", "test_remove", "empty_remove", "toaster_prepend", "nu… 69 skips += ["no_report_remove", "test_prepend", "test_append", "multiple_append", "test_remove", "sha… 70 skips += ["parser_remove", "to_append", "no_remove", "bblayers_add_remove", "bblayers_remove", "app… 71 skips += ["autotools_dep_prepend", "go_map_arm", "alt_remove_links", "systemd_append_file", "file_a… 72 skips += ["run_loaddata_poky", "determine_if_poky_env", "do_populate_poky_src", "libc_cv_include_x8… 73 skips += ["get_appends_for_files", "test_doubleref_remove", "test_bitbakelayers_add_remove", "elf32… 74 skips += ["test_rpm_remove", "test_bitbakelayers_add_remove", "recipe_append_file", "log_data_remov… 75 skips += ["recipetool_append", "changetype_remove", "try_appendfile_wc", "test_qemux86_directdisk",… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | btcx-risc.c | 175 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips() argument 203 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips() 205 skips[skip].start = clips[clip].c.left; in btcx_calc_skips() 206 if (skips[skip].start < 0) in btcx_calc_skips() 207 skips[skip].start = 0; in btcx_calc_skips() 208 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips() 209 if (skips[skip].end > width) in btcx_calc_skips() 210 skips[skip].end = width; in btcx_calc_skips() 215 if (skips[skip-1].end < end) in btcx_calc_skips() 216 skips[skip-1].end = end; in btcx_calc_skips() [all …]
|
| H A D | bttv-risc.c | 241 struct btcx_skiplist *skips; in bttv_risc_overlay() local 247 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay() 248 if (NULL == skips) in bttv_risc_overlay() 257 kfree(skips); in bttv_risc_overlay() 284 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay() 291 } else if (start < skips[skip].start) { in bttv_risc_overlay() 293 end = skips[skip].start; in bttv_risc_overlay() 296 end = skips[skip].end; in bttv_risc_overlay() 319 kfree(skips); in bttv_risc_overlay()
|
| H A D | btcx-risc.h | 26 struct btcx_skiplist *skips, unsigned int *nskips,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 49 def skipTests(self, skips): argument 50 if not skips: 60 for skip in skips: 65 for skip in skips: 81 def runTests(self, processes=None, skips=[]): argument 85 self.skipTests(skips)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 63 static int skips; variable 373 skips++; in skip_unsupported_map() 948 fixup_skips = skips; in do_test_single() 959 if (fixup_skips != skips) in do_test_single() 1007 skips++; in do_test_single() 1172 skips++; in do_test() 1184 skips++; in do_test() 1192 skips, errors); in do_test()
|
| H A D | test_maps.c | 33 static int skips; variable 736 skips++; in test_sockmap() 1774 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/ |
| H A D | btcx-risc.h | 28 struct btcx_skiplist *skips, unsigned int *nskips,
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mtd/ |
| H A D | nand_ecc.rst | 90 - rp6 covers 8 bytes then skips 8 etc 91 - rp7 skips 8 bytes then covers 8 etc 92 - rp8 covers 16 bytes then skips 16 etc 93 - rp9 skips 16 bytes then covers 16 etc 94 - rp10 covers 32 bytes then skips 32 etc 95 - rp11 skips 32 bytes then covers 32 etc 96 - rp12 covers 64 bytes then skips 64 etc 97 - rp13 skips 64 bytes then covers 64 etc 98 - rp14 covers 128 bytes then skips 128 99 - rp15 skips 128 bytes then covers 128
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 131 def runTests(self, processes=None, machine=None, skips=[]): argument 138 return super(OESelftestTestContext, self).runTests(processes, skips) 261 self.tc_kwargs['run']['skips'] = args.skips
|
| /OK3568_Linux_fs/buildroot/package/latencytop/ |
| H A D | Config.in | 10 focuses on the type of latency that causes skips in audio,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/parted/files/ |
| H A D | check-vfat.patch | 19 +# Ruturns 0 if the filesystem is available, otherwise skips the test
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/ |
| H A D | 61_global-symbol-test.patch | 43 +# NB: skips missing files
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/ |
| H A D | binutils-cross-testsuite_2.38.bb | 53 # skips gas causing issues with the ld test suite (which uses gas)
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | itrace.txt | 50 skips the first million instructions.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/ |
| H A D | adf4350.txt | 18 - adi,reference-div-factor: If set the driver skips dynamic calculation
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | dawr-power9.rst | 93 Any errors/failures/skips mean something is wrong.
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | using-buildroot-development.txt | 113 By default, Buildroot skips syncing of VCS artifacts (e.g., the *.git* and
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-2879.patch | 95 // discard skips n bytes in r, reporting an error if unable to do so.
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/ |
| H A D | einj.rst | 115 to 1 skips the trigger phase, which *may* allow the user to cause the
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/ |
| H A D | alsa-plugins_1.2.6.bb | 145 # FILES manually, because do_split_packages() skips the links (which is good,
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qtpdf_git.bb | 204 # First patch skips "python2" dependency checks for the pdf module
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0005-adb-add-base64-implementation.patch | 225 +/* skips all whitespace anywhere.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
| H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 236 +/* skips all whitespace anywhere.
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | aclocal.m4 | 1141 # If the user sets the value of XMLTO, AC_PATH_PROG skips testing the path. 1236 # If the user sets the value of XSLTPROC, AC_PATH_PROG skips testing the path. 1293 # If the user sets the value of PERL, AC_PATH_PROG skips testing the path. 1351 # If the user sets the value of ASCIIDOC, AC_PATH_PROG skips testing the path. 1421 # If the user sets the value of DOXYGEN, AC_PATH_PROG skips testing the path. 1513 # If the user sets the value of GROFF, AC_PATH_PROG skips testing the path. 1613 # If the user sets the value of FOP, AC_PATH_PROG skips testing the path. 1707 # If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path. 2192 # If the user sets the value of LINT, AC_PATH_PROG skips testing the path.
|