/external/clang/test/Parser/ |
opencl-image-access.cl | 14 __kernel void frw(read_write image2d_t a) { }
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
MapModeTest.java | 34 assertNotNull(FileChannel.MapMode.READ_WRITE); 39 .equals(FileChannel.MapMode.READ_WRITE)); 41 .equals(FileChannel.MapMode.READ_WRITE)); 50 assertNotNull(FileChannel.MapMode.READ_WRITE.toString());
|
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/ |
TestWatchpointCommands.py | 32 """Test read_write watchpoint and expect to stop two times.""" 40 """Test read_write watchpoint and expect to stop two times.""" 80 """Test read_write watchpoint but disable it after the first stop.""" 88 """Test read_write watchpoint but disable it after the first stop.""" 96 """Test read_write watchpoint, disable initially, then enable it.""" 104 """Test read_write watchpoint, disable initially, then enable it.""" 110 """Do read_write watchpoint and expect to stop two times.""" 126 # Now let's set a read_write-type watchpoint for 'global'. 128 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED, 140 # We should be stopped again due to the watchpoint (read_write type) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
MappedByteBufferTest.java | 104 mmb = fc.map(FileChannel.MapMode.READ_WRITE, 0, fc.size()); 149 FileChannel.MapMode.READ_WRITE, 0, fileChannelReadWrite.size()); 157 FileChannel.MapMode.READ_WRITE, 0, fileChannelRW.size()); 182 FileChannel.MapMode.READ_WRITE, 0, fileChannelReadWrite.size()); 217 MappedByteBuffer mbb = ch.map(MapMode.READ_WRITE, 0L, 100L);
|
/bionic/libc/kernel/uapi/linux/ |
i2c-dev.h | 36 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/development/ndk/platforms/android-L/include/linux/ |
i2c-dev.h | 36 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/frameworks/av/services/audioflinger/ |
FastCaptureState.h | 45 READ_WRITE = 0x18; // read from input source and write to pipe sink
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
i2c-dev.h | 36 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
i2c-dev.h | 36 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
i2c-dev.h | 36 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Enumerations.py | 92 'read_write' : 'rdwr', #
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 184 mFolder.open(OpenMode.READ_WRITE); 226 mFolder.open(OpenMode.READ_WRITE); 420 mFolder.open(OpenMode.READ_WRITE); 433 mFolder.open(OpenMode.READ_WRITE); 445 mFolder.open(OpenMode.READ_WRITE); 458 mFolder.open(OpenMode.READ_WRITE); 476 mFolder.open(OpenMode.READ_WRITE); 509 mFolder.open(OpenMode.READ_WRITE); 712 * Note: the READ_WRITE mode passed to folder.open() does not affect the test 717 mFolder.open(OpenMode.READ_WRITE); [all...] |
/external/dnsmasq/src/ |
forward.c | 748 !read_write(confd, &c1, 1, 1) || !read_write(confd, &c2, 1, 1) || 750 !read_write(confd, packet, size, 1)) 844 if (!read_write(last_server->tcpfd, &c1, 1, 0) || 845 !read_write(last_server->tcpfd, &c2, 1, 0) || 846 !read_write(last_server->tcpfd, packet, size, 0) || 847 !read_write(last_server->tcpfd, &c1, 1, 1) || 848 !read_write(last_server->tcpfd, &c2, 1, 1)) 856 if (!read_write(last_server->tcpfd, packet, m, 1)) 892 if (!read_write(confd, &c1, 1, 0) | [all...] |
/external/kernel-headers/original/uapi/linux/ |
i2c-dev.h | 57 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/external/lldb/test/functionalities/completion/ |
TestCompletion.py | 52 """Test that 'watchpoint set variable -w ' completes to ['Available completions:', 'read', 'write', 'read_write'].""" 53 self.complete_from_to('watchpoint set variable -w ', ['Available completions:', 'read', 'write', 'read_write']) 64 """Test that 'watchpoint set variable -w read_' completes to 'watchpoint set variable -w read_write'.""" 65 self.complete_from_to('watchpoint set variable -w read_', 'watchpoint set variable -w read_write')
|
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
TestWatchpointSetErrorCases.py | 56 self.runCmd("watchpoint set variable -w read_write", check=False)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
i2c-dev.h | 56 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
i2c-dev.h | 56 __u8 read_write; member in struct:i2c_smbus_ioctl_data
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Folder.java | 27 READ_WRITE, READ_ONLY, 62 * @param mode READ_ONLY or READ_WRITE
|
/system/extras/tests/sdcard/ |
testcase.cpp | 176 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
|
/external/deqp/android/cts/ |
es30-mustpass-2014.2.9-2014-10-29.txt | [all...] |
/development/ndk/platforms/android-3/include/sys/ |
mount.h | 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
|
/external/chromium_org/net/http/ |
http_cache_transaction.cc | 414 DoneWritingToEntry(mode_ == READ_WRITE); 422 case READ_WRITE: 842 mode_ = READ_WRITE; 859 mode_ != READ_WRITE && mode_ != WRITE) { 917 if (mode_ == READ_WRITE && entry_ && !partial_) { 1010 if (handling_206_ && mode_ == READ_WRITE && !truncated_ && !is_sparse_) { [all...] |
/external/lldb/source/Interpreter/ |
OptionGroupWatchpoint.cpp | 27 { OptionGroupWatchpoint::eWatchReadWrite, "read_write", "Watch for read/write"},
|
/external/lldb/test/python_api/watchpoint/ |
TestSetWatchpoint.py | 2 Use lldb Python SBValue API to create a watchpoint for read_write of 'globl' var.
|