/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/device3/ |
Camera3InputStream.h | 33 * This class serves as a consumer adapter for the HAL, and will consume the
|
/frameworks/compile/slang/ |
slang_diagnostic_buffer.h | 33 // The diagnostics consumer instance (for reading the processed diagnostics)
|
/art/tools/dexfuzz/src/dexfuzz/ |
StreamConsumer.java | 72 // Tell consumer there is work to be done. 108 // Tell Consumer there is work to be done (it will check first if FINISHED has been set.) 148 // Tell client of Consumer that the output is ready.
|
/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/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/av/cmds/screenrecord/ |
FrameOutput.cpp | 71 sp<IGraphicBufferConsumer> consumer; local 72 BufferQueue::createBufferQueue(&producer, &consumer); 73 mGlConsumer = new GLConsumer(consumer, mExtTextureName,
|
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
java.util.concurrent.CopyOnWriteArrayList.html | 86 <A NAME="java.util.concurrent.CopyOnWriteArrayList.forEach_added(java.util.function.Consumer<? super E>)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/java/util/concurrent/CopyOnWriteArrayList.html#forEach(java.util.function.Consumer<? super E>)" target="_top"><code>forEach</code></A>(<code>Consumer<? super E></code>)</nobr>
|
java.util.concurrent.ConcurrentHashMap.html | 121 <A NAME="java.util.concurrent.ConcurrentHashMap.forEach_added(long, java.util.function.BiFunction<? super K, ? super V, ? extends U>, java.util.function.Consumer<? super U>)"></A> 122 <nobr><code>void</code> <A HREF="../../../../reference/java/util/concurrent/ConcurrentHashMap.html#forEach(long, java.util.function.BiFunction<? super K, ? super V, ? extends U>, java.util.function.Consumer<? super U>)" target="_top"><code>forEach</code></A>(<code>long,</nobr> BiFunction<?<nobr>,</nobr> super<nobr>,</nobr> K<nobr>,</nobr> ?<nobr>,</nobr> super<nobr>,</nobr> V<nobr>,</nobr> ?<nobr>,</nobr> extends<nobr>,</nobr> U><nobr>,</nobr> Consumer<?<nobr>,</nobr> super<nobr>,</nobr> U><nobr><nobr></code>)</nobr> 128 <A NAME="java.util.concurrent.ConcurrentHashMap.forEachEntry_added(long, java.util.function.Consumer<? super java.util.Map.Entry<K, V>>)"></A> 129 <nobr><code>void</code> <A HREF="../../../../reference/java/util/concurrent/ConcurrentHashMap.html#forEachEntry(long, java.util.function.Consumer<? super java.util.Map.Entry<K, V>>)" target="_top"><code>forEachEntry</code></A>(<code>long,</nobr> Consumer<Entry<K<nobr>,</nobr> V>><nobr><nobr></code>)</nobr> 135 <A NAME="java.util.concurrent.ConcurrentHashMap.forEachEntry_added(long, java.util.function.Function<java.util.Map.Entry<K, V>, ? extends U>, java.util.function.Consumer<? super U>)"></A> 136 <nobr><code>void</code> <A HREF="../../../../reference/java/util/concurrent/ConcurrentHashMap.html#forEachEntry(long, java.util.function.Function<java.util.Map.Entry<K, V>, ? extends U>, java.util.function.Consumer<? super U>)" target="_top"><code>forEachEntry</code></A>(<code>long,</nobr> Function<Entry<K<nobr>,</nobr> V><nobr>,</nobr> ?<nobr>,</nobr> extends<nobr>,</nobr> U><nobr>,</nobr> Consumer<?<nobr>,</nobr> super<nobr>,</nobr> U><nobr><nobr></code>)</nobr> 142 <A NAME="java.util.concurrent.ConcurrentHashMap.forEachKey_added(long, java.util.function.Consumer<? super K>)"></A [all...] |
/frameworks/base/media/jni/ |
android_media_ImageReader.cpp | 92 void setBufferConsumer(const sp<BufferItemConsumer>& consumer) { mConsumer = consumer; } 370 "Failed to allocate native buffer consumer for format 0x%x", nativeFormat); 388 "Failed to set buffer consumer default size (%dx%d) for format 0x%x", 395 "Failed to set buffer consumer default format 0x%x", nativeFormat); 400 "Failed to set buffer consumer default dataSpace 0x%x", nativeDataspace); 414 BufferItemConsumer* consumer = NULL; local 415 consumer = ImageReader_getBufferConsumer(env, thiz); 417 if (consumer != NULL) { 418 consumer->abandon() [all...] |
/frameworks/native/libs/gui/ |
BufferQueueConsumer.cpp | 57 // Check that the consumer doesn't currently have the maximum number of 59 // buffer so that the consumer can successfully set up the newly acquired 115 // consumer is not yet ready for, don't drop it. 182 " consumer=%" PRIu64, 248 // If the buffer has previously been acquired by the consumer, set 250 // on the consumer side 298 BQ_LOGE("detachBuffer: slot %d is not owned by the consumer " 383 // requires that the consumer maintain a cached copy of the slot <--> buffer 384 // mappings, which is why the consumer doesn't need the valid pointer on 501 BQ_LOGE("disconnect: no consumer is connected") [all...] |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/ |
gradle-tooling-api-1.6-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/ |
gradle-tooling-api-1.6-rc-1-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/ |
gradle-tooling-api-1.7-sources.jar | |
/frameworks/native/include/gui/ |
BufferQueueProducer.h | 116 // queue it for use by the consumer. 128 // called except for getAllocator. A consumer must already be connected. 151 // from the producer to the consumer without using dequeueBuffer/ 152 // queueBuffer. If a sideband stream is present, the consumer can choose 207 // mode (producer and consumer controlled by the application). If it blocks,
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
color_params.h | 338 // Data consumer<Commit thread> will be responsible to destroy it once the feature is commited. 344 // Data consumer will use this method to retrieve contained feature configuration. 419 // API for data consumer to get underlying data configs to program into pp hardware block. 447 // <libsdm-color.so> and data consumer<SDM and HWC.> 473 // Consumer to call this to retrieve all the TFeatureInfo<T> on the list to be programmed.
|
/external/clang/unittests/Tooling/ |
ToolingTest.cpp | 31 /// Takes an ast consumer and returns it from CreateASTConsumer. This only 421 TestDiagnosticConsumer Consumer; 422 Tool.setDiagnosticConsumer(&Consumer); 426 EXPECT_EQ(1u, Consumer.NumDiagnosticsSeen); 433 TestDiagnosticConsumer Consumer; 434 Tool.setDiagnosticConsumer(&Consumer); 438 EXPECT_EQ(1u, Consumer.NumDiagnosticsSeen);
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.h | 492 /// \brief Type for the byte reader that the consumer must provide to 494 /// \param arg A baton that the consumer can associate with any internal 503 /// \brief Type for the logging function that the consumer can provide to 505 /// \param arg A baton that the consumer can associate with any internal 641 /// a buffer provided by the consumer. 643 /// consumer. 646 /// specific to the consumer. May be NULL.
|
/frameworks/native/include/input/ |
InputTransport.h | 158 * Try again after the consumer has sent a finished signal indicating that it has 251 /* Receives the finished signal from the consumer in reply to the original dispatch signal. 253 * and whether the consumer handled the message. 273 /* Creates a consumer associated with an input channel. */ 276 /* Destroys the consumer and releases its input channel. */ 310 * the message was handled by the consumer. 320 * Should be called after calling consume() to determine whether the consumer
|
/frameworks/native/libs/gui/tests/ |
SurfaceTextureGLToGL_test.cpp | 32 // both producer and consumer, and only using one thread. Set max dequeued 118 // Do the consumer side of things 294 // Destroy consumer 328 // Destroy consumer 369 // Do the consumer side of things 433 // Do the consumer side of things 497 // Do the consumer side of things
|
/hardware/libhardware/tests/camera2/ |
camera2_utils.cpp | 55 // Interface to camera2 HAL as consumer (input requests/reprocessing) 80 ALOGV("%s: Signaling consumer", __FUNCTION__); 319 StreamAdapter::StreamAdapter(sp<IGraphicBufferProducer> consumer): 324 mConsumerInterface = new Surface(consumer); 370 // Configure consumer-side ANativeWindow interface 412 ALOGE("%s: Unable to query consumer undequeued" 419 ALOGV("%s: Producer wants %d buffers, consumer wants %d", __FUNCTION__,
|
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/ |
gradle-tooling-api-2.14.jar | |
/libcore/ojluni/src/main/java/java/util/ |
Random.java | [all...] |
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 58 void StartTranslationUnit(ASTConsumer *Consumer) override; 165 auto consumer = llvm::make_unique<PCHGenerator>( local 169 consumer->GetASTMutationListener()); 170 Clang->setASTConsumer(std::move(consumer)); 269 void ChainedIncludesSource::StartTranslationUnit(ASTConsumer *Consumer) { 270 return getFinalReader().StartTranslationUnit(Consumer);
|