/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | data_packer.cpp | 24 #define EXEC_WHEN_GET(isGet, exec) \ 27 exec; \
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/ |
H A D | audio_capture_plugin.cpp | 111 #define FAIL_LOG_RETURN(exec, msg) \ 113 auto ret = exec; \
|
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | queue_handler.cpp | 223 f->exec(f); in Dispatch() 342 timeoutCb_->exec(timeoutCb_); in RunTimeOutCallback()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | smp.c | 589 int exec = vma->vm_flags & VM_EXEC; in flush_tlb_range() local 599 set_cpu_context(cpu, mm, !exec); in flush_tlb_range()
|
/kernel/linux/linux-5.10/drivers/connector/ |
H A D | cn_proc.c | 113 ev->event_data.exec.process_pid = task->pid; in proc_exec_connector() 114 ev->event_data.exec.process_tgid = task->tgid; in proc_exec_connector()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | smp.c | 613 int exec = vma->vm_flags & VM_EXEC; in flush_tlb_range() local 623 set_cpu_context(cpu, mm, !exec); in flush_tlb_range()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gk104.c | 453 void (*exec)(struct gk104_clk *, int); in gk104_clk_prog() 471 stage[i].exec(clk, j); in gk104_clk_prog()
|
H A D | gf100.c | 420 void (*exec)(struct gf100_clk *, int); in gf100_clk_prog() 434 stage[i].exec(clk, j); in gf100_clk_prog()
|
/kernel/linux/linux-6.6/drivers/connector/ |
H A D | cn_proc.c | 161 ev->event_data.exec.process_pid = task->pid; in proc_exec_connector() 162 ev->event_data.exec.process_tgid = task->tgid; in proc_exec_connector()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gk104.c | 453 void (*exec)(struct gk104_clk *, int); in gk104_clk_prog() 471 stage[i].exec(clk, j); in gk104_clk_prog()
|
H A D | gf100.c | 420 void (*exec)(struct gf100_clk *, int); in gf100_clk_prog() 434 stage[i].exec(clk, j); in gf100_clk_prog()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtdatadriventest.cpp | 16 void NumberFormatDataDrivenTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument 17 if (exec) { in runIndexedTest()
|
H A D | numbertest_skeletons.cpp | 19 void NumberSkeletonTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument 20 if (exec) { in runIndexedTest()
|
H A D | unifiedcachetest.cpp | 72 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override; 82 void UnifiedCacheTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument
|
H A D | dtfmtrtts.cpp | 52 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 55 DateFormatRoundTripTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument
|
H A D | tscoll.cpp | 59 void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument 61 if (exec) { in runIndexedTest()
|
H A D | tsdcfmsy.cpp | 18 void IntlTestDecimalFormatSymbols::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 20 if (exec) { in runIndexedTest()
|
H A D | simpleformattertest.cpp | 39 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override; 47 void SimpleFormatterTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument
|
H A D | numbertest_parse.cpp | 17 void NumberParserTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument 18 if (exec) { in runIndexedTest()
|
H A D | numbertest_patternmodifier.cpp | 12 void PatternModifierTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument 13 if (exec) { in runIndexedTest()
|
H A D | units_test.cpp | 44 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = NULL) override; 58 void UnitsTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 59 if (exec) { in runIndexedTest()
|
H A D | bytestrietest.cpp | 37 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override; 90 void BytesTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 91 if(exec) { in runIndexedTest()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | varianceAnnotations.js | 148 exec: (meta: StateNode<any, TEvent>) => void; 316 exec: (meta: StateNode<any, TEvent>) => void;
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
H A D | perf_puppeteer_skottie_frames.go | 22 "go.skia.org/infra/go/exec" 125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 212 _, err := exec.RunCwd(ctx, benchmarkPath, args...)
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
H A D | perf_puppeteer_canvas.go | 21 "go.skia.org/infra/go/exec" 120 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 153 _, err := exec.RunCwd(ctx, benchmarkPath, args...)
|