Home
last modified time | relevance | path

Searched refs:has_key (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D857.patch5 keyword syntax - has_key deprecated method is now removed - commands
25 -if os.environ.has_key('CXX'):
29 -if os.environ.has_key('DEBUG'):
33 -if os.environ.has_key('CXXFLAGS'):
38 -if os.environ.has_key('LINKFLAGS'):
43 @@ -22,24 +23,24 @@ if os.environ.has_key('LINKFLAGS'):
47 -if os.environ.has_key('BOOSTROOT'):
51 -if os.environ.has_key('BOOST_ROOT'):
55 -elif os.environ.has_key('BOOST_INCLUDES') and os.environ.has_key('BOOST_LIBS'):
64 -if os.environ.has_key('OPENSSL_PATH'):
[all …]
H A D1024.patch4 Subject: [PATCH] SCons 4.2.0 no longer has env_cpp11.has_key() Check env_cpp11
54 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
67 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
80 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
93 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
106 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
119 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
132 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
145 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
158 -if env_cpp11.has_key('WSPP_CPP11_ENABLED'):
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/
H A Dhas_key.hpp48 struct apply : Sequence::template has_key<Sequence, Key> {};
64 struct has_key struct
72 inline typename result_of::has_key<Sequence, Key>::type
73 has_key(Sequence const&) in has_key() function
75 typedef typename result_of::has_key<Sequence, Key>::type result; in has_key()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dhas_key.hpp30 struct has_key struct
34 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,has_key,(AssociativeSequence,Key))
37 BOOST_MPL_AUX_NA_SPEC(2, has_key)
H A Dhas_key_fwd.hpp21 template< typename AssociativeSequence, typename Key > struct has_key;
/OK3568_Linux_fs/external/xserver/config/
H A Dfdi2iclass.py68 if node.attributes.has_key('key'):
79 if node.attributes.has_key('string'):
81 elif node.attributes.has_key('contains'):
88 elif node.attributes.has_key('string_outof'):
90 elif node.attributes.has_key('contains_outof'):
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/
H A Dintrinsic_fwd.hpp74 struct has_key;
186 typename result_of::has_key<Sequence, Key>::type
187 has_key(Sequence const& seq);
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhooks.c314 bool has_key; in fscrypt_get_symlink() local
333 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
372 if (!has_key || in fscrypt_get_symlink()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c173 int has_key = 0; in main() local
198 ++has_key; in main()
224 if (has_key) { in main()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A DCOW.py115 return cls.has_key(key)
117 def has_key(cls, key): member in COWDictMeta
H A Dpersist_data.py238 def has_key(self, key): member in SQLTable
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dpersist_data.py71 self.assertTrue(self.data.has_key(k))
73 self.assertFalse(self.data.has_key('NotFound'))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A D0001-Port-gentest.py-to-Python-3.patch269 - if modules_defines.has_key(module):
342 - if not argtypes.has_key(type):
354 - if not rettypes.has_key(type):
365 - if argtypes.has_key(name) and is_known_param_type(name) == 0:
380 - if modules_defines.has_key(module):
427 - if define == 0 and modules_defines.has_key(module):
548 - if function_defines.has_key(name):
619 - if extra_pre_call.has_key(name):
636 - if extra_post_call.has_key(name):
667 - if extra_post_call.has_key(name):
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/mpl/
H A Dhas_key.hpp23 struct apply : fusion::result_of::has_key<Sequence, Key> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/mpl/detail/
H A Dhas_key_impl.hpp27 struct apply : mpl::has_key<Sequence, Key> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Diterator.hpp34 has_key< Set,typename Tail::item_type_ >
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.c1542 if (has_key(KEY_F(1)) == FALSE) { in main()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191221.patch.gz1# ncurses 6.1 - patch 20191221 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20191130.patch.gz1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.c1534 if (has_key(KEY_F(1)) == FALSE) { in main()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.c1542 if (has_key(KEY_F(1)) == FALSE) { in main()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py1521 def has_key(self, key): member in Tag
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...