/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | unistd.c | 42 int pid = fork(); in unistd_dynamic_chk_001() local 81 int pid = fork(); in unistd_dynamic_chk_002() local 121 int pid = fork(); in unistd_dynamic_chk_003() local 162 int pid = fork(); unistd_dynamic_chk_004() local 202 int pid = fork(); unistd_dynamic_chk_005() local 241 int pid = fork(); unistd_dynamic_chk_006() local 280 int pid = fork(); unistd_dynamic_chk_007() local 321 int pid = fork(); unistd_dynamic_chk_008() local 361 int pid = fork(); unistd_dynamic_chk_009() local 399 int pid = fork(); unistd_dynamic_chk_010() local 437 int pid = fork(); unistd_dynamic_chk_011() local 477 int pid = fork(); unistd_dynamic_chk_012() local 517 int pid = fork(); unistd_dynamic_chk_013() local 555 int pid = fork(); unistd_dynamic_chk_014() local 592 int pid = fork(); unistd_dynamic_chk_015() local 629 int pid = fork(); unistd_dynamic_chk_016() local 667 int pid = fork(); unistd_dynamic_chk_017() local [all...] |
H A D | stdio.c | 115 int pid = fork(); in stdio_dynamic_chk_003() local 154 int pid = fork(); in stdio_dynamic_chk_004() local 242 int pid = fork(); in stdio_dynamic_chk_007() local 308 int pid = fork(); stdio_dynamic_chk_010() local 345 int pid = fork(); stdio_dynamic_chk_011() local 401 int pid = fork(); stdio_dynamic_chk_012() local 433 int pid = fork(); stdio_dynamic_chk_013() local [all...] |
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_manual.c | 86 pid_t pid = fork(); in dlopen_randomization_0700() local 155 pid_t pid = fork(); in dlopen_ext_randomization_0700() local 230 pid_t pid = fork(); in dlopen_ns_randomization_0700() local 292 pid_t pid in dlsym_randomization_0200() local [all...] |
/third_party/protobuf/conformance/ |
H A D | conformance_test_runner.cc | 269 pid_t pid = fork(); in SpawnTestProgram() local
|
/third_party/skia/src/gpu/ |
H A D | GrGpuResource.cpp | 238 int32_t pid = fGrResourceTag.fPid; in setResourceTag() local
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_concurrent_stop.c | 157 join_gets (pid_t pid) in join_gets() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | Pass.h | 84 explicit Pass(PassKind K, char &pid) : PassID(&pid), Kind(K) {} in Pass() argument 224 explicit ModulePass(char &pid) : Pass(PT_Module, pid) {} in ModulePass() argument 255 explicit ImmutablePass(char &pid) : ModulePass(pid) {} in ImmutablePass() argument 284 explicit FunctionPass(char &pid) : Pass(PT_Function, pid) {} in FunctionPass() argument
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | validation_test.cc | 52 FakeStmt(ProgramID pid, Source src) : Base(pid, src) {} in FakeStmt() argument 58 FakeExpr(ProgramID pid, Source src) : Base(pid, src) {} in FakeExpr() argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | calculate_array_length.cc | 58 CalculateArrayLength::BufferSizeIntrinsic::BufferSizeIntrinsic(ProgramID pid) in BufferSizeIntrinsic() argument
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 148 pid_t pid; in tortoise() local
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 152 pid_t pid; in tortoise() local
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 267 pid_t pid = getpid(); in utmp_entry() local 298 pid_t pid = getpid(); in getty_main() local
|
/third_party/toybox/toys/posix/ |
H A D | cpio.c | 84 pid_t pid = 0; in cpio_main() local
|
/third_party/pulseaudio/src/utils/ |
H A D | pacmd.c | 93 pid_t pid; in main() local
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/ |
H A D | interprocess_unit_test.cpp | 701 int32_t pid = 100; in HWTEST_F() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/js_child_process_manager/ |
H A D | js_child_process_manager.cpp | 138 auto pid = std::make_shared<pid_t>(ERR_INVALID_VALUE); in StartChildProcessAppSpawnForkTask() local 276 auto pid = std::make_shared<pid_t>(0); StartChildProcessWithArgsTask() local [all...] |
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/ |
H A D | abilitycontext_fuzzer.cpp | 90 int pid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 77 pid_t pid = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 798 int pid = 0; in HWTEST_F() local 820 int32_t pid = 0; in HWTEST_F() local 1078 const pid_t pid = 1; in HWTEST_F() local 1096 const pid_t pid = 1; in HWTEST_F() local 1150 const int pid = 1; HWTEST_F() local 1171 const int pid = 1; HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_scheduler_test.cpp | 721 pid_t pid = 0; in HWTEST_F() local 979 int pid = 0; in HWTEST_F() local 998 int pid = 0; in HWTEST_F() local
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | modal_system_app_freeze_uiextension.cpp | 59 void ModalSystemAppFreezeUIExtension::ProcessAppFreeze(bool focusFlag, const FaultData &faultData, std::string pid, in ProcessAppFreeze() argument 80 bool ModalSystemAppFreezeUIExtension::CreateModalUIExtension(std::string pid, std::string bundleName) in CreateModalUIExtension() argument 115 AAFwk::Want ModalSystemAppFreezeUIExtension::CreateSystemDialogWant(std::string pid, std::string bundleName) in CreateSystemDialogWant() argument
|
H A D | child_process_record.cpp | 82 void ChildProcessRecord::SetPid(pid_t pid) in SetPid() argument
|
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 124 int pid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 182 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() argument 238 virtual bool SetAppFreezeFilter(int32_t pid) in SetAppFreezeFilter() argument 243 virtual int32_t ChangeAppGcState(pid_t pid, int32_ argument [all...] |
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/ |
H A D | pending_want_manager_test.cpp | 983 int32_t pid = 0; in HWTEST_F() local
|