Home
last modified time | relevance | path

Searched refs:exec (Results 276 - 300 of 946) sorted by relevance

1...<<11121314151617181920>>...38

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c246 print_mapping(unsigned long start, unsigned long end, unsigned long size, bool exec) in print_mapping() argument
256 exec ? " (exec)" : ""); in print_mapping()
274 bool prev_exec, exec = false; in create_physical_mapping() local
288 prev_exec = exec; in create_physical_mapping()
308 exec = true; in create_physical_mapping()
311 exec = false; in create_physical_mapping()
314 if (mapping_size != previous_size || exec != prev_exec) { in create_physical_mapping()
326 print_mapping(start, addr, mapping_size, exec); in create_physical_mapping()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dspp_client.c511 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec, in hs20_spp_exec() argument
525 debug_dump_node(ctx, "exec", exec); in hs20_spp_exec()
527 xml_node_for_each_child(ctx->xml, cmd, exec) { in hs20_spp_exec()
532 wpa_printf(MSG_INFO, "exec command element not found (cmd=%p)", in hs20_spp_exec()
586 wpa_printf(MSG_INFO, "Unsupported exec command: '%s'", name); in hs20_spp_exec()
605 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local
635 if (!exec && strcasecmp(name, "exec") == 0) in process_spp_post_dev_data_response()
636 exec in process_spp_post_dev_data_response()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c511 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec, in hs20_spp_exec() argument
525 debug_dump_node(ctx, "exec", exec); in hs20_spp_exec()
527 xml_node_for_each_child(ctx->xml, cmd, exec) { in hs20_spp_exec()
532 wpa_printf(MSG_INFO, "exec command element not found (cmd=%p)", in hs20_spp_exec()
586 wpa_printf(MSG_INFO, "Unsupported exec command: '%s'", name); in hs20_spp_exec()
605 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local
635 if (!exec && strcasecmp(name, "exec") == 0) in process_spp_post_dev_data_response()
636 exec in process_spp_post_dev_data_response()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3817.js16 replace.call({ exec : ( ) => { return { } } }, '^o?าป', "a");
H A Dregexp-new-target.js17 assert(RegExp.prototype.exec.call(obj, "foobarbaz")[0] === "baz")
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_drv.h571 /* This is the array of BOs that were looked up at the start of exec.
666 /* Whether the exec has taken a reference to the binner BO, which should
889 void vc4_move_job_to_render(struct drm_device *dev, struct vc4_exec_info *exec);
953 struct vc4_exec_info *exec);
956 vc4_validate_shader_recs(struct drm_device *dev, struct vc4_exec_info *exec);
958 struct drm_gem_cma_object *vc4_use_bo(struct vc4_exec_info *exec,
961 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec);
963 bool vc4_check_tex_size(struct vc4_exec_info *exec,
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_drv.h663 /* This is the array of BOs that were looked up at the start of exec.
758 /* Whether the exec has taken a reference to the binner BO, which should
976 void vc4_move_job_to_render(struct drm_device *dev, struct vc4_exec_info *exec);
1046 struct vc4_exec_info *exec);
1049 vc4_validate_shader_recs(struct drm_device *dev, struct vc4_exec_info *exec);
1051 struct drm_gem_dma_object *vc4_use_bo(struct vc4_exec_info *exec,
1054 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec);
1056 bool vc4_check_tex_size(struct vc4_exec_info *exec,
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-1079.js17 try { new RegExp().constructor.prototype.exec() } catch($){}
H A Dregression-test-issue-962.js17 assert ((new RegExp(pattern)).exec(string) == expected);
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1249 void TestIDNA::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par) in runIndexedTest() argument
1251 if (exec) logln((UnicodeString)"TestSuite IDNA API "); in runIndexedTest()
1254 case 0: name = "TestToASCII"; if (exec) TestToASCII(); break; in runIndexedTest()
1255 case 1: name = "TestToUnicode"; if (exec) TestToUnicode(); break; in runIndexedTest()
1256 case 2: name = "TestIDNToASCII"; if (exec) TestIDNToASCII(); break; in runIndexedTest()
1257 case 3: name = "TestIDNToUnicode"; if (exec) TestIDNToUnicode(); break; in runIndexedTest()
1258 case 4: name = "TestCompare"; if (exec) TestCompare(); break; in runIndexedTest()
1259 case 5: name = "TestErrorCases"; if (exec) TestErrorCases(); break; in runIndexedTest()
1260 case 6: name = "TestChaining"; if (exec) TestChaining(); break; in runIndexedTest()
1261 case 7: name = "TestRootLabelSeparator"; if(exec) TestRootLabelSeparato in runIndexedTest()
[all...]
H A Dtfsmalls.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
H A Dtzoffloc.h21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par) override;
H A Ditrbbi.h28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
H A Dnmfmapts.h23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
H A Derarulestest.h15 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL) override;
H A Dittrans.h28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
H A Dselfmts.h25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
H A Dsdtfmtts.h22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
/third_party/jerryscript/tests/jerry/es5.1/
H A Dregression-test-issue-312.js15 var res = RegExp.prototype.exec(10);
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H A Da.out.h5 struct exec struct
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Da.out.h5 struct exec struct
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Da.out.h5 struct exec struct
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Da.out.h5 struct exec struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Da.out.h21 struct exec { struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Da.out.h21 struct exec { struct

Completed in 14 milliseconds

1...<<11121314151617181920>>...38