Searched
full:consumer (Results
301 -
325 of
832) sorted by null
<<11121314151617181920>>
/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.h | 62 // |Consumer| is not owned by controller, and it is expected that it wouldn't 64 LocallyManagedUserCreationController(StatusConsumer* consumer,
|
/external/chromium_org/chrome/browser/profiles/ |
profile_downloader.h | 32 public OAuth2TokenService::Consumer { 94 // Overriden from OAuth2TokenService::Consumer:
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
passwords_helper.cc | 95 PasswordStoreConsumerHelper consumer(&matches); 96 store->GetLogins(matcher_form, PasswordStore::DISALLOW_PROMPT, &consumer);
|
/external/chromium_org/google_apis/drive/ |
auth_service.cc | 31 class AuthRequest : public OAuth2TokenService::Consumer { 41 // Overridden from OAuth2TokenService::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 | 167 // A consumer controlled value intended to be used to identify the 172 // 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/ui/events/gestures/ |
gesture_types.h | 194 // Returns true if this helper can dispatch events to |consumer|. 195 virtual bool CanDispatchToConsumer(GestureConsumer* consumer) = 0;
|
/external/chromium_org/webkit/browser/fileapi/ |
recursive_operation_delegate.h | 35 // This is called when the consumer of this instance starts a non-recursive 39 // This is called when the consumer of this instance starts a recursive
|
/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,
|
/frameworks/compile/slang/ |
slang_backend.h | 111 // Initialize - This is called to initialize the consumer, providing the 132 // unit to notify the consumer that the given tentative definition should be
|
Completed in 2845 milliseconds
<<11121314151617181920>>