/external/chromium_org/media/formats/mp4/ |
box_reader.h | 166 // The set of child box FourCCs and their corresponding buffer readers. Only
|
/external/chromium_org/net/base/ |
net_log_logger.cc | 255 // "clientInfo" key is required for some NetLogLogger log readers.
|
/external/chromium_org/sql/test/ |
test_helpers.cc | 98 // Update change count so outstanding readers know the info changed.
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xmlreader.h | 314 * New more complete APIs for simpler creation and reuse of readers
|
/external/chromium_org/third_party/re2/util/ |
mutex.h | 89 // but not both. We can have lots of readers at once (in no-threads
|
/external/chromium_org/third_party/sqlite/src/src/ |
wal.c | 116 ** multiple concurrent readers to view different versions of the database 163 ** that allows readers to query an index block for a specific page number. 229 ** Both readers can use the same hash table and mapping section to get 332 ** to avoid having to offset aReadMark[] indexs by one. Readers holding 344 ** WAL_READ_LOCK(j)). New readers (usually) pick the aReadMark[] with the 348 ** in the WAL has been backfilled into the database) then new readers 355 ** written back into the database) and if no readers are using the WAL [all...] |
test_superlock.c | 224 ** to prevent readers, writers and/or checkpointers from accessing the
|
/external/chromium_org/ui/views/widget/ |
widget_delegate.h | 73 // Returns the title to be read with screen readers.
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mutex.cc | 21 // Readers have preference, can possibly starvate writers.
|
/external/libxml2/include/libxml/ |
xmlreader.h | 319 * New more complete APIs for simpler creation and reuse of readers
|
/external/proguard/src/proguard/ |
WordReader.java | 27 * An abstract reader of words, with the possibility to include other readers.
|
/external/regex-re2/util/ |
mutex.h | 85 // but not both. We can have lots of readers at once (in no-threads
|
/external/wpa_supplicant_8/src/utils/ |
radiotap.h | 55 * readers.
|
/libcore/luni/src/main/java/java/io/ |
Writer.java | 32 * Many specialized readers for purposes like reading from a file already exist
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
LexicalHandler.java | 23 * XML readers are not required to recognize this handler, and it
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
DngCreatorTest.java | 499 List<ImageReader> readers = new ArrayList<ImageReader>(); local 500 readers.add(captureReader); 504 Pair<List<Image>, CaptureResult> res = captureSingleRawShot(s, readers, listeners);
|
/external/chromium_org/chrome/browser/sessions/ |
better_session_restore_browsertest.cc | 83 const ScopedVector<net::UploadElementReader>& readers = local 85 for (size_t i = 0; i < readers.size(); ++i) { 87 readers[i]->AsBytesReader();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsService.java | 646 ImageReader[] readers) 650 for (int i = 0; i < readers.length; i++) { 652 jsonSurface.put("width", readers[i].getWidth()); 653 jsonSurface.put("height", readers[i].getHeight()); 654 int format = readers[i].getImageFormat(); [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 46 * in the queue with the write lock free, then those readers will be 60 * <p>This lock allows both readers and writers to reacquire read or 62 * readers are not allowed until all write locks held by the writing 408 // Releasing the read lock has no effect on readers, 652 * readers that have not yet drained from the queue. [all...] |
/external/smack/src/org/jivesoftware/smack/ |
XMPPConnection.java | 442 // Close down the readers and writers. 673 // readers and writers and close the socket. [all...] |
/packages/apps/InCallUI/res/values/ |
strings.xml | 325 <!-- Use this as a default to describe the contact photo; currently for screen readers through accessibility. --> 327 <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. --> 329 <!-- Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. -->
|
/external/chromium_org/base/memory/ |
singleton.h | 257 // Releases the visibility over instance_ to the readers.
|
/external/chromium_org/content/browser/renderer_host/ |
legacy_render_widget_host_win.cc | 121 // Attempt to detect screen readers or other clients who want full
|
/external/chromium_org/net/dns/ |
dns_config_service.cc | 283 // not add perceivable delay. On the other hand, config readers should finish
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
skiplist_test.cc | 126 // concurrent readers (with no synchronization other than when a
|