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

1 2 3 4 5 6 78 91011>>

  /external/chromium/net/http/
http_request_info.h 57 // consumer. 0 is invalid.
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.h 35 LoginStatusConsumer* consumer) OVERRIDE;
test_login_utils.h 44 LoginStatusConsumer* consumer) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_enable_screen_handler.h 51 // True if machine's consumer kiosk mode is in a configurable state.
  /external/chromium_org/chrome/browser/webdata/
web_data_service.cc 72 WebDataServiceConsumer* consumer) {
74 Bind(&WebDataService::GetKeywordsImpl, this), consumer);
113 const GURL& app_url, WebDataServiceConsumer* consumer) {
115 Bind(&WebDataService::GetWebAppImagesImpl, this, app_url), consumer);
  /external/chromium_org/content/browser/device_orientation/
device_motion_service.h 36 // Removes a consumer. Should be matched with an AddConsumer call.
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_linux.h 46 // Data that's returned to the consumer.
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool_unittest.cc 96 // First consumer finishes.
102 // Second consumer finishes. This should free that frame.
120 // Even though the consumer is done with the buffer at |buffer_id1|, it cannot
135 // that this buffer has been through the consumer-hold cycle.
  /external/chromium_org/content/renderer/media/
media_stream_audio_renderer.h 26 // active but new audio data is not provided to the consumer.
  /external/chromium_org/media/audio/
audio_source_diverter.h 12 // data to be plumbed to an alternate consumer; for example, a loopback
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.h 9 /* This file implements a single-producer/single-consumer queue, using a mutex
  /external/chromium_org/net/http/
http_request_info.h 53 // consumer. 0 is invalid.
  /external/harfbuzz_ng/util/
hb-view.cc 29 #include "shape-consumer.hh"
  /frameworks/av/include/media/
ExtendedAudioBufferProvider.h 32 // Invoked by buffer consumer when a new timestamp is available.
  /frameworks/compile/slang/
slang_diagnostic_buffer.h 32 // The diagnostics consumer instance (for reading the processed diagnostics)
  /frameworks/rs/
rsFifo.h 27 // A simple FIFO to be used as a producer / consumer between two
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 192 public void mapMediaItems(ArrayList<PathId> list, ItemConsumer consumer) {
208 processMapMediaItems(imageList, consumer, true);
209 processMapMediaItems(videoList, consumer, false);
213 ItemConsumer consumer, boolean isImage) {
239 consumer.consume(pid2.id, items[k - i]);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 54 * The adapter that consumes this data. We use this only to notify the consumer that new data
64 * @param consumer If non-null, a consumer to be notified when the unread count changes
66 public FolderWatcher(RestrictedActivity activity, BaseAdapter consumer) {
68 mConsumer = consumer;
  /external/chromium/chrome/browser/history/
history.h 281 CancelableRequestConsumerBase* consumer,
299 CancelableRequestConsumerBase* consumer,
321 CancelableRequestConsumerBase* consumer,
327 CancelableRequestConsumerBase* consumer,
340 CancelableRequestConsumerBase* consumer,
358 CancelableRequestConsumerBase* consumer,
368 CancelableRequestConsumerBase* consumer,
390 CancelableRequestConsumerBase* consumer,
412 CancelableRequestConsumerBase* consumer,
426 CancelableRequestConsumerBase* consumer,
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 89 /// The AST consumer.
90 OwningPtr<ASTConsumer> Consumer;
92 /// The code completion consumer.
398 bool hasASTConsumer() const { return Consumer.isValid(); }
401 assert(Consumer && "Compiler instance has no AST consumer!");
402 return *Consumer;
405 /// takeASTConsumer - Remove the current AST consumer and give ownership to
407 ASTConsumer *takeASTConsumer() { return Consumer.take(); }
409 /// setASTConsumer - Replace the current AST consumer; the compiler instanc
    [all...]
FrontendAction.h 51 /// \brief Create the AST consumer object for this action, if supported.
54 /// fail if the AST consumer cannot be created. This will not be called if the
63 /// \return The new AST consumer, or null on failure.
215 /// \brief Abstract base class to use for AST consumer-based frontend actions.
219 /// the already-initialized AST consumer.
221 /// This will also take care of instantiating a code completion consumer if
  /external/chromium_org/chrome/browser/history/
history_service.cc 401 CancelableRequestConsumerBase* consumer,
405 consumer,
417 CancelableRequestConsumerBase* consumer) {
422 Schedule(PRIORITY_UI, &HistoryBackend::ProcessDBTask, consumer, request);
426 CancelableRequestConsumerBase* consumer,
432 consumer, new history::QuerySegmentUsageRequest(callback),
445 CancelableRequestConsumerBase* consumer,
451 consumer, new history::QuerySegmentUsageRequest(callback),
598 CancelableRequestConsumerBase* consumer,
601 return Schedule(PRIORITY_NORMAL, &HistoryBackend::GetPageThumbnail, consumer,
    [all...]
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service_unittest.cc 27 // A testing consumer that retries on error.
403 RetryingTestingOAuth2TokenServiceConsumer consumer(oauth2_service_.get());
405 std::set<std::string>(), &consumer));
407 EXPECT_EQ(0, consumer.number_of_successful_tokens_);
408 EXPECT_EQ(0, consumer.number_of_errors_);
415 EXPECT_EQ(0, consumer.number_of_successful_tokens_);
416 EXPECT_EQ(1, consumer.number_of_errors_);
423 EXPECT_EQ(0, consumer.number_of_successful_tokens_);
424 EXPECT_EQ(2, consumer.number_of_errors_);
  /external/chromium_org/google_apis/gaia/
oauth_request_signer_unittest.cc 88 "53cR3t", // consumer secret
117 "anonymous", // consumer secret
144 "anonymous", // consumer secret
171 "anonymous", // consumer secret
200 "anonymous", // consumer secret
228 "anonymous", // consumer secret
254 "anonymous", // consumer secret
280 "anonymous", // consumer secret
308 "53cR3t", // consumer secret
  /frameworks/base/core/java/android/view/
SurfaceControl.java 44 private static native void nativeScreenshot(IBinder displayToken, Surface consumer,
525 * @param consumer The {@link Surface} to take the screenshot into.
535 public static void screenshot(IBinder display, Surface consumer,
537 screenshot(display, consumer, width, height, minLayer, maxLayer, false);
544 * @param consumer The {@link Surface} to take the screenshot into.
550 public static void screenshot(IBinder display, Surface consumer,
552 screenshot(display, consumer, width, height, 0, 0, true);
559 * @param consumer The {@link Surface} to take the screenshot into.
561 public static void screenshot(IBinder display, Surface consumer) {
562 screenshot(display, consumer, 0, 0, 0, 0, true)
    [all...]

Completed in 1119 milliseconds

1 2 3 4 5 6 78 91011>>