Home
last modified time | relevance | path

Searched full:platform_defined (Results 1 – 12 of 12) sorted by relevance

/external/cronet/stable/third_party/llvm-libc/src/test/UnitTest/
DExecuteFunctionUnix.cpp24 bool ProcessStatus::exited_normally() { return WIFEXITED(platform_defined); } in exited_normally()
28 return WEXITSTATUS(platform_defined); in get_exit_code()
34 return WTERMSIG(platform_defined); in get_fatal_signal()
DExecuteFunction.h25 int platform_defined; member
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/
DExecuteFunctionUnix.cpp24 bool ProcessStatus::exited_normally() { return WIFEXITED(platform_defined); } in exited_normally()
28 return WEXITSTATUS(platform_defined); in get_exit_code()
34 return WTERMSIG(platform_defined); in get_fatal_signal()
DExecuteFunction.h25 int platform_defined; member
/external/llvm-libc/test/UnitTest/
DExecuteFunctionUnix.cpp24 bool ProcessStatus::exited_normally() { return WIFEXITED(platform_defined); } in exited_normally()
28 return WEXITSTATUS(platform_defined); in get_exit_code()
34 return WTERMSIG(platform_defined); in get_fatal_signal()
DExecuteFunction.h26 int platform_defined; member
/external/openthread/.github/workflows/
Dposix.yml73 …OT_OPTIONS='-DOT_READLINE=OFF -DOT_FULL_LOGS=ON -DOT_LOG_OUTPUT=PLATFORM_DEFINED' VIRTUAL_TIME=0 O…
111 …OT_OPTIONS='-DOT_READLINE=OFF -DOT_FULL_LOGS=ON -DOT_LOG_OUTPUT=PLATFORM_DEFINED' OT_NATIVE_IP=1 V…
291 …ript/cmake-build simulation -DOT_CSL_RECEIVER=ON -DOT_FULL_LOGS=ON -DOT_LOG_OUTPUT=PLATFORM_DEFINED
Dsimulation-1.1.yml276 …OT_OPTIONS='-DOT_TIME_SYNC=ON -DOT_FULL_LOGS=ON -DOT_LOG_OUTPUT=PLATFORM_DEFINED' VIRTUAL_TIME=0 .…
/external/openthread/script/
Dcmake-build188 "-DOT_LOG_OUTPUT=PLATFORM_DEFINED"
217 "-DOT_LOG_OUTPUT=PLATFORM_DEFINED"
/external/openthread/src/android/
Dopenthread-core-android-config.h229 * Log output is set to `PLATFORM_DEFINED` which pushes the log through syslog().
/external/openthread/etc/cmake/
Doptions.cmake326 set(OT_LOG_OUTPUT_VALUES "APP" "DEBUG_UART" "NONE" "PLATFORM_DEFINED")
/external/openthread/src/core/
DBUILD.gn61 } else if (openthread_config_log_output == "platform_defined") {