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

<<11121314151617181920>>

  /external/libjpeg-turbo/
jdmrgext.c 31 int cb, cr; local
50 cb = GETJSAMPLE(*inptr1++);
53 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
54 cblue = Cbbtab[cb];
75 cb = GETJSAMPLE(*inptr1);
78 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS);
79 cblue = Cbbtab[cb];
104 int cb, cr; local
125 cb = GETJSAMPLE(*inptr1++);
128 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS)
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 337 static void conntrack_parse(struct xt_option_call *cb)
339 struct xt_conntrack_info *sinfo = cb->data;
341 xtables_option_parse(cb);
342 switch (cb->entry->id) {
344 parse_states(cb->arg, sinfo);
345 if (cb->invert)
349 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum = cb->val.protocol;
350 if (cb->invert)
360 if (cb->invert)
362 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip
    [all...]
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))
libip6t_NETMAP.c 37 static void NETMAP_parse(struct xt_option_call *cb)
39 struct nf_nat_range *range = cb->data;
42 xtables_option_parse(cb);
45 range->min_addr.ip6[i] = cb->val.haddr.ip6[i] &
46 cb->val.hmask.ip6[i];
48 ~cb->val.hmask.ip6[i];
libipt_NETMAP.c 54 static void NETMAP_parse(struct xt_option_call *cb)
56 struct nf_nat_ipv4_multi_range_compat *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;
libipt_TTL.c 43 static void TTL_parse(struct xt_option_call *cb)
45 struct ipt_TTL_info *info = cb->data;
47 xtables_option_parse(cb);
48 switch (cb->entry->id) {
61 static void TTL_check(struct xt_fcheck_call *cb)
63 if (!(cb->xflags & F_ANY))
libxt_TCPMSS.c 56 static void TCPMSS_parse(struct xt_option_call *cb)
58 struct xt_tcpmss_info *mssinfo = cb->data;
60 xtables_option_parse(cb);
61 if (cb->entry->id == O_CLAMP_MSS)
65 static void TCPMSS_check(struct xt_fcheck_call *cb)
67 if (cb->xflags == 0)
libxt_ipcomp.c 27 static void comp_parse(struct xt_option_call *cb)
29 struct xt_ipcomp *compinfo = cb->data;
31 xtables_option_parse(cb);
32 switch (cb->entry->id) {
34 if (cb->nvals == 1)
36 if (cb->invert)
libxt_TPROXY.c 121 static void tproxy_tg0_parse(struct xt_option_call *cb)
123 struct xt_tproxy_target_info *info = cb->data;
125 xtables_option_parse(cb);
126 switch (cb->entry->id) {
128 info->mark_value = cb->val.mark;
129 info->mark_mask = cb->val.mask;
132 info->laddr = cb->val.haddr.ip;
137 static void tproxy_tg1_parse(struct xt_option_call *cb)
139 struct xt_tproxy_target_info_v1 *info = cb->data;
141 xtables_option_parse(cb);
    [all...]
libxt_connlimit.c 57 static void connlimit_parse(struct xt_option_call *cb, uint8_t family)
59 struct xt_connlimit_info *info = cb->data;
60 const unsigned int revision = (*cb->match)->u.user.revision;
62 xtables_option_parse(cb);
63 switch (cb->entry->id) {
65 if (cb->invert)
69 if (!cb->invert)
89 static void connlimit_parse4(struct xt_option_call *cb)
91 return connlimit_parse(cb, NFPROTO_IPV4);
94 static void connlimit_parse6(struct xt_option_call *cb)
    [all...]
libxt_CONNMARK.c 137 static void CONNMARK_parse(struct xt_option_call *cb)
139 struct xt_connmark_target_info *markinfo = cb->data;
141 xtables_option_parse(cb);
142 switch (cb->entry->id) {
145 markinfo->mark = cb->val.mark;
146 markinfo->mask = cb->val.mask;
155 markinfo->mask = cb->val.u32;
160 static void connmark_tg_parse(struct xt_option_call *cb)
162 struct xt_connmark_tginfo1 *info = cb->data;
164 xtables_option_parse(cb);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedImageDrawableTest.java 166 Callback cb = new Callback(drawable); local
167 drawable.registerAnimationCallback(cb);
176 Callback cb = new Callback(drawable);
177 drawable.registerAnimationCallback(cb);
178 assertTrue(drawable.unregisterAnimationCallback(cb));
181 assertFalse(drawable.unregisterAnimationCallback(cb));
201 for (Callback cb : callbacks) {
202 drawable.registerAnimationCallback(cb);
208 for (Callback cb : callbacks) {
210 assertFalse(drawable.unregisterAnimationCallback(cb));
231 Callback cb = new Callback(drawable); local
255 Callback cb = new Callback(drawable); local
287 Callback cb = new Callback(drawable); local
327 Callback cb = new Callback(drawable); local
345 Callback cb = new Callback(drawable); local
371 Callback cb = new Callback(drawable); local
396 Callback cb = new Callback(drawable); 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/adhd/cras/src/server/
cras_ramp.c 32 * cb: Callback function to call after ramping is done.
33 * cb_data: Data passed to cb.
41 void (*cb)(void *data); member in struct:cras_ramp
71 cras_ramp_cb cb, void *cb_data)
100 ramp->cb = cb;
146 if (ramp->cb)
147 ramp->cb(ramp->cb_data);
cras_hfp_info.h 18 void (*cb)(void *data); member in struct:hfp_packet_size_changed_callback
102 * cb - The callback function to call.
106 void (*cb)(void *data),
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 83 Real cb(0);
86 cb += abs(poly[i]*inv_leading_coeff); }
87 return cb + Real(1);
110 Real cb(1);
112 cb += abs(poly[j]*inv_min_coeff); }
113 return Real(1)/cb;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCamera.java 88 public void setPreviewCallback(Camera.PreviewCallback cb) {
89 previewCallback = cb;
93 public void setOneShotPreviewCallback(Camera.PreviewCallback cb) {
94 previewCallback = cb;
98 public void setPreviewCallbackWithBuffer(Camera.PreviewCallback cb) {
99 previewCallback = cb;
  /external/adhd/cras/src/libcras/
cras_client.h 302 * cb - The thread priority callback.
305 cras_thread_priority_cb_t cb);
488 * cb - A function to call when the data is received.
493 struct cras_client *client, void (*cb)(struct cras_client *));
    [all...]
  /libcore/ojluni/src/main/java/java/io/
Console.java 407 private char[] cb; field in class:Console.LineReader
412 cb = new char[1024];
438 n = in.read(cb, 0, cb.length);
443 if (n < cb.length &&
444 cb[n-1] != '\n' && cb[n-1] != '\r') {
458 if (leftoverLF && cbuf == rcb && cb[nextChar] == '\n') {
467 c = cbuf[off++] = cb[nextChar];
468 cb[nextChar++] = 0
    [all...]
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetEncoder.java 370 CharBuffer cb = CharBuffer.allocate((int)(bb.remaining() local
372 CoderResult cr = dec.decode(bb, cb, true);
975 CharBuffer cb = CharBuffer.allocate(1); local
1007 CharBuffer cb; local
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
KernelUidCpuClusterTimeReaderTest.java 64 VerifiableCallback cb = new VerifiableCallback(); local
72 mReader.readDelta(cb);
74 cb.verify(uids[i], getTotal(clusters, times[i]));
76 cb.verifyNoMoreInteractions();
79 cb.clear();
83 mReader.readDelta(cb);
85 cb.verify(uids[i], getTotal(clusters, subtract(times1[i], times[i])));
87 cb.verifyNoMoreInteractions();
90 cb.clear();
93 mReader.readDelta(cb);
118 VerifiableCallback cb = new VerifiableCallback(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 75 public void registerCallback(IRemoteServiceCallback cb) {
76 if (cb != null) mCallbacks.register(cb);
78 public void unregisterCallback(IRemoteServiceCallback cb) {
79 if (cb != null) mCallbacks.unregister(cb);
121 CheckBox cb = (CheckBox)mActivity.findViewById(bind); local
122 cb.setOnClickListener(mBindListener);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiCoreEntryPoint/
PeiCoreEntryPoint.inf 20 FILE_GUID = b3b0654a-969d-4096-86cb-27e262a02083
  /external/boringssl/src/crypto/pem/
pem_oth.c 73 pem_password_cb *cb, void *u)
80 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))

Completed in 5164 milliseconds

<<11121314151617181920>>