HomeSort by relevance Sort by last modified time
    Searched refs:readwrite (Results 26 - 38 of 38) sorted by null

12

  /external/python/cpython3/Lib/
asyncore.py 105 def readwrite(obj, flags): function
188 readwrite(obj, flags)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 115 # asyncore.readwrite uses constants in the select module that
122 # Check that correct methods are called by readwrite()
161 asyncore.readwrite(tobj, flag)
169 # bubbles all the way up through asyncore readwrite call
171 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
177 asyncore.readwrite(tr2, flag)
  /external/python/cpython2/Lib/test/
test_asyncore.py 115 # asyncore.readwrite uses constants in the select module that
122 # Check that correct methods are called by readwrite()
161 asyncore.readwrite(tobj, flag)
169 # bubbles all the way up through asyncore readwrite call
171 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
177 asyncore.readwrite(tr2, flag)
  /external/python/cpython3/Lib/test/
test_asyncore.py 125 # asyncore.readwrite uses constants in the select module that
132 # Check that correct methods are called by readwrite()
171 asyncore.readwrite(tobj, flag)
179 # bubbles all the way up through asyncore readwrite call
181 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag)
187 asyncore.readwrite(tr2, flag)
  /external/llvm/include/llvm/Support/
FileSystem.h 682 readwrite, ///< May access map via data and modify it. Written to path. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 689 readwrite, ///< May access map via data and modify it. Written to path. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
    [all...]
  /external/walt/ios/WALT/
WALTClient.m 76 @property (readwrite, nonatomic, getter=isConnected) BOOL connected;
  /external/curl/lib/
urldata.h 690 CURLcode (*readwrite)(struct Curl_easy *data, struct connectdata *conn, member in struct:Curl_handler
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 1047 readwrite, \/\/\/< May access map via data and modify it. Written to path. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 870 fs::mapped_file_region::readwrite, Size, 0, EC);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Path.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 931 PRINT_PROP_ATTR(readwrite);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 3065 milliseconds

12