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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 74 RTRT::registerTerminationCallback (CallbackBase_1Data < MantaInterface * >*cb)
76 return cb;
84 callback_t *cb = static_cast < callback_t * >(callback); local
85 find (parallelPreRenderCallbacks.end (), cb);
  /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)
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:__anon29193
  /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(
  /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;

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 91011>>