HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 226 - 250 of 2012) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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)
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)
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.h 24 int vp9_skin_pixel(const uint8_t y, const uint8_t cb, const uint8_t cr);
  /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);
  /external/webrtc/webrtc/base/
asynctcpsocket.cc 127 int AsyncTCPSocketBase::SendTo(const void *pv, size_t cb,
132 return Send(pv, cb, options);
139 int AsyncTCPSocketBase::SendRaw(const void * pv, size_t cb) {
140 if (outpos_ + cb > outsize_) {
145 memcpy(outbuf_ + outpos_, pv, cb);
146 outpos_ += cb;
168 void AsyncTCPSocketBase::AppendToOutBuffer(const void* pv, size_t cb) {
169 ASSERT(outpos_ + cb < outsize_);
170 memcpy(outbuf_ + outpos_, pv, cb);
171 outpos_ += cb;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
gain_quant.c 35 const int16_t *cbPtr, *cb; local
45 cb = WebRtcIlbcfix_kGain[stage];
53 /* Do a binary search, starting in the middle of the CB
55 noMoves - defines the number of steps to move in the CB in order
56 to get next CB location
61 cbPtr = cb + loc; /* Centre of CB */
102 return (int16_t)((scale * cb[loc] + 8192) >> 14);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.h 52 u8 *cb; member in struct:__anon27893
  /hardware/bsp/intel/peripheral/libupm/src/a110x/
a110x.h 93 void installISR(IsrCallback *cb);
  /hardware/bsp/intel/peripheral/libupm/src/rpr220/
rpr220.h 91 void installISR(IsrCallback *cb);
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ec.h 16 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/neteconet/
ec.h 36 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cpp 57 auto cb = GetCallback(client_id); local
59 static_cast<IBluetoothGattClientCallback*>(cb.get()));
75 android::sp<IBluetoothGattClientCallback> cb(
77 cb->OnClientRegistered(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 330 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
331 if (cb != null) {
332 cb.onTrustChanged(userId);
334 cb.onTrustGrantedWithFlags(flags, userId);
368 KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get(); local
369 if (cb != null) {
370 cb.onSimStateChanged(data.subId, data.slotId, data.simState);
375 KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get(); local
376 if (cb != null) {
377 cb.onRefreshCarrierInfo()
384 KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get(); local
411 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
427 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
437 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
450 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
484 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
500 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
526 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
535 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
624 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
947 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
959 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
973 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
984 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
994 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1005 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1019 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1028 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1038 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1221 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1242 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1257 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1276 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1300 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1320 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1345 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1359 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1372 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1388 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1425 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1450 KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get(); local
1466 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1506 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
1519 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
    [all...]
  /libcore/ojluni/src/main/java/java/io/
BufferedWriter.java 70 private char cb[]; field in class:BufferedWriter
105 cb = new char[sz];
129 out.write(cb, 0, nextChar);
144 cb[nextChar++] = (char) c;
195 System.arraycopy(cbuf, b, cb, nextChar, d);
226 s.getChars(b, b + d, cb, nextChar);
268 cb = null;
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
ViewTarget.java 65 * @param cb {@inheritDoc}
68 public void getSize(SizeReadyCallback cb) {
69 sizeDeterminer.getSize(cb);
123 for (SizeReadyCallback cb : cbs) {
124 cb.onSizeReady(width, height);
159 public void getSize(SizeReadyCallback cb) {
162 cb.onSizeReady(view.getWidth(), view.getHeight());
164 cb.onSizeReady(layoutParams.width, layoutParams.height);
175 cb.onSizeReady(width, height);
179 if (!cbs.contains(cb)) {
    [all...]

Completed in 2232 milliseconds

1 2 3 4 5 6 7 8 91011>>