/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | [all...] |
/external/clang/test/SemaCXX/ |
overload-call.cpp | 562 struct Consumer { 567 Consumer c;
|
/frameworks/base/core/java/android/view/ |
Surface.java | 202 * Returns true if the consumer of this Surface is running behind the producer. 204 * @return True if the consumer is more than one buffer ahead of the producer.
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_intf.h | 329 cam_stream_consumer_t consumer; /* stream consumer */ member in union:__anon31242::__anon31243
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | [all...] |
/packages/apps/Exchange/res/values/ |
strings.xml | 144 <!-- A policy in which the device may not allow the receipt of consumer email 146 <string name="policy_dont_allow_consumer_email">Don\'t allow consumer email</string>
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
AnnotationLister.java | 64 new ClassPathOpener.Consumer() {
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3lexer.h | 13 * implements. The Tokensource interface is called by a token consumer (such as
|
/external/chromium/base/memory/ |
weak_ptr.h | 41 // Given the above classes, a consumer may allocate a Controller object, call
|
/external/chromium/base/synchronization/ |
waitable_event.h | 48 // consumer must call the Reset method. If this parameter is false, then the
|
/external/chromium/base/threading/ |
thread.h | 19 // The consumer uses the MessageLoop of the thread to cause code to execute on
|
/external/chromium/chrome/browser/importer/ |
mork_reader.h | 56 // The nsMorkReader object allows a consumer to read in a mork-format
|
/external/chromium/chrome/common/extensions/docs/ |
tut_oauth.html | 390 <p>In the context of an extension, this flow gets a bit tricky. Namely, there is no established consumer key/secret between the service provider and the application. That is, there is no web application URL for the user to be redirected to after the approval process. 394 Luckily, Google and a few other companies have been working on an <a href="http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html">OAuth for installed applications</a> solution that you can use from an extension environment. In the installed applications OAuth dance, the consumer key/secret are ?anonymous?/?anonymous? and you provide an <em>application name</em> for the user to grant access to (instead of an application URL). The end result is the same: your background page requests the initial token, opens a new tab to the approval page, and finally makes the asynchronous call for the access token. 405 'consumer_key': <OAuth consumer key>, 406 'consumer_secret': <OAuth consumer secret>,
|
/external/chromium/chrome/common/net/gaia/ |
gaia_auth_fetcher.h | 47 GaiaAuthFetcher(GaiaAuthConsumer* consumer,
|
/external/chromium/net/socket/ |
client_socket_handle.h | 57 // which case the consumer will be notified of completion via |callback|.
|
/external/chromium/sdch/open-vcdiff/src/ |
addrcache.h | 185 // this means that the consumer should block and wait for more data
|
/external/chromium_org/base/win/ |
event_trace_consumer_unittest.cc | 5 // Unit tests for event trace consumer base class.
|
/external/chromium_org/chrome/browser/extensions/ |
startup_helper.cc | 154 // Unowned pointer to a runloop, so our consumer can wait for us to finish.
|
/external/chromium_org/chrome/browser/history/android/ |
sqlite_cursor.cc | 166 // Consumer requests were set in the UI thread. They must be cancelled
|
/external/chromium_org/chrome/browser/net/gaia/ |
gaia_oauth_fetcher.h | 55 GaiaOAuthFetcher(GaiaOAuthConsumer* consumer,
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_encoder.js | 67 // saving an typical photo taken with consumer camera increases its file size
|
/external/chromium_org/chrome/browser/ui/webui/ |
history_ui.h | 177 // Consumer for search requests to the history service.
|
/external/chromium_org/chrome/test/functional/media/ |
cns_test_base.py | 30 # measuring-broadband-america-report-consumer-broadband-performance-us).
|
/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_audio_input_stream.cc | 67 // Notifies the consumer callback that the stream is now dead.
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_guest.h | 192 virtual bool CanDispatchToConsumer(ui::GestureConsumer* consumer) OVERRIDE;
|