Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 39) sorted by relevance

12

/buildroot/package/matchbox-panel/
A D0001-index-is-legacy.patch14 if (*(++p) == '"') { p++; tc = sc; } /* skip "'s */
19 if (*p == '\\' && *(p+1) == '"') p++; /* skip \" */
/buildroot/package/python-wsaccel/
A Dpython-wsaccel.mk13 PYTHON_WSACCEL_BUILD_OPTS = --skip-dependency-check
/buildroot/package/python-lxml/
A Dpython-lxml.mk31 --skip-dependency-check \
35 --skip-dependency-check \
/buildroot/package/python-ml-dtypes/
A Dpython-ml-dtypes.mk13 PYTHON_ML_DTYPES_BUILD_OPTS = --skip-dependency-check
/buildroot/package/python-msgpack/
A Dpython-msgpack.mk13 PYTHON_MSGPACK_BUILD_OPTS = --skip-dependency-check
/buildroot/package/python-uvloop/
A Dpython-uvloop.mk15 --skip-dependency-check \
/buildroot/package/python-pymupdf/
A Dpython-pymupdf.mk16 PYTHON_PYMUPDF_BUILD_OPTS = --skip-dependency-check
/buildroot/board/khadas/vim3/
A Dpost-image.sh23 conv=fsync,notrunc bs=512 skip=1 seek=1
/buildroot/package/python-matplotlib/
A Dpython-matplotlib.mk23 PYTHON_MATPLOTLIB_BUILD_OPTS = --skip-dependency-check
/buildroot/board/hardkernel/odroidc2/
A Dpost-image.sh19 dd if=${BINARIES_DIR}/u-boot.img of=${BINARIES_DIR}/uboot-odc2.img bs=512 skip=96
/buildroot/support/kconfig/lxdialog/
A Dutil.c265 int i, len = 0, skip = 0; in dialog_clear() local
284 if (skip == 0) in dialog_clear()
287 skip--; in dialog_clear()
289 if (skip == 0) in dialog_clear()
292 skip--; in dialog_clear()
294 if (skip < strlen(pos->text)) { in dialog_clear()
295 waddstr(stdscr, pos->text + skip); in dialog_clear()
296 skip = 0; in dialog_clear()
298 skip -= strlen(pos->text); in dialog_clear()
300 if (skip == 0) in dialog_clear()
[all …]
/buildroot/package/tslib/
A Dtslib.mk29 --enable-skip=static \
/buildroot/package/ffmpeg/
A D0002-avcodec-vaapi_h264-skip-decode-if-pic-has-no-slices.patch4 Subject: [PATCH] avcodec/vaapi_h264: skip decode if pic has no slices
/buildroot/package/gstreamer1/gst1-plugins-bad/
A D0001-webrtcdsp-Update-code-for-webrtc-audio-processing-1.patch710 - gsize avail, skip, offset, size;
711 + gsize avail, skip, offset, size = 0;
734 skip = 0;
736 size = MIN (avail - offset, self->period_samples - skip);
740 - skip *= self->info.bpf;
748 - gst_adapter_copy (self->adapter, (guint8 *) frame->data_ + skip,
765 + skip *= self->info.bpf;
774 + gsize padding = self->period_size - (skip + size);
780 + if (skip) {
781 + tmp = gst_buffer_new_allocate (NULL, skip, NULL);
[all …]
/buildroot/package/freeradius-server/
A D0003-configure.ac-allow-cross-compilation.patch7 always fail in cross compiling, skip the check and give a warning
/buildroot/package/jose/
A D0002-man-add-option-to-skip-building-man-pages.patch4 Subject: [PATCH] man: add option to skip building man pages
/buildroot/utils/checkpackagelib/
A Dlib_mk.py179 self.skip = False
182 if self.skip or lineno > 6:
187 self.skip = True
/buildroot/package/unzip/
A D0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch15 Instead of tweaking and fixing a huge and complex build system, skip
/buildroot/package/dovecot/
A D0001-auth-Fix-handling-passdbs-with-identical-driver-args.patch31 /* if mechanism is not supported, skip */
90 enum auth_passdb_skip skip;
/buildroot/system/skeleton/etc/
A Dprotocols34 skip 57 SKIP # SKIP
/buildroot/package/nginx/
A D0002-auto-feature-add-mechanism-allowing-to-force-feature.patch8 variable can be set to the desired test result, and thus skip the test.
/buildroot/docs/manual/
A Dccache-support.adoc9 skip future compilation of the same source file (with same compiler
/buildroot/support/kconfig/
A Dqconf.cc787 goto skip; in mouseReleaseEvent()
826 skip: in mouseReleaseEvent()
846 goto skip; in mouseDoubleClickEvent()
849 goto skip; in mouseDoubleClickEvent()
853 goto skip; in mouseDoubleClickEvent()
860 skip: in mouseDoubleClickEvent()
/buildroot/support/scripts/
A Dpkg-stats397 skip = False
400 skip = True
402 if skip:
/buildroot/package/odb/
A D0006-Adapt-to-changes-in-GCC-8.patch185 // Check if this is an inline namespace and skip it if so.

Completed in 43 milliseconds

12