HomeSort by relevance Sort by last modified time
    Searched defs:cb (Results 51 - 75 of 733) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lldb/test/lang/cpp/overloaded-functions/
main.cpp 15 int cb; member in struct:C
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 65 struct pipe_constant_buffer cb; local
80 cb.buffer = NULL;
81 cb.user_buffer = NULL;
83 params->ParameterValues, &cb.buffer_offset, &cb.buffer);
86 cb.buffer = NULL;
87 cb.user_buffer = params->ParameterValues;
88 cb.buffer_offset = 0;
90 cb.buffer_size = paramBytes;
99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
    [all...]
  /external/openssl/crypto/dsa/
dsagen.c 80 int cb(int p, int n) function
106 dsa=DSA_generate_parameters(1024,seed,20,&counter,&h,cb,bio_err);
  /external/qemu/distrib/libselinux/src/
callbacks.c 75 selinux_set_callback(int type, union selinux_callback cb)
79 selinux_log = cb.func_log;
82 selinux_audit = cb.func_audit;
85 selinux_validate = cb.func_validate;
88 selinux_netlink_setenforce = cb.func_setenforce;
91 selinux_netlink_policyload = cb.func_policyload;
100 union selinux_callback cb; local
104 cb.func_log = selinux_log;
107 cb.func_audit = selinux_audit;
110 cb.func_validate = selinux_validate
    [all...]
  /external/skia/tests/
ErrorTest.cpp 25 static void cb(SkError err, void *context) { function
38 SkSetErrorCallback(cb, &context);
  /external/valgrind/main/memcheck/tests/vbit-test/
valgrind.c 12 IRICB cb; local
14 cb.op = op->op;
15 cb.result = (HWord)&data->result.value;
16 cb.opnd1 = (HWord)&data->opnds[0].value;
17 cb.opnd2 = (HWord)&data->opnds[1].value;
18 cb.opnd3 = (HWord)&data->opnds[2].value;
19 cb.opnd4 = (HWord)&data->opnds[3].value;
20 cb.t_result = data->result.type;
21 cb.t_opnd1 = data->opnds[0].type;
22 cb.t_opnd2 = data->opnds[1].type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certbase.h 33 unsigned __LONG32 cb; member in struct:_CERTTRANSBLOB
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterHelper.java 106 Checkable cb = (Checkable) view; local
113 resolvedRef, ViewAttribute.IS_CHECKED, cb.isChecked());
120 cb.setChecked((Boolean) value);
  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 110 public void startNetworkQuery(INetworkQueryServiceCallback cb) {
111 if (cb != null) {
114 mCallbacks.register(cb);
115 if (DBG) log("registering callback " + cb.getClass().toString());
141 public void stopNetworkQuery(INetworkQueryServiceCallback cb) {
148 if (cb != null) {
150 if (DBG) log("unregistering callback " + cb.getClass().toString());
151 mCallbacks.unregister(cb);
204 INetworkQueryServiceCallback cb = mCallbacks.getBroadcastItem(i); local
205 if (DBG) log("broadcasting results to " + cb.getClass().toString())
    [all...]
  /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/content/browser/dom_storage/
dom_storage_session.cc 142 SessionStorageNamespace::MergeResultCallback cb = local
155 cb));
  /external/chromium_org/media/base/
bind_to_current_loop_unittest.cc 50 base::Closure cb = BindToCurrentLoop(base::Bind( local
52 cb.Run();
60 base::Callback<void(bool)> cb = BindToCurrentLoop(base::Bind( local
62 cb.Run(true);
71 base::Closure cb = BindToCurrentLoop(base::Bind( local
73 cb.Run();
82 base::Callback<void(scoped_ptr<bool>)> cb = BindToCurrentLoop(base::Bind( local
84 cb.Run(scoped_ptr_bool.Pass());
94 base::Closure cb = BindToCurrentLoop(base::Bind( local
97 cb.Run()
107 base::Callback<void(scoped_ptr<bool[]>)> cb = BindToCurrentLoop(base::Bind( local
120 base::Closure cb = BindToCurrentLoop(base::Bind( local
134 base::Callback<void(scoped_ptr<bool, base::FreeDeleter>)> cb = local
147 base::Closure cb = BindToCurrentLoop(base::Bind( local
158 base::Callback<void(int, int)> cb = BindToCurrentLoop(base::Bind( local
    [all...]
  /external/chromium_org/media/cast/transport/transport/
udp_transport_unittest.cc 49 base::Closure cb; local
50 transport->SendPacket(new base::RefCountedData<Packet>(packet), cb);
89 base::Closure cb; local
90 send_transport.SendPacket(new base::RefCountedData<Packet>(packet), cb);
  /external/chromium_org/remoting/host/setup/
host_starter.cc 186 CompletionCallback cb = on_done_; local
188 cb.Run(START_COMPLETE);
197 CompletionCallback cb = on_done_; local
201 cb.Run(START_ERROR);
203 cb.Run(OAUTH_ERROR);
213 CompletionCallback cb = on_done_; local
217 cb.Run(START_ERROR);
219 cb.Run(NETWORK_ERROR);
229 CompletionCallback cb = on_done_; local
231 cb.Run(START_ERROR)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
gendh.c 85 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
91 BN_GENCB cb; local
104 BN_GENCB_set(&cb, dh_cb, bio_err);
203 if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb))
220 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
228 BIO_write(cb->arg,&c,1);
229 (void)BIO_flush(cb->arg);
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dhtest.c 92 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
120 BN_GENCB_set(&_cb, &cb, out);
211 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg) function
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 45 C<bool> cb; variable
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
PreloadTarget.java 29 public void getSize(SizeReadyCallback cb) {
30 cb.onSizeReady(width, height);
  /external/openssl/apps/
gendh.c 85 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
91 BN_GENCB cb; local
104 BN_GENCB_set(&cb, dh_cb, bio_err);
203 if(((dh = DH_new()) == NULL) || !DH_generate_parameters_ex(dh, num, g, &cb))
220 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
228 BIO_write(cb->arg,&c,1);
229 (void)BIO_flush(cb->arg);
  /external/openssl/crypto/dh/
dhtest.c 92 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
120 BN_GENCB_set(&_cb, &cb, out);
211 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg) function
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PanoramaMetadataSupport.java 68 for (PanoramaSupportCallback cb : mCallbacksWaiting) {
69 cb.panoramaInfoAvailable(mMediaObject, false, false);
85 for (PanoramaSupportCallback cb : mCallbacksWaiting) {
86 cb.panoramaInfoAvailable(mMediaObject, mPanoramaMetadata.mUsePanoramaViewer,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_ec.h 18 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec

Completed in 656 milliseconds

1 23 4 5 6 7 8 91011>>