/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 246 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 D | spp_client.c | 511 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 D | spp_client.c | 511 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 D | regression-test-issue-3817.js | 16 replace.call({ exec : ( ) => { return { } } }, '^o?าป', "a");
|
H A D | regexp-new-target.js | 17 assert(RegExp.prototype.exec.call(obj, "foobarbaz")[0] === "baz")
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.h | 571 /* 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 D | vc4_drv.h | 663 /* 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 D | regression-test-issue-1079.js | 17 try { new RegExp().constructor.prototype.exec() } catch($){}
|
H A D | regression-test-issue-962.js | 17 assert ((new RegExp(pattern)).exec(string) == expected);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | testidna.cpp | 1249 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 D | tfsmalls.h | 26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | tzoffloc.h | 21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par) override;
|
H A D | itrbbi.h | 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | nmfmapts.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | erarulestest.h | 15 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL) override;
|
H A D | ittrans.h | 28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | selfmts.h | 25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
H A D | sdtfmtts.h | 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override;
|
/third_party/jerryscript/tests/jerry/es5.1/ |
H A D | regression-test-issue-312.js | 15 var res = RegExp.prototype.exec(10);
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | a.out.h | 21 struct exec { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | a.out.h | 21 struct exec { struct
|