Searched refs:_execute (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | db.py | 46 table_exists = self._execute( 52 self._execute("CREATE TABLE IF NOT EXISTS %s \ 59 def _execute(self, *query): member in PRTable 74 self._execute("BEGIN EXCLUSIVE TRANSACTION") 82 …data=self._execute("SELECT value FROM %s WHERE version=? AND pkgarch=? AND checksum=?;" % self.tab… 90 …data = self._execute("SELECT ifnull(max(value)+1,0) FROM %s where version=? AND pkgarch=?;" % (sel… 99 …self._execute("INSERT INTO %s VALUES (?, ?, ?, (select ifnull(max(value)+1,0) from %s where versio… 107 …data=self._execute("SELECT value FROM %s WHERE version=? AND pkgarch=? AND checksum=?;" % self.tab… 116 data=self._execute("SELECT value FROM %s \ 127 …data = self._execute("SELECT ifnull(max(value)+1,0) FROM %s where version=? AND pkgarch=?;" % (sel… [all …]
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | pthread.h | 763 #define pthread_cleanup_pop( _execute ) \ argument 767 if( _execute || AbnormalTermination()) \ 788 #define pthread_cleanup_pop( _execute ) \ argument 789 (void) ptw32_pop_cleanup( _execute ); \ 866 #define pthread_cleanup_pop( _execute ) \ argument 867 cleanup.execute( _execute ); \
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-generate-simple_ipa-pass.h | 51 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute)
|
| H A D | gcc-generate-gimple-pass.h | 51 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute)
|
| H A D | gcc-generate-rtl-pass.h | 51 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute)
|
| H A D | gcc-generate-ipa-pass.h | 115 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute)
|