HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 376 - 400 of 1814) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
link.h 50 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info*, size_t, void*), void*);
  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 170 * \param cb callback information structure.
180 CSTpCallBacks *cb
203 * \param cb callback information structure.
213 CSTpCallBacks *cb
251 * \param cb callback information structure.
260 CSTpCallBacks *cb
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbyfactory.js 18 * @param {function(number, Array.<GnubbyDeviceId>)} cb Enumerate callback
20 GnubbyFactory.prototype.enumerate = function(cb) {
30 * @param {FactoryOpenCallback} cb Called with result of opening the gnubby.
33 GnubbyFactory.prototype.openGnubby = function(which, forEnroll, cb, logMsgUrl) {
43 * @param {FactoryOpenCallback} cb Called with the result of the prerequisite
47 function(gnubby, appIdHash, cb) {
  /external/chromium_org/components/nacl/renderer/
manifest_downloader.cc 20 Callback cb)
23 cb_(cb),
26 CHECK(!cb.is_null());
  /external/chromium_org/mojo/examples/compositor_app/
compositor_app.cc 39 CommandBufferPtr cb; variable
42 native_viewport_id, Size::From(gfx::Size(800, 600)), Get(&cb));
43 host_.reset(new CompositorHost(cb.PassMessagePipe()));
  /external/iptables/extensions/
libip6t_rt.c 102 static void rt_parse(struct xt_option_call *cb)
104 struct ip6t_rt *rtinfo = cb->data;
106 xtables_option_parse(cb);
107 switch (cb->entry->id) {
109 if (cb->invert)
114 if (cb->nvals == 1)
116 if (cb->invert)
121 if (cb->invert)
126 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 ||
133 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 |
    [all...]
libipt_DNAT.c 151 static void DNAT_parse(struct xt_option_call *cb)
153 const struct ipt_entry *entry = cb->xt_entry;
154 struct ipt_natinfo *info = (void *)(*cb->target);
166 xtables_option_parse(cb);
167 switch (cb->entry->id) {
169 if (cb->xflags & F_X_TO_DEST) {
176 *cb->target = parse_to(cb->arg, portok, info);
177 cb->xflags |= F_X_TO_DEST;
185 static void DNAT_fcheck(struct xt_fcheck_call *cb)
    [all...]
libipt_SNAT.c 151 static void SNAT_parse(struct xt_option_call *cb)
153 const struct ipt_entry *entry = cb->xt_entry;
154 struct ipt_natinfo *info = (void *)(*cb->target);
166 xtables_option_parse(cb);
167 switch (cb->entry->id) {
169 if (cb->xflags & F_X_TO_SRC) {
176 *cb->target = parse_to(cb->arg, portok, info);
177 cb->xflags |= F_X_TO_SRC;
185 static void SNAT_fcheck(struct xt_fcheck_call *cb)
    [all...]
libxt_CHECKSUM.c 32 static void CHECKSUM_parse(struct xt_option_call *cb)
34 struct xt_CHECKSUM_info *einfo = cb->data;
36 xtables_option_parse(cb);
libxt_SECMARK.c 32 static void SECMARK_parse(struct xt_option_call *cb)
34 struct xt_secmark_target_info *info = cb->data;
36 xtables_option_parse(cb);
libxt_pkttype.c 77 static void pkttype_parse(struct xt_option_call *cb)
79 struct xt_pkttype_info *info = cb->data;
81 xtables_option_parse(cb);
82 parse_pkttype(cb->arg, info);
83 if (cb->invert)
  /external/llvm/lib/MC/
StringTableBuilder.cpp 21 char cb = b[sizeB - i - 1]; local
22 if (ca != cb)
23 return ca > cb;
  /external/openssl/crypto/rsa/
rsa_gen.c 74 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
81 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
92 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
95 return FIPS_rsa_generate_key_ex(rsa, bits, e_value, cb);
97 return rsa_builtin_keygen(rsa, bits, e_value, cb);
100 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
135 if(!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
140 if(!BN_GENCB_call(cb, 2, n++))
143 if(!BN_GENCB_call(cb, 3, 0))
153 if(!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))
    [all...]
  /external/wpa_supplicant_8/src/ap/
utils.c 18 int (*cb)(void *ctx, const u8 *sa,
35 n->cb = cb;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdWriteMacroblock.s 29 cb RN 4 label
95 LDR cb, [image, #0x10]
118 VLD1 {qRow0, qRow1}, [data]! ;cb rows 0,1,2,3
120 VLD1 {qRow2, qRow3}, [data]! ;cb rows 4,5,6,7
126 VST1 {dRow0}, [cb@64], cwidth
129 VST1 {dRow1}, [cb@64], cwidth
132 VST1 {dRow2}, [cb@64], cwidth
135 VST1 {dRow3}, [cb@64], cwidth
138 VST1 {dRow4}, [cb@64], cwidth
141 VST1 {dRow5}, [cb@64], cwidt
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 173 for (Callback cb : mCallbacks) {
174 cb.onNextAlarmChanged();
179 for (Callback cb : mCallbacks) {
180 cb.onEffectsSupressorChanged();
185 for (Callback cb : mCallbacks) {
186 cb.onZenChanged(zen);
191 for (Callback cb : mCallbacks) {
192 cb.onZenAvailableChanged(available);
197 for (Callback cb : mCallbacks) {
198 cb.onConditionsChanged(conditions)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wabnot.h 22 ULONG cb; member in struct:__anon51460
27 #define CbNOTIFKEY(_lpkey) (offsetof(NOTIFKEY,ab) + (_lpkey)->cb)
28 #define SizedNOTIFKEY(_cb,_name) struct _NOTIFKEY_ ## _name { ULONG cb; BYTE ab[_cb]; } _name
  /external/chromium_org/third_party/libevent/
buffer.c 119 if (inbuf->off != oldoff && inbuf->cb != NULL)
120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg);
121 if (oldoff && outbuf->cb != NULL)
122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg);
166 if (buf->cb != NULL)
167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
313 if (datlen && buf->cb != NULL)
314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
338 if (buf->off != oldoff && buf->cb != NULL)
339 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg)
    [all...]
  /external/openssl/crypto/asn1/
n_pkey.c 110 int (*cb)(char *buf, int len, const char *prompt,
115 int (*cb)(char *buf, int len, const char *prompt,
118 return i2d_RSA_NET(a, pp, cb, 0);
122 int (*cb)(char *buf, int len, const char *prompt, int verify),
199 if (cb == NULL)
200 cb=EVP_read_pw_string;
201 i=cb((char *)buf,256,"Enter Private Key password:",1);
239 int (*cb)(char *buf, int len, const char *prompt,
242 return d2i_RSA_NET(a, pp, length, cb, 0);
246 int (*cb)(char *buf, int len, const char *prompt, int verify)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 1135 struct pipe_constant_buffer cb; local
1861 struct pipe_constant_buffer *cb; local
2156 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 1135 struct pipe_constant_buffer cb; local
1861 struct pipe_constant_buffer *cb; local
2156 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 38 struct CB {
42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { }
45 CB* cb = reinterpret_cast<CB*>(v); local
46 void* cur = cb->last_id_ptr->NoBarrier_Load();
47 ASSERT_EQ(cb->id-1, reinterpret_cast<uintptr_t>(cur));
48 cb->last_id_ptr->Release_Store(reinterpret_cast<void*>(cb->id));
53 CB cb1(&last_id, 1)
    [all...]
  /external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h 40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
43 , ULONG cb
94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
97 , ULONG cb
122 , ULONG cb
  /external/chromium_org/third_party/skia/src/core/
SkError.cpp 65 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context) {
66 SkErrorInternals::SetErrorCallback(cb, context);
74 void SkErrorInternals::SetErrorCallback(SkErrorCallbackFunction cb, void *context) {
75 if (cb == NULL) {
78 THREAD_ERROR_CALLBACK = cb;
  /external/elfutils/0.153/libdwfl/
dwfl_build_id_find_elf.c 86 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks; local
88 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
91 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)

Completed in 5430 milliseconds

<<11121314151617181920>>