HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 251 - 275 of 1852) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
illegal-member-initialization.cpp 16 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cb'}}
20 const B cb; // expected-note{{declared here}} member in struct:X
  /external/iptables/extensions/
libxt_cpu.c 23 static void cpu_parse(struct xt_option_call *cb)
25 struct xt_cpu_info *cpuinfo = cb->data;
27 xtables_option_parse(cb);
28 if (cb->invert)
libxt_helper.c 23 static void helper_parse(struct xt_option_call *cb)
25 struct xt_helper_info *info = cb->data;
27 xtables_option_parse(cb);
28 if (cb->invert)
libxt_mac.c 31 static void mac_parse(struct xt_option_call *cb)
33 struct xt_mac_info *macinfo = cb->data;
35 xtables_option_parse(cb);
36 if (cb->invert)
libxt_nfacct.c 37 static void nfacct_parse(struct xt_option_call *cb)
39 xtables_option_parse(cb);
40 switch (cb->entry->id) {
42 if (strchr(cb->arg, '\n') != NULL)
libxt_socket.c 26 static void socket_mt_parse(struct xt_option_call *cb)
28 struct xt_socket_mtinfo1 *info = cb->data;
30 xtables_option_parse(cb);
31 switch (cb->entry->id) {
libip6t_ah.c 31 static void ah_parse(struct xt_option_call *cb)
33 struct ip6t_ah *ahinfo = cb->data;
35 xtables_option_parse(cb);
36 switch (cb->entry->id) {
38 if (cb->nvals == 1)
40 if (cb->invert)
44 if (cb->invert)
libip6t_hl.c 31 static void hl_parse(struct xt_option_call *cb)
33 struct ip6t_hl_info *info = cb->data;
35 xtables_option_parse(cb);
36 switch (cb->entry->id) {
38 info->mode = cb->invert ? IP6T_HL_NE : IP6T_HL_EQ;
49 static void hl_check(struct xt_fcheck_call *cb)
51 if (!(cb->xflags & F_ANY))
libipt_ttl.c 28 static void ttl_parse(struct xt_option_call *cb)
30 struct ipt_ttl_info *info = cb->data;
32 xtables_option_parse(cb);
33 switch (cb->entry->id) {
35 info->mode = cb->invert ? IPT_TTL_NE : IPT_TTL_EQ;
46 static void ttl_check(struct xt_fcheck_call *cb)
48 if (!(cb->xflags & F_ANY))
libxt_LED.c 49 static void LED_parse(struct xt_option_call *cb)
51 struct xt_led_info *led = cb->data;
53 xtables_option_parse(cb);
54 switch (cb->entry->id) {
57 strcat(led->id, cb->arg);
60 if (strncasecmp(cb->arg, "inf", 3) == 0)
62 else if (!xtables_strtoui(cb->arg, NULL, &led->delay, 0, UINT32_MAX))
libxt_connlabel.c 32 static void connlabel_mt_parse(struct xt_option_call *cb)
34 struct xt_connlabel_mtinfo *info = cb->data;
37 xtables_option_parse(cb);
39 switch (cb->entry->id) {
41 tmp = nfct_labelmap_get_bit(map, cb->arg);
43 xtables_error(PARAMETER_PROBLEM, "label '%s' not found", cb->arg);
45 if (cb->invert)
libxt_devgroup.c 70 static void devgroup_parse(struct xt_option_call *cb)
72 struct xt_devgroup_info *info = cb->data;
75 xtables_option_parse(cb);
76 switch (cb->entry->id) {
78 devgroup_parse_groupspec(cb->arg, &id, &mask);
82 if (cb->invert)
86 devgroup_parse_groupspec(cb->arg, &id, &mask);
90 if (cb->invert)
146 static void devgroup_check(struct xt_fcheck_call *cb)
148 if (cb->xflags == 0
    [all...]
  /external/lldb/test/lang/cpp/overloaded-functions/
main.cpp 15 int cb; member in struct:C
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_6.opt_test 12 (declare (in) float cb)
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
  /external/skia/include/core/
SkError.h 75 * @param cb The callback function to be invoked. Passing NULL
76 * for cb will revert to the default error callback which
82 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.h 52 u8 *cb; member in struct:__anon38152
  /packages/apps/Camera2/src/com/android/camera/debug/
DebugCameraProxy.java 75 public void reconnect(Handler handler, CameraAgent.CameraOpenCallback cb) {
77 mProxy.reconnect(handler, cb);
117 public void startPreviewWithCallback(Handler h, CameraAgent.CameraStartPreviewCallback cb) {
119 mProxy.startPreviewWithCallback(h, cb);
130 CameraAgent.CameraPreviewDataCallback cb) {
132 mProxy.setPreviewDataCallback(handler, cb);
137 CameraAgent.CameraPreviewDataCallback cb) {
139 mProxy.setOneShotPreviewCallback(handler, cb);
144 CameraAgent.CameraPreviewDataCallback cb) {
146 mProxy.setPreviewDataCallbackWithBuffer(handler, cb);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_ec.h 18 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/neteconet/
ec.h 36 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_ec.h 18 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/neteconet/
ec.h 36 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentViewClient.java 28 WebChromeClient.CustomViewCallback cb = new WebChromeClient.CustomViewCallback() { local
38 onShowCustomViewLegacy(view, cb);
40 onShowCustomView(view, cb);
45 private void onShowCustomViewLegacy(View view, WebChromeClient.CustomViewCallback cb) {
46 mAwContentsClient.onShowCustomView(view, cb);
49 private void onShowCustomView(View view, WebChromeClient.CustomViewCallback cb) {
66 mAwContentsClient.onShowCustomView(viewGroup, cb);
  /bootable/recovery/minui/
events.c 38 ev_callback cb; member in struct:fd_info
96 ev_fdinfo[ev_count].cb = input_cb;
113 int ev_add_fd(int fd, ev_callback cb, void *data)
118 if (ev_misc_count == MAX_MISC_FDS || cb == NULL)
126 ev_fdinfo[ev_count].cb = cb;
165 ev_callback cb = fdi->cb; local
166 if (cb)
167 cb(fdi->fd, polledevents[n].events, fdi->data)
    [all...]
  /external/chromium_org/net/tools/epoll_server/
epoll_server.cc 116 CB* cb = cb_iter->cb; local
119 if (cb) {
120 cb->OnShutdown(this, fd);
190 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) {
191 CHECK(cb);
199 CB* other_cb = fd_i->cb;
280 CB* cb = fd_i->cb; local
477 AlarmCB* cb = iterator_token->second; local
747 AlarmCB* cb = i->second; local
    [all...]
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java 124 public void sendRequest(String action, Bundle params, IRequestCallback cb) {
133 public void registerCallback(final IPlayerCallback cb) throws RemoteException {
134 if (!mCbs.contains(cb)) {
135 mCbs.add(cb);
136 cb.asBinder().linkToDeath(new IBinder.DeathRecipient() {
139 mCbs.remove(cb);
144 cb.onSessionChanged(getSessionToken());
146 mCbs.remove(cb);
152 public void unregisterCallback(IPlayerCallback cb) throws RemoteException {
153 mCbs.remove(cb);
    [all...]

Completed in 564 milliseconds

<<11121314151617181920>>