Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Devent_analyzing_sample.py48 con.execute("""
55 con.execute("""
97 con.execute("insert into gen_events values(?, ?, ?, ?)",
102 con.execute("insert into pebs_ll values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
126 count = con.execute("select count(*) from gen_events")
135 …commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)")
142 …symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -coun…
148 … dsoq = con.execute("select dso, count(dso) from gen_events group by dso order by -count(dso)")
159 count = con.execute("select count(*) from pebs_ll")
168 … commq = con.execute("select comm, count(comm) from pebs_ll group by comm order by -count(comm)")
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dpersist_data.py93 cursor.execute("pragma synchronous = off;")
97 cursor.execute("pragma journal_mode = WAL;")
98 cursor.execute("pragma wal_autocheckpoint = 100;")
114 cursor.execute(*query)
146 cursor.execute(*query)
161 cursor.execute("SELECT * from %s where key=?;" % self.table, [key])
172 cursor.execute("DELETE from %s where key=?;" % self.table, [key])
183 cursor.execute("BEGIN EXCLUSIVE")
185 cursor.execute("SELECT * from %s where key=?;" % self.table, [key])
188 cursor.execute("UPDATE %s SET value=? WHERE key=?;" % self.table, [value, key])
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A D__init__.py51 cursor.execute('''
72 cursor.execute('PRAGMA journal_mode = WAL')
73 cursor.execute('PRAGMA synchronous = %s' % ('NORMAL' if sync else 'OFF'))
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/buildroot/boot/grub2/
H A D0092-script-execute-Fix-NULL-dereference-in-grub_script_e.patch4 Subject: [PATCH] script/execute: Fix NULL dereference in
11 grub-core/script/execute.c | 2 +-
14 diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
16 --- a/grub-core/script/execute.c
17 +++ b/grub-core/script/execute.c
H A D0096-script-execute-Don-t-crash-on-a-for-loop-with-no-ite.patch4 Subject: [PATCH] script/execute: Don't crash on a "for" loop with no items
21 grub-core/script/execute.c | 3 +++
24 diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
26 --- a/grub-core/script/execute.c
27 +++ b/grub-core/script/execute.c
H A D0094-script-execute-Avoid-crash-when-using-outside-a-func.patch4 Subject: [PATCH] script/execute: Avoid crash when using "$#" outside a
20 grub-core/script/execute.c | 2 +-
23 diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
25 --- a/grub-core/script/execute.c
26 +++ b/grub-core/script/execute.c
H A D0019-script-Avoid-a-use-after-free-when-redefining-a-func.patch29 grub-core/script/execute.c | 2 ++
35 diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c
37 --- a/grub-core/script/execute.c
38 +++ b/grub-core/script/execute.c
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dsymbols.py39 show_pagination = gdb.execute("show pagination", to_string=True)
41 gdb.execute("set pagination off")
51 gdb.execute("set pagination %s" % ("on" if pagination else "off"))
132 gdb.execute(cmdline, to_string=True)
153 gdb.execute("symbol-file", to_string=True)
154 gdb.execute("symbol-file {0}".format(orig_vmlinux))
H A Dutils.py81 endian = gdb.execute("show endian", to_string=True)
142 target_arch = gdb.execute("show architecture", to_string=True)
159 return gdb.execute("monitor info version", to_string=True) != ""
165 thread_info = gdb.execute("info thread 2", to_string=True)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dinit.h15 u8 execute; member
29 .execute = 1, \
36 int nvbios_post(struct nvkm_subdev *, bool execute);
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c332 req->execute = nvmet_passthru_execute_cmd; in nvmet_setup_passthru_command()
424 req->execute = nvmet_execute_async_event; in nvmet_parse_passthru_admin_cmd()
432 req->execute = nvmet_execute_keep_alive; in nvmet_parse_passthru_admin_cmd()
440 req->execute = nvmet_execute_set_features; in nvmet_parse_passthru_admin_cmd()
443 req->execute = nvmet_passthru_set_host_behaviour; in nvmet_parse_passthru_admin_cmd()
455 req->execute = nvmet_execute_get_features; in nvmet_parse_passthru_admin_cmd()
464 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
470 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
476 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
482 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
H A Ddiscovery.c363 req->execute = nvmet_execute_disc_set_features; in nvmet_parse_discovery_cmd()
366 req->execute = nvmet_execute_disc_get_features; in nvmet_parse_discovery_cmd()
369 req->execute = nvmet_execute_async_event; in nvmet_parse_discovery_cmd()
372 req->execute = nvmet_execute_keep_alive; in nvmet_parse_discovery_cmd()
375 req->execute = nvmet_execute_disc_get_log_page; in nvmet_parse_discovery_cmd()
378 req->execute = nvmet_execute_disc_identify; in nvmet_parse_discovery_cmd()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c393 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
399 if (execute) in pkey_access_permitted()
409 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
414 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
426 bool execute, bool foreign) in arch_vma_access_permitted() argument
436 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A Dpthread.h584 # define pthread_cleanup_pop(execute) \ argument
585 __clframe.__setdoit (execute); \
600 # define pthread_cleanup_pop_restore_np(execute) \ argument
602 __clframe.__setdoit (execute); \
633 # define pthread_cleanup_pop(execute) \ argument
634 __clframe.__do_it = (execute); \
653 # define pthread_cleanup_pop_restore_np(execute) \ argument
655 __clframe.__do_it = (execute); \
688 # define pthread_cleanup_pop(execute) \ argument
692 if (execute) \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A Dpthread.h584 # define pthread_cleanup_pop(execute) \ argument
585 __clframe.__setdoit (execute); \
600 # define pthread_cleanup_pop_restore_np(execute) \ argument
602 __clframe.__setdoit (execute); \
633 # define pthread_cleanup_pop(execute) \ argument
634 __clframe.__do_it = (execute); \
653 # define pthread_cleanup_pop_restore_np(execute) \ argument
655 __clframe.__do_it = (execute); \
688 # define pthread_cleanup_pop(execute) \ argument
692 if (execute) \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dpthread.h575 # define pthread_cleanup_pop(execute) \ argument
576 __clframe.__setdoit (execute); \
591 # define pthread_cleanup_pop_restore_np(execute) \ argument
593 __clframe.__setdoit (execute); \
624 # define pthread_cleanup_pop(execute) \ argument
625 __clframe.__do_it = (execute); \
644 # define pthread_cleanup_pop_restore_np(execute) \ argument
646 __clframe.__do_it = (execute); \
679 # define pthread_cleanup_pop(execute) \ argument
683 if (execute) \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dpthread.h575 # define pthread_cleanup_pop(execute) \ argument
576 __clframe.__setdoit (execute); \
591 # define pthread_cleanup_pop_restore_np(execute) \ argument
593 __clframe.__setdoit (execute); \
624 # define pthread_cleanup_pop(execute) \ argument
625 __clframe.__do_it = (execute); \
644 # define pthread_cleanup_pop_restore_np(execute) \ argument
646 __clframe.__do_it = (execute); \
679 # define pthread_cleanup_pop(execute) \ argument
683 if (execute) \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch12 execute.c:3446:36: error: format '%lu' expects argument of type 'long unsigned int', but argument 5…
27 src/core/execute.c | 4 ++--
89 diff --git a/src/core/execute.c b/src/core/execute.c
91 --- a/src/core/execute.c
92 +++ b/src/core/execute.c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dexecute.hpp53 static Result execute(Op op) { return op(); } in execute() function
62 static int execute(Op op) { op(); return 0; } in execute() function
85 return execute_traits<Op>::execute(op); in execute_all()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h324 void (*execute)(struct kutf_context *context));
337 void (*execute)(struct kutf_context *context),
355 void (*execute)(struct kutf_context *context),
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c68 void (*execute)(struct kutf_context *context); member
314 test_func->execute(test_context); in kutf_debugfs_run_open()
505 void (*execute)(struct kutf_context *context), in kutf_add_test_with_filters_and_data()
558 test_func->execute = execute; in kutf_add_test_with_filters_and_data()
577 void (*execute)(struct kutf_context *context), in kutf_add_test_with_filters()
587 execute, in kutf_add_test_with_filters()
596 void (*execute)(struct kutf_context *context)) in kutf_add_test()
605 execute, in kutf_add_test()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h386 void (*execute)(struct kutf_context *context));
399 void (*execute)(struct kutf_context *context),
417 void (*execute)(struct kutf_context *context),
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dcve-update-db-native.bb150 cursor = conn.execute("select DATE from META where YEAR = ?", (year,))
157 conn.execute("delete from PRODUCTS where ID like ?", ('CVE-%d%%' % year,)).close()
164 … conn.execute("insert or replace into META values (?, ?)", [year, last_modified]).close()
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);")
281 conn.execute("insert or replace into NVD values (?, ?, ?, ?, ?, ?)",
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckkconfigsymbols.py207 execute(["git", "reset", "--hard", commit])
224 def execute(cmd): function
236 commits = execute(["git", "log", "--pretty=oneline",
245 stdout = execute(["git", "status", "--porcelain"])
254 stdout = execute(["git", "rev-parse", "HEAD"])
293 stdout = execute(["git", "ls-files"])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/
H A D7_6.diff8 - g_printf("<action name=\"Execute\"><execute>%s</execute></action>\n", exec),

12345678910>>...25