/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 155 else if (type_ == RW) in Init() 178 else if (type_ == RW) in Destroy() 190 else if (type_ == RW) in Lock() 202 else if (type_ == RW) in TryLock() 215 else if (type_ == RW) in Unlock() 221 CHECK(type_ == RW); in ReadLock() 227 CHECK(type_ == RW); in TryReadLock() 233 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()
|
/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/autotest/server/site_tests/provision_FirmwareUpdate/ |
D | control.rw_only | 8 PURPOSE = "Provision a system to the correct firmware version, update RW only." 17 reprogram only RW of both EC and AP firmware.
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 84 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local 89 return (Sub == subreg_loreg) ? BT::BitMask(0, RW-1) in mask() 90 : BT::BitMask(RW, 2*RW-1); in mask() 204 auto lo = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate() 206 assert(RW <= RC.width()); in evaluate() 207 return eXTR(RC, 0, RW); in evaluate() 210 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate() argument 213 assert(RW <= W); in evaluate() 214 return eXTR(RC, W-RW, W); in evaluate() 274 uint16_t RW = W0; in evaluate() local [all …]
|
/external/autotest/server/site_tests/firmware_ECHash/ |
D | control | 24 AP-RW should have requested the EC recompute the hash of EC-RW.
|
/external/autotest/server/site_tests/firmware_CorruptFwBodyB/ |
D | control | 25 not load and verify the RW firmware body. In the case USE_RO_NORMAL OFF, 26 the RW firwmare B corruption will result booting the firmware A.
|
D | control.dev | 25 not load and verify the RW firmware body. In the case USE_RO_NORMAL OFF, 26 the RW firwmare B corruption will result booting the firmware A.
|
/external/autotest/server/site_tests/firmware_CorruptFwBodyA/ |
D | control | 25 not load and verify the RW firmware body. In the case USE_RO_NORMAL OFF, 26 the RW firwmare A corruption will result booting the firmware B.
|
D | control.dev | 25 not load and verify the RW firmware body. In the case USE_RO_NORMAL OFF, 26 the RW firwmare A corruption will result booting the firmware B.
|
/external/autotest/server/site_tests/firmware_CorruptBothFwBodyAB/ |
D | control.dev | 25 not load and verify the RW firmware body. In the case USE_RO_NORMAL OFF, 26 the firmware verification fails on loading RW firmware and enters recovery
|
D | control | 25 not load and verify the RW firmware body. In the case USE_RO_NORMAL OFF, 26 the firmware verification fails on loading RW firmware and enters recovery
|
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)) ? ((RW)-(RB)) : … argument
|
/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/opencv3/3rdparty/libtiff/ |
D | tif_color.c | 178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)) ? ((RW)-(RB)) : … argument
|
/external/icu/icu4c/source/data/region/ |
D | my.txt | 239 RW{"RW"}
|
D | rw.txt | 11 RW{"Rwanda"}
|
D | ps.txt | 65 RW{"روندا"}
|
D | fa_AF.txt | 83 RW{"روآندا"}
|
D | zh_Hant_HK.txt | 79 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
|