HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 76 - 100 of 812) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/webdata/
web_data_service_win.cc 31 WebDataServiceConsumer* consumer) {
34 consumer, info);
  /external/chromium_org/chrome/browser/chromeos/login/
mock_authenticator.h 21 MockAuthenticator(LoginStatusConsumer* consumer,
24 : Authenticator(consumer),
test_login_utils.cc 37 LoginStatusConsumer* consumer) {
39 consumer, expected_username_, expected_password_);
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow.h 20 public OAuth2TokenService::Consumer {
44 // OAuth2TokenService::Consumer implementation:
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_request.cc 21 public OAuth2TokenService::Consumer {
34 // OAuth2TokenService::Consumer. It should be called on the UI thread.
185 OAuth2TokenService::Consumer* consumer) {
186 return new ProfileOAuth2TokenServiceRequest(profile, scopes, consumer);
192 OAuth2TokenService::Consumer* consumer)
193 : consumer_(consumer),
  /external/chromium_org/chrome/browser/webdata/
web_data_service_win.cc 26 WebDataServiceConsumer* consumer) {
28 FROM_HERE, Bind(&WebDataService::GetIE7LoginImpl, this, info), consumer);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.cc 68 WebDataServiceConsumer* consumer) {
71 autofill_backend_, name, prefix, limit), consumer);
75 WebDataServiceConsumer* consumer) {
78 consumer);
117 WebDataServiceConsumer* consumer) {
120 consumer);
146 WebDataServiceConsumer* consumer) {
149 consumer);
  /external/harfbuzz_ng/util/
Makefile.am 34 shape-consumer.hh \
57 shape-consumer.hh \
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 92 // Indicates whether this buffer has been seen by a consumer yet
106 // NULL and it is assumed that the consumer still holds a reference to the
116 // releaseBuffer releases a buffer slot from the consumer back to the
121 // If releaseBuffer returns STALE_BUFFER_SLOT, then the consumer must free
132 // consumerConnect connects a consumer to the BufferQueue. Only one
133 // consumer may be connected, and when that consumer disconnects the
136 // controlledByApp indicates whether the consumer is controlled by
139 // consumer may not be NULL.
140 virtual status_t consumerConnect(const sp<IConsumerListener>& consumer, bool controlledByApp) = 0
    [all...]
BufferItemConsumer.h 35 * BufferItemConsumer is a BufferQueue consumer endpoint that allows clients
37 * be acquired at once, to be used concurrently by the client. This consumer can
50 // Create a new buffer item consumer. The consumerUsage parameter determines
51 // the consumer usage flags passed to the graphics allocator. The
54 // controlledByApp tells whether this consumer is controlled by the
  /external/chromium/base/win/
event_trace_consumer.h 5 // Declaration of a Windows event trace consumer base class.
29 // MyConsumer consumer;
30 // consumer.OpenFileSession(file_path);
31 // consumer.Consume();
35 // Constructs a closed consumer.
  /external/chromium/chrome/browser/
favicon_service.h 47 // Requests the |icon_type| of favicon. |consumer| is notified when the bits
51 CancelableRequestConsumerBase* consumer,
62 CancelableRequestConsumerBase* consumer,
65 // Requests any |icon_types| of favicon for a web page URL. |consumer| is
75 CancelableRequestConsumerBase* consumer,
  /external/chromium_org/base/win/
event_trace_consumer.h 5 // Declaration of a Windows event trace consumer base class.
28 // MyConsumer consumer;
29 // consumer.OpenFileSession(file_path);
30 // consumer.Consume();
34 // Constructs a closed consumer.
  /external/chromium_org/ipc/
ipc_logging.h 39 class Consumer {
44 virtual ~Consumer() {}
47 void SetConsumer(Consumer* consumer);
118 Consumer* consumer_;
  /external/chromium_org/remoting/client/
rectangle_update_decoder.h 40 // outputting to |consumer|. The |main_task_runner_| is responsible for
47 scoped_refptr<FrameConsumerProxy> consumer);
73 // to the consumer.
100 // The current dimensions of the frame consumer view.
104 // The drawing buffers supplied by the frame consumer.
  /external/chromium_org/v8/src/
circular-queue.h 37 // single producer and a single consumer. If the queue is full,
43 // possible that it can catch up and overwrite a chunk that a consumer
57 // Executed on the consumer (analyzer) thread.
59 // the next record. After the record had been read by a consumer,
64 // Due to a presence of slipping between the producer and the consumer,
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 1 //===-- DiffConsumer.h - Difference Consumer --------------------*- C++ -*-===//
10 // This header defines the interface to the LLVM difference Consumer
30 class Consumer {
52 virtual ~Consumer() {}
55 class DiffConsumer : public Consumer {
  /external/v8/src/
circular-queue.h 37 // single producer and a single consumer. If the queue is full,
43 // possible that it can catch up and overwrite a chunk that a consumer
57 // Executed on the consumer (analyzer) thread.
59 // the next record. After the record had been read by a consumer,
64 // Due to a presence of slipping between the producer and the consumer,
  /external/chromium/chrome/browser/password_manager/
password_store.h 97 PasswordStoreConsumer* consumer);
103 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
108 Handle GetBlacklistLogins(PasswordStoreConsumer* consumer);
149 // (or not), the consumer should be notified.
152 // Finds all non-blacklist PasswordForms, and notifies the consumer.
154 // Finds all blacklist PasswordForms, and notifies the consumer.
170 // responses delivered to |consumer| on the current thread.
172 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer);
175 // argument |a| and responses delivered to |consumer| on the current thread.
177 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer,
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.h 74 CancelableRequestConsumerBase* consumer,
86 CancelableRequestConsumerBase* consumer,
98 CancelableRequestConsumerBase* consumer,
104 CancelableRequestConsumerBase* consumer,
111 CancelableRequestConsumerBase* consumer,
121 CancelableRequestConsumerBase* consumer,
132 CancelableRequestConsumerBase* consumer,
144 CancelableRequestConsumerBase* consumer,
155 CancelableRequestConsumerBase* consumer,
169 CancelableRequestConsumerBase* consumer,
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store.h 112 PasswordStoreConsumer* consumer);
118 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
123 Handle GetBlacklistLogins(PasswordStoreConsumer* consumer);
177 // (or not), the consumer should be notified.
182 // Finds all non-blacklist PasswordForms, and notifies the consumer.
184 // Finds all blacklist PasswordForms, and notifies the consumer.
200 // responses delivered to |consumer| on the current thread.
202 Handle Schedule(BackendFunc func, PasswordStoreConsumer* consumer);
205 // form |form| and responses delivered to |consumer| on the current thread.
209 PasswordStoreConsumer* consumer,
    [all...]
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 94 << "consumer consume should return OK";
97 << "consumer should have returned non-NULL event";
99 << "consumer should have returned a key event";
116 << "consumer sendFinishedSignal should return OK";
126 << "publisher receiveFinishedSignal should have set handled to consumer's reply";
177 << "consumer consume should return OK";
180 << "consumer should have returned non-NULL event";
182 << "consumer should have returned a motion event";
231 << "consumer sendFinishedSignal should return OK";
241 << "publisher receiveFinishedSignal should have set handled to consumer's reply"
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device_unittest.cc 306 // A stub consumer of captured video frames, which checks the output of
495 StubConsumer* consumer() { return &consumer_; } function in class:content::__anon10139::WebContentsVideoCaptureDeviceTest
515 // The consumer is the ultimate recipient of captured pixel data.
552 device()->Allocate(capture_format, consumer());
554 ASSERT_NO_FATAL_FAILURE(consumer()->WaitForError());
569 device()->Allocate(capture_format, consumer());
575 ASSERT_NO_FATAL_FAILURE(consumer()->WaitForNextColor(SK_ColorRED));
580 // consumer.
584 ASSERT_NO_FATAL_FAILURE(consumer()->WaitForError());
598 device()->Allocate(capture_format, consumer());
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 262 CancelableRequestConsumerBase* consumer,
265 consumer,
277 CancelableRequestConsumerBase* consumer) {
281 return Schedule(PRIORITY_UI, &HistoryBackend::ProcessDBTask, consumer,
286 CancelableRequestConsumerBase* consumer,
291 consumer, new history::QuerySegmentUsageRequest(callback),
445 CancelableRequestConsumerBase* consumer,
447 return Schedule(PRIORITY_NORMAL, &HistoryBackend::GetPageThumbnail, consumer,
506 CancelableRequestConsumerBase* consumer,
508 return Schedule(PRIORITY_UI, &HistoryBackend::QueryURL, consumer,
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
ConsumerIrTest.java 48 // Skip the test if consumer IR is not present.
56 // Skip the test if consumer IR is not present.
74 // Skip the test if consumer IR is not present.

Completed in 1023 milliseconds

1 2 34 5 6 7 8 91011>>