HomeSort by relevance Sort by last modified time
    Searched refs:readwrite (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeIterator.h 51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeIterator.h 51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeIterator.h 51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.h 56 @property(retain, readwrite) id<ANTLRBaseTree> up;
57 @property(retain, readwrite) id<ANTLRBaseTree> down;
58 @property(retain, readwrite) id<ANTLRBaseTree> eof;
ANTLRLookaheadStream.h 47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
  /frameworks/compile/mclinker/lib/Support/
FileOutputBuffer.cpp 38 llvm::sys::fs::mapped_file_region::readwrite, pSize, 0, ec));
  /external/netcat/
netcat.c 107 void readwrite(int);
407 readwrite(s);
412 readwrite(connfd);
430 readwrite(s);
488 readwrite(s);
756 * readwrite()
760 readwrite(int nfd) function
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 92 FD, mapped_file_region::readwrite, Size, 0, EC);
  /external/valgrind/exp-sgcheck/
pc_common.c 296 static const HChar* readwrite(SSizeT sszB) function
363 readwrite(xe->XE.Heap.sszB),
373 readwrite(xe->XE.Heap.sszB),
398 readwrite(xe->XE.Heap.sszB),
415 readwrite(xe->XE.Heap.sszB),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-8.s 85 .ent readwrite
86 readwrite: label
90 $readwrite..ng:
101 .end readwrite
125 .quad readwrite
  /external/curl/lib/
transfer.c 474 if(conn->handler->readwrite) {
475 result = conn->handler->readwrite(data, conn, &nread, &readmore);
492 if(conn->handler->readwrite &&
494 result = conn->handler->readwrite(data, conn, &nread, &readmore);
784 if(conn->handler->readwrite &&
790 result = conn->handler->readwrite(data, conn, &nread, &readmore);
    [all...]
urldata.h 794 CURLcode (*readwrite)(struct Curl_easy *data, struct connectdata *conn, member in struct:Curl_handler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 105 def readwrite(obj, flags): function
201 readwrite(obj, flags)
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 105 def readwrite(obj, flags): function
201 readwrite(obj, flags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 105 def readwrite(obj, flags): function
201 readwrite(obj, flags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 105 def readwrite(obj, flags): function
201 readwrite(obj, flags)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 116 # asyncore.readwrite uses constants in the select module that
123 # Check that correct methods are called by readwrite()
162 asyncore.readwrite(tobj, flag)
170 # bubbles all the way up through asyncore readwrite call
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
178 asyncore.readwrite(tr2, flag)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 116 # asyncore.readwrite uses constants in the select module that
123 # Check that correct methods are called by readwrite()
162 asyncore.readwrite(tobj, flag)
170 # bubbles all the way up through asyncore readwrite call
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
178 asyncore.readwrite(tr2, flag)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 116 # asyncore.readwrite uses constants in the select module that
123 # Check that correct methods are called by readwrite()
162 asyncore.readwrite(tobj, flag)
170 # bubbles all the way up through asyncore readwrite call
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
178 asyncore.readwrite(tr2, flag)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 116 # asyncore.readwrite uses constants in the select module that
123 # Check that correct methods are called by readwrite()
162 asyncore.readwrite(tobj, flag)
170 # bubbles all the way up through asyncore readwrite call
172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
178 asyncore.readwrite(tr2, flag)
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 46 #define %readwrite %warn "115:%readwrite is deprecated. Use %mutable; " %feature("immutable","");
  /external/llvm/include/llvm/Support/
FileSystem.h 650 readwrite, ///< May access map via data and modify it. Written to path. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode

Completed in 1831 milliseconds

1 2 3