HomeSort by relevance Sort by last modified time
    Searched full:__func__ (Results 1 - 25 of 1478) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
func-in-block.c 9 PRINTF(__func__);
12 PRINTF(__func__);
18 // CHECK: @__func__.__main_block_invoke = private unnamed_addr constant [20 x i8] c"__main_block_invoke\00"
19 // CHECK: call void @PRINTF({{.*}}@__func__.__main_block_invoke
predefined-expr.c 4 // CHECK: @__func__.plainFunction = private unnamed_addr constant [14 x i8] c"plainFunction\00"
6 // CHECK: @__func__.externFunction = private unnamed_addr constant [15 x i8] c"externFunction\00"
8 // CHECK: @__func__.privateExternFunction = private unnamed_addr constant [22 x i8] c"privateExternFunction\00"
10 // CHECK: @__func__.__captured_stmt = private unnamed_addr constant [25 x i8] c"functionWithCapturedStmt\00"
12 // CHECK: @__func__.staticFunction = private unnamed_addr constant [15 x i8] c"staticFunction\00"
18 printf("__func__ %s\n", __func__);
24 printf("__func__ %s\n", __func__);
30 printf("__func__ %s\n", __func__)
    [all...]
  /external/clang/test/CodeGenObjC/
predefined-expr.m 3 // CHECK: @"__func__.-[Foo instanceTest1]" = private unnamed_addr constant [21 x i8] c"-[Foo instanceTest1]\00"
4 // CHECK: @"__func__.-[Foo instanceTest2:]" = private unnamed_addr constant [22 x i8] c"-[Foo instanceTest2:]\00"
5 // CHECK: @"__func__.-[Foo instanceTest3:withB:]" = private unnamed_addr constant [28 x i8] c"-[Foo instanceTest3:withB:]\00"
6 // CHECK: @"__func__.-[Foo instanceTest4]" = private unnamed_addr constant [21 x i8] c"-[Foo instanceTest4]\00"
7 // CHECK: @"__func__.+[Foo classTest1]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest1]\00"
8 // CHECK: @"__func__.+[Foo classTest2:]" = private unnamed_addr constant [19 x i8] c"+[Foo classTest2:]\00"
9 // CHECK: @"__func__.+[Foo classTest3:withB:]" = private unnamed_addr constant [25 x i8] c"+[Foo classTest3:withB:]\00"
10 // CHECK: @"__func__.+[Foo classTest4]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest4]\00"
11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42 x i8] c"-[Foo(Category) instanceTestWithCategory]\00"
12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x i8] c"+[Foo(Category (…)
    [all...]
  /external/clang/test/Sema/
predef.c 4 const char (*ss)[12] = &__func__;
5 static int arr[sizeof(__func__)==12 ? 1 : -1];
8 char *X = __func__; // expected-warning {{predefined identifier is only valid}} \
12 __func__[0] = 'a'; // expected-error {{variable is not assignable}}
16 const char *b = __func__; // expected-warning {{predefined identifier is only valid}}
  /system/connectivity/shill/cellular/
mobile_operator_info.cc 55 SLOG(this, 3) << GetLogPrefix(__func__);
60 SLOG(this, 3) << GetLogPrefix(__func__) << "(" << absolute_path.value()
67 SLOG(this, 3) << GetLogPrefix(__func__) << ": Result[" << result << "]";
72 SLOG(this, 3) << GetLogPrefix(__func__);
78 SLOG(this, 3) << GetLogPrefix(__func__);
84 SLOG(this, 3) << GetLogPrefix(__func__) << ": Result[" << result << "]";
90 SLOG(this, 3) << GetLogPrefix(__func__) << ": Result[" << result << "]";
96 SLOG(this, 3) << GetLogPrefix(__func__) << ": Result[" << result << "]";
102 SLOG(this, 3) << GetLogPrefix(__func__) << ": Result[" << result << "]";
108 SLOG(this, 3) << GetLogPrefix(__func__) << ": Result[" << result << "]"
    [all...]
  /external/clang/test/SemaCXX/
