Home
last modified time | relevance | path

Searched defs:theValue (Results 1 – 6 of 6) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java33 public static <T> Condition<T> matched(final T theValue, final Description mismatch) { in matched()
38 private final T theValue; field in Condition.Matched
41 private Matched(T theValue, Description mismatch) { in Matched()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DNGramList.java34 public NGram(String theValue, int theRefCount) in NGram()
40 public NGram(String theValue) in NGram()
/external/gptfdisk/
Dsupport.cc232 ostringstream theValue; in BytesToIeee() local
312 void ReverseBytes(void* theValue, int numBytes) { in ReverseBytes()
/external/icu/icu4c/source/common/
Dunifiedcache.cpp534 const SharedObject *theValue, UErrorCode creationStatus) { in _inProgress()
542 const SharedObject *theValue = in _isEvictable() local
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc57 void AudioDeviceMac::AtomicSet32(int32_t* theValue, int32_t newValue) { in AtomicSet32()
66 int32_t AudioDeviceMac::AtomicGet32(int32_t* theValue) { in AtomicGet32()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp861 SDValue theValue = SN->getValue(); in LowerSTORE() local