HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 351 - 375 of 1492) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 69 cb = CallBack(callback)
70 f(self.wrap(2**18), self.wrap(cb))
86 cb = MyCallback(callback)
88 result = f(self.wrap(-10), self.wrap(cb))
93 cb = MyCallback(callback)
95 result = f(self.wrap(-10), self.wrap(cb))
98 result = f(self.wrap(-10), self.wrap(cb))
105 cb = AnotherCallback(callback)
106 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
124 cb = MyCallback(callback
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 54 ColorBuffer *cb = new ColorBuffer(); local
57 s_gl.glGenTextures(1, &cb->m_tex);
58 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_tex);
78 s_gl.glGenTextures(1, &cb->m_blitTex);
79 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_blitTex);
90 cb->m_width = p_width;
91 cb->m_height = p_height;
92 cb->m_internalFormat = texInternalFormat;
95 cb->m_eglImage = s_egl.eglCreateImageKHR(fb->getDisplay(),
98 (EGLClientBuffer)cb->m_tex
    [all...]
  /external/jpeg/
jdcolor.c 25 int * Cb_b_tab; /* => table for Cb to B conversion */
27 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
56 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
60 * G = Y - 0.34414 * Cb - 0.71414 * Cr
61 * B = Y + 1.77200 * Cb
62 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
72 * by precalculating the constants times Cb and Cr for all possible values.
77 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
114 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
118 /* Cb=>B value is nearest int to 1.77200 * x *
146 register int y, cb, cr; local
187 register int y, cb, cr; local
228 register int y, cb, cr; local
300 register int y, cb, cr; local
696 register int y, cb, cr; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 23 int * Cb_b_tab; /* => table for Cb to B conversion */
25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
54 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
58 * G = Y - 0.34414 * Cb - 0.71414 * Cr
59 * B = Y + 1.77200 * Cb
60 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
70 * by precalculating the constants times Cb and Cr for all possible values.
75 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
112 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
116 /* Cb=>B value is nearest int to 1.77200 * x *
144 register int y, cb, cr; local
185 register int y, cb, cr; local
226 register int y, cb, cr; local
298 register int y, cb, cr; local
694 register int y, cb, cr; local
    [all...]
  /external/chromium_org/base/
callback_unittest.cc 130 cb(Bind(&TestForReentrancy::AssertCBIsNull, Unretained(this))) {
133 ASSERT_TRUE(cb.is_null());
137 Closure cb; member in struct:base::__anon6128::TestForReentrancy
142 ASSERT_FALSE(tfr.cb.is_null());
144 ResetAndReturn(&tfr.cb).Run();
145 ASSERT_TRUE(tfr.cb.is_null());
  /external/chromium_org/cc/test/
test_context_provider.cc 179 const LostContextCallback& cb) {
181 DCHECK(lost_context_callback_.is_null() || cb.is_null());
182 lost_context_callback_ = cb;
186 const MemoryPolicyChangedCallback& cb) {
188 DCHECK(memory_policy_changed_callback_.is_null() || cb.is_null());
189 memory_policy_changed_callback_ = cb;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp 61 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement(); local
62 if (cb == pos.deprecatedNode())
63 appendNode(node, cb);
73 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement(); local
74 if (cb == pos.deprecatedNode())
75 appendNode(node, cb);
  /external/iptables/extensions/
libip6t_hbh.c 102 static void hbh_parse(struct xt_option_call *cb)
104 struct ip6t_opts *optinfo = cb->data;
106 xtables_option_parse(cb);
107 switch (cb->entry->id) {
109 if (cb->invert)
113 optinfo->optsnr = parse_options(cb->arg, optinfo->opts);
libip6t_ipv6header.c 159 static void ipv6header_parse(struct xt_option_call *cb)
161 struct ip6t_ipv6header_info *info = cb->data;
163 xtables_option_parse(cb);
164 switch (cb->entry->id) {
166 if (!(info->matchflags = parse_header(cb->arg)))
168 if (cb->invert)
libipt_MASQUERADE.c 74 static void MASQUERADE_parse(struct xt_option_call *cb)
76 const struct ipt_entry *entry = cb->xt_entry;
78 struct nf_nat_multi_range *mr = cb->data;
89 xtables_option_parse(cb);
90 switch (cb->entry->id) {
95 parse_ports(cb->arg, mr);
libipt_SAME.c 73 static void SAME_parse(struct xt_option_call *cb)
75 struct ipt_same_info *mr = cb->data;
78 xtables_option_parse(cb);
79 switch (cb->entry->id) {
86 parse_to(cb->arg, &mr->range[mr->rangesize]);
88 if (cb->xflags & F_RANDOM)
libxt_CT.c 99 static void ct_parse(struct xt_option_call *cb)
101 struct xt_ct_target_info *info = cb->data;
103 xtables_option_parse(cb);
104 switch (cb->entry->id) {
109 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg);
112 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg);
libxt_udp.c 46 static void udp_parse(struct xt_option_call *cb)
48 struct xt_udp *udpinfo = cb->data;
50 xtables_option_parse(cb);
51 switch (cb->entry->id) {
53 if (cb->invert)
57 if (cb->invert)
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 155 public void registerCallback(IBordeauxServiceCallback cb) {
156 if (cb != null) mCallbacks.register(cb);
159 public void unregisterCallback(IBordeauxServiceCallback cb) {
160 if (cb != null) mCallbacks.unregister(cb);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 83 CstLiteralBits cb = (CstLiteralBits) cst; local
85 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
Form21s.java 82 CstLiteralBits cb = (CstLiteralBits) cst; local
84 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
Form22b.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits());
Form22s.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
  /external/chromium_org/base/win/
startup_information.cc 44 startup_info_.StartupInfo.cb = sizeof(STARTUPINFO);
48 startup_info_.StartupInfo.cb = sizeof(startup_info_);
76 if (startup_info_.StartupInfo.cb != sizeof(startup_info_) ||
  /external/libnl-headers/netlink/
cache.h 82 void (*cb)(struct nl_object *,
87 void (*cb)(struct
98 extern void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *);
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 62 virtual int Send(const void *pv, size_t cb);
63 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr);
64 virtual int Recv(void *pv, size_t cb);
65 virtual int RecvFrom(void *pv, size_t cb, SocketAddress *paddr);
  /external/chromium_org/chrome_frame/
urlmon_upload_data_stream.h 33 STDMETHOD(Read)(void* pv, ULONG cb, ULONG* read);
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncudpsocket.cc 79 int AsyncUDPSocket::Send(const void *pv, size_t cb, DiffServCodePoint dscp) {
80 return socket_->Send(pv, cb);
84 int AsyncUDPSocket::SendTo(const void *pv, size_t cb,
86 return socket_->SendTo(pv, cb, addr);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
asyncstuntcpsocket.h 50 virtual int Send(const void* pv, size_t cb,
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_int.h 103 ENGINE_CLEANUP_CB *cb; member in struct:st_engine_cleanup_item
106 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);
107 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);
131 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb, void *arg);

Completed in 786 milliseconds

<<11121314151617181920>>