predefined-expr.cpp 6 static_assert(sizeof(__func__) == 4, "foo");
13 static_assert(sizeof(__func__) == 4, "bar");
22 static_assert(sizeof(__func__) == 4, "baz");
27 static_assert(sizeof(__func__) == 11, "operator()");
36 static_assert(sizeof(__func__) == 27, "___Z3bazIiEiv_block_invoke");
44 static_assert(sizeof(__func__) == 4, "baz");
53 static_assert(sizeof(__func__) == 5, "main");
58 static_assert(sizeof(__func__) == 11, "operator()");
67 static_assert(sizeof(__func__) == 20, "__main_block_invoke");
75 static_assert(sizeof(__func__) == 5, "main")
    [all...]
  /external/clang/test/CodeGenCXX/
predefined-expr-cxx14.cpp 8 // CHECK-DAG: @__func__._ZN13ClassTemplateIiE21classTemplateFunctionERi = private unnamed_addr constant [22 x i8] c"classTemplateFunction\00"
11 // CHECK-DAG: @__func__._ZN24ClassInTopLevelNamespace16functionTemplateIiEERDaRT_ = private unnamed_addr constant [17 x i8] c"functionTemplate\00"
14 // CHECK-DAG: @__func__._ZN24ClassInTopLevelNamespace16variadicFunctionEPiz = private unnamed_addr constant [17 x i8] c"variadicFunction\00"
17 // CHECK-DAG: @__func__._ZN24ClassInTopLevelNamespace25topLevelNamespaceFunctionEv = private unnamed_addr constant [26 x i8] c"topLevelNamespaceFunction\00"
20 // CHECK-DAG: @__func__.___ZN16ClassBlockConstrD2Ev_block_invoke = private unnamed_addr constant [41 x i8] c"___ZN16ClassBlockConstrD2Ev_block_invoke\00"
21 // CHECK-DAG: @__func__.___ZN16ClassBlockConstrC2Ev_block_invoke = private unnamed_addr constant [41 x i8] c"___ZN16ClassBlockConstrC2Ev_block_invoke\00"
28 printf("__func__ %s\n", __func__);
35 printf("__func__ %s\n", __func__);
    [all...]
  /system/bt/service/ipc/binder/
bluetooth_binder_server.cpp 44 VLOG(2) << __func__;
49 VLOG(2) << __func__;
54 VLOG(2) << __func__;
59 VLOG(2) << __func__;
65 VLOG(2) << __func__;
70 VLOG(2) << __func__;
75 VLOG(2) << __func__;
81 VLOG(2) << __func__;
86 VLOG(2) << __func__;
92 VLOG(2) << __func__;
    [all...]
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_proxy.cc 56 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enable;
61 __func__),
65 __func__));
73 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
90 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << bearer;
95 __func__),
99 __func__));
105 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
109 __func__),
113 __func__));
    [all...]
chromeos_device_dbus_adaptor.cc 64 SLOG(this, 2) << __func__ << ": " << name;
70 SLOG(this, 2) << __func__ << ": " << name;
76 SLOG(this, 2) << __func__ << ": " << name;
81 SLOG(this, 2) << __func__ << ": " << name;
87 SLOG(this, 2) << __func__ << ": " << name;
93 SLOG(this, 2) << __func__ << ": " << name;
99 SLOG(this, 2) << __func__ << ": " << name;
105 SLOG(this, 2) << __func__ << ": " << name;
111 SLOG(this, 2) << __func__ << ": " << name;
119 SLOG(this, 2) << __func__ << ": " << name
    [all...]
chromeos_modem_gsm_card_proxy.cc 78 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
93 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
108 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
123 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
140 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enabled;
147 __func__),
151 __func__));
159 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
165 __func__),
169 __func__));
    [all...]
chromeos_mm1_sim_proxy.cc 50 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
55 __func__),
59 __func__));
68 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
74 __func__),
78 __func__));
87 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enabled;
93 __func__),
97 __func__));
106 SLOG(&proxy_->GetObjectPath(), 2) << __func__;
    [all...]
