HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 201 - 225 of 1480) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iptables/extensions/
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)
63 led->delay = strtoul(cb->arg, NULL, 0);
libipt_ah.c 24 static void ah_parse(struct xt_option_call *cb)
26 struct ipt_ah *ahinfo = cb->data;
28 xtables_option_parse(cb);
29 if (cb->nvals == 1)
31 if (cb->invert)
libxt_esp.c 24 static void esp_parse(struct xt_option_call *cb)
26 struct xt_esp *espinfo = cb->data;
28 xtables_option_parse(cb);
29 if (cb->nvals == 1)
31 if (cb->invert)
libxt_osf.c 64 static void osf_parse(struct xt_option_call *cb)
66 struct xt_osf_info *info = cb->data;
68 xtables_option_parse(cb);
69 switch (cb->entry->id) {
71 if (cb->invert)
libxt_policy.c 91 static void policy_parse(struct xt_option_call *cb)
93 struct xt_policy_info *info = cb->data;
96 xtables_option_parse(cb);
97 switch (cb->entry->id) {
99 info->flags |= parse_direction(cb->arg);
102 info->flags |= parse_policy(cb->arg);
112 e->invert.reqid = cb->invert;
113 e->reqid = cb->val.u32;
120 e->invert.spi = cb->invert;
121 e->spi = cb->val.u32
    [all...]
libipt_ECN.c 49 static void ECN_parse(struct xt_option_call *cb)
51 struct ipt_ECN_info *einfo = cb->data;
53 xtables_option_parse(cb);
54 switch (cb->entry->id) {
62 einfo->proto.tcp.cwr = cb->val.u8;
66 einfo->proto.tcp.ece = cb->val.u8;
70 einfo->ip_ect = cb->val.u8;
75 static void ECN_check(struct xt_fcheck_call *cb)
77 if (cb->xflags == 0)
libip6t_HL.c 44 static void HL_parse(struct xt_option_call *cb)
46 struct ip6t_HL_info *info = cb->data;
48 xtables_option_parse(cb);
49 switch (cb->entry->id) {
62 static void HL_check(struct xt_fcheck_call *cb)
64 if (!(cb->xflags & F_ANY))
libipt_NETMAP.c 54 static void NETMAP_parse(struct xt_option_call *cb)
56 struct nf_nat_multi_range *mr = cb->data;
59 xtables_option_parse(cb);
61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip;
62 range->max_ip = range->min_ip | ~cb->val.hmask.ip;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 426 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
427 if (cb != null) {
428 cb.onScreenTurnedOn();
436 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
437 if (cb != null) {
438 cb.onScreenTurnedOff(arg1);
450 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
451 if (cb != null) {
452 cb.onSetBackground(bmp);
464 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get() local
479 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
491 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
596 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
608 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
624 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
650 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
670 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
682 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
707 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
721 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
734 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
750 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
766 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
787 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
801 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
816 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
828 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
    [all...]
  /bootable/recovery/minui/
events.c 37 ev_callback cb; member in struct:fd_info
79 ev_fdinfo[ev_count].cb = input_cb;
90 int ev_add_fd(int fd, ev_callback cb, void *data)
92 if (ev_misc_count == MAX_MISC_FDS || cb == NULL)
97 ev_fdinfo[ev_count].cb = cb;
129 ev_callback cb = ev_fdinfo[n].cb; local
130 if (cb && (ev_fds[n].revents & ev_fds[n].events))
131 cb(ev_fds[n].fd, ev_fds[n].revents, ev_fdinfo[n].data)
    [all...]
  /external/chromium/net/tools/flip_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
758 AlarmCB* cb = i->second; local
    [all...]
  /external/chromium_org/net/tools/flip_server/
epoll_server.cc 117 CB* cb = cb_iter->cb; local
120 if (cb) {
121 cb->OnShutdown(this, fd);
191 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) {
192 CHECK(cb);
200 CB* other_cb = fd_i->cb;
281 CB* cb = fd_i->cb; local
478 AlarmCB* cb = iterator_token->second; local
748 AlarmCB* cb = i->second; local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
local_temp_file.h 58 void OpenWrite(const pp::CompletionCallback& cb);
60 void OpenRead(const pp::CompletionCallback& cb);
62 void Close(const pp::CompletionCallback& cb);
64 void Delete(const pp::CompletionCallback& cb);
67 const pp::CompletionCallback& cb);
temporary_file.cc 48 void TempFile::Open(const pp::CompletionCallback& cb, bool writeable) {
61 core->CallOnMainThread(0, cb, PP_ERROR_FAILED);
84 core->CallOnMainThread(0, cb, PP_ERROR_FAILED);
95 core->CallOnMainThread(0, cb, PP_ERROR_FAILED);
106 core->CallOnMainThread(0, cb, PP_OK);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h 311 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:r600_constbuf_state
488 void evergreen_init_common_regs(struct r600_command_buffer *cb,
640 struct pipe_constant_buffer *cb);
692 static INLINE void r600_store_value(struct r600_command_buffer *cb, unsigned value)
694 cb->buf[cb->atom.num_dw++] = value;
697 static INLINE void r600_store_config_reg_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num)
700 assert(cb->atom.num_dw+2+num <= cb->max_num_dw);
701 cb->buf[cb->atom.num_dw++] = PKT3(PKT3_SET_CONFIG_REG, num, 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 311 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:r600_constbuf_state
488 void evergreen_init_common_regs(struct r600_command_buffer *cb,
640 struct pipe_constant_buffer *cb);
692 static INLINE void r600_store_value(struct r600_command_buffer *cb, unsigned value)
694 cb->buf[cb->atom.num_dw++] = value;
697 static INLINE void r600_store_config_reg_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num)
700 assert(cb->atom.num_dw+2+num <= cb->max_num_dw);
701 cb->buf[cb->atom.num_dw++] = PKT3(PKT3_SET_CONFIG_REG, num, 0)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio_lib.c 164 void BIO_set_callback(BIO *b, long (*cb)(struct bio_st *,int,const char *,int, long,long))
166 b->callback = cb;
193 long (*cb)(BIO *,int,const char *,int,long,long);
201 cb=b->callback;
202 if ((cb != NULL) &&
203 ((i=(int)cb(b,BIO_CB_READ,out,outl,0L,1L)) <= 0))
216 if (cb != NULL)
217 i=(int)cb(b,BIO_CB_READ|BIO_CB_RETURN,out,outl,
225 long (*cb)(BIO *,int,const char *,int,long,long);
230 cb=b->callback
    [all...]
  /external/openssl/crypto/bio/
bio_lib.c 164 void BIO_set_callback(BIO *b, long (*cb)(struct bio_st *,int,const char *,int, long,long))
166 b->callback = cb;
193 long (*cb)(BIO *,int,const char *,int,long,long);
201 cb=b->callback;
202 if ((cb != NULL) &&
203 ((i=(int)cb(b,BIO_CB_READ,out,outl,0L,1L)) <= 0))
216 if (cb != NULL)
217 i=(int)cb(b,BIO_CB_READ|BIO_CB_RETURN,out,outl,
225 long (*cb)(BIO *,int,const char *,int,long,long);
230 cb=b->callback
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java 858 CharBuffer cb = CharBuffer.allocate(10); local
859 CharBuffer cb2 = cb.duplicate();
860 cb.append(cb);
861 assertEquals(10, cb.position());
862 cb.clear();
863 assertEquals(cb2, cb);
865 cb.put("abc");
866 cb2 = cb.duplicate();
867 cb.append(cb)
884 CharBuffer cb = CharBuffer.allocate(1); local
908 CharBuffer cb = CharBuffer.wrap("ABCDE").asReadOnlyBuffer(); local
932 CharBuffer cb = CharBuffer.allocate(2); local
939 CharBuffer cb = CharBuffer.allocate(10); local
948 CharBuffer cb = CharBuffer.allocate(10); local
958 CharBuffer cb = CharBuffer.allocate(10); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y);
452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y);
453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier);
458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y)
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y)
464 struct polygon *poly = (struct polygon*)cb->user_data;
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier)
470 struct polygon *poly = (struct polygon*)cb->user_data;
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y)
476 struct stroker *stroker = (struct stroker*)cb->user_data
659 struct arc_cb cb; local
673 struct arc_cb cb; local
687 struct arc_cb cb; local
701 struct arc_cb cb; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y);
452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y);
453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier);
458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y)
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y)
464 struct polygon *poly = (struct polygon*)cb->user_data;
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier)
470 struct polygon *poly = (struct polygon*)cb->user_data;
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y)
476 struct stroker *stroker = (struct stroker*)cb->user_data
659 struct arc_cb cb; local
673 struct arc_cb cb; local
687 struct arc_cb cb; local
701 struct arc_cb cb; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java 86 CstLiteralBits cb = (CstLiteralBits) cst; local
90 int bits = cb.getIntBits();
93 long bits = cb.getLongBits();
108 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant(); local
113 bits = (short) (cb.getIntBits() >>> 16);
115 bits = (short) (cb.getLongBits() >>> 48);
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21h.java 87 CstLiteralBits cb = (CstLiteralBits) cst; local
91 int bits = cb.getIntBits();
94 long bits = cb.getLongBits();
113 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant(); local
118 bits = (short) (cb.getIntBits() >>> 16);
120 bits = (short) (cb.getLongBits() >>> 48);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21h.java 88 CstLiteralBits cb = (CstLiteralBits) cst; local
92 int bits = cb.getIntBits();
95 long bits = cb.getLongBits();
114 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant(); local
119 bits = (short) (cb.getIntBits() >>> 16);
121 bits = (short) (cb.getLongBits() >>> 48);
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 82 Real cb(0);
85 cb += internal::abs(poly[i]*inv_leading_coeff); }
86 return cb + Real(1);
108 Real cb(1);
110 cb += internal::abs(poly[j]*inv_min_coeff); }
111 return Real(1)/cb;

Completed in 1478 milliseconds

1 2 3 4 5 6 7 891011>>