Home
last modified time | relevance | path

Searched refs:__func__ (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_nopfuncs.c55 warning(__func__); in nop_glBindMultiTextureEXT()
61 warning(__func__); in nop_glColor3hNV()
67 warning(__func__); in nop_glColor3hvNV()
73 warning(__func__); in nop_glColor4hNV()
79 warning(__func__); in nop_glColor4hvNV()
85 warning(__func__); in nop_glDisableClientStateIndexedEXT()
91 warning(__func__); in nop_glEnableClientStateIndexedEXT()
97 warning(__func__); in nop_glFogCoordhNV()
103 warning(__func__); in nop_glFogCoordhvNV()
109 warning(__func__); in nop_glGetNamedBufferParameterivEXT()
[all …]
/external/clang/test/CodeGenObjC/
Dpredefined-expr.m3 // CHECK: @"__func__.-[Foo instanceTest1]" = private unnamed_addr constant [21 x i8] c"-[Foo instan…
4 // CHECK: @"__func__.-[Foo instanceTest2:]" = private unnamed_addr constant [22 x i8] c"-[Foo insta…
5 // CHECK: @"__func__.-[Foo instanceTest3:withB:]" = private unnamed_addr constant [28 x i8] c"-[Foo…
6 // CHECK: @"__func__.-[Foo instanceTest4]" = private unnamed_addr constant [21 x i8] c"-[Foo instan…
7 // CHECK: @"__func__.+[Foo classTest1]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest…
8 // CHECK: @"__func__.+[Foo classTest2:]" = private unnamed_addr constant [19 x i8] c"+[Foo classTes…
9 // CHECK: @"__func__.+[Foo classTest3:withB:]" = private unnamed_addr constant [25 x i8] c"+[Foo cl…
10 // CHECK: @"__func__.+[Foo classTest4]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest…
11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42…
12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x …
[all …]
/external/clang/test/CodeGenCXX/
Dpredefined-expr.cpp108 printf("__func__ %s\n", __func__); in topLevelNamespaceFunction()
119 printf("__func__ %s\n", __func__); in anonymousNamespaceFunction()
133 printf("__func__ %s\n", __func__); in classTemplateFunction()
142 printf("__func__ %s\n", __func__); in staticFunction()
148 printf("__func__ %s\n", __func__);
154 printf("__func__ %s\n", __func__); in virtualFunction()
160 printf("__func__ %s\n", __func__); in functionWithParameters()
166 printf("__func__ %s\n", __func__); in functionReturningClass()
173 printf("__func__ %s\n", __func__); in variadicFunction()
179 printf("__func__ %s\n", __func__); in withTemplateParameter1()
[all …]
Dpredefined-expr-cxx14.cpp28 printf("__func__ %s\n", __func__); in topLevelNamespaceFunction()
35 printf("__func__ %s\n", __func__); in variadicFunction()
43 printf("__func__ %s\n", __func__); in functionTemplate()
54 printf("__func__ %s\n", __func__); in classTemplateFunction()
65 return __func__; in ClassBlockConstr()
71 return __func__; in ~ClassBlockConstr()
82 FuncTemplate() : Func(__func__) {} in FuncTemplate()
/external/clang/test/SemaCXX/
Dpredefined-expr.cpp6 static_assert(sizeof(__func__) == 4, "foo"); in foo()
13 static_assert(sizeof(__func__) == 4, "bar"); in bar()
22 static_assert(sizeof(__func__) == 4, "baz"); in baz()
27 static_assert(sizeof(__func__) == 11, "operator()"); in baz()
36 static_assert(sizeof(__func__) == 27, "___Z3bazIiEiv_block_invoke"); in baz()
44 static_assert(sizeof(__func__) == 4, "baz"); in baz()
53 static_assert(sizeof(__func__) == 5, "main"); in main()
58 static_assert(sizeof(__func__) == 11, "operator()"); in main()
67 static_assert(sizeof(__func__) == 20, "__main_block_invoke"); in main()
75 static_assert(sizeof(__func__) == 5, "main"); in main()
[all …]
/external/autotest/client/site_tests/camera_V4L2/src/
Dcamera_characteristics.cc87 LOG(INFO) << __func__ << ": Can't open file " in GetCharacteristicsFromFile()
104 LOG(ERROR) << __func__ << ": Illegal format: " << buffer; in GetCharacteristicsFromFile()
115 LOG(ERROR) << __func__ << ": Illegal format: " << sub_keys[0]; in GetCharacteristicsFromFile()
120 LOG(ERROR) << __func__ << ": Invalid camera id: " << camera_id; in GetCharacteristicsFromFile()
142 LOG(ERROR) << __func__ << ": Invalid format: " << sub_keys[2]; in GetCharacteristicsFromFile()
154 VLOG(1) << __func__ << ": Camera" << camera_id << " " in GetCharacteristicsFromFile()
161 VLOG(1) << __func__ << ": Mismatched module: " in GetCharacteristicsFromFile()
170 LOG(ERROR) << __func__ << ": Illegal format." in GetCharacteristicsFromFile()
182 LOG(INFO) << __func__ << ": No matching module for camera" << id; in GetCharacteristicsFromFile()
205 VLOG(1) << __func__ << ": " << characteristic << ": " << value; in AddPerCameraCharacteristic()
[all …]
/external/linux-kselftest/tools/testing/selftests/android/ion/
Dionutils.c19 fprintf(stderr, "<%s>: Invalid buffer...\n", __func__); in write_buffer()
36 fprintf(stderr, "<%s>: Invalid buffer...\n", __func__); in read_buffer()
57 fprintf(stderr, "<%s>: Invalid ion info\n", __func__); in ion_export_buffer_fd()
65 __func__, strerror(errno)); in ion_export_buffer_fd()
76 __func__, strerror(errno)); in ion_export_buffer_fd()
95 __func__); in ion_export_buffer_fd()
107 __func__, strerror(errno)); in ion_export_buffer_fd()
117 __func__, buffer_fd, maplen); in ion_export_buffer_fd()
126 __func__, strerror(errno)); in ion_export_buffer_fd()
162 fprintf(stderr, "<%s>: Invalid ion info\n", __func__); in ion_import_buffer_fd()
[all …]
Dipcsocket.c19 fprintf(stderr, "<%s>: Invalid socket name.\n", __func__); in opensocket()
26 __func__, strerror(errno)); in opensocket()
34 __func__, strerror(errno)); in opensocket()
55 __func__, strerror(errno)); in opensocket()
62 __func__, strerror(errno)); in opensocket()
73 __func__, strerror(errno)); in opensocket()
91 __func__, strerror(errno)); in opensocket()
117 fprintf(stderr, "<%s>: socketdata is NULL\n", __func__); in sendtosocket()
130 __func__, strerror(errno)); in sendtosocket()
153 __func__, strerror(errno)); in sendtosocket()
[all …]
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_secy_ops.c33 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_protect_frames()
53 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_encrypt()
73 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_replay()
93 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_current_cipher_suite()
121 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_enable_port()
141 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_get_capability()
162 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_get_receive_lowest_pn()
183 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_get_transmit_next_pn()
204 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_set_transmit_next_pn()
224 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_create_receive_sc()
[all …]
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp87 ERROR("%s: Couldn't allocate sw_winsys!\n", __func__); in CreateScreen()
102 ERROR("%s: Using %s driver.\n", __func__, driverName); in CreateScreen()
131 ERROR("%s: Couldn't obtain Mesa state tracker API!\n", __func__); in CreateContext()
146 ERROR("%s: Problem allocating framebuffer!\n", __func__); in CreateContext()
168 __func__); in CreateContext()
171 ERROR("%s: State tracker error: SUCCESS?\n", __func__); in CreateContext()
174 ERROR("%s: State tracker error: NO_MEMORY\n", __func__); in CreateContext()
177 ERROR("%s: State tracker error: BAD_API\n", __func__); in CreateContext()
180 ERROR("%s: State tracker error: BAD_VERSION\n", __func__); in CreateContext()
183 ERROR("%s: State tracker error: BAD_FLAG\n", __func__); in CreateContext()
[all …]
/external/drm_hwcomposer/
Ddrmhwctwo.cpp116 return unsupported(__func__, width, height, format, display); in CreateVirtualDisplay()
121 return unsupported(__func__, display); in DestroyVirtualDisplay()
126 unsupported(__func__, size, buffer); in Dump()
131 unsupported(__func__); in GetMaxVirtualDisplayCount()
138 supported(__func__); in RegisterCallback()
170 supported(__func__); in HwcDisplay()
174 supported(__func__); in Init()
237 supported(__func__); in RegisterVsyncCallback()
244 supported(__func__); in AcceptDisplayChanges()
252 supported(__func__); in CreateLayer()
[all …]
/external/nos/host/android/manual_tests/
Dtest_citadel.c422 debug(2, "%s(%s, %s) wrote %d / %d\n", __func__, filename, string, num, len); in write_to_file()
458 debug(2, "%s(%s) read %d bytes\n", __func__, filename, num); in read_from_file()
495 debug(1, "%s(%d)\n", __func__, num); in is_ap_exported()
506 Error("%s: Can't request export of gpio %d", __func__, num); in is_ap_exported()
515 Error("%s: Nuts. Can't get export of gpio %d", __func__, num); in is_ap_exported()
525 debug(1, "%s(%d)\n", __func__, num); in is_ap_output()
540 Error("%s: Can't set the direction of gpio %d", __func__, num); in is_ap_output()
547 Error("%s: Can't determine the direction of gpio %d", __func__, num); in is_ap_output()
553 Error("%s: Nuts. Can't set the direction of gpio %d", __func__, num); in is_ap_output()
563 debug(1, "%s(%d, %d)\n", __func__, num, val); in set_ap_value()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.c587 wpa_printf(MSG_MSGDUMP, "%s: start reading a dict entry", __func__); in wpa_dbus_dict_open_read()
599 __func__, type, in wpa_dbus_dict_open_read()
641 __func__); in _wpa_dbus_dict_entry_get_byte_array()
698 __func__); in _wpa_dbus_dict_entry_get_string_array()
706 __func__, wpa_debug_show_keys ? value : "[omitted]"); in _wpa_dbus_dict_entry_get_string_array()
711 __func__); in _wpa_dbus_dict_entry_get_string_array()
720 __func__, entry->array_len); in _wpa_dbus_dict_entry_get_string_array()
755 wpa_printf(MSG_MSGDUMP, "%s: parsing binarray type %c", __func__, type); in _wpa_dbus_dict_entry_get_binarray()
762 __func__, type); in _wpa_dbus_dict_entry_get_binarray()
769 __func__, type); in _wpa_dbus_dict_entry_get_binarray()
[all …]
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-dig.c23 #define mpx_dig_abort() __mpx_dig_abort(__FILE__, __func__, __LINE__)
133 dprintf2("%s(%d)\n", __func__, pid); in pid_load_vaddrs()
137 dprintf2("%s(%d) allocated %d ranges @ %p\n", __func__, pid, in pid_load_vaddrs()
146 dprintf2("%s(%d) need to realloc\n", __func__, pid); in pid_load_vaddrs()
150 dprintf2("%s(%d) allocated %d ranges @ %p\n", __func__, in pid_load_vaddrs()
157 dprintf2("%s(%d) done\n", __func__, pid); in pid_load_vaddrs()
217 __func__, base_controlled_vaddr, bde_vaddr); in dump_table()
221 dprintf4("%s() read done\n", __func__); in dump_table()
232 dprintf4("%s() offset_inside_bt: 0x%lx of 0x%llx\n", __func__, in dump_table()
243 dprintf4("%s() reading *bt_entry_buf @ %p\n", __func__, in dump_table()
[all …]
Dprotection_keys.c85 dprintf2("%s(): writing '%s' to '%s'\n", __func__, str, file); in cat_into_file()
150 fprintf(stderr, "running %s()...\n", __func__); in abort_hooks()
176 dprintf3("running %s()\n", __func__); in lots_o_noops_around_write()
182 dprintf3("%s() done\n", __func__); in lots_o_noops_around_write()
260 dprintf1("%s()::%d, pkru: 0x%x shadow: %x\n", __func__, __LINE__, in signal_handler()
268 dprintf2("%s() trapno: %d ip: 0x%lx info->si_code: %s/%d\n", __func__, in signal_handler()
435 __func__, pkey, flags, 0, 0); in pkey_get()
436 dprintf2("%s() raw pkru: %x\n", __func__, pkru); in pkey_get()
439 dprintf2("%s() shifted_pkru: %x\n", __func__, shifted_pkru); in pkey_get()
441 dprintf2("%s() masked pkru: %x\n", __func__, masked_pkru); in pkey_get()
[all …]
/external/e2fsprogs/misc/
Dcreate_inode.c77 com_err(__func__, retval, _("while reading inode %u"), ino); in add_link()
86 com_err(__func__, retval, in add_link()
94 com_err(__func__, retval, _("while linking \"%s\""), name); in add_link()
102 com_err(__func__, retval, _("while writing inode %u"), ino); in add_link()
116 com_err(__func__, retval, _("while reading inode %u"), ino); in set_inode_extra()
129 com_err(__func__, retval, _("while writing inode %u"), ino); in set_inode_extra()
146 com_err(__func__, retval, _("while listing attributes of \"%s\""), in set_inode_xattr()
157 com_err(__func__, retval, _("while opening inode %u"), ino); in set_inode_xattr()
163 com_err(__func__, retval, _("while allocating memory")); in set_inode_xattr()
170 com_err(__func__, retval, _("while listing attributes of \"%s\""), in set_inode_xattr()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c85 wpa_printf(MSG_INFO, "%s: secy_id=%d", __func__, drv->secy_id); in __macsec_drv_init()
169 __func__, drv->use_es, drv->use_scb, in macsec_qca_macsec_init()
182 wpa_printf(MSG_DEBUG, "%s", __func__); in macsec_qca_macsec_deinit()
192 wpa_printf(MSG_DEBUG, "%s", __func__); in macsec_qca_get_capability()
205 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __func__, enabled); in macsec_qca_enable_protect_frames()
220 __func__, enabled, window); in macsec_qca_set_replay_protect()
234 __func__, cs); in macsec_qca_set_current_cipher_suite()
239 wpa_printf(MSG_DEBUG, "%s: default support aes-gcm-128", __func__); in macsec_qca_set_current_cipher_suite()
250 wpa_printf(MSG_DEBUG, "%s: enable=%d", __func__, enabled); in macsec_qca_enable_controlled_port()
345 wpa_printf(MSG_DEBUG, "%s: lpn=0x%x", __func__, sa->lowest_pn); in macsec_qca_get_receive_lowest_pn()
[all …]
Ddriver_macsec_linux.c293 wpa_printf(MSG_DEBUG, "%s", __func__); in macsec_drv_macsec_init()
342 wpa_printf(MSG_DEBUG, "%s", __func__); in macsec_drv_macsec_deinit()
361 wpa_printf(MSG_DEBUG, "%s", __func__); in macsec_drv_get_capability()
380 wpa_printf(MSG_DEBUG, "%s -> %s", __func__, enabled ? "TRUE" : "FALSE"); in macsec_drv_enable_protect_frames()
400 wpa_printf(MSG_DEBUG, "%s -> %s", __func__, enabled ? "TRUE" : "FALSE"); in macsec_drv_enable_encrypt()
422 wpa_printf(MSG_DEBUG, "%s -> %s, %u", __func__, in macsec_drv_set_replay_protect()
442 wpa_printf(MSG_DEBUG, "%s -> %016" PRIx64, __func__, cs); in macsec_drv_set_current_cipher_suite()
458 wpa_printf(MSG_DEBUG, "%s -> %s", __func__, enabled ? "TRUE" : "FALSE"); in macsec_drv_enable_controlled_port()
595 __func__, ret, nl_geterror(-ret)); in nl_send_recv()
602 __func__, ret, nl_geterror(-ret)); in nl_send_recv()
[all …]
/external/ipsec-tools/src/racoon/
Ddebugrm.h58 DRM_malloc(__FILE__, __LINE__, __func__, (sz))
62 DRM_calloc(__FILE__, __LINE__, __func__, (cnt), (sz))
66 DRM_realloc(__FILE__, __LINE__, __func__, (old), (sz))
70 DRM_free(__FILE__, __LINE__, __func__, (p))
74 DRM_strdup(__FILE__, __LINE__, __func__, (p))
88 DRM_vmalloc(__FILE__, __LINE__, __func__, (sz))
90 DRM_vdup(__FILE__, __LINE__, __func__, (old))
92 DRM_vrealloc(__FILE__, __LINE__, __func__, (old), (sz))
94 DRM_vfree(__FILE__, __LINE__, __func__, (p))
/external/wpa_supplicant_8/src/crypto/
Dcrypto_linux.c37 __func__, strerror(errno)); in linux_af_alg_socket()
48 __func__, type, name, strerror(errno)); in linux_af_alg_socket()
73 __func__, strerror(errno)); in linux_af_alg_hash_vector()
81 __func__, strerror(errno)); in linux_af_alg_hash_vector()
91 __func__, strerror(errno)); in linux_af_alg_hash_vector()
97 __func__, (int) res, (int) len[i]); in linux_af_alg_hash_vector()
106 __func__, strerror(errno)); in linux_af_alg_hash_vector()
112 __func__, (int) res, (int) mac_len); in linux_af_alg_hash_vector()
296 __func__, strerror(errno)); in crypto_hash_init()
305 __func__, strerror(errno)); in crypto_hash_init()
[all …]
/external/nos/host/android/citadel/libnos_datagram/
Dcitadel.c62 ALOGE("%s: invalid (NULL) device\n", __func__); in read_datagram()
67 ALOGE("%s: invalid device\n", __func__); in read_datagram()
72 ALOGE("%s: invalid len (%d > %d)\n", __func__, in read_datagram()
99 ALOGE("%s: invalid (NULL) device\n", __func__); in write_datagram()
104 ALOGE("%s: invalid device\n", __func__); in write_datagram()
109 ALOGE("%s: invalid len (%d > %d)\n", __func__, len, in write_datagram()
144 ALOGE("%s: invalid (NULL) device\n", __func__); in reset()
149 ALOGE("%s: invalid device\n", __func__); in reset()
165 ALOGE("%s: invalid (NULL) device (ignored)\n", __func__); in close_device()
170 ALOGE("%s: invalid device (ignored)\n", __func__); in close_device()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c205 __func__, n); in mk_sense_asc_ascq()
212 pr2ws("%s: [sense_key,asc,ascq]: [0x%x,0x%x,0x%x]\n", __func__, sk, in mk_sense_asc_ascq()
236 pr2ws("%s: sense_len=%d too short, want 14 or more\n", __func__, n); in mk_sense_from_nvme_status()
244 __func__, sstatus, sk, asc, ascq); in mk_sense_from_nvme_status()
263 __func__, n); in mk_sense_invalid_fld()
288 __func__, asc, in_cdb ? 'C' : 'D', in_byte, in_bit); in mk_sense_invalid_fld()
334 "(errno=%d)\n", __func__, *up, strerror(-res), -res); in do_nvme_admin_cmd()
364 __func__, *up, in do_nvme_admin_cmd()
397 pr2ws("%s: sg_memalign() failed to get memory\n", __func__); in sntl_cache_identity()
425 pr2ws("%s: time_secs=%d\n", __func__, time_secs); in sntl_inq()
[all …]
/external/mesa3d/src/glx/apple/
Dapple_glx_context.c79 __func__, err); in lock_context_list()
93 __func__, err); in unlock_context_list()
203 __func__, (void *) ac, (void *) ac->context_obj); in apple_glx_create_context()
219 __func__, (void *) ac, (void *) ac->context_obj); in apple_glx_destroy_context()
223 "is still current!\n", __func__, in apple_glx_destroy_context()
264 fprintf(stderr, "error: destroying pixel format in %s\n", __func__); in apple_glx_destroy_context()
269 fprintf(stderr, "error: destroying context_obj in %s\n", __func__); in apple_glx_destroy_context()
294 __func__, (void *) oldac, (void *) ac, drawable); in apple_glx_make_current_context()
297 __func__, in apple_glx_make_current_context()
353 __func__, error); in apple_glx_make_current_context()
[all …]
/external/e2fsprogs/contrib/android/
Dperms.c36 com_err(__func__, retval, _("while opening inode %u"), ino); in ino_add_xattr()
41 com_err(__func__, retval, in ino_add_xattr()
47 com_err(__func__, retval, in ino_add_xattr()
53 com_err(__func__, retval, in ino_add_xattr()
60 com_err(__func__, close_retval, in ino_add_xattr()
79 com_err(__func__, retval, in set_selinux_xattr()
87 com_err(__func__, retval, in set_selinux_xattr()
110 com_err(__func__, retval, _("while reading inode %u"), ino); in set_perms_and_caps()
124 com_err(__func__, retval, in set_perms_and_caps()
151 com_err(__func__, retval, in set_timestamp()
[all …]
/external/valgrind/coregrind/
Dm_compiler.c231 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_type_mismatch()
238 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_mul_overflow()
245 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_add_overflow()
252 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_sub_overflow()
259 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_divrem_overflow()
266 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_negate_overflow()
273 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_out_of_bounds()
280 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_shift_out_of_bounds()
287 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_vla_bound_not_positive()
294 VG_(debugLog)(0, "main:ubsan", "In %s", __func__); in __ubsan_handle_nonnull_arg()

12345678910>>...23