/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_mutex_test.cc | 106 TEST(Mutex, ReadWrite) {
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileHandle.h | 46 ReadWrite = ReadOnly | WriteOnly,
|
/frameworks/compile/mclinker/unittests/ |
FragmentRefTest.cpp | 49 MemoryArea* area = areaFactory->produce(path, FileHandle::ReadWrite);
|
/external/llvm/test/DebugInfo/X86/ |
debug-info-block-captured-self.ll | 34 ; @property (nonatomic, readwrite, strong) Context *context; 44 ; @property(readwrite, nonatomic) State state;
|
/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)
|
/external/valgrind/main/exp-sgcheck/ |
pc_common.c | 296 static Char* 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),
|
/external/qemu-pc-bios/bochs/bios/ |
acpi-dsdt.dsl | 178 DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite, 185 DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, NonCacheable, ReadWrite, 204 NonCacheable, ReadWrite,
|
/external/chromium_org/chrome/browser/ui/app_list/search/people/ |
people_provider.cc | 39 "https://www.googleapis.com/auth/plus.peopleapi.readwrite";
|
/external/chromium_org/ipc/ |
ipc_channel_nacl.h | 30 // We don't need to worry about complicated set up and READWRITE mode for
|
ipc_channel_posix.h | 184 // data (in the case of READWRITE), and are processed in FIFO here.
|
/external/chromium_org/net/socket/ |
tcp_socket_unittest.cc | 202 TEST_F(TCPSocketTest, ReadWrite) {
|
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
memenv_test.cc | 87 TEST(MemEnvTest, ReadWrite) {
|
/external/clang/test/Analysis/inlining/ |
DynDispatchBifurcate.m | 17 @property (readwrite) int value1;
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
fortran.php | 63 'readwrite','recl','sequential','status','unformatted','unit'
|
/external/llvm/lib/Support/ |
FileOutputBuffer.cpp | 79 FD, true, mapped_file_region::readwrite, Size, 0, EC));
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 157 // default is readwrite! 159 // property is defaulted to 'assign' if it is readwrite and is 419 // property in primary class and 'narrowed' type for a 'readwrite' property 434 // with continuation class's readwrite property attribute! 478 // Tailor the diagnostics for the common case where a readwrite [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/ |
TransparencyWin.cpp | 468 const SkBitmap& bitmap = m_layerBuffer->context()->layerBitmap(GraphicsContext::ReadWrite); 504 SkBitmap& bitmap = const_cast<SkBitmap&>(m_drawContext->layerBitmap(GraphicsContext::ReadWrite));
|
/external/chromium_org/ppapi/tests/ |
test_tcp_socket_private.cc | 53 RUN_CALLBACK_TEST(TestTCPSocketPrivate, ReadWrite, filter);
|
test_udp_socket.cc | 83 RUN_CALLBACK_TEST(TestUDPSocket, ReadWrite, filter);
|
/external/clang/test/Analysis/ |
self-init.m | 249 @property (nonatomic, retain, readwrite) Object *size;
|
unused-ivars.m | 30 @property (readwrite,retain) id ivar;
|
/system/core/toolbox/ |
mount.c | 217 * mount readwrite and this isn't a remount,
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_test.cc | 242 TEST(LogTest, ReadWrite) {
|
/external/clang/test/Index/ |
get-cursor.m | 5 @property (readwrite) int foo2;
|