Searched refs:RW (Results 1 – 25 of 211) sorted by relevance
123456789
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_linux.cc | 111 else if (type_ == RW) in Init() 132 else if (type_ == RW) in Destroy() 142 else if (type_ == RW) in Lock() 152 else if (type_ == RW) in TryLock() 163 else if (type_ == RW) in Unlock() 169 CHECK(type_ == RW); in ReadLock() 175 CHECK(type_ == RW); in TryReadLock() 181 CHECK(type_ == RW); in ReadUnlock()
|
D | tsan_mop.cc | 69 Mutex m(Mutex::RW); in TEST() 88 Mutex m(Mutex::RW); in TEST()
|
D | tsan_mutex.cc | 60 Mutex m(Mutex::RW); in TEST() 128 Mutex m(Mutex::RW); in TEST()
|
D | tsan_test_util.h | 34 enum Type { Normal, Spin, RW }; enumerator
|
/external/vboot_reference/tests/futility/data/ |
D | README | 4 bios_zgb_mp.bin RW firmware A and B are different 5 bios_link_mp.bin uses the RO_NORMAL flag to skip RW firmware validation
|
/external/clang/test/Layout/ |
D | ms-x86-alias-avoidance-padding.cpp | 304 struct RW { char c; }; struct 313 struct RX7 : virtual RW { RA a; }; 314 struct RX8 : RA, virtual RW {};
|
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
D | Server-mbean.properties | 8 dumpAfterStart: RW:Dump state to stderr after start 9 dumpBeforeStop: RW:Dump state to stderr before stop
|
/external/valgrind/docs/internals/ |
D | why-no-libc.txt | 7 RW> On Dec 12, 2008, at 6:33 PM, "Igor Shaul" <mindmaze@gmail.com> wrote: 17 >>>>> "RW" == Robert Walsh <rjwalsh@durables.org> writes: 19 RW> Sadly, no. Valgrind shares the address space of the guest process, 20 RW> which would mean libc would get linked into the address space 21 RW> twice. There's no telling how libc would react to that.
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 150 LW,RW = W//2, W - (W//2) 151 L,R = getNthPairBounded(N, H**LW, H**RW) 153 getNthNTuple(R,RW,H=H,useLeftToRight=useLeftToRight))
|
/external/icu/icu4c/source/data/region/ |
D | rw.txt | 11 RW{"Rwanda"}
|
D | zh_Hant_HK.txt | 40 RW{"盧旺達"}
|
D | ps.txt | 65 RW{"روندا"}
|
D | fa_AF.txt | 83 RW{"روآندا"}
|
D | chr.txt | 199 RW{"ᎶᏩᏂᏓ"}
|
D | yi.txt | 188 RW{"רוואַנדע"}
|
D | shi.txt | 183 RW{"ⵔⵡⴰⵏⴷⴰ"}
|
D | zgh.txt | 184 RW{"ⵔⵡⴰⵏⴷⴰ"}
|
D | vai.txt | 183 RW{"ꕟꖙꕡ"}
|
D | brx.txt | 233 RW{"रूआण्डा"}
|
D | ks.txt | 230 RW{"روٗوانٛڈا"}
|
D | or.txt | 233 RW{"ରାୱାଣ୍ଡା"}
|
D | ko.txt | 240 RW{"르완다"}
|
D | he.txt | 240 RW{"רואנדה"}
|
/external/jetty/src/resources/org/eclipse/jetty/util/log/jmx/ |
D | Log-mbean.properties | 3 debugEnabled:RW: True if debug enabled for root logger Log.LOG
|
/external/vboot_reference/ |
D | README | 162 root_key.keyb can be stored in RW part of the firmware. For the 172 RW firmware which verifies the kernel, only the keys change. An additional
|
123456789