| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0017-clang-driver-Add-dyld-prefix-when-checking-sysroot-f.patch | 28 - if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 29 - getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 30 + if (!getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/" + LibDir + "/" + Loade… 31 + getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/lib/" + Loader)) { 39 - if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 40 - getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 41 + if (!getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/" + LibDir + "/" + Loade… 42 + getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/lib/" + Loader)) { 50 - if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 51 - getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { [all …]
|
| H A D | 0006-clang-driver-Check-sysroot-for-ldso-path.patch | 24 + if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 25 + getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 33 + if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 34 + getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 44 + if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 45 + getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 55 + if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 56 + getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 781 self.assertTrue(os.path.exists(alt)) 788 self.assertFalse(os.path.exists(alt)) 801 self.assertFalse(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz"))) 802 self.assertFalse(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz.done"))) 816 self.assertTrue(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz"))) 817 self.assertFalse(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz.done"))) 820 self.assertTrue(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz.done"))) 831 self.assertTrue(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz"))) 832 self.assertFalse(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz.done"))) 837 self.assertFalse(os.path.exists(os.path.join(self.dldir, "test-file.tar.gz"))) [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-util | 43 if not os.path.exists(args.pkglistfile): 109 if os.path.exists(revlink): 112 if os.path.exists(fwdfile): 114 if not os.path.exists(fwdfile + ".packaged"): 118 if os.path.exists(revlink): 123 if os.path.exists(fwdfile): 130 if os.path.exists(fwdfile): 132 if not os.path.exists(fwdfile + ".packaged"): 181 if os.path.exists(revlink): 215 if os.path.exists(revlink): [all …]
|
| H A D | runqemu | 113 if not os.path.exists(dev_tun): 369 elif os.path.exists(p) and (not os.path.isdir(p)) and '-image-' in os.path.basename(p): 386 if os.path.exists(qb): 471 if os.path.exists(uninative_path): 535 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)): 587 if not os.path.exists(dev_kvm): 605 if not os.path.exists(dev_vhost): 673 if self.rootfs and not os.path.exists(self.rootfs): 686 if not os.path.exists(self.rootfs): 710 if os.path.exists(ovmf): [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | cobra.c | 36 unsigned char exists; member 103 if ((r = cobra_read_packet(gameport, data)) != cobra->exists) { in cobra_poll() 109 if (cobra->exists & r & (1 << i)) { in cobra_poll() 159 cobra->exists = cobra_read_packet(gameport, data); in cobra_connect() 162 if ((cobra->exists >> i) & data[i] & 1) { in cobra_connect() 165 cobra->exists &= ~(1 << i); in cobra_connect() 168 if (!cobra->exists) { in cobra_connect() 177 if (~(cobra->exists >> i) & 1) in cobra_connect() 231 if ((cobra->exists >> i) & 1) in cobra_disconnect()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_uapi.c | 37 size_t alloc_size, bool *exists) in uapi_add_get_elm() argument 43 *exists = false; in uapi_add_get_elm() 53 *exists = true; in uapi_add_get_elm() 65 bool exists; in uapi_create_write() local 73 &exists); in uapi_create_write() 77 if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex))) in uapi_create_write() 108 bool exists; in uapi_merge_method() local 114 &exists); in uapi_merge_method() 117 if (exists) { in uapi_merge_method() 177 bool exists; in uapi_merge_obj_tree() local [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ife.c | 297 int len, bool atomic, bool exists) in __add_metainfo() argument 316 if (exists) in __add_metainfo() 319 if (exists) in __add_metainfo() 327 bool exists) in add_metainfo_and_get_ops() argument 333 ret = __add_metainfo(ops, ife, metaid, NULL, 0, true, exists); in add_metainfo_and_get_ops() 340 int len, bool exists) in add_metainfo() argument 347 ret = __add_metainfo(ops, ife, metaid, metaval, len, false, exists); in add_metainfo() 354 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata() argument 362 rc = add_metainfo_and_get_ops(o, ife, o->metaid, exists); in use_all_metadata() 459 bool exists, bool rtnl_held) in populate_metalist() argument [all …]
|
| H A D | act_vlan.c | 132 bool exists = false; in tcf_vlan_init() local 151 exists = err; in tcf_vlan_init() 152 if (exists && bind) in tcf_vlan_init() 161 if (exists) in tcf_vlan_init() 169 if (exists) in tcf_vlan_init() 183 if (exists) in tcf_vlan_init() 201 if (exists) in tcf_vlan_init() 209 if (exists) in tcf_vlan_init() 217 if (!exists) { in tcf_vlan_init()
|
| /OK3568_Linux_fs/buildroot/board/atmel/ |
| H A D | nandflash.tcl | 229 if {! [info exists boardFamily]} { 231 if {! [info exists env(O)]} { 259 if {! [file exists $bootstrapFile]} { 264 if {! [file exists $ubootFile]} { 269 if {! [file exists $kernelFile]} { 274 if {! [file exists $dtbFile]} { 279 if {! [file exists $rootfsFile]} {
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 53 self.assertTrue(os.path.exists(fitimage_its_path), 55 self.assertTrue(os.path.exists(fitimage_path), 134 self.assertTrue(os.path.exists(fitimage_its_path), 136 self.assertTrue(os.path.exists(fitimage_path), 288 self.assertTrue(os.path.exists(fitimage_its_path), 290 self.assertTrue(os.path.exists(fitimage_path), 372 self.assertTrue(os.path.exists(fitimage_its_path), 374 self.assertTrue(os.path.exists(fitimage_path), 463 self.assertTrue(os.path.exists(fitimage_its_path), 465 self.assertTrue(os.path.exists(fitimage_path), [all …]
|
| H A D | imagefeatures.py | 113 self.assertTrue(os.path.exists(image_path)) 114 self.assertTrue(os.path.exists(bmap_path)) 115 self.assertTrue(os.path.exists(gzip_path)) 150 self.assertTrue(os.path.exists(image_path)) 187 self.assertTrue(os.path.exists(image_path)) 188 self.assertTrue(os.path.exists(image_path + ".sha256sum")) 219 self.assertTrue(os.path.exists(image_path),
|
| /OK3568_Linux_fs/app/multivideoplayer/ |
| H A D | main.cpp | 77 }else if(QFile::exists(pcvideo)){ in main() 79 if(file.exists()){ in main() 85 }else if(QFile::exists(DEVICE_VIDEO)){ in main() 87 if(file.exists()){ in main()
|
| /OK3568_Linux_fs/buildroot/package/ranger/ |
| H A D | 0001-colorscheme-check-for-compiled-python-files.patch | 23 def exists(colorscheme): 24 - return os.path.exists(colorscheme + '.py') 25 + return os.path.exists(colorscheme + '.py') or os.path.exists(colorscheme + '.pyc')
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_sysfs.c | 35 struct rxe_dev *exists; in rxe_param_set_add() local 60 exists = rxe_get_dev_from_net(ndev); in rxe_param_set_add() 61 if (exists) { in rxe_param_set_add() 62 ib_device_put(&exists->ib_dev); in rxe_param_set_add()
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/tests/ |
| H A D | odd_ptr_err.cocci | 17 @ok1 exists@ 28 @ok2 exists@ 43 @r1 depends on patch && !context && !org && !report exists@ 64 @r1_context depends on !patch && (context || org || report) exists@ 83 @r1_disj depends on !patch && (context || org || report) exists@
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
| H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 287 + * Define if <sys/socket.h> exists. 292 + * Define if the strlcpy() function exists on the system. 297 + * Define if the open_memstream() function exists on the system. 302 + * Define if the BSD funopen() function exists on the system. 307 + * Define if prctl() exists 312 + * Define if writev() exists 317 + * Define if <stdint.h> exists. 322 + * Define if <stdbool.h> exists. 327 + * Define if <sched.h> exists. 332 + * Define if pread() exists
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | lsb.py | 10 if os.path.exists('/etc/os-release'): 64 if os.path.exists('/etc/lsb-release'): 70 elif os.path.exists('/etc/redhat-release'): 79 elif os.path.exists('/etc/SuSE-release'):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | local.py | 60 if not os.path.exists(newpath): 69 if os.path.exists(ud.localpath): 76 if self.supports_checksum(urldata) and not os.path.exists(urldata.localpath): 92 if os.path.exists(urldata.localpath):
|
| H A D | git.py | 313 if not os.path.exists(ud.clonedir): 331 return ud.shallow and ud.write_shallow_tarballs and not os.path.exists(ud.fullshallow) 334 return ud.write_tarballs and not os.path.exists(ud.fullmirror) 341 if os.path.exists(ud.clonedir): 351 if ud.shallow and os.path.exists(ud.fullshallow) and self.need_update(ud, d): 354 elif os.path.exists(ud.fullmirror) and not os.path.exists(ud.clonedir): 361 if not os.path.exists(ud.clonedir): 433 if os.path.exists(os.path.join(tmpdir, "git", ".git", "lfs")): 454 if not os.path.exists(ud.fullshallow): 468 elif ud.write_tarballs and not os.path.exists(ud.fullmirror): [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 17 mac80211->driver: sta_state(AP, not-exists) 28 mac80211->driver: sta_state(AP, exists) 56 mac80211->driver: sta_state(AP, exists) 90 mac80211->driver: sta_state(AP,exists) 91 mac80211->driver: sta_state(AP,not-exists)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 96 if srctree and os.path.exists(srctree): 178 if os.path.exists(appendfile): 181 if os.path.exists(recipefile): 185 if os.path.exists(tmpsrcdir): 186 if os.path.exists(srctree): 209 if os.path.exists(attic_recipe): 212 if tmpsrcdir and os.path.exists(tmpsrcdir): 238 if os.path.exists(os.path.join(srctree, '.git')): 340 if not os.path.exists(dst): 471 if os.path.exists(destpth): [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | for_each_child.cocci | 111 @rulethree depends on patch && !context && !org && !report exists@ 135 ... when exists 147 @ruleone_context depends on !patch && (context || org || report) exists@ 185 @ruletwo_context depends on !patch && (context || org || report) exists@ 239 @rulethree_context depends on !patch && (context || org || report) exists@ 262 ... when exists 273 @rulethree_disj depends on !patch && (context || org || report) exists@ 288 ... when exists
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/ |
| H A D | rootfspostcommands.py | 41 if os.path.exists(backup_filename): 55 if os.path.exists(filename): 59 if os.path.exists(filename):
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Makefile.legacy | 57 GENTARGETS = $$(error The GENTARGETS macro no longer exists; use $$$$(eval $$$$(generic-package)) o… 58 AUTOTARGETS = $$(error The AUTOTARGETS macro no longer exists; use $$$$(eval $$$$(autotools-package… 59 CMAKETARGETS = $$(error The CMAKETARGETS macro no longer exists; use $$$$(eval $$$$(cmake-package))…
|