/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | errno-base.h | 30 #define ECHILD 10 macro
|
/aosp12/system/logging/logwrapper/ |
H A D | logwrapper.cpp | 86 rc = -ECHILD; in main()
|
H A D | logwrap.cpp | 479 rc = -ECHILD; in parent()
|
/aosp12/system/libhwbinder/vts/performance/ |
H A D | Benchmark_binder.cpp | 107 if (retval == -1 && errno == ECHILD) { in main()
|
H A D | Benchmark.cpp | 143 if (retval == -1 && errno == ECHILD) { in main()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | errno_h.c | 47 MACRO(ECHILD); in errno_h()
|
/aosp12/frameworks/native/libs/ui/tests/ |
H A D | GraphicBufferOverBinder_test.cpp | 78 if (retval == -1 && errno == ECHILD) { in runBinderServer()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
H A D | Error.cpp | 49 {ECHILD, "ECHILD"}, // No child processes
|
/aosp12/bionic/libc/bionic/ |
H A D | strerror.cpp | 57 [ECHILD] = "No child processes",
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | SurfaceParcelable_test.cpp | 99 if (retval == -1 && errno == ECHILD) { in runBinderServer()
|
/aosp12/system/extras/tests/binder/benchmarks/ |
H A D | binderAddInts.cpp | 306 if ((rv == -1) && (errno == ECHILD)) { break; } in main()
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/ |
H A D | buffer_transport_benchmark.cpp | 543 if (retval == -1 && errno == ECHILD) { in runBinderServer()
|
/aosp12/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 1454 if (rc != -1 || errno != ECHILD) { in TEST() 1462 if (rc != -1 || errno != ECHILD) { in TEST()
|
/aosp12/system/testing/gtest_extras/ |
H A D | Isolate.cpp | 385 if (pid == -1 && errno != ECHILD) { in CheckTestsFinished()
|
/aosp12/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 557 if (errno != ECHILD) { in DumpPerfetto()
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderLibTest.cpp | 1452 while (wait(nullptr) != -1 || errno != ECHILD) in onTransact()
|
/aosp12/system/vold/ |
H A D | Utils.cpp | 748 return -ECHILD; in ForkExecvp()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 463 if (pid < 0 && errno != ECHILD) { in SigChldHandler()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27724 field public static final int ECHILD;
|