Home
last modified time | relevance | path

Searched refs:exec (Results 101 - 125 of 880) sorted by relevance

12345678910>>...36

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_overhead.c13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE() argument
31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dittrans.cpp32 if (exec) { \
39 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument
41 if (exec) logln("TestSuite Transliterator"); in runIndexedTest()
H A Ditercoll.cpp675 void CollationIteratorTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) in runIndexedTest() argument
677 if (exec) in runIndexedTest()
685 case 0: name = "TestPrevious"; if (exec) TestPrevious(/* par */); break; in runIndexedTest()
686 case 1: name = "TestOffset"; if (exec) TestOffset(/* par */); break; in runIndexedTest()
687 case 2: name = "TestSetText"; if (exec) TestSetText(/* par */); break; in runIndexedTest()
688 case 3: name = "TestMaxExpansion"; if (exec) TestMaxExpansion(/* par */); break; in runIndexedTest()
689 case 4: name = "TestClearBuffers"; if (exec) TestClearBuffers(/* par */); break; in runIndexedTest()
690 case 5: name = "TestUnicodeChar"; if (exec) TestUnicodeChar(/* par */); break; in runIndexedTest()
691 case 6: name = "TestAssignment"; if (exec) TestAssignment(/* par */); break; in runIndexedTest()
692 case 7: name = "TestConstructors"; if (exec) TestConstructor in runIndexedTest()
[all...]
H A Dtsdate.cpp29 void IntlTestDateFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
31 if (exec) logln("TestSuite DateFormat"); in runIndexedTest()
34 if (exec) { in runIndexedTest()
43 if (exec) { in runIndexedTest()
50 if (exec) { in runIndexedTest()
57 if (exec) { in runIndexedTest()
H A Dlcukocol.cpp76 void LotusCollationKoreanTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
78 if (exec) logln("TestSuite LotusCollationKoreanTest: "); in runIndexedTest()
81 case 0: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break; in runIndexedTest()
H A Dg7coll.cpp280 void G7CollationTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
282 if (exec) logln("TestSuite G7CollationTest: "); in runIndexedTest()
284 case 0: name = "TestG7Locales"; if (exec) TestG7Locales(/* par */); break; in runIndexedTest()
285 case 1: name = "TestDemo1"; if (exec) TestDemo1(/* par */); break; in runIndexedTest()
286 case 2: name = "TestDemo2"; if (exec) TestDemo2(/* par */); break; in runIndexedTest()
287 case 3: name = "TestDemo3"; if (exec) TestDemo3(/* par */); break; in runIndexedTest()
288 case 4: name = "TestDemo4"; if (exec) TestDemo4(/* par */); break; in runIndexedTest()
/third_party/jerryscript/tests/jerry/
H A Dregexp-literal.js17 t = /\//.exec("/");
20 t = /[/]/.exec("/");
23 t = /\/\[[\]/]/.exec("/[/");
26 t = /\u0000/.exec("\u0000");
49 eval("for (;false;/abc/.exec(\"abc\")) {5}");
/third_party/node/test/parallel/
H A Dtest-process-getgroups.js31 const exec = require('child_process').exec;
37 exec('id -G', function(err, stdout) {
H A Dtest-tls-ecdh.js35 const exec = require('child_process').exec;
55 exec(cmd, common.mustSucceed((stdout, stderr) => {
H A Dtest-fs-readfile-error.js34 const exec = require('child_process').exec;
41 exec(execPath, options, (err, stdout, stderr) => {
/third_party/ffmpeg/libavfilter/
H A Dvf_flip_vulkan.c36 FFVkExecContext *exec; member
125 RET(ff_vk_create_exec_ctx(vkctx, &s->exec, &s->qf)); in init_filter()
153 ff_vk_start_exec_recording(vkctx, s->exec); in process_frames()
154 cmd_buf = ff_vk_get_exec_buf(s->exec); in process_frames()
157 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
162 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
214 ff_vk_bind_pipeline_exec(vkctx, s->exec, s->pl); in process_frames()
218 ff_vk_add_exec_dep(vkctx, s->exec, inframe, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in process_frames()
219 ff_vk_add_exec_dep(vkctx, s->exec, outframe, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in process_frames()
221 err = ff_vk_submit_exec_queue(vkctx, s->exec); in process_frames()
[all...]
H A Dvf_transpose_vulkan.c31 FFVkExecContext *exec; member
115 RET(ff_vk_create_exec_ctx(vkctx, &s->exec, &s->qf)); in init_filter()
137 ff_vk_start_exec_recording(vkctx, s->exec); in process_frames()
138 cmd_buf = ff_vk_get_exec_buf(s->exec); in process_frames()
141 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
146 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
198 ff_vk_bind_pipeline_exec(vkctx, s->exec, s->pl); in process_frames()
202 ff_vk_add_exec_dep(vkctx, s->exec, inframe, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in process_frames()
203 ff_vk_add_exec_dep(vkctx, s->exec, outframe, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in process_frames()
205 err = ff_vk_submit_exec_queue(vkctx, s->exec); in process_frames()
[all...]
H A Dvf_blend_vulkan.c44 FFVkExecContext *exec; member
216 RET(ff_vk_create_exec_ctx(vkctx, &s->exec, &s->qf)); in init_filter()
244 ff_vk_start_exec_recording(vkctx, s->exec); in process_frames()
245 cmd_buf = ff_vk_get_exec_buf(s->exec); in process_frames()
248 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
253 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
258 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
327 ff_vk_bind_pipeline_exec(vkctx, s->exec, s->pl); in process_frames()
331 ff_vk_add_exec_dep(vkctx, s->exec, top_frame, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in process_frames()
332 ff_vk_add_exec_dep(vkctx, s->exec, bottom_fram in process_frames()
[all...]
H A Dvf_gblur_vulkan.c31 FFVkExecContext *exec; member
279 RET(ff_vk_create_exec_ctx(&s->vkctx, &s->exec, &s->qf)); in init_filter()
316 ff_vk_start_exec_recording(&s->vkctx, s->exec); in process_frames()
317 cmd_buf = ff_vk_get_exec_buf(s->exec); in process_frames()
320 RET(ff_vk_create_imageview(&s->vkctx, s->exec, &s->input_images[i].imageView, in process_frames()
325 RET(ff_vk_create_imageview(&s->vkctx, s->exec, &s->tmp_images[i].imageView, in process_frames()
330 RET(ff_vk_create_imageview(&s->vkctx, s->exec, &s->output_images[i].imageView, in process_frames()
400 ff_vk_bind_pipeline_exec(&s->vkctx, s->exec, s->pl_hor); in process_frames()
405 ff_vk_bind_pipeline_exec(&s->vkctx, s->exec, s->pl_ver); in process_frames()
410 ff_vk_add_exec_dep(&s->vkctx, s->exec, infram in process_frames()
[all...]
H A Dvf_overlay_vulkan.c32 FFVkExecContext *exec; member
221 RET(ff_vk_create_exec_ctx(vkctx, &s->exec, &s->qf)); in init_filter()
252 /* Update descriptors and init the exec context */ in process_frames()
253 ff_vk_start_exec_recording(vkctx, s->exec); in process_frames()
254 cmd_buf = ff_vk_get_exec_buf(s->exec); in process_frames()
257 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
262 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
267 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames()
336 ff_vk_bind_pipeline_exec(vkctx, s->exec, s->pl); in process_frames()
342 ff_vk_add_exec_dep(vkctx, s->exec, main_ in process_frames()
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrPrimitiveAssembler.hpp80 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
97 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
142 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
205 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
222 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
248 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
296 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
358 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
375 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() function
444 static void exec (Iterato function
461 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) exec() function
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp299 menu->exec(peers->mapToGlobal(pos)); in context_menu()
317 if (input.exec() != QDialog::Accepted) in enter_pin()
339 msg.exec(); in enter_pin()
360 msg.exec(); in ctx_p2p_start()
384 msg.exec(); in ctx_p2p_listen()
399 msg.exec(); in ctx_p2p_start_group()
1360 msg.exec(); in ctx_p2p_connect()
1370 if (input.exec() != QDialog::Accepted) in ctx_p2p_connect()
1378 if (input.exec() != QDialog::Accepted) in ctx_p2p_connect()
1394 msg.exec(); in ctx_p2p_connect()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp299 menu->exec(peers->mapToGlobal(pos)); in context_menu()
317 if (input.exec() != QDialog::Accepted) in enter_pin()
339 msg.exec(); in enter_pin()
360 msg.exec(); in ctx_p2p_start()
384 msg.exec(); in ctx_p2p_listen()
399 msg.exec(); in ctx_p2p_start_group()
1362 msg.exec(); in ctx_p2p_connect()
1372 if (input.exec() != QDialog::Accepted) in ctx_p2p_connect()
1380 if (input.exec() != QDialog::Accepted) in ctx_p2p_connect()
1396 msg.exec(); in ctx_p2p_connect()
[all...]
/third_party/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c524 printf(" ADDR(0x%x) CNT(0x%x)", cf->exec.address, cf->exec.count); in print_cf_exec()
525 if (cf->exec.yeild) in print_cf_exec()
527 if (cf->exec.vc) in print_cf_exec()
528 printf(" VC(0x%x)", cf->exec.vc); in print_cf_exec()
529 if (cf->exec.bool_addr) in print_cf_exec()
530 printf(" BOOL_ADDR(0x%x)", cf->exec.bool_addr); in print_cf_exec()
531 if (cf->exec.address_mode == ABSOLUTE_ADDR) in print_cf_exec()
534 printf(" COND(%d)", cf->exec.condition); in print_cf_exec()
629 max_idx = 2 * cf->exec in disasm_a2xx()
[all...]
/third_party/gn/src/gn/
H A Dresolved_target_data_unittest.cc102 TestTarget exec(setup, "//foo:exec", Target::EXECUTABLE); in TEST()
103 exec.private_deps().push_back(LabelTargetPair(&shared)); in TEST()
104 ASSERT_TRUE(exec.OnResolved(&err)); in TEST()
106 const auto& all_libs3 = resolved.GetLinkedLibraries(&exec); in TEST()
109 const auto& all_lib_dirs3 = resolved.GetLinkedLibraryDirs(&exec); in TEST()
160 TestTarget exec(setup, "//foo:exec", Target::EXECUTABLE); in TEST()
161 exec.private_deps().push_back(LabelTargetPair(&shared)); in TEST()
162 ASSERT_TRUE(exec in TEST()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c203 struct drm_exec exec; in amdgpu_gem_object_close() local
206 drm_exec_init(&exec, DRM_EXEC_IGNORE_DUPLICATES); in amdgpu_gem_object_close()
207 drm_exec_until_all_locked(&exec) { in amdgpu_gem_object_close()
208 r = drm_exec_prepare_obj(&exec, &bo->tbo.base, 1); in amdgpu_gem_object_close()
209 drm_exec_retry_on_contention(&exec); in amdgpu_gem_object_close()
213 r = amdgpu_vm_lock_pd(vm, &exec, 0); in amdgpu_gem_object_close()
214 drm_exec_retry_on_contention(&exec); in amdgpu_gem_object_close()
240 drm_exec_fini(&exec); in amdgpu_gem_object_close()
680 struct drm_exec exec; in amdgpu_gem_va_ioctl() local
741 drm_exec_init(&exec, DRM_EXEC_INTERRUPTIBLE_WAI in amdgpu_gem_va_ioctl()
[all...]
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dtlb.c69 bool exec, unsigned int hugepage_shift) in tlb_batch_add_one()
75 if (exec) in tlb_batch_add_one()
154 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local
156 tlb_batch_add_one(mm, vaddr, exec, PAGE_SHIFT); in tlb_batch_pmd_scan()
206 bool exec = pte_exec(orig_pte); in __set_pmd_acct() local
208 tlb_batch_add_one(mm, addr, exec, REAL_HPAGE_SHIFT); in __set_pmd_acct()
209 tlb_batch_add_one(mm, addr + REAL_HPAGE_SIZE, exec, in __set_pmd_acct()
68 tlb_batch_add_one(struct mm_struct *mm, unsigned long vaddr, bool exec, unsigned int hugepage_shift) tlb_batch_add_one() argument
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dtlb.c70 bool exec, unsigned int hugepage_shift) in tlb_batch_add_one()
76 if (exec) in tlb_batch_add_one()
159 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() local
161 tlb_batch_add_one(mm, vaddr, exec, PAGE_SHIFT); in tlb_batch_pmd_scan()
211 bool exec = pte_exec(orig_pte); in __set_pmd_acct() local
213 tlb_batch_add_one(mm, addr, exec, REAL_HPAGE_SHIFT); in __set_pmd_acct()
214 tlb_batch_add_one(mm, addr + REAL_HPAGE_SIZE, exec, in __set_pmd_acct()
69 tlb_batch_add_one(struct mm_struct *mm, unsigned long vaddr, bool exec, unsigned int hugepage_shift) tlb_batch_add_one() argument
/third_party/ffmpeg/libavutil/ppc/
H A Dcpu.c35 #include <exec/exec.h>
36 #include <interfaces/exec.h>
37 #include <proto/exec.h>
/third_party/jerryscript/tests/jerry/es2015/
H A Dregexp-routines.js106 r.exec = function (s) { return RegExp.prototype.exec.call(this, s); };
137 r.exec = function (s) { return RegExp.prototype.exec.call(this, s); };

Completed in 27 milliseconds

12345678910>>...36