/third_party/spirv-tools/test/val/ |
H A D | val_extensions_test.cpp | 275 OpEntryPoint Vertex %main "main" %builtin in TEST_P() 282 %main = OpFunction %void None %3 in TEST_P()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | sae_pk_gen.c | 17 int main(int argc, char *argv[]) in main() function
|
/third_party/vulkan-loader/loader/ |
H A D | asm_offset.c | 83 int main(int argc, char **argv) { in main() function
|
/third_party/skia/third_party/externals/angle2/samples/tex_redef_microbench/ |
H A D | TexRedefMicroBench.cpp | 98 void main() 107 void main() 275 int main(int argc, char **argv) in main() function
|
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/ |
H A D | TorusBufferStorage.cpp | 60 void main() 75 void main() 220 int main(int argc, char **argv) in main() function
|
/third_party/zlib/examples/ |
H A D | fitblk.c | 127 int main(int argc, char **argv) in main() function
|
H A D | zpipe.c | 176 int main(int argc, char **argv) in main() function
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 1091 Elf *main, const GElf_Ehdr *main_ehdr, in find_alloc_sections_prelink() 1135 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT); in find_alloc_sections_prelink() 1137 ELF_CHECK (gelf_xlatetom (main, &dst, &src, in find_alloc_sections_prelink() 1162 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT); in find_alloc_sections_prelink() 1164 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum, EV_CURRENT); in find_alloc_sections_prelink() 1175 ELF_CHECK (gelf_xlatetom (main, &dst, &src, in find_alloc_sections_prelink() 1206 sec->scn = elf_getscn (main, i + 1); /* Really just for ndx. */ in find_alloc_sections_prelink() 1209 sec->sig = get_group_sig (main, &sec->shdr); in find_alloc_sections_prelink() 1577 /* Make sure each main file section has a place to go. */ in copy_elided_sections() 2150 /* Determine the address bias between the debuginfo file and the main in handle_file() 1088 find_alloc_sections_prelink(Elf *debug, Elf_Data *debug_shstrtab, Elf *main, const GElf_Ehdr *main_ehdr, Elf_Data *main_shstrtab, GElf_Addr bias, struct section *sections, size_t nalloc, size_t nsections) find_alloc_sections_prelink() argument 2526 main (int argc, char **argv) main() function [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 2143 async def main(): function 2150 loop.run_until_complete(main()) 2170 async def main(): function 2175 self.loop.run_until_complete(main()) 2272 async def main(): function 2282 task = self.new_task(loop, main()) 2290 async def main(): function 2293 # of the "main()" task. 2314 task = self.new_task(loop, main()) 2332 async def main() function 2355 async def main(): global() function 2383 async def main(): global() function 2411 async def main(): global() function [all...] |
/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | hitrace_converter.py | 478 def main():
function 488 main(
|
/base/hiviewdfx/hiview/build/ |
H A D | gen_plugin_build.py | 341 def main(): function 386 sys.exit(main())
|
/base/sensors/miscdevice/utils/tools/haptic_format_converter/converter/ |
H A D | converter.py | 601 def main() -> None: function 635 main()
|
/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | collect_elf_syscall.py | 329 def main():
function 351 sys.exit(main())
|
/base/update/packaging_tools/ |
H A D | build_module_package.py | 439 def main(argv): function 462 main(sys.argv[1:])
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkbootimg | 289 def main(): function 316 main()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_nav_destination_bridge.cpp | 216 auto main = obj->Get(vm, panda::StringRef::NewFromUtf8(vm, "main")); in SetTitle() local 218 hasMain = ArkTSUtils::ParseJsString(vm, main, title); in SetTitle()
|
/kernel/linux/build/ |
H A D | kernel_build.py | 359 def main(): function 387 main()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-header.S | 80 @ exception happend that is either on the main or the process stack. 165 @ restore main sp
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | lib1funcs.S | 64 @ four bits, since this is the amount of unwinding in the main 151 @ four bits, since this is the amount of unwinding in the main
|
/kernel/linux/linux-5.10/Documentation/target/ |
H A D | tcm_mod_builder.py | 599 def main(modname, proto_ident): function 656 main(str(opts.modname), opts.protoident)
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 256 int main(void) in main() function 458 int main(void) in main() function
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | lib1funcs.S | 64 @ four bits, since this is the amount of unwinding in the main 151 @ four bits, since this is the amount of unwinding in the main
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-header.S | 79 @ exception happend that is either on the main or the process stack. 164 @ restore main sp
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/ |
H A D | demand_paging_test.c | 410 int main(int argc, char *argv[]) in main() function 492 int main(void) in main() function
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkkconfigsymbols.py | 475 def main(): function 487 main()
|