Home
last modified time | relevance | path

Searched refs:raise (Results 1 – 25 of 270) sorted by relevance

1234567891011

/OK3568_Linux_fs/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped75 quiet: Errors to ignore (empty to raise on all errors)
85 raise FdtException(val)
96 quiet: Errors to ignore (empty to raise on all errors)
109 raise FdtException(val)
123 All methods raise an FdtException if an error occurs. To avoid this
139 quiet: Errors to ignore (empty to raise on all errors)
155 quiet: Errors to ignore (empty to raise on all errors)
170 quiet: Errors to ignore (empty to raise on all errors)
187 quiet: Errors to ignore (empty to raise on all errors)
218 quiet: Errors to ignore (empty to raise on all errors)
[all …]
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0015-qwaylandwindow-Support-lower-and-raise.patch4 Subject: [PATCH 15/17] qwaylandwindow: Support lower() and raise()
6 Support lower() and raise() through hacked subsurface::place_below() and
60 void QWaylandWindow::raise()
63 mShellSurface->raise();
/OK3568_Linux_fs/buildroot/package/python3/
H A D0011-Add-importlib-fix-for-PEP-3147-issue.patch46 - raise NotImplementedError('sys.implementation.cache_tag is None')
71 - raise NotImplementedError('sys.implementation.cache_tag is None')
83 - raise ValueError(f'{_PYCACHE} not bottom-level directory in '
87 - raise ValueError(f'expected only 2 or 3 dots in {pycache_filename!r}')
91 - raise ValueError("optimization portion of filename does not start "
95 - raise ValueError(f"optimization level {optimization!r} is not an "
/OK3568_Linux_fs/kernel/Documentation/PCI/endpoint/
H A Dpci-test-function.rst44 Bit 0 raise legacy IRQ
45 Bit 1 raise MSI IRQ
46 Bit 2 raise MSI-X IRQ
83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dperf-hooks.c14 raise(SIGSEGV); in sigsegv_handler()
26 raise(SIGSEGV); in the_hook()
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/gconf/
H A Dpython3.patch24raise GSettingsSchemaConvertException('%s:%s: %s' % (os.path.basename(self.file), current_line_nb,…
33raise GSettingsSchemaConvertException('\'%s\' does not look like a valid gconf schema file: %s' % …
54 raise e
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dpci-endpoint-test.rst16 #) raise legacy IRQ
17 #) raise MSI IRQ
18 #) raise MSI-X IRQ
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dfeatures_check.bbclass35 raise bb.parse.SkipRecipe("one of '%s' needs to be in %s_FEATURES"
42 raise bb.parse.SkipRecipe("missing required %s feature%s '%s' (not in %s_FEATURES)"
49 raise bb.parse.SkipRecipe("conflicting %s feature%s '%s' (in %s_FEATURES)"
H A Duboot-config.bbclass102raise bb.parse.SkipRecipe("Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the %s machine conf…
105 raise bb.parse.SkipRecipe("You cannot use UBOOT_MACHINE and UBOOT_CONFIG at the same time.")
108raise bb.parse.SkipRecipe("You cannot use UBOOT_BINARIES as it is internal to uboot_config.bbclass…
116 raise bb.parse.SkipRecipe('Only config,images,binary can be specified!')
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dvdso_restorer.c70 raise(SIGUSR1); in main()
87 raise(SIGUSR1); in main()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcsignal37 int raise(int sig);
54 using ::raise;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcsignal37 int raise(int sig);
54 using ::raise;
/OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/
H A Dlpc32xxcdl-2.11-libnosys_gnu.patch5 exceptions (mostly division by 0) by defining raise() and
67 +void raise(void)
124 +void raise(void)
181 +void raise(void)
/OK3568_Linux_fs/kernel/lib/
H A Dnmi_backtrace.c38 void (*raise)(cpumask_t *mask)) in nmi_trigger_cpumask_backtrace()
67 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0009-invoking-fsck-with-infinite-timeout.patch21 raise FSError("\n".join(error_msgs))
27 raise FSError("filesystem check failed: %s" % e)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/accel/
H A Dlis302.txt37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition
38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition
39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition
40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/multiconfig/
H A Dmulticonfig-image-packager_0.1.bb22 raise bb.parse.SkipRecipe("Not a multiconfig target")
25 raise bb.parse.SkipRecipe("multiconfig target %s not enabled" % mcname)
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dslog2.S32 | Step 0. If X < 0, create a NaN and raise the invalid operation
47 | Step 0. If X < 0, create a NaN and raise the invalid operation
61 | Step 0. If X < 0, create a NaN and raise the invalid operation
76 | Step 0. If X < 0, create a NaN and raise the invalid operation
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch25 + raise EnvironmentException('Unknown CPU family {}, see https://wiki.yoctoproject.org/w…
42 + raise EnvironmentException('Unknown CPU family %s, see https://wiki.yoctoproject.org/wiki/…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A Dmatplotlib-disable-download.patch44 - raise Exception(
57 + raise IOError(f"Automatic downloading is disabled.")
/OK3568_Linux_fs/yocto/poky/meta-poky/classes/
H A Dpoky-sanity.bbclass8raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
42raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
/OK3568_Linux_fs/kernel/tools/testing/selftests/sigaltstack/
H A Dsas.c101 raise(SIGUSR2); in switch_fn()
175 raise(SIGUSR1); in main()
/OK3568_Linux_fs/buildroot/package/python-pyzmq/
H A D0001-use-buildroot-zmq-version-instead-of-detect.patch41 - raise IOError(msg)
46 + # raise IOError(msg)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch103 + raise KickstartAuthError("Require Authentication.\nAppend 'ksuser=<username> kspasswd=…
122raise KickstartError(_('Error securely accessing URL "%s"') % location + ': {e}'.format(e=str(e)))
144 raise KickstartError(_("Unable to open input kickstart file: %s") % str(e), lineno=0)
/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/
H A Dcsignal48 #undef raise
54 using ::raise;

1234567891011