OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvalid
(Results
276 - 300
of
2105
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/conscrypt/src/main/java/org/conscrypt/
ServerSessionContext.java
69
if (session != null && session.
isValid
()) {
/external/dng_sdk/source/
dng_camera_profile.cpp
473
bool haveHueSat1 = HueSatDeltas1 ().
IsValid
();
475
bool haveHueSat2 = HueSatDeltas2 ().
IsValid
() &&
504
if (fLookTable.
IsValid
())
518
if (fBaselineExposureOffset.
IsValid
())
537
if (fToneCurve.
IsValid
())
591
bool dng_camera_profile::
IsValid
(uint32 channels) const
1102
if (!
IsValid
(3))
1154
if (fHueSatDeltas1.
IsValid
())
1159
if (!fHueSatDeltas2.
IsValid
())
dng_iptc.cpp
113
if (fDateTimeCreated.
IsValid
())
118
if (fDigitalCreationDateTime.
IsValid
())
810
if (fDateTimeCreated.
IsValid
())
845
if (fDigitalCreationDateTime.
IsValid
())
dng_string.h
69
bool *
isValid
= NULL);
/external/icu/icu4c/source/common/
uloc_keytype.cpp
178
if (typeAliasRes.
isValid
()) {
185
if (bcpTypeAliasRes.
isValid
()) {
298
if (typeAliasResByKey.
isValid
()) {
348
if (bcpTypeAliasResByKey.
isValid
()) {
/external/icu/icu4c/source/layout/
ContextualGlyphInsertionProc2.cpp
26
if(LE_FAILURE(success) || !contextualGlyphHeader.
isValid
()) return;
/external/libchrome/base/numerics/
safe_numerics_unittest.cc
213
EXPECT_EQ(true, CheckedNumeric<Dst>().
IsValid
());
216
DstLimits::max()).
IsValid
());
633
EXPECT_TRUE(CheckedNumeric<uint64_t>(StrictNumeric<unsigned>(1U)).
IsValid
());
634
EXPECT_TRUE(CheckedNumeric<int>(StrictNumeric<unsigned>(1U)).
IsValid
());
635
EXPECT_FALSE(CheckedNumeric<unsigned>(StrictNumeric<int>(-1)).
IsValid
());
[
all
...]
/external/libweave/third_party/chromium/base/numerics/
safe_numerics_unittest.cc
209
EXPECT_EQ(true, CheckedNumeric<Dst>().
IsValid
());
212
DstLimits::max()).
IsValid
());
629
EXPECT_TRUE(CheckedNumeric<uint64_t>(StrictNumeric<unsigned>(1U)).
IsValid
());
630
EXPECT_TRUE(CheckedNumeric<int>(StrictNumeric<unsigned>(1U)).
IsValid
());
631
EXPECT_FALSE(CheckedNumeric<unsigned>(StrictNumeric<int>(-1)).
IsValid
());
[
all
...]
/external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
122
bool
IsValid
: 1;
124
LiveOutInfo() : NumSignBits(0),
IsValid
(true), KnownOne(1, 0),
184
if (!LOI->
IsValid
)
228
LiveOutRegInfo[Reg].
IsValid
= false;
MachineInstrBundle.h
88
/// for (MIBundleOperands MIO(MI); MIO.
isValid
(); ++MIO) {
134
///
isValid
- Returns true until all the operands have been visited.
135
bool
isValid
() const { return OpI != OpE; }
139
assert(
isValid
() && "Cannot advance MIOperands beyond the last operand");
/external/llvm/lib/MC/
MCInst.cpp
20
if (!
isValid
())
/external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java
49
protected boolean
isValid
(String signature, String baseString)
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
FakeSSLSession.java
117
public boolean
isValid
() {
/external/opencv3/modules/videoio/src/
cap_intelperc.hpp
32
bool
isValid
();
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CheckBox.cpp
79
if (
IsValid
()) {
FFL_RadioButton.cpp
80
if (
IsValid
()) {
/external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h
95
inline FX_BOOL
IsValid
() const { return m_bValid; }
/external/skia/bench/
SkipZeroesBench.cpp
57
fValid = fileStream.
isValid
() && fileStream.getLength() > 0;
/external/skia/gm/
avoidxfermode.cpp
30
if (stream.
isValid
()) {
filterindiabox.cpp
105
if (stream.
isValid
()) {
/external/skia/src/gpu/
GrGpuResourcePriv.h
49
SkASSERT(ret || !fResource->getUniqueKey().
isValid
());
/external/skia/src/gpu/glsl/
GrGLSL.h
146
bool
isValid
() const {
157
SkASSERT(!this->
isValid
());
182
SkASSERT(this->
isValid
());
195
SkASSERT(this->
isValid
());
/external/webrtc/webrtc/base/
winping.h
74
bool
IsValid
() { return valid_; }
/external/webrtc/webrtc/libjingle/xmpp/
jid.h
45
bool
IsValid
() const;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp
29
if (!index.
isValid
())
Completed in 594 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>