HomeSort by relevance Sort by last modified time
    Searched defs:cb (Results 326 - 350 of 590) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/libevent/
event.h 347 @param cb a function taking two arguments: an integer severity between
348 _EVENT_LOG_DEBUG and _EVENT_LOG_ERR, and a string. If cb is NULL,
351 void event_set_log_callback(event_log_cb cb);
469 @param cb callback function
472 #define evtimer_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg)
497 * @param cb the callback to be invoked when the timeout expires
500 #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg)
514 #define signal_set(ev, x, cb, arg)
734 void (*cb)(struct evbuffer *, size_t, size_t, void *); member in struct:evbuffer
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClient.java 158 WebChromeClient.CustomViewCallback cb = new WebChromeClient.CustomViewCallback() { local
166 AwContentsClient.this.onShowCustomView(view, cb);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 676 ui::Clipboard* cb = ui::Clipboard::GetForCurrentThread(); local
678 cb->ReadText(ui::Clipboard::BUFFER_STANDARD, &selected_text);
  /external/chromium_org/media/base/
pipeline_unittest.cc 712 base::Callback<void(PipelineStatus)> cb = base::Bind( local
715 .WillByDefault(Invoke(&cb, &base::Callback<void(PipelineStatus)>::Run));
    [all...]
  /external/chromium_org/net/tools/flip_server/
epoll_server.cc 117 CB* cb = cb_iter->cb; local
120 if (cb) {
121 cb->OnShutdown(this, fd);
191 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) {
192 CHECK(cb);
200 CB* other_cb = fd_i->cb;
281 CB* cb = fd_i->cb; local
478 AlarmCB* cb = iterator_token->second; local
748 AlarmCB* cb = i->second; local
    [all...]
epoll_server.h 123 typedef EpollCallbackInterface CB;
161 // cb - an instance of a subclass of EpollCallbackInterface
165 virtual void RegisterFD(int fd, CB* cb, int event_mask);
174 // cb - an instance of a subclass of EpollCallbackInterface
175 virtual void RegisterFDForWrite(int fd, CB* cb);
184 // cb - an instance of a subclass of EpollCallbackInterface
185 virtual void RegisterFDForReadWrite(int fd, CB* cb);
541 mutable EpollCallbackInterface* cb; member in struct:net::EpollServer::CBAndEventMask
    [all...]
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 332 pp::CompletionCallback cb = callback_factory_.NewCallback( local
334 decoder_->Flush(cb);
349 pp::CompletionCallback cb = local
354 decoder_->Decode(bitstream_buffer, cb);
454 pp::CompletionCallback cb = local
458 assert(context_->SwapBuffers(cb) == PP_OK_COMPLETIONPENDING);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 418 pp::CompletionCallback cb = callback_factory_.NewCallback( local
420 cached_nexe_file_->OpenWrite(cb);
486 pp::CompletionCallback cb = callback_factory_.NewCallback( local
488 cached_nexe_file_->write_file_io()->Write(cur_offset, buf, num_read, cb);
545 pp::CompletionCallback cb = callback_factory_.NewCallback( local
550 cached_nexe_file_->write_file_io()->Write(next_offset, buf, num_read, cb);
558 pp::CompletionCallback cb = callback_factory_.NewCallback( local
560 cached_nexe_file_->Delete(cb);
564 pp::CompletionCallback cb = local
566 cached_nexe_file_->Rename(pnacl_options_.GetCacheKey(), cb);
635 pp::CompletionCallback cb = local
717 pp::CompletionCallback cb = local
779 pp::CompletionCallback cb = local
831 pp::CompletionCallback cb = local
872 pp::CompletionCallback cb = local
897 pp::CompletionCallback cb = local
931 pp::CompletionCallback cb = local
966 pp::CompletionCallback cb = local
1083 pp::CompletionCallback cb = local
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 958 pp::CompletionCallback cb = callback_factory_.NewCallback( local
    [all...]
  /external/chromium_org/third_party/libevent/
event.h 347 @param cb a function taking two arguments: an integer severity between
348 _EVENT_LOG_DEBUG and _EVENT_LOG_ERR, and a string. If cb is NULL,
351 void event_set_log_callback(event_log_cb cb);
469 @param cb callback function
472 #define evtimer_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg)
497 * @param cb the callback to be invoked when the timeout expires
500 #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg)
514 #define signal_set(ev, x, cb, arg)
734 void (*cb)(struct evbuffer *, size_t, size_t, void *); member in struct:evbuffer
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 474 struct pipe_constant_buffer cb; local
491 cb = *_cb;
492 cb.buffer = galahad_resource_unwrap(_cb->buffer);
498 _cb ? &cb : NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 438 struct pipe_constant_buffer cb; local
442 cb = *_cb;
443 cb.buffer = identity_resource_unwrap(_cb->buffer);
449 _cb ? &cb : NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 627 struct pipe_constant_buffer cb; local
631 cb = *_cb;
632 cb.buffer = rbug_resource_unwrap(_cb->buffer);
639 _cb ? &cb : NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 754 struct pipe_constant_buffer cb; local
757 cb = *constant_buffer;
758 cb.buffer = trace_resource_unwrap(tr_ctx, constant_buffer->buffer);
777 constant_buffer ? &cb : NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 264 ID3D11Buffer* cb; member in struct:d3d11gears
295 ctx->UpdateSubresource(cb, 0, 0, &cbd, 0, 0);
430 ctx->PSSetConstantBuffers(0, 1, &cb);
431 ctx->VSSetConstantBuffers(0, 1, &cb);
540 ensure(dev->CreateBuffer(&bufferd, 0, &cb));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfetch_tmp.h 1445 const GLubyte cb = *src0 & 0xff; \/* chroma U *\/ local
1477 const GLubyte cb = (*src1 >> 8) & 0xff; \/* chroma U *\/ local
    [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 288 Checkbox* cb = new Checkbox(ASCIIToUTF16("This is a checkbox")); local
289 GetContentsView()->AddChildView(cb);
291 cb->SetBounds(10, 10, 200, 20);
292 cb->set_id(kTopCheckBoxID);
368 cb = new Checkbox(ASCIIToUTF16("This is another check box"));
369 cb->SetBounds(label_x + label_width + 5, y, 180, 20);
370 cb->set_id(kFruitCheckBoxID);
371 left_container_->AddChildView(cb);
485 cb = new Checkbox(ASCIIToUTF16("Bold"));
486 contents->AddChildView(cb);
    [all...]
  /external/chromium_org/v8/src/
profile-generator.cc 261 DeleteNodesCallback cb; local
262 TraverseDepthFirst(&cb);
363 CalculateTotalTicksCallback cb; local
364 TraverseDepthFirst(&cb);
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 233 net::CompletionCallback cb = callback->first; local
234 cb.Run(net::OK);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 906 signal_cb cb = (signal_cb)sigactions[signo]; local
907 cb(signo);
916 sigaction_cb cb = (sigaction_cb)sigactions[signo]; local
917 cb(signo, si, uc);
934 uptr cb = __sanitizer::__sanitizer_get_sigaction_sa_sigaction(pnew_act); local
938 if (cb != __sanitizer::sig_ign && cb != __sanitizer::sig_dfl) {
939 sigactions[signo] = cb;
945 uptr cb = __sanitizer::__sanitizer_get_sigaction_sa_sigaction(oldact); local
946 if (cb != __sanitizer::sig_ign && cb != __sanitizer::sig_dfl)
    [all...]
  /external/iptables/iptables/
xtoptions.c 29 #define XTOPT_MKPTR(cb) \
30 ((void *)((char *)(cb)->data + (cb)->entry->ptroff))
172 static void xtopt_parse_int(struct xt_option_call *cb)
174 const struct xt_option_entry *entry = cb->entry;
178 if (cb->entry->min != 0)
179 lmin = cb->entry->min;
180 if (cb->entry->max != 0)
181 lmax = cb->entry->max;
183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax)
890 struct xt_option_call cb; local
925 struct xt_option_call cb; local
1026 struct xt_fcheck_call cb; local
1046 struct xt_fcheck_call cb; local
    [all...]
  /external/javassist/src/main/javassist/compiler/
Javac.java 94 CtBehavior cb = compileMethod(p, (MethodDecl)mem); local
95 CtClass decl = cb.getDeclaringClass();
96 cb.getMethodInfo2()
99 return cb;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 163 * FOURCC fcc; DWORD cb; DWORD dwMicroSecPerFrame; DWORD
171 public int cb = 56; field in class:MjpegFileWriter.AVIMainHeader
209 baos.write(intBytes(swapInt(cb)));
252 * FOURCC fcc; DWORD cb; FOURCC fccType; FOURCC fccHandler; DWORD
261 public int cb = 64; field in class:MjpegFileWriter.AVIStreamHeader
296 baos.write(intBytes(swapInt(cb)));
322 * FOURCC fcc; DWORD cb; DWORD biSize; LONG biWidth; LONG biHeight; WORD
329 public int cb = 40; field in class:MjpegFileWriter.AVIStreamFormat
332 // cb
357 baos.write(intBytes(swapInt(cb)));
399 public int cb = 0; field in class:MjpegFileWriter.AVIIndexList
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 474 struct pipe_constant_buffer cb; local
491 cb = *_cb;
492 cb.buffer = galahad_resource_unwrap(_cb->buffer);
498 _cb ? &cb : NULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 438 struct pipe_constant_buffer cb; local
442 cb = *_cb;
443 cb.buffer = identity_resource_unwrap(_cb->buffer);
449 _cb ? &cb : NULL);

Completed in 1208 milliseconds

<<11121314151617181920>>