/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CachingIconLoader.java | 20 import com.android.quicksearchbox.util.Consumer; 101 implements Consumer<Drawable>{
|
/external/clang/lib/Sema/ |
SemaLookup.cpp | [all...] |
/art/compiler/sea_ir/types/ |
type_inference.cc | 180 for (std::vector<InstructionNode*>::iterator consumer = consumers->begin(); 181 consumer != consumers->end(); consumer++) { 182 worklist.push_back(*consumer);
|
/build/target/product/ |
core_minimal.mk | 17 # Base configuration for most consumer android devices. Do not put
|
/external/chromium/chrome/browser/ |
browsing_data_appcache_helper.h | 59 // Return a copy of the appcache helper. Only one consumer can use the
|
/external/chromium/chrome/browser/sessions/ |
base_session_service.cc | 259 CancelableRequestConsumerBase* consumer) { 261 AddRequest(request, consumer); 274 CancelableRequestConsumerBase* consumer) { 276 AddRequest(request, consumer);
|
/external/chromium_org/chrome/browser/common/ |
cancelable_request.h | 7 // consumer. These classes collaborate to keep a list of open requests and to 11 // If you do not need to return data to the consumer, do not use this system, 17 // Example consumer calling |StartRequest| on a frontend service: 45 // CancelableRequestConsumerBase* consumer, 49 // AddRequest(request, consumer); 136 // the consumer is required. The handle to the new request is returned. 138 CancelableRequestConsumerBase* consumer); 168 // this class. Callers will need to pass a pointer to this consumer object 355 // consumer thread (via the destructor) and accesses pending_requests_ 415 // fixed, we can't use the same consumer with multiple providers) 544 CancelableRequestConsumerBase* consumer() const { function in class:CancelableRequestBase [all...] |
/external/chromium_org/chrome/browser/ |
internal_auth.h | 19 // Used by consumer of passport in order to verify credentials.
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 175 MockPasswordStoreConsumer consumer; local 178 ON_CALL(consumer, OnPasswordStoreRequestDone(_, _)) 182 EXPECT_CALL(consumer, 187 store->GetAutofillableLogins(&consumer);
|
/external/chromium_org/chrome/browser/webdata/ |
token_web_data.h | 55 virtual Handle GetAllTokens(WebDataServiceConsumer* consumer);
|
/external/chromium_org/ios/consumer/base/ |
supports_user_data_unittest.cc | 5 #include "ios/public/consumer/base/supports_user_data.h"
|
/external/chromium_org/remoting/client/ |
rectangle_update_decoder.cc | 30 scoped_refptr<FrameConsumerProxy> consumer) 33 consumer_(consumer), 133 // Notify the consumer that painting is done. 207 // Return buffers that are smaller than needed to the consumer for
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
CachedUAStyle.h | 44 // RenderTheme::adjustStyle is the only consumer of this data.
|
/external/clang/include/clang/Frontend/ |
FrontendActions.h | 22 // Custom Consumer Actions 38 // AST Consumer Actions 89 /// \brief Compute the AST consumer arguments that will be used to 120 /// \brief Compute the AST consumer arguments that will be used to
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthConsumer.java | 25 * Properties of an OAuth Consumer. Properties may be added freely, e.g. to
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CallbackProcessor.h | 70 // True if mCallbackWindow is a remote consumer, false if just the local
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.h | 54 virtual status_t createStream(sp<ANativeWindow> consumer, 94 // consumer) or for frames (device is producer) 98 // Connect queue consumer endpoint to a camera2 device 197 status_t connectToDevice(sp<ANativeWindow> consumer,
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3InputStream.h | 33 * This class serves as a consumer adapter for the HAL, and will consume the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs8403.h | 41 if (bits & 0x01) { /* consumer */ 87 bits = 0x01; /* consumer mode */ 171 if (bits & 0x10) { /* consumer */ 213 bits = 0x10; /* consumer mode */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs8403.h | 41 if (bits & 0x01) { /* consumer */ 87 bits = 0x01; /* consumer mode */ 171 if (bits & 0x10) { /* consumer */ 213 bits = 0x10; /* consumer mode */
|
/external/chromium_org/chrome/browser/sync_file_system/ |
remote_file_sync_service.h | 30 // The consumer of this service can make new requests while the 38 // The consumer of this service can still make new requests but 45 // The consumer of this service can still make new requests but
|
/external/chromium_org/native_client_sdk/src/examples/api/input_event/ |
shared_queue.h | 70 // consumer that the queue is no longer being used. 80 // The consumer calls this to see if the queue has been cancelled by 83 // the consumer thread.
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.cpp | 1 //===-- DiffConsumer.cpp - Difference Consumer ------------------*- C++ -*-===// 10 // This files implements the LLVM difference Consumer 46 void Consumer::anchor() { }
|
/external/valgrind/main/drd/tests/ |
circular_buffer.c | 1 /* Test program that performs producer-consumer style communication through 167 static void consumer(int* id) function 216 (void * (*)(void *)) consumer, &thread_arg[i]);
|
/frameworks/compile/slang/ |
slang.h | 84 // Diagnostics Mediator (An interface for both Producer and Consumer) 90 // Diagnostics Consumer 122 // AST consumer, responsible for code generation
|