HomeSort by relevance Sort by last modified time
    Searched full:__func__ (Results 1 - 25 of 1230) 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/openssh/
key.c 29 fatal("%s: %s", __func__, ssh_err(r));
38 fatal("%s: failed", __func__);
61 fatal("%s: %s", __func__, ssh_err(r));
71 fatal("%s: %s", __func__, ssh_err(r));
81 fatal("%s: %s", __func__, ssh_err(r));
101 fatal_on_fatal_errors(r, __func__, 0);
102 error("%s: %s", __func__, ssh_err(r));
120 fatal_on_fatal_errors(r, __func__, 0);
121 error("%s: %s", __func__, ssh_err(r));
125 fatal("%s: giant len %zu", __func__, blen)
    [all...]
opacket.c 19 fatal("%s: %s", __func__, ssh_err(r));
29 fatal("%s: %s", __func__, ssh_err(r));
38 fatal("%s: %s", __func__, ssh_err(r));
47 fatal("%s: %s", __func__, ssh_err(r));
56 fatal("%s: %s", __func__, ssh_err(r));
65 fatal("%s: %s", __func__, ssh_err(r));
74 fatal("%s: %s", __func__, ssh_err(r));
84 fatal("%s: %s", __func__, ssh_err(r));
95 fatal("%s: %s", __func__, ssh_err(r));
106 fatal("%s: %s", __func__, ssh_err(r))
    [all...]
bufaux.c 34 error("%s: %s", __func__, ssh_err(ret));
46 fatal("%s: buffer error", __func__);
57 error("%s: %s", __func__, ssh_err(ret));
69 fatal("%s: buffer error", __func__);
80 error("%s: %s", __func__, ssh_err(ret));
92 fatal("%s: buffer error", __func__);
103 fatal("%s: %s", __func__, ssh_err(ret));
112 fatal("%s: %s", __func__, ssh_err(ret));
121 fatal("%s: %s", __func__, ssh_err(ret));
132 error("%s: %s", __func__, ssh_err(ret))
    [all...]
buffer.c 35 fatal("%s: %s", __func__, ssh_err(ret));
45 fatal("%s: %s", __func__, ssh_err(ret));
58 fatal("%s: %s", __func__, ssh_err(ret));
67 error("%s: %s", __func__, ssh_err(ret));
77 fatal("%s: buffer error", __func__);
89 fatal("%s: %s", __func__, ssh_err(ret));
96 fatal("%s: buffer error", __func__);
108 fatal("%s: %s", __func__, ssh_err(ret));
115 fatal("%s: buffer error", __func__);
sandbox-systrace.c 96 debug3("%s: preparing systrace sandbox", __func__);
108 debug3("%s: ready", __func__);
111 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid());
112 debug3("%s: started", __func__);
124 debug3("%s: wait for child %ld", __func__, (long)child_pid);
132 __func__, WTERMSIG(status));
135 __func__, WEXITSTATUS(status));
136 fatal("%s: child not stopped", __func__);
138 debug3("%s: child %ld stopped", __func__, (long)child_pid);
143 fatal("%s: open(\"/dev/systrace\"): %s", __func__,
    [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}}
  /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...]
  /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...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 52 __func__, i, rc);
59 __func__, i, rc);
68 CDBG("%s:END, rc = %d\n", __func__, rc);
84 __func__, i, rc);
92 __func__, i, rc);
99 __func__, i, rc);
107 __func__, i, rc);
116 CDBG("%s:END, rc = %d\n", __func__, rc);
132 __func__, i, rc);
140 __func__, i, 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...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 52 __func__, i, rc);
59 __func__, i, rc);
68 CDBG("%s:END, rc = %d\n", __func__, rc);
84 __func__, i, rc);
92 __func__, i, rc);
99 __func__, i, rc);
107 __func__, i, rc);
116 CDBG("%s:END, rc = %d\n", __func__, rc);
132 __func__, i, rc);
140 __func__, i, 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...]
  /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...]
  /hardware/qcom/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...]
  /hardware/qcom/audio/hal/audio_extn/
hfp.c 76 ALOGV("%s: entry", __func__);
77 ALOGD("%s: (%f)\n", __func__, value);
80 ALOGW("%s: (%f) Under 0.0, assuming 0.0\n", __func__, value);
84 ALOGW("%s: Volume brought with in range (%f)\n", __func__, value);
90 ALOGV("%s: HFP not active, ignoring set_hfp_volume call", __func__);
94 ALOGD("%s: Setting HFP volume to %d \n", __func__, vol);
98 __func__, mixer_ctl_name);
102 ALOGE("%s: Couldn't set HFP Volume: [%d]", __func__, vol);
106 ALOGV("%s: exit", __func__);
117 ALOGD("%s: enter", __func__);
    [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 2762 milliseconds

1 2 3 4 5 6 7 8 91011>>