OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValid
(Results
351 - 375
of
748
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java
230
public boolean
isValid
(int timeout) throws SQLException {
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
81
if (loc.
isValid
() && Pass.Ctx.getSourceManager().isInSystemHeader(loc))
/external/clang/lib/Basic/
Diagnostic.cpp
144
if (LastStateChangePos.
isValid
() &&
167
bool isPragma = L.
isValid
();
179
if ((Loc.
isValid
() && LastStateChangePos.isInvalid()) ||
714
if (Info.getLocation().
isValid
())
/external/clang/lib/Rewrite/
FixItRewriter.cpp
98
if (Hint.RemoveRange.
isValid
() &&
/external/llvm/include/llvm/CodeGen/
SlotIndexes.h
94
assert(
isValid
() && "Attempt to compare reserved index.");
139
bool
isValid
() const {
144
operator bool() const { return
isValid
(); }
502
return index.
isValid
() ? index.entry().getInstr() : 0;
/external/llvm/lib/CodeGen/
SlotIndexes.cpp
168
if (
isValid
())
/external/llvm/lib/Support/
Regex.cpp
38
bool Regex::
isValid
(std::string &Error) {
/external/skia/gpu/src/
GrGpu.cpp
70
GrAssert(NULL == fQuadIndexBuffer || !fQuadIndexBuffer->
isValid
());
72
!fUnitSquareVertexBuffer->
isValid
());
87
GrAssert(NULL == fQuadIndexBuffer || !fQuadIndexBuffer->
isValid
());
89
!fUnitSquareVertexBuffer->
isValid
());
/external/skia/samplecode/
SampleAnimator.cpp
48
return is->
isValid
() && this->decodeStream(is);
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.h
105
bool
isValid
() const;
/external/webkit/Source/JavaScriptCore/runtime/
RegExpPrototype.cpp
107
if (!regExp->
isValid
())
/external/webkit/Source/WebCore/loader/
PolicyChecker.cpp
75
if (loader->substituteData().
isValid
() && !loader->substituteData().failingURL().isEmpty()) {
/external/webkit/Source/WebCore/page/
Navigator.cpp
243
if (kurl.isEmpty() || !kurl.
isValid
()) {
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h
96
bool
isValid
() { return m_type != None; }
/external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp
45
if (!request.url().
isValid
()) {
/external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleCurl.cpp
105
if (context && !context->
isValid
())
/external/webkit/Source/WebCore/platform/text/
TextEncoding.cpp
255
ASSERT(globalUTF8Encoding.
isValid
());
/external/webkit/Source/WebCore/storage/
IDBBackingStore.h
58
virtual bool
isValid
() const = 0;
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm
607
ASSERT(IdentifierRep::
isValid
(identifier));
630
if (!IdentifierRep::
isValid
(identifier))
712
if (!IdentifierRep::
isValid
(identifier))
753
if (!IdentifierRep::
isValid
(identifier))
785
if (!IdentifierRep::
isValid
(identifier))
817
if (!IdentifierRep::
isValid
(identifier))
849
if (!IdentifierRep::
isValid
(identifier))
867
if (!IdentifierRep::
isValid
(identifier))
[
all
...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoQt.cpp
242
bool FullScreenVideoQt::
isValid
() const
/external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h
358
if (!color.
isValid
()) {
369
bool
isValid
;
370
if (!decoder->decode(
isValid
))
373
if (!
isValid
) {
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h
65
inline bool
isValid
() const { return m_isValid; };
/frameworks/base/core/java/android/net/http/
CertificateChainValidator.java
84
if (!sslSession.
isValid
()) {
/frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java
152
} else if (!v.
isValid
(sub)) {
/frameworks/base/libs/gui/tests/
Surface_test.cpp
37
ASSERT_TRUE(mSurfaceControl->
isValid
());
Completed in 1386 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>