Home
last modified time | relevance | path

Searched full:exists (Results 1 – 25 of 3680) sorted by relevance

12345678910>>...148

/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0017-clang-driver-Add-dyld-prefix-when-checking-sysroot-f.patch28 - 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 D0006-clang-driver-Check-sysroot-for-ldso-path.patch24 + 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 Dfetch.py781 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/u-boot/include/configs/
H A Dls2080ardb.h360 "mcinitcmd=env exists secureboot && " \
366 "mcinitcmd=env exists secureboot && " \
401 "env exists devplist || setenv devplist 1; " \
418 "env exists secureboot && load ${devtype} " \
428 "$kernel_start $kernel_size ; env exists secureboot &&" \
434 "$kernel_size ; env exists secureboot && " \
443 "env exists mcinitcmd && env exists secureboot "\
445 "env exists mcinitcmd && " \
448 "env exists secureboot && esbc_halt; "
452 "env exists mcinitcmd && env exists secureboot "\
[all …]
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dlitmus-tests.txt87 20 exists (1:r0=1 /\ 1:r1=0)
158 Line 20 is the "exists" assertion expression to evaluate the final state.
174 The "exists" assertion on line 20 is satisfied if the consumer sees the
196 9 Condition exists (1:r0=1 /\ 1:r1=0)
202 indicates that the bad result flagged by the "exists" clause never
207 "exists" clause indicates a bad result. To see this, invert the "exists"
209 of this line indicate the number of end states satisfying the "exists"
222 "Never" on line 10, the state flagged by the "exists" clause is not
232 "No" says that the "exists" clause was not satisfied by any execution,
235 of end states satisfying and not satisfying the "exists" clause, just
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-pkgdata-util43 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 …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A D__init__.py52 CREATE TABLE IF NOT EXISTS {name} (
76 cursor.execute('DROP INDEX IF EXISTS taskhash_lookup')
77 cursor.execute('DROP INDEX IF EXISTS outhash_lookup')
78 cursor.execute('DROP INDEX IF EXISTS taskhash_lookup_v2')
79 cursor.execute('DROP INDEX IF EXISTS outhash_lookup_v2')
82 cursor.execute('DROP TABLE IF EXISTS tasks_v2')
85 … cursor.execute('CREATE INDEX IF NOT EXISTS taskhash_lookup_v3 ON unihashes_v2 (method, taskhash)')
86 … cursor.execute('CREATE INDEX IF NOT EXISTS outhash_lookup_v3 ON outhashes_v2 (method, outhash)')
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h96 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS)
105 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
111 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS)
183 FLAG(GATE, EXISTS), \
194 FLAG(GATE, EXISTS), \
205 FLAG(GATE, NO_DISABLE)|FLAG(GATE, EXISTS), \
215 FLAG(GATE, ENABLED)|FLAG(GATE, EXISTS), \
223 .flags = FLAG(GATE, HW)|FLAG(GATE, EXISTS), \
283 * EXISTS means this divider exists
295 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h96 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS)
105 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
111 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS)
183 FLAG(GATE, EXISTS), \
194 FLAG(GATE, EXISTS), \
205 FLAG(GATE, NO_DISABLE)|FLAG(GATE, EXISTS), \
215 FLAG(GATE, ENABLED)|FLAG(GATE, EXISTS), \
223 .flags = FLAG(GATE, HW)|FLAG(GATE, EXISTS), \
283 * EXISTS means this divider exists
295 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_uapi.c37 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/yocto/poky/meta/recipes-core/meta/
H A Dcve-update-db-native.bb63 if os.path.exists(db_file):
85 # Remove it only if a journal file exists - it means a complete re-download
86 if os.path.exists("{0}-journal".format(db_file)):
91 if os.path.exists(db_file):
96 if os.path.exists("{0}-journal".format(db_tmp_file)):
101 if os.path.exists(db_tmp_file):
183 c.execute("CREATE TABLE IF NOT EXISTS META (YEAR INTEGER UNIQUE, DATE TEXT)")
185 c.execute("CREATE TABLE IF NOT EXISTS NVD (ID TEXT UNIQUE, SUMMARY TEXT, \
188 c.execute("CREATE TABLE IF NOT EXISTS PRODUCTS (ID TEXT, \
191 c.execute("CREATE INDEX IF NOT EXISTS PRODUCT_ID_IDX on PRODUCTS(ID);")
/OK3568_Linux_fs/kernel/drivers/clk/bcm/
H A Dclk-kona.h54 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS)
65 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
71 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS)
167 FLAG(GATE, EXISTS), \
178 FLAG(GATE, EXISTS), \
189 FLAG(GATE, NO_DISABLE)|FLAG(GATE, EXISTS), \
199 FLAG(GATE, ENABLED)|FLAG(GATE, EXISTS), \
207 .flags = FLAG(GATE, HW)|FLAG(GATE, EXISTS), \
283 * EXISTS means this divider exists
295 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
[all …]
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dcobra.c36 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/fs/afs/
H A Dafs_vl.h30 AFSVL_IDEXIST = 363520, /* Volume Id entry exists in vl database */
32 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */
43 AFSVL_NOREPSERVER = 363533, /* No such Replication server site exists */
44 AFSVL_DUPREPSERVER = 363534, /* Replication site already exists */
83 #define AFS_VLF_RWEXISTS 0x1000 /* R/W volume exists */
84 #define AFS_VLF_ROEXISTS 0x2000 /* R/O volume exists */
85 #define AFS_VLF_BACKEXISTS 0x4000 /* backup volume exists */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch287 + * 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/kernel/net/sched/
H A Dact_ife.c297 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 …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt17 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/kernel/Documentation/sphinx/
H A Dparse-headers.pl153 delete $ioctls{$1} if (exists($ioctls{$1}));
157 delete $defines{$1} if (exists($defines{$1}));
161 delete $typedefs{$1} if (exists($typedefs{$1}));
165 delete $enums{$1} if (exists($enums{$1}));
169 delete $structs{$1} if (exists($structs{$1}));
173 delete $enum_symbols{$1} if (exists($enum_symbols{$1}));
200 $ioctls{$old} = $new if (exists($ioctls{$old}));
204 $defines{$old} = $new if (exists($defines{$old}));
208 $enum_symbols{$old} = $new if (exists($enum_symbols{$old}));
212 $typedefs{$old} = $new if (exists($typedefs{$old}));
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/
H A Dandroid.toolchain.cmake274 if( __test_path AND NOT EXISTS "${${var_name}}" )
295 if( NOT " ${__value}" STREQUAL " " AND (NOT __test_path OR EXISTS "${__value}") )
330 if( EXISTS "${_root}" )
432 if( EXISTS "${ANDROID_NDK}/RELEASE.TXT" )
472 if( EXISTS "${ANDROID_NDK}/RELEASE.TXT")
474 elseif( EXISTS "${ANDROID_NDK}/../../linux-x86/toolchain/" )
476 elseif( EXISTS "${ANDROID_NDK}/../../gcc/" )
538 if( EXISTS "${ANDROID_STANDALONE_TOOLCHAIN}/bin/clang${TOOL_OS_SUFFIX}" )
548 …if( "${__toolchain}" MATCHES "-clang3[.][0-9]$" AND NOT EXISTS "${ANDROID_NDK_TOOLCHAINS_PATH}/${_…
600 if( ANDROID_TOOLCHAIN_NAME AND EXISTS "${ANDROID_NDK_TOOLCHAINS_PATH}/${ANDROID_TOOLCHAIN_NAME}/" )
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py96 if srctree and os.path.exists(srctree):
100 "it exists and is not a directory" %
104 "it already exists and is non-empty" %
111 raise DevtoolError("No source tree exists at default path %s - "
173 …Error('A recipe with the same name as the one being created (%s) already exists in your workspace'…
178 if os.path.exists(appendfile):
180 …vtoolError('A recipe with the same name as the one being created already exists in your workspace')
181 if os.path.exists(recipefile):
182 …raise DevtoolError('A recipe file %s already exists in your workspace; this shouldn\'t be there - …
185 if os.path.exists(tmpsrcdir):
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dksample.py54 # make sure if module exists
73 # make sure if module exists
89 # make sure if module exists
128 # make sure if module exists
161 # make sure if module exists
184 # make sure if module exists
201 # make sure if module exists
222 # make sure if module exists
/OK3568_Linux_fs/buildroot/package/ranger/
H A D0001-colorscheme-check-for-compiled-python-files.patch23 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/external/mpp/build/android/
H A Dandroid.toolchain.cmake272 if( __test_path AND NOT EXISTS "${${var_name}}" )
293 if( NOT " ${__value}" STREQUAL " " AND (NOT __test_path OR EXISTS "${__value}") )
321 if( EXISTS "${_root}" )
423 if( EXISTS "${ANDROID_NDK}/RELEASE.TXT" )
463 if( EXISTS "${ANDROID_NDK}/RELEASE.TXT")
465 elseif( EXISTS "${ANDROID_NDK}/../../linux-x86/toolchain/" )
467 elseif( EXISTS "${ANDROID_NDK}/../../gcc/" )
529 if( EXISTS "${ANDROID_STANDALONE_TOOLCHAIN}/bin/clang${TOOL_OS_SUFFIX}" )
539 …if( "${__toolchain}" MATCHES "-clang3[.][0-9]$" AND NOT EXISTS "${ANDROID_NDK_TOOLCHAINS_PATH}/${_…
591 if( ANDROID_TOOLCHAIN_NAME AND EXISTS "${ANDROID_NDK_TOOLCHAINS_PATH}/${ANDROID_TOOLCHAIN_NAME}/" )
[all …]
/OK3568_Linux_fs/buildroot/toolchain/
H A DConfig.in135 # longer exists in gcc 8.x.
153 # exists in gcc 9.x
160 # This bug no longer exists in gcc 10.x but reappeared on gcc 11.x and
168 # longer exists in gcc 8.x.
175 # An infinite loop exists in the find_base_term() logic of 6.x
184 # This bug no longer exists in gcc 10.x
192 # no longer exists in gcc 9.x.
199 # no longer exists in gcc 8.x but reappeared on gcc 9.x and has been
209 # still exists in gcc = 11.1.0
216 # This bug still exists in gcc = 11.1.0
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp139 //! Allocator::pointer if such a type exists; otherwise, value_type*
142 …//! Allocator::const_pointer if such a type exists ; otherwise, pointer_traits<pointer>::rebind<co…
146 //! Allocator::reference if such a type exists; otherwise, value_type&
149 //! Allocator::const_reference if such a type exists ; otherwise, const value_type&
151 …//! Allocator::void_pointer if such a type exists ; otherwise, pointer_traits<pointer>::rebind<voi…
154 …//! Allocator::const_void_pointer if such a type exists ; otherwis e, pointer_traits<pointer>::reb…
157 …//! Allocator::difference_type if such a type exists ; otherwise, pointer_traits<pointer>::differe…
160 … //! Allocator::size_type if such a type exists ; otherwise, make_unsigned<difference_type>::type
163 //! Allocator::propagate_on_container_copy_assignment if such a type exists, otherwise a type
166 //! Allocator::propagate_on_container_move_assignment if such a type exists, otherwise a type
[all …]

12345678910>>...148