Home
last modified time | relevance | path

Searched refs:RW (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc155 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()
Dtsan_mop.cc69 Mutex m(Mutex::RW); in TEST()
88 Mutex m(Mutex::RW); in TEST()
Dtsan_mutex.cc60 Mutex m(Mutex::RW); in TEST()
128 Mutex m(Mutex::RW); in TEST()
/external/vboot_reference/tests/futility/data/
DREADME4 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/
Dms-x86-alias-avoidance-padding.cpp304 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/
DServer-mbean.properties8 dumpAfterStart: RW:Dump state to stderr after start
9 dumpBeforeStop: RW:Dump state to stderr before stop
/external/valgrind/docs/internals/
Dwhy-no-libc.txt7 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/
Dcontrol.rw_only8 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/
DHexagonBitTracker.cpp84 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/
Dcontrol24 AP-RW should have requested the EC recompute the hash of EC-RW.
/external/autotest/server/site_tests/firmware_CorruptFwBodyB/
Dcontrol25 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.
Dcontrol.dev25 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/
Dcontrol25 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.
Dcontrol.dev25 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/
Dcontrol.dev25 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
Dcontrol25 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/
Dtif_color.c178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)) ? ((RW)-(RB)) : … argument
/external/clang/utils/ABITest/
DEnumeration.py150 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/
Dtif_color.c178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)) ? ((RW)-(RB)) : … argument
/external/icu/icu4c/source/data/region/
Dmy.txt239 RW{"RW"}
Drw.txt11 RW{"Rwanda"}
Dps.txt65 RW{"روندا"}
Dfa_AF.txt83 RW{"روآندا"}
Dzh_Hant_HK.txt79 RW{"盧旺達"}
/external/jetty/src/resources/org/eclipse/jetty/util/log/jmx/
DLog-mbean.properties3 debugEnabled:RW: True if debug enabled for root logger Log.LOG

12345678910