| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/libqmi/files/ |
| H A D | 0001-build-use-python3-everywhere.patch | 7 build-aux/qmi-codegen/qmi-codegen | 2 +- 11 diff --git a/build-aux/qmi-codegen/qmi-codegen b/build-aux/qmi-codegen/qmi-codegen 13 --- a/build-aux/qmi-codegen/qmi-codegen 14 +++ b/build-aux/qmi-codegen/qmi-codegen
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0010-Do-not-hardcode-python-path-into-various-tools.patch | 10 gio/gdbus-2.0/codegen/gdbus-codegen.in | 2 +- 15 diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in b/gio/gdbus-2.0/codegen/gdbus-codegen.in 17 --- a/gio/gdbus-2.0/codegen/gdbus-codegen.in 18 +++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
|
| H A D | 0001-Do-not-write-bindir-into-pkg-config-files.patch | 31 - 'gdbus_codegen=' + join_paths('${bindir}', 'gdbus-codegen'), 39 + 'gdbus_codegen=gdbus-codegen',
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
| H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 6 gdbus-codegen uses include guards with the full path dir, and if there 28 - COMMAND gdbus-codegen --interface-prefix org.bluez.Adapter1. --generate-c-code … 29 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Adapter1. --ge… 35 - COMMAND gdbus-codegen --interface-prefix org.bluez.Device1. --generate-c-code $… 36 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Device1. --gen… 42 - COMMAND gdbus-codegen --interface-prefix org.bluez.GattService1. --generate-c-c… 43 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.GattService1. … 49 - COMMAND gdbus-codegen --interface-prefix org.bluez.Characteristic1. --generate-… 50 + COMMAND gdbus-codegen --pragma-once --interface-prefix org.bluez.Characteristic… 56 - COMMAND gdbus-codegen --interface-prefix org.bluez.Descriptor1. --generate-c-co… [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | gen.c | 212 static void codegen(const char *template, ...) in codegen() function 339 codegen("\ in do_skeleton() 390 codegen("\ in do_skeleton() 468 codegen("\ in do_skeleton() 488 codegen("\ in do_skeleton() 507 codegen("\ in do_skeleton() 524 codegen("\ in do_skeleton() 538 codegen("\ in do_skeleton() 549 codegen("\ in do_skeleton() 572 codegen("\ in do_skeleton()
|
| /OK3568_Linux_fs/buildroot/package/grpc/ |
| H A D | 0001-Properly-detect-the-availability-of-pthread_setname_.patch | 16 include/grpc/impl/codegen/port_platform.h | 2 ++ 36 diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h 38 --- a/include/grpc/impl/codegen/port_platform.h 39 +++ b/include/grpc/impl/codegen/port_platform.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib.inc | 27 PACKAGES += "${PN}-codegen ${PN}-utils" 51 sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in 72 FILES:${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py \ 73 ${bindir}/gdbus-codegen" 104 rm -rf ${D}${datadir}/glib-2.0/codegen/__pycache__ 105 rm -f ${D}${datadir}/glib-2.0/codegen/*.pyc 106 rm -f ${D}${datadir}/glib-2.0/codegen/*.pyo 143 RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" 169 ${PN}-codegen \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/ |
| H A D | 0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch | 27 | /usr/include/grpcpp/impl/codegen/completion_queue.h:121: error: undefined reference to 'absl::lts… 28 | /usr/include/grpcpp/impl/codegen/completion_queue.h:121: error: undefined reference to 'absl::lts… 29 | /usr/include/grpcpp/impl/codegen/completion_queue.h:121: error: undefined reference to 'absl::lts… 30 | /usr/include/grpcpp/impl/codegen/completion_queue.h:259: error: undefined reference to 'absl::lts… 36 include/grpcpp/impl/codegen/sync.h | 4 ++-- 39 diff --git a/include/grpcpp/impl/codegen/sync.h b/include/grpcpp/impl/codegen/sync.h 41 --- a/include/grpcpp/impl/codegen/sync.h 42 +++ b/include/grpcpp/impl/codegen/sync.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | triehash | 602 my $codegen = shift; 619 $label //= $codegen->word_to_label($word); 626 $unknown_label = $codegen->mangle_label($label) if defined $label; 635 $unknown_label //= $codegen->mangle_label('Unknown'); 711 my $codegen = $codegens{$language}->new(); 712 my ($trie, $counter, %lengths) = build_trie($codegen); 714 $codegen->open_output(); 715 $codegen->main($trie, $counter, %lengths);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | mips-less-memory.patch | 6 This ensures that we reserve 500M instead of 2G range for codegen 22 --- a/deps/v8/src/codegen/mips/constants-mips.h 23 +++ b/deps/v8/src/codegen/mips/constants-mips.h
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/hashserv/ |
| H A D | Dockerfile | 19 COPY lib/codegen.py /opt/bbhashserv/lib/codegen.py
|
| /OK3568_Linux_fs/buildroot/package/enlightenment/ |
| H A D | enlightenment.mk | 23 -Deldbus-codegen=$(HOST_DIR)/bin/eldbus-codegen \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/prserv/ |
| H A D | Dockerfile | 38 COPY lib/codegen.py /opt/bbprserv/lib/codegen.py
|
| /OK3568_Linux_fs/buildroot/package/libglib2/ |
| H A D | libglib2.mk | 107 rm -rf $(addprefix $(TARGET_DIR)/usr/share/glib-2.0/,codegen gettext) 108 …rm -f $(addprefix $(TARGET_DIR)/usr/bin/,gdbus-codegen glib-compile-schemas glib-compile-resources…
|
| /OK3568_Linux_fs/buildroot/package/lua-codegen/ |
| H A D | lua-codegen.hash | 2 sha256 c09126d7f5d0fa9c867ee9108eb5961dab111320ee35e5f842317f6058e922ec lua-codegen-0.3.3-1.src.r…
|
| H A D | Config.in | 2 bool "lua-codegen"
|
| /OK3568_Linux_fs/buildroot/package/ti-cgt-pru/ |
| H A D | ti-cgt-pru.mk | 9 TI_CGT_PRU_SITE = http://downloads.ti.com/codegen/esd/cgt_public_sw/PRU/$(TI_CGT_PRU_VERSION)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 28 import codegen 218 funcstr = codegen.to_source(func) 219 argstr = codegen.to_source(arg)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
| H A D | 0001-remove-tests-dep-on-gobject-intro.patch | 31 - $(AM_V_GEN) gdbus-codegen \
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Config.in | 697 source "package/lua-codegen/Config.in"
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | variables.rst | 1668 that makes use of a code generator built by the recipe ``codegen`` 1671 DEPENDS = "codegen-native"
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 2331 libpam-nfc, libtelnet, lua-codegen, lua-livr, lua-livr-extra,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 5069 -rw-r--r-- root root 6190 ./usr/lib/gobject-introspection/giscanner/codegen.py
|
| H A D | buildhistory_filelist2.txt | 5070 -rw-r--r-- root root 6190 ./usr/lib/gobject-introspection/giscanner/codegen.py
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 12051 'graphite-allow-codegen-errors' 12052 Whether codegen errors should be ICEs when '-fchecking'.
|