chromeos_service_dbus_adaptor.cc 62 SLOG(this, 2) << __func__ << ": " << name;
68 SLOG(this, 2) << __func__ << ": " << name;
74 SLOG(this, 2) << __func__ << ": " << name;
80 SLOG(this, 2) << __func__ << ": " << name;
86 SLOG(this, 2) << __func__ << ": " << name;
91 SLOG(this, 2) << __func__ << ": " << name;
97 SLOG(this, 2) << __func__ << ": " << name;
103 SLOG(this, 2) << __func__ << ": " << name;
109 SLOG(this, 2) << __func__ << ": " << name;
115 SLOG(this, 2) << __func__;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/utils/
HwcTrace.h 29 #define VTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__)
30 #define DTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__)
31 #define ITRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__)
32 #define WTRACE(fmt,...) ALOGW("%s: " fmt, __func__, ##__VA_ARGS__)
33 #define ETRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__)
38 #define CTRACE() ALOGV("Calling %s", __func__)
39 #define XTRACE() ALOGV("Leaving %s", __func__)
48 #define ATRACE(fmt,...) ALOGV("%s(args): "fmt, __func__, ##__VA_ARGS__);
66 LOG_ALWAYS_FATAL("%s: Object is not initialized! Line = %d", __func__, __LINE__); \
102 LOG_ALWAYS_FATAL("%s: Object is not deinitialized! Line = %d", __func__, __LINE__);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
HwcTrace.h 29 #define VLOGTRACE(fmt,...) ALOGV("%s: " fmt, __func__, ##__VA_ARGS__)
30 #define DLOGTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__)
31 #define ILOGTRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__)
32 #define WLOGTRACE(fmt,...) ALOGW("%s: " fmt, __func__, ##__VA_ARGS__)
33 #define ELOGTRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__)
38 #define CTRACE() ALOGV("Calling %s", __func__)
39 #define XLOGTRACE() ALOGV("Leaving %s", __func__)
48 #define ALOGTRACE(fmt,...) ALOGV("%s(args): " fmt, __func__, ##__VA_ARGS__);
66 LOG_ALWAYS_FATAL("%s: Object is not initialized! Line = %d", __func__, __LINE__); \
102 LOG_ALWAYS_FATAL("%s: Object is not deinitialized! Line = %d", __func__, __LINE__);
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
audio_extn.c 56 ALOGE("%s: snd_card_name passed is NULL", __func__);
62 ALOGE("%s: called on invalid snd card name", __func__);
69 ALOGE("%s: called on invalid snd card name", __func__);
76 ALOGE("%s: called on invalid snd card name", __func__);
82 __func__, in_snd_card_name, device, snd_card, form_factor);
108 ALOGE("%s: Failed getting perf property", __func__);
113 ALOGE("%s: Failed to open perf handle", __func__);
120 ALOGE("%s: Perf lock Acquire NULL", __func__);
127 ALOGE("%s: Perf lock Release NULL", __func__);
131 ALOGD("%s: Perf lock handles Success", __func__);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 89 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
102 CDBG_ERROR("%s Error loading HAL sym %s\n", __func__, dlerror());
107 CDBG("%s: num_cameras = %d\n", __func__, my_cam_app->num_cameras);
208 CDBG_ERROR("%s: mem_info is NULL, return here", __func__);
227 ALOGE("%s: Cache Invalidate failed\n", __func__);
249 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name);
252 CDBG("%s: saving file from address: 0x%x, data offset: %d, length: %d \n", __func__,
272 CDBG("%s: %s size =%d, jobId=%d", __func__, buf, size, index);
326 CDBG("%s: X", __func__);
335 CDBG("%s: E", __func__);
    [all...]
mm_qcamera_dual_test.c 91 CDBG_ERROR("%s:mm_app_open() back camera err=%d\n",__func__, rc);
96 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
103 CDBG_ERROR("%s:mm_app_open() front camera err=%d\n",__func__, rc);
109 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
139 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc);
146 CDBG("%s: startPreview() err=%d\n", __func__, rc);
152 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc)
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 89 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
102 CDBG_ERROR("%s Error loading HAL sym %s\n", __func__, dlerror());
107 CDBG("%s: num_cameras = %d\n", __func__, my_cam_app->num_cameras);
208 CDBG_ERROR("%s: mem_info is NULL, return here", __func__);
227 ALOGE("%s: Cache Invalidate failed\n", __func__);
250 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name);
254 "length: %d \n", __func__, frame->buffer,
276 CDBG("%s: %s size =%zu, jobId=%u", __func__, buf, size, index);
332 CDBG("%s: X", __func__);
341 CDBG("%s: E", __func__);
    [all...]
mm_qcamera_dual_test.c 91 CDBG_ERROR("%s:mm_app_open() back camera err=%d\n",__func__, rc);
96 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
103 CDBG_ERROR("%s:mm_app_open() front camera err=%d\n",__func__, rc);
109 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
139 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc);
146 CDBG("%s: startPreview() err=%d\n", __func__, rc);
152 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc)
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 89 CDBG_ERROR("%s Error opening HAL library %s\n", __func__, dlerror());
102 CDBG_ERROR("%s Error loading HAL sym %s\n", __func__, dlerror());
107 CDBG("%s: num_cameras = %d\n", __func__, my_cam_app->num_cameras);
208 CDBG_ERROR("%s: mem_info is NULL, return here", __func__);
227 ALOGE("%s: Cache Invalidate failed\n", __func__);
250 CDBG_ERROR("%s: cannot open file %s \n", __func__, file_name);
254 "length: %d \n", __func__, frame->buffer,
276 CDBG("%s: %s size =%zu, jobId=%u", __func__, buf, size, index);
332 CDBG("%s: X", __func__);
341 CDBG("%s: E", __func__);
    [all...]
mm_qcamera_dual_test.c 91 CDBG_ERROR("%s:mm_app_open() back camera err=%d\n",__func__, rc);
96 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
103 CDBG_ERROR("%s:mm_app_open() front camera err=%d\n",__func__, rc);
109 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
139 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc);
146 CDBG("%s: startPreview() err=%d\n", __func__, rc);
152 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc)
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 67 CDBG_ERROR("%s:Query Failed: Num of cameras = %d\n",__func__, cam_apps->num_cameras);
73 CDBG_ERROR("%s:mm_app_open() err=%d\n",__func__, rc);
78 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
84 CDBG_ERROR("%s: startPreview() err=%d\n", __func__, rc);
88 CDBG_ERROR("%s: Preview Callback not received in time or qbuf failed\n", __func__);
93 CDBG("%s: startPreview() err=%d\n", __func__, rc);
99 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc);
105 printf("%s: Preview Start/Stop Fails for Camera %d in %d iteration", __func__, i,j);
118 CDBG("%s:END, rc = %d\n", __func__, rc);
131 CDBG_ERROR("%s:mm_app_open() err=%d\n",__func__, rc)
    [all...]
mm_qcamera_dual_test.c 91 CDBG_ERROR("%s:mm_app_open() back camera err=%d\n",__func__, rc);
96 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
103 CDBG_ERROR("%s:mm_app_open() front camera err=%d\n",__func__, rc);
109 CDBG_ERROR("%s:system_dimension_set() err=%d\n",__func__, rc);
116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
139 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc);
146 CDBG("%s: startPreview() err=%d\n", __func__, rc);
152 CDBG_ERROR("%s:mm_app_close() err=%d\n",__func__, rc)
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 32 ALOGE("%s: NULL parameter provided", __func__);
38 ALOGE("%s: couldn't dlopen %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
45 __func__, LIB_DRM_VENDOR, dlerror());
51 __func__, LIB_DRM_VENDOR, dlerror());
57 __func__, LIB_DRM_VENDOR, dlerror());
64 __func__, LIB_DRM_VENDOR, dlerror());
71 __func__, LIB_DRM_VENDOR, dlerror());
85 ALOGE("%s: NULL parameter provided", __func__);
90 ALOGE("%s: couldn't dlcose %s : %s", __func__, LIB_DRM_VENDOR, dlerror());

Completed in 1446 milliseconds

1 2 3 4 5 6 7 8 91011>>