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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.h 42 void setCurrentConsumer(SVGPathConsumer* consumer) { m_consumer = consumer; }
  /external/clang/include/clang/AST/
ASTConsumer.h 37 /// \brief Whether this AST consumer also requires information about
48 /// Initialize - This is called to initialize the consumer, providing the
62 /// the consumer. The default implementation forwards to HandleTopLevelDecl.
111 /// unit to notify the consumer that the given tentative definition should be
121 /// HandleCXXStaticMemberVarInstantiation - Tell the consumer that this
126 /// notify the consumer that a vtable for the given C++ class is
136 /// \brief If the consumer is interested in entities getting modified after
141 /// \brief If the consumer is interested in entities being deserialized from
  /external/clang/lib/Parse/
ParseAST.cpp 85 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer,
91 OwningPtr<Sema> S(new Sema(PP, Ctx, *Consumer, TUKind, CompletionConsumer));
110 ASTConsumer *Consumer = &S.getASTConsumer();
132 External->StartTranslationUnit(Consumer);
142 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
151 Consumer->HandleTopLevelDecl(DeclGroupRef(*I));
153 Consumer->HandleTranslationUnit(S.getASTContext());
162 Consumer->PrintStats();
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 41 Camera3OutputStream(int id, sp<ANativeWindow> consumer,
48 Camera3OutputStream(int id, sp<ANativeWindow> consumer,
Camera3OutputStream.cpp 35 sp<ANativeWindow> consumer,
39 mConsumer(consumer),
43 ALOGE("%s: Consumer is NULL!", __FUNCTION__);
49 sp<ANativeWindow> consumer,
53 mConsumer(consumer),
63 ALOGE("%s: Consumer is NULL!", __FUNCTION__);
266 // Configure consumer-side ANativeWindow interface
313 ALOGE("%s: Unable to query consumer undequeued"
318 ALOGV("%s: Consumer wants %d buffers, HAL wants %d", __FUNCTION__,
  /external/clang/lib/Frontend/
FrontendAction.cpp 130 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
131 if (!Consumer)
135 return Consumer;
137 // Make sure the non-plugin consumer is first, so that plugins can't
139 std::vector<ASTConsumer*> Consumers(1, Consumer);
206 // Create the AST consumer.
279 // Create the AST context and consumer unless this is a preprocessor only
284 OwningPtr<ASTConsumer> Consumer(
286 if (!Consumer)
289 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener())
    [all...]
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service.cc 26 OAuth2TokenService::Consumer* consumer)
27 : consumer_(consumer) {
308 OAuth2TokenService::Consumer::Consumer() {
311 OAuth2TokenService::Consumer::~Consumer() {
339 OAuth2TokenService::Consumer* consumer) {
345 consumer);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 185 // media sets), in an efficient order. ItemConsumer.consumer() will be
187 public void enumerateMediaItems(ItemConsumer consumer) {
188 enumerateMediaItems(consumer, 0);
191 public void enumerateTotalMediaItems(ItemConsumer consumer) {
192 enumerateTotalMediaItems(consumer, 0);
202 protected int enumerateMediaItems(ItemConsumer consumer, int startIndex) {
210 consumer.consume(startIndex + start + i, item);
220 ItemConsumer consumer, int startIndex) {
222 start += enumerateMediaItems(consumer, startIndex);
226 consumer, startIndex + start)
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 192 MockPasswordStoreConsumer consumer; local
195 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _))
199 EXPECT_CALL(consumer,
204 store->GetAutofillableLogins(&consumer);
306 MockPasswordStoreConsumer consumer; local
309 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _))
314 EXPECT_CALL(consumer,
319 store->GetAutofillableLogins(&consumer);
324 EXPECT_CALL(consumer,
329 store->GetBlacklistLogins(&consumer);
410 MockPasswordStoreConsumer consumer; local
    [all...]
  /frameworks/av/camera/tests/
ProCameraTests.cpp 265 const sp<CpuConsumer>& consumer) {
274 if (OK == (ret = consumer->lockNextBuffer(&buf))) {
280 EXPECT_OK(consumer->unlockBuffer(buf));
755 sp<CpuConsumer> consumer; local
757 TEST_FORMAT_DEPTH, TEST_CPU_HEAP_COUNT, &consumer, &streamId));
822 sp<CpuConsumer> consumer; local
824 TEST_FORMAT_MAIN, TEST_CPU_HEAP_COUNT, &consumer, &streamId));
829 TEST_FORMAT_DEPTH, TEST_CPU_HEAP_COUNT, &consumer, &depthStreamId));
903 sp<CpuConsumer> consumer; local
905 TEST_FORMAT_MAIN, TEST_CPU_HEAP_COUNT, &consumer, &streamId))
969 sp<CpuConsumer> consumer; local
997 sp<CpuConsumer> consumer; local
1037 sp<CpuConsumer> consumer; local
1122 sp<CpuConsumer> consumer; local
1176 sp<CpuConsumer> consumer; local
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.h 49 GaiaAuthFetcher(GaiaAuthConsumer* consumer,
63 // called on the consumer on the original thread.
75 // called on the consumer on the original thread.
84 // called on the consumer on the original thread.
92 // called on the consumer on the original thread.
100 // called on the consumer on the original thread.
105 // OnOAuth2RevokeTokenCompleted will be called on the consumer on the original
115 // called on the consumer on the original thread.
122 // called on the consumer on the original thread.
128 // called on the consumer on the original thread
    [all...]
oauth2_access_token_fetcher.h 40 // * Create an instance with a consumer.
42 // * The consumer passed in the constructor will be called on the same
49 OAuth2AccessTokenFetcher(OAuth2AccessTokenConsumer* consumer,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.h 37 // Consumer kiosk mode can be enabled on this machine.
39 // Consumer kiosk is enabled on this machine.
41 // Consumer kiosk mode is disabled ans cannot any longer be enabled on
85 // Initiates reading of consumer kiosk mode status.
89 // Enables consumer kiosk mode feature. Upon completion, |callback| will be
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h 35 // ReserveForProducer(), and may pass on their ownership to the consumer by
61 // producer) until ownership is transferred either to the consumer via
67 // pool without passing on to the consumer. This effectively is the opposite
71 // Transfer a buffer from producer to consumer ownership.
112 // Number of consumer processes which hold this shared memory.
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 134 WebDataServiceConsumer* consumer) {
136 new WebDataRequest(this, GetNextRequestHandle(), consumer);
203 WebDataServiceConsumer* consumer) {
205 new GenericRequest<GURL>(this, GetNextRequestHandle(), consumer, app_url);
240 WebDataServiceConsumer* consumer) {
244 this, GetNextRequestHandle(), consumer, std::string());
304 WebDataServiceConsumer* consumer) {
307 consumer, form);
315 WebDataServiceConsumer* consumer) {
317 new WebDataRequest(this, GetNextRequestHandle(), consumer);
535 WebDataServiceConsumer* consumer; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
authenticator.h 29 explicit Authenticator(LoginStatusConsumer* consumer);
91 // Sets consumer explicitly.
92 void SetConsumer(LoginStatusConsumer* consumer);
  /external/chromium_org/components/webdata/common/
web_database_service.cc 126 WebDataServiceConsumer* consumer) {
127 DCHECK(consumer);
136 new WebDataRequest(consumer, wds_backend_->request_manager().get()));
  /external/chromium_org/v8/src/
circular-queue.cc 53 // Layout producer and consumer position pointers each on their own
74 // The distance ensures that producer and consumer never step on
120 // Eliminate producer / consumer distance.
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 79 DiffConsumer Consumer;
80 DifferenceEngine Engine(Consumer);
95 return Consumer.hadDifferences();
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 41 * Methods for an OAuth consumer to request tokens from a service provider.
87 * should contain a consumer that contains a non-null consumerKey
89 * accessor.consumer.serviceProvider.requestTokenURL should be
104 * should contain a consumer that contains a non-null consumerKey
106 * accessor.consumer.serviceProvider.requestTokenURL should be
123 * should contain a consumer that contains a non-null consumerKey
125 * accessor.consumer.serviceProvider.requestTokenURL should be
158 accessor.consumer.serviceProvider.requestTokenURL, parameters);
170 * consumer that contains a consumerKey and consumerSecret. Also,
171 * accessor.consumer.serviceProvider.accessTokenURL should be th
    [all...]
  /external/v8/src/
circular-queue.cc 44 // The distance ensures that producer and consumer never step on
57 // Layout producer and consumer position pointers each on their own
117 // Eliminate producer / consumer distance.
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_unittest.cc 209 // CloudPrint access token fetch is successful, but consumer still given error
236 // CloudPrint access token fetch is successful, but consumer still given error
261 // CloudPrint access token fetch is successful, but consumer still given error
286 // CloudPrint access token fetch is successful, but consumer still given error
344 // but the consumer still gets an error, since the results don't get returned
363 // All fetches were successful, but consumer still given error since
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 72 // An implementation of a trace consumer that delegates to a given (at
96 // Reads the file using a trace consumer. |ProcessEvent| will be invoked for
228 TraceConsumer<&ProcessEvent> consumer; local
231 hr = consumer.OpenFileSession(log_file.value().c_str());
236 consumer.Consume();
237 consumer.Close();
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_CG.cpp 161 // we don't own/reference the stream, so it our consumer must not live
168 CGDataConsumerRef consumer = SkStreamToCGDataConsumer(stream); local
169 if (NULL == consumer) {
172 SkAutoTCallVProc<const void, CFRelease> arconsumer(consumer);
174 return CGImageDestinationCreateWithDataConsumer(consumer, type, 1, NULL);
189 to our SkWStream. Since we don't reference/own the SkWStream, our consumer
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 161 // we don't own/reference the stream, so it our consumer must not live
168 CGDataConsumerRef consumer = SkStreamToCGDataConsumer(stream); local
169 if (NULL == consumer) {
172 SkAutoTCallVProc<const void, CFRelease> arconsumer(consumer);
174 return CGImageDestinationCreateWithDataConsumer(consumer, type, 1, NULL);
189 to our SkWStream. Since we don't reference/own the SkWStream, our consumer

Completed in 279 milliseconds

1 2 3 4 56 7 8 91011>>