/third_party/icu/icu4c/source/test/intltest/ |
H A D | uobjtest.cpp | 607 void UObjectTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /* par */ ) in runIndexedTest() argument
|
H A D | tchcfmt.cpp | 23 void TestChoiceFormat::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
H A D | regcoll.cpp | 1342 void CollationRegressionTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /* par */) in runIndexedTest() argument 1344 if (exec) in runIndexedTest()
|
H A D | restsnew.cpp | 30 void NewResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 32 if (exec) logln("TestSuite ResourceBundleTest: "); in runIndexedTest()
|
H A D | tzfmttst.cpp | 74 TimeZoneFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 76 if (exec) { in runIndexedTest()
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | normperf.h | 200 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par = NULL);
|
/third_party/icu/icu4c/source/test/perf/convperf/ |
H A D | convperf.h | 499 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par = NULL);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_live_var_analysis.cpp | 203 assert(insn->definitions[0].isFixed() && insn->definitions[0].physReg() == exec); in process_live_temps_per_block()
|
H A D | aco_insert_NOPs.cpp | 515 if (def.physReg() == exec || def.physReg() == exec_hi) { in handle_instruction_gfx6() 596 reg_reads.set(exec); 722 * Handle any VALU instruction writing the exec mask after it was read by a non-VALU instruction.
|
/third_party/libwebsockets/test-apps/ |
H A D | test-sshd.c | 560 /* we don't want to exec anything */ in ssh_ops_exec() 619 .exec = ssh_ops_exec,
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp.c | 519 batch->blorp->exec(batch, ¶ms); in blorp_hiz_op()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | fund.js | 196 fund: (...args) => res.npm.exec('fund', args),
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
H A D | stringperf.h | 353 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blorp.c | 496 ice->blorp.exec = iris_blorp_exec; in init_blorp()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard.h | 888 enum midgard_partial_execution exec : 2; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blorp.c | 426 ice->blorp.exec = crocus_blorp_exec; in crocus_init_blorp()
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | util.js | 618 const parsedToken = parseHashWithOptions.exec(token)
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
H A D | deqp.go | 26 "os/exec" 376 var exitErr *exec.ExitError
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 29 "os/exec" 313 cmd := exec.Command(exe, s...)
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | paging_tmpl.h | 633 bool exec = error_code & PFERR_FETCH_MASK; in fetch() local 634 bool huge_page_disallowed = exec && nx_huge_page_workaround_enabled; in fetch()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgt215.c | 888 bool exec = nvkm_boolopt(device->cfgopt, "NvMemExec", true); in gt215_ram_prog() local 890 if (exec) { in gt215_ram_prog()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | perf_event.h | 1526 extern void perf_event_comm(struct task_struct *tsk, bool exec); 1775 static inline void perf_event_comm(struct task_struct *tsk, bool exec) { } in perf_event_comm() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgt215.c | 888 bool exec = nvkm_boolopt(device->cfgopt, "NvMemExec", true); in gt215_ram_prog() local 890 if (exec) { in gt215_ram_prog()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2.c | 1020 DXVA2_DecodeExecuteParams exec = { in ff_dxva2_common_end_frame() local 1025 hr = IDirectXVideoDecoder_Execute(DXVA2_CONTEXT(ctx)->decoder, &exec); in ff_dxva2_common_end_frame()
|
/third_party/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 671 if (exec) {\ 687 virtual UPerfFunction* runIndexedTest( /*[in]*/int32_t index, /*[in]*/UBool exec, /*[out]*/const char* &name, /*[in]*/ char* par = NULL ){ in runIndexedTest() argument
|