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

<<11121314151617181920>>

  /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 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/iptables/extensions/
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_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_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...]
  /external/robolectric/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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
WifiTile.java 98 CallbackInfo cb = (CallbackInfo) arg;
100 boolean wifiConnected = cb.enabled && (cb.wifiSignalIconId > 0) && (cb.enabledDesc != null);
101 boolean wifiNotConnected = (cb.wifiSignalIconId > 0) && (cb.enabledDesc == null);
102 boolean enabledChanging = state.enabled != cb.enabled;
104 mDetailAdapter.setItemsVisible(cb.enabled);
105 fireToggleStateChanged(cb.enabled);
107 state.enabled = cb.enabled
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_gen.c 90 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
102 counter_ret, h_ret, cb);
108 counter_ret, h_ret, cb);
128 seed_in, seed_len, NULL, counter_ret, h_ret, cb);
135 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
201 if(!BN_GENCB_call(cb, 0, m++))
240 seed_is_random, cb);
250 if(!BN_GENCB_call(cb, 2, 0)) goto err;
251 if(!BN_GENCB_call(cb, 3, 0)) goto err;
261 if ((counter != 0) && !BN_GENCB_call(cb, 0, counter)
    [all...]
  /external/openssl/crypto/dsa/
dsa_gen.c 90 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
102 counter_ret, h_ret, cb);
108 counter_ret, h_ret, cb);
128 seed_in, seed_len, NULL, counter_ret, h_ret, cb);
135 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
201 if(!BN_GENCB_call(cb, 0, m++))
240 seed_is_random, cb);
250 if(!BN_GENCB_call(cb, 2, 0)) goto err;
251 if(!BN_GENCB_call(cb, 3, 0)) goto err;
261 if ((counter != 0) && !BN_GENCB_call(cb, 0, counter)
    [all...]
  /external/qemu/block/
raw.c 93 BlockDriverCompletionFunc *cb, void *opaque)
95 return bdrv_aio_readv(bs->file, sector_num, qiov, nb_sectors, cb, opaque);
100 BlockDriverCompletionFunc *cb; member in struct:RawScrubberBounce
110 b->cb(b->opaque, ret);
112 b->cb(b->opaque, ret + 512);
121 BlockDriverCompletionFunc *cb, void *opaque)
151 b->cb = cb;
165 return bdrv_aio_writev(bs->file, sector_num, qiov, nb_sectors, cb, opaque);
178 BlockDriverCompletionFunc *cb, void *opaque
    [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);
  /external/chromium_org/cc/resources/
texture_mailbox_deleter_unittest.cc 30 scoped_ptr<SingleReleaseCallback> cb = local
43 cb->Run(0, false);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbyfactory.js 18 * @param {function(number, Array.<llGnubbyDeviceId>)} cb Enumerate callback
20 GnubbyFactory.prototype.enumerate = function(cb) {
27 * @param {function(number, usbGnubby=)} cb Called with result of opening the
31 GnubbyFactory.prototype.openGnubby = function(which, forEnroll, cb, logMsgUrl) {
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view_unittest.cc 37 CryptoModulePasswordCallback cb(
40 CreateCryptoDialog(cb);
  /external/chromium_org/net/quic/crypto/
local_strike_register_client.cc 33 StringPiece nonce, QuicWallTime now, ResultCallback* cb) {
45 cb->Run(nonce_is_valid_and_unique);
  /external/chromium_org/ppapi/api/trusted/
ppb_url_loader_trusted.idl 49 [in] PP_URLLoaderTrusted_StatusCallback cb);
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncudpsocket.h 55 virtual int Send(const void *pv, size_t cb,
57 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr,
schanneladapter.h 46 virtual int Send(const void* pv, size_t cb);
47 virtual int Recv(void* pv, size_t cb);
socketadapters.h 53 virtual int Send(const void* pv, size_t cb);
54 virtual int Recv(void* pv, size_t cb);
57 int DirectSend(const void* pv, size_t cb) {
58 return AsyncSocketAdapter::Send(pv, cb);
239 virtual int Send(const void *pv, size_t cb);
240 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr);
241 virtual int Recv(void *pv, size_t cb);
242 virtual int RecvFrom(void *pv, size_t cb, SocketAddress *paddr);
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem.h 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
225 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
242 unsigned char *kstr, int klen, pem_password_cb *cb, \
245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
250 unsigned char *kstr, int klen, pem_password_cb *cb, \
253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
261 return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \
278 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u);
    [all...]
pem_oth.c 71 pem_password_cb *cb, void *u)
78 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pem.h 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
225 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
242 unsigned char *kstr, int klen, pem_password_cb *cb, \
245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
250 unsigned char *kstr, int klen, pem_password_cb *cb, \
253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
261 return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \
278 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u);
    [all...]

Completed in 1319 milliseconds

<<11121314151617181920>>