Home
last modified time | relevance | path

Searched full:site (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_22.2.0.bb85 ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \
86 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \
87 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \
91 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \
92 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \
93 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \
94 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \
98 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \
99 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \
100 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dstatic_call.c33 static inline void *static_call_addr(struct static_call_site *site) in static_call_addr() argument
35 return (void *)((long)site->addr + (long)&site->addr); in static_call_addr()
38 static inline unsigned long __static_call_key(const struct static_call_site *site) in __static_call_key() argument
40 return (long)site->key + (long)&site->key; in __static_call_key()
43 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() argument
45 return (void *)(__static_call_key(site) & ~STATIC_CALL_SITE_FLAGS); in static_call_key()
49 static inline bool static_call_is_init(struct static_call_site *site) in static_call_is_init() argument
51 return __static_call_key(site) & STATIC_CALL_SITE_INIT; in static_call_is_init()
54 static inline bool static_call_is_tail(struct static_call_site *site) in static_call_is_tail() argument
56 return __static_call_key(site) & STATIC_CALL_SITE_TAIL; in static_call_is_tail()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Makefile-do-not-compile-.pyc-in-parallel.patch35 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
41 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
47 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
51 - -j0 -d $(LIBDEST)/site-packages -f \
52 + -d $(LIBDEST)/site-packages -f \
53 -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
56 - -j0 -d $(LIBDEST)/site-packages -f \
57 + -d $(LIBDEST)/site-packages -f \
58 -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
61 - -j0 -d $(LIBDEST)/site-packages -f \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0001-Fix-pyext_PATTERN-for-cross-compilation.patch18 /usr/lib/python3.10/site-packages/samba/dsdb_dns.cpython-310-x86_64-linux-gnu.so
19 /usr/lib/python3.10/site-packages/samba/dsdb.cpython-310-x86_64-linux-gnu.so
20 /usr/lib/python3.10/site-packages/samba/xattr_tdb.cpython-310-x86_64-linux-gnu.so
21 /usr/lib/python3.10/site-packages/samba/_ldb.cpython-310-x86_64-linux-gnu.so
22 /usr/lib/python3.10/site-packages/samba/gensec.cpython-310-x86_64-linux-gnu.so
34 /usr/lib/python3.10/site-packages/samba/dsdb_dns.so
35 /usr/lib/python3.10/site-packages/samba/dsdb.so
36 /usr/lib/python3.10/site-packages/samba/xattr_tdb.so
37 /usr/lib/python3.10/site-packages/samba/_ldb.so
38 /usr/lib/python3.10/site-packages/samba/gensec.so
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dstatic_call.c8 CALL = 0, /* site call */
9 NOP = 1, /* site cond-call */
10 JMP = 2, /* tramp / site tail-call */
11 RET = 3, /* tramp / site cond-tail-call */
94 void arch_static_call_transform(void *site, void *tramp, void *func, bool tail) in arch_static_call_transform() argument
103 if (IS_ENABLED(CONFIG_HAVE_STATIC_CALL_INLINE) && site) { in arch_static_call_transform()
104 __static_call_validate(site, tail); in arch_static_call_transform()
105 __static_call_transform(site, __sc_insn(!func, tail), func, false); in arch_static_call_transform()
127 /* Not a trampoline site, not our problem. */ in __static_call_fixup()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsecurity.c438 u32 *site; in update_branch_cache_flush() local
441 site = &patch__call_kvm_flush_link_stack; in update_branch_cache_flush()
444 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
447 patch_branch_site(site, (u64)&kvm_flush_link_stack, BRANCH_SET_LINK); in update_branch_cache_flush()
452 site = &patch__call_flush_branch_caches3; in update_branch_cache_flush()
453 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
454 site = &patch__call_flush_branch_caches2; in update_branch_cache_flush()
455 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
456 site = &patch__call_flush_branch_caches1; in update_branch_cache_flush()
457 patch_instruction_site(site, ppc_inst(PPC_INST_NOP)); in update_branch_cache_flush()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/
H A Dtelepathy-python3_0.15.19.bb24 ${libdir}/python*/site-packages/telepathy/*.py \
25 ${libdir}/python*/site-packages/telepathy/*/*.py \
29 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
30 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__
31 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
32 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcode-patching.h35 static inline unsigned long patch_site_addr(s32 *site) in patch_site_addr() argument
37 return (unsigned long)site + *site; in patch_site_addr()
40 static inline int patch_instruction_site(s32 *site, struct ppc_inst instr) in patch_instruction_site() argument
42 return patch_instruction((struct ppc_inst *)patch_site_addr(site), instr); in patch_instruction_site()
45 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site() argument
47 return patch_branch((struct ppc_inst *)patch_site_addr(site), target, flags); in patch_branch_site()
56 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site() argument
58 return modify_instruction((unsigned int *)patch_site_addr(site), clr, set); in modify_instruction_site()
/OK3568_Linux_fs/buildroot/package/python-numpy/
H A Dpython-numpy.mk36 -rm -f $(@D)/site.cfg
37 echo "[DEFAULT]" >> $(@D)/site.cfg
38 echo "library_dirs = $(STAGING_DIR)/usr/lib" >> $(@D)/site.cfg
39 echo "include_dirs = $(STAGING_DIR)/usr/include" >> $(@D)/site.cfg
49 $(SED) '/^pkgdir=/d;/^prefix=/i pkgdir=$(PYTHON3_PATH)/site-packages/numpy/core' \
50 $(PYTHON3_PATH)/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Update-for-python.m4-to-respect-libdir.patch43 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
51 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
52 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
68 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"`
76 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages"
77 + *) am_cv_python_pyexecdir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dvexpress-config.c75 static void vexpress_config_set_master(u32 site) in vexpress_config_set_master() argument
77 vexpress_config_site_master = site; in vexpress_config_set_master()
107 static int vexpress_config_get_topo(struct device_node *node, u32 *site, in vexpress_config_get_topo() argument
110 vexpress_config_find_prop(node, "arm,vexpress,site", site); in vexpress_config_get_topo()
111 if (*site == VEXPRESS_SITE_MASTER) in vexpress_config_get_topo()
112 *site = vexpress_config_site_master; in vexpress_config_get_topo()
257 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local
260 err = vexpress_config_get_topo(dev->of_node, &site, in vexpress_syscfg_regmap_init()
301 func, site, position, dcc, in vexpress_syscfg_regmap_init()
305 func->template[i] |= SYS_CFGCTRL_SITE(site); in vexpress_syscfg_regmap_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/
H A Dgeis_2.2.17.bb50 ${libdir}/${PYTHON_DIR}/site-packages/geis* \
51 ${libdir}/${PYTHON_DIR}/site-packages/_*.so \
54 FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
56 FILES:${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la"
58 FILES:${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/
H A Dadmin.py34 admin.site.register(Layer_Version, LayerVersionsAdmin)
35 admin.site.register(BitbakeVersion, BitbakeVersionAdmin)
36 admin.site.register(Release, ReleaseAdmin)
37 admin.site.register(ToasterSetting, ToasterSettingAdmin)
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DUnicode-TOU3 For the general privacy policy governing access to this site, see the Unicode Privacy Policy. For t…
17 … is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site.
43site and any claims and damages resulting from use of this site are governed solely by the laws of…
45 …have the right to modify this Agreement at any time by posting it to this site. The user may not a…
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dmissing147 any GNU archive site."
156 archive site."
165 from any GNU archive site."
184 Grab them from any GNU archive site."
196 archive site."
218 \`Bison' from any GNU archive site."
248 \`Flex' from any GNU archive site."
271 effect. You can get \`Help2man' from any GNU archive site."
291 the \`GNU make' package. Grab either from any GNU archive site."
354 this package. You may also peek at any GNU archive site, in case
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/
H A D0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch22 …c61850.py DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
23 …0 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
26 …REFIX}/${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
27 …EFIX}/${CMAKE_INSTALL_LIBDIR}//python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
H A D0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch5 python modules install path (site-packages)
7 https://stackoverflow.com/questions/1242904/finding-python-site-packages-directory-with-cmake
31 …c61850.py DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
32 …0 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
/OK3568_Linux_fs/kernel/tools/usb/usbip/
H A DINSTALL175 can create a site shell script called `config.site' that gives default
177 `configure' looks for `PREFIX/share/config.site' if it exists, then
178 `PREFIX/etc/config.site' if it exists. Or, you can set the
179 `CONFIG_SITE' environment variable to the location of the site script.
180 A warning: not all `configure' scripts look for a site script.
185 Variables not defined in a site shell script can be set in the
194 overridden in the site shell script).
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddctcp.rst36 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp-final.pdf
44 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp_analysis-full.pdf
50 DCTCP site:
52 http://simula.stanford.edu/~alizade/Site/DCTCP.html
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DInline-Functions.html75 body directly at each call site, instead of jumping to a shared
94 <p>The body of an inlined function is directly included at its call site;
96 the call. <small>GDB</small> still pretends that the call site and the
98 the call site shows the call site, and then stepping again shows
111 <li> Setting breakpoints at the call site of an inlined function may not
112 work, because the call site does not contain any code. <small>GDB</small>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DInline-Functions.html75 body directly at each call site, instead of jumping to a shared
94 <p>The body of an inlined function is directly included at its call site;
96 the call. <small>GDB</small> still pretends that the call site and the
98 the call site shows the call site, and then stepping again shows
111 <li> Setting breakpoints at the call site of an inlined function may not
112 work, because the call site does not contain any code. <small>GDB</small>
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py129 …'/usr/lib/python3.8/site-packages/PyGObject-3.34.0.egg-info moved to /usr/lib/python3.8/site-packa…
130 …'/usr/lib/python3.8/site-packages/btrfsutil-1.1.1-py3.8.egg-info moved to /usr/lib/python3.8/site-…
131 …'/usr/lib/python3.8/site-packages/pycairo-1.19.0.egg-info moved to /usr/lib/python3.8/site-package…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-Fix-pyext_PATTERN-for-cross-compilation.patch19 /usr/lib/python3.10/site-packages/_ldb_text.py
20 /usr/lib/python3.10/site-packages/ldb.cpython-310-x86_64-linux-gnu.so
33 /usr/lib/python3.10/site-packages/_ldb_text.py
34 /usr/lib/python3.10/site-packages/ldb.so
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dsite.conf.sample2 # local.conf covers user settings, site.conf covers site specific information
5 # SITE_CONF_VERSION is increased each time build/conf/site.conf
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/
H A Dlibplist_2.2.0.bb23 if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
24 chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
35 FILES:${PN}-python = "${libdir}/python*/site-packages/*"

12345678910>>...39