/external/dhcpcd-6.8.2/ |
dhcpcd.c | 503 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__); 541 "%s: %s: %m", ifp->name, __func__); 974 logger(ctx, LOG_ERR, "%s: if_discover: %m", __func__); 1027 logger(ctx, LOG_ERR, "%s: %s: %m", ifp->name, __func__); 1130 logger(ctx, LOG_ERR, "%s: if_discover: %m", __func__); [all...] |
/external/google-breakpad/src/common/mac/ |
GTMLogger.m | 412 if (// Objective C __func__ and __PRETTY_FUNCTION__ 418 // Assume C99 __func__
|
/external/libevent/ |
config.h.in | 420 /* Define to appropriate substitue if compiler doesnt have __func__ */ 421 #undef __func__
|
/external/llvm/include/llvm/Support/ |
Compiler.h | 341 /// \brief Expands to __func__ on compilers which support it. Otherwise, 346 # define LLVM_FUNCTION_NAME __func__
|
/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 530 if (i < res && os_strcmp(func[i], __func__) == 0) 614 if (i < res && os_strcmp(func[i], __func__) == 0)
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
log.h | 401 __func__, __LINE__); \ 408 __func__, __LINE__); \
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayUtils.cpp | 142 ALOGE("%s: Unsupported HAL format = 0x%x", __func__, format); 216 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayUtils.cpp | 136 ALOGE("%s: Unsupported HAL format = 0x%x", __func__, format); 210 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlayUtils.cpp | 136 ALOGE("%s: Unsupported HAL format = 0x%x", __func__, format); 210 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.cpp | 133 ALOGE("%s: Unsupported HAL format = 0x%x", __func__, format); 176 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_funcattrs.py | 340 self.assertTrue(c.__func__ is f) 343 self.assertTrue(s.__func__ is f)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_funcattrs.py | 340 self.assertTrue(c.__func__ is f) 343 self.assertTrue(s.__func__ is f)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_funcattrs.py | 340 self.assertTrue(c.__func__ is f) 343 self.assertTrue(s.__func__ is f)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_funcattrs.py | 340 self.assertTrue(c.__func__ is f) 343 self.assertTrue(s.__func__ is f)
|
/system/bt/bta/gatt/ |
bta_gattc_utils.c | 441 APPL_TRACE_ERROR ("%s: already has a pending command!!", __func__); 563 APPL_TRACE_ERROR("%s unable to find the bg connection mask for: %s", __func__,
|
/system/bt/bta/pan/ |
bta_pan_act.c | 473 APPL_TRACE_DEBUG("%s pan connect status: %d", __func__, status); 543 APPL_TRACE_DEBUG("%s pan connection result: %d", __func__, p_data->conn.result);
|
/system/bt/btif/src/ |
btif_sock_thread.c | 277 APPL_TRACE_ERROR("%s invalid thread handle: %d", __func__, thread_handle); 282 APPL_TRACE_ERROR("%s invalid file descriptor.", __func__);
|
/system/bt/doc/ |
style_guide.md | 156 C99 defines `__func__` as an identifier that represents the function's name 159 mechanism exists. In other words, use `__func__` over `__FUNCTION__`.
|
/system/bt/stack/smp/ |
smp_api.c | 71 SMP_TRACE_ERROR ("%s PTS FAILURE MODE IN EFFECT (CASE %d)", __func__, smp_cb.cert_failure); 187 __func__, p_cb->state, p_cb->br_state, p_cb->flags);
|
/external/libcxxabi/test/ |
test_demangle.pass.cpp | [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_demangle.pass.cpp | [all...] |
/external/autotest/client/site_tests/graphics_Gbm/src/ |
gbmtest.c | 26 printf("CHECK failed in %s() %s:%d\n", __func__, __FILE__, __LINE__);\
|
/external/clang/test/Analysis/ |
null-deref-ps.c | 11 ((expr) ? (void)(0) : __assert_fail (#expr, __FILE__, __LINE__, __func__))
|
/external/clang/test/Sema/ |
warn-unreachable.c | 123 (__builtin_expect(!(e), 0) ? __myassert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
|
/external/clang/test/SemaTemplate/ |
temp_arg_nontype_cxx1z.cpp | 50 A<const char*, __func__> a; // expected-error {{does not refer to any declaration}}
|