HomeSort by relevance Sort by last modified time
    Searched full:producers (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/net/spdy/
spdy_write_queue_unittest.cc 71 // Add some frame producers of different priority. The producers
113 // Add some frame producers with the same priority. The producers
  /external/valgrind/main/drd/tests/
circular_buffer.c 184 pthread_t producers[THREADS]; local
210 pthread_create(producers + i, NULL,
220 pthread_join(producers[i], NULL);
  /art/compiler/sea_ir/ir/
sea.h 110 std::vector<InstructionNode*> producers; local
113 producers.insert(producers.end(), (*cit)->begin(), (*cit)->end());
115 return producers;
  /docs/source.android.com/src/devices/
graphics.jd 80 <strong>Image Stream Producers</strong>
82 <dd>Image stream producers can be things such as an OpenGL ES game, video buffers from the media server,
99 <dd>SurfaceTexture contains the logic that ties image stream producers and image stream consumers together
108 producers are the camera preview produced by the camera HAL or an OpenGL ES game. Some examples
240 SurfaceTextureClient in image producers. You can find a stub implementation of the HAL at
341 Explicit synchronization allows producers and consumers of graphics buffers to signal when
354 consumer, this <code>sync_point</code> is signaled so that image producers
358 multiple consumers or producers to signal that
363 the image producers now know that both consumers are done consuming.</li>
  /external/apache-http/src/org/apache/http/entity/
ContentProducer.java 40 *<p>Content producers are expected to be able to produce their
  /libcore/luni/src/main/java/java/util/concurrent/
TransferQueue.java 14 * A {@link BlockingQueue} in which producers may wait for consumers
16 * example in message passing applications in which producers
CompletionService.java 11 * from the consumption of the results of completed tasks. Producers
BlockingQueue.java 97 * common tactic is for producers to insert special
104 * producers and multiple consumers.
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 426 InstructionOffsetValue producers = producerValue.instructionOffsetValue(); local
427 if (producers.instructionOffsetCount() == 1)
429 int producerOffset = producers.instructionOffset(0);
435 producers = partialEvaluator.getStackBefore(producerOffset).getTopProducerValue(0).instructionOffsetValue();
436 producerOffset = producers.instructionOffset(0);
  /external/kernel-headers/original/linux/
clk.h 35 * clk_get may return different clock producers depending on @dev.)
  /external/guava/guava/src/com/google/common/eventbus/
package-info.java 40 * <p>To register your listener methods with the event producers...
50 * producers.</li>
71 * <h3>For Producers</h3>
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h 34 // methods to indicate failure. Producers get a buffer by calling
  /external/chromium_org/v8/src/
cpu-profiler.h 140 // methods called by event producers: VM and stack sampler threads.
  /external/elfutils/libdw/
dwarf_siblingof.c 120 /* Make sure we are still in range. Some producers might skip
  /external/llvm/docs/
MarkedUpDisassembly.rst 22 mismatches between consumers and producers. That is, the syntax generally does
  /external/qemu/docs/
ANDROID-FRAMEBUFFER.TXT 35 interface between framebuffer 'producers' and 'clients'. Essentially, each
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 121 // Buffer producers are expected to set their desired presentation time
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java 456 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
498 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
539 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
569 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
620 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
673 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
    [all...]
PercentEscaper.java 58 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 456 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
498 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
539 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
569 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
620 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
673 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
    [all...]
  /external/qemu/android/
framebuffer.h 207 * to completely separate the implementation of clients, producers, and skins,
  /external/v8/src/
cpu-profiler.h 124 // methods called by event producers: VM and stack sampler threads.
  /frameworks/native/include/gui/
Surface.h 62 * therefore prevent them to be used as actual producers of buffers.
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 149 // are internally muxing between the sink and scratch producers, we have

Completed in 728 milliseconds

1 2