/external/oauth/core/src/main/java/net/oauth/ |
OAuthMessage.java | 259 final OAuthConsumer consumer = accessor.consumer; local 261 addParameter(OAuth.OAUTH_CONSUMER_KEY, consumer.consumerKey); 265 signatureMethod = (String) consumer.getProperty(OAuth.OAUTH_SIGNATURE_METHOD);
|
/external/v8/src/ |
unbound-queue.h | 39 // consumer. Doesn't have restrictions on the number of queued
|
/frameworks/native/include/gui/ |
ConsumerBase.h | 34 // ConsumerBase is a base class for BufferQueue consumer end-points. It 86 // The controlledByApp flag indicates that this consumer is under the application's 88 ConsumerBase(const sp<IGraphicBufferConsumer>& consumer, bool controlledByApp = false); 188 // this buffer slot is no longer being used by the consumer and can be
|
/frameworks/rs/ |
rsGrallocConsumer.h | 36 * CpuConsumer is a BufferQueue consumer endpoint that allows direct CPU
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DataManager.java | 212 // Maps a list of Paths to MediaItems, and invoke consumer.consume() 214 // An index number is also passed to consumer.consume() to identify 217 public void mapMediaItems(ArrayList<Path> list, ItemConsumer consumer, 239 source.mapMediaItems(entry.getValue(), consumer); local
|
/packages/apps/Settings/src/com/android/settings/ |
MonitoringCertInfoActivity.java | 59 // Consumer case. Show scary warning.
|
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 702 if (DEBUG) System.out.println(" Inserting before marked consumer "+instruction.toString(offset)); [all...] |
/external/chromium/base/win/ |
event_trace_controller.h | 16 // sends events to a binary file, or to a realtime consumer, or both. 18 // A trace consumer consumes events from zero or one realtime session,
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.h | 30 // . When you want the version invoke: loader.GetBootTimes(&consumer, callback); 69 CancelableRequestConsumerBase* consumer,
|
/external/chromium/chrome/browser/sessions/ |
base_session_service.h | 153 CancelableRequestConsumerBase* consumer); 159 CancelableRequestConsumerBase* consumer);
|
/external/chromium/net/url_request/ |
url_request_ftp_job.cc | 76 // be notifying our consumer asynchronously via OnStartCompleted. 149 // be notifying our consumer asynchronously via OnStartCompleted.
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
locally_managed_user_creation_controller.cc | 62 LocallyManagedUserCreationController::StatusConsumer* consumer, 64 : consumer_(consumer),
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
experimental_identity_api.h | 49 public OAuth2TokenService::Consumer { 88 // OAuth2TokenService::Consumer implementation:
|
/external/chromium_org/chrome/browser/google_apis/ |
auth_service.cc | 30 class AuthRequest : public OAuth2TokenService::Consumer { 39 // Overridden from OAuth2TokenService::Consumer:
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
passwords_helper.cc | 95 PasswordStoreConsumerHelper consumer(&matches); 96 store->GetLogins(matcher_form, &consumer);
|
/external/chromium_org/chrome/browser/sync/ |
test_profile_sync_service.h | 204 OAuth2TokenService::Consumer* consumer) OVERRIDE;
|
/external/chromium_org/google_apis/gaia/ |
oauth2_access_token_fetcher.cc | 86 OAuth2AccessTokenConsumer* consumer, 88 : consumer_(consumer),
|
/external/chromium_org/net/base/ |
load_states_list.h | 13 // either not yet begun or is idle waiting for the consumer to do something 14 // to move things along (e.g., the consumer of an URLRequest may not have
|
/external/chromium_org/ppapi/proxy/ |
var_serialization_rules.h | 53 // the var on behalf of the consumer of the value. Responsibility for 54 // Release is on the consumer (the caller of the function in the case of a
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebURLRequest.h | 165 // A consumer controlled value intended to be used to identify the 170 // A consumer controlled value intended to be used to identify the
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
atomicops.h | 40 // A single-producer, single-consumer, fixed-size queue. 42 // provided that calls to consumer methods (Peek/Pop) or producer methods (Push)
|
/external/chromium_org/v8/test/cctest/ |
test-circular-queue.cc | 79 // Now consumption must not be possible, as consumer now polls 84 // From now, consumer no more polls ahead of the current chunk,
|
/external/clang/include/clang/Rewrite/Frontend/ |
FixItRewriter.h | 50 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer 78 /// \brief Whether the previous diagnostic was not passed to the consumer.
|
/external/llvm/ |
README.android | 6 * - Changes due to the limitations in Android-based consumer electronics. 86 * Assorted size optimizations because Android-based consumer electronics
|
/external/v8/test/cctest/ |
test-circular-queue.cc | 56 // Now consumption must not be possible, as consumer now polls 61 // From now, consumer no more polls ahead of the current chunk,
|