HomeSort by relevance Sort by last modified time
    Searched full:readers (Results 26 - 50 of 528) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
overview.html 22 filters, streams, readers and writers.
package.html 21 This package defines utility classes for working with streams, readers,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFifo.h 30 // readers or writers by design.
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFifo.h 30 // readers or writers by design.
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFifo.h 30 // readers or writers by design.
  /external/chromium_org/third_party/sqlite/
fts2.patch 405 OrderedDLReader readers[MERGE_COUNT];
422 nStart += dlrDocDataBytes(readers[0].pReader);
429 pStart = dlrDocData(readers[0].pReader);
430 nStart = dlrDocDataBytes(readers[0].pReader);
434 - dlrStep(readers[0].pReader);
435 + rc = dlrStep(readers[0].pReader);
440 !dlrAtEnd(readers[i].pReader) &&
441 dlrDocid(readers[i].pReader)==iDocid; i++){
442 - dlrStep(readers[i].pReader);
443 + rc = dlrStep(readers[i].pReader)
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/doc/
log_format.txt 14 consist entirely of zero bytes and must be skipped by readers.
22 More types may be added in the future. Some Readers may skip record
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java 35 * (as opposed to instantiating new readers from this prototype), but
44 * JAXP design: multiple readers can be instantiated from a single
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 86 unsigned readers; member in struct:_TTMBuffer
235 unsigned int readers; local
242 readers = dBuf->readers;
245 if ((mode & WSBM_SYNCCPU_READ) && (++dBuf->readers == 1))
278 dBuf->readers = readers;
297 if ((mode & WSBM_SYNCCPU_READ) && (--dBuf->readers == 0))
  /external/chromium_org/base/
lazy_instance.cc 45 // Releases visibility over private_buf_ to readers. Pairing Acquire_Load's
  /external/chromium_org/third_party/re2/util/
atomicops.h 66 // use read barriers for the readers too.
  /external/guava/guava/src/com/google/common/io/
package-info.java 19 * for example input streams, output streams, readers, writers, and files.
  /external/regex-re2/util/
atomicops.h 66 // use read barriers for the readers too.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AutoDetector.java 15 // Interface to objects that translate InputStreams to Readers by auto-detection
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 20 * \brief ArchiveReader provides an common interface for all archive readers.
ELFDynObjReader.h 36 // ----- readers ----- //
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 186 bool AnalyzeUsesOfPointer(Value *V, std::vector<Function*> &Readers,
209 std::vector<Function*> Readers, Writers;
212 if (!AnalyzeUsesOfPointer(I, Readers, Writers)) {
217 Readers.clear(); Writers.clear();
223 if (!AnalyzeUsesOfPointer(I, Readers, Writers)) {
227 for (unsigned i = 0, e = Readers.size(); i != e; ++i)
228 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
240 Readers.clear(); Writers.clear();
251 std::vector<Function*> &Readers,
259 Readers.push_back(LI->getParent()->getParent())
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os.h 175 ** random so two separate readers can probably access the file at the
187 ** will support two or more Win95 readers or two or more WinNT readers.
188 ** But a single Win95 reader will lock out all WinNT readers and a single
189 ** WinNT reader will lock out all other Win95 readers.
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 502 TCHAR *readers = NULL; local
504 char *readers = NULL; local
536 readers = os_malloc(len);
537 if (readers == NULL) {
542 ret = SCardListReaders(scard->ctx, NULL, readers, &len);
549 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
553 wpa_hexdump_ascii(MSG_DEBUG, "SCARD: Readers", (u8 *) readers, len);
555 * readers is a list of available readers. The last entry is terminate
    [all...]
  /external/chromium_org/net/http/
http_cache.cc 347 entry->readers.clear();
616 DCHECK(entry->writer || !entry->readers.empty() ||
664 DCHECK(entry->readers.empty());
692 DCHECK(entry->readers.empty());
829 // readers.
841 if (entry->readers.empty()) {
849 entry->readers.push_back(trans);
865 if (entry->will_process_pending_queue && entry->readers.empty())
889 DCHECK(entry->readers.empty());
919 std::find(entry->readers.begin(), entry->readers.end(), trans)
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.cc 84 const ScopedVector<net::UploadElementReader>& readers = local
86 if (readers.size() != 1u)
88 const net::UploadBytesElementReader* reader = readers[0]->AsBytesReader();
  /libcore/luni/src/main/java/java/io/
Reader.java 24 * The base class for all readers. A reader is a means of reading data from a
25 * source in a character-wise manner. Some readers also support marking a
34 * Many specialized readers for purposes like reading from a file already exist
  /bionic/libc/bionic/
pthread_rwlock.cpp 38 * - no readers and no writer (unlocked)
39 * - one or more readers sharing the lock at the same time (read-locked)
43 * - trying to get the write-lock while there are any readers blocks
271 // There are no more readers, wake any waiters.
  /external/chromium_org/content/common/
one_writer_seqlock_unittest.cc 78 // The main thread is the writer, and the spawned are readers.
  /external/chromium_org/media/filters/
h264_bit_reader.h 30 // heap-allocating and creating bit readers on demand instead.

Completed in 539 milliseconds

12 3 4 5 6 7 8 91011>>