OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValid
(Results
276 - 300
of
748
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java
457
if (
isValid
((char) c)) {
478
if (
isValid
((char) c)) {
497
if (
isValid
((char) c)) {
518
if (
isValid
((char) c)) {
539
if (
isValid
((char) c)) {
550
private boolean
isValid
(char c) {
/external/clang/lib/Driver/
ArgList.cpp
25
if (!Id0.
isValid
())
31
(Id1.
isValid
() && O.matches(Id1)) ||
32
(Id2.
isValid
() && O.matches(Id2)))
/external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm
167
if (_private->rootObject && _private->rootObject->
isValid
())
209
return _private->rootObject && _private->rootObject->
isValid
() ? _private->rootObject : 0;
214
return _private->originRootObject && _private->originRootObject->
isValid
() ? _private->originRootObject : 0;
226
if (!_private->originRootObject->
isValid
())
240
if (_private->rootObject && _private->rootObject->
isValid
())
256
if (_private->rootObject && _private->rootObject->
isValid
())
/external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorClientQt.cpp
82
if (!inspectorJavaScriptWindowObjects.
isValid
())
223
if (!inspectorUrl.
isValid
())
228
if (inspectorJavaScriptWindowObjects.
isValid
())
GeolocationClientQt.cpp
65
if (!geoPosition.
isValid
())
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp
160
QVERIFY(hist->itemAt(i - 1).
isValid
());
163
QVERIFY(!hist->itemAt(-1).
isValid
());
164
QVERIFY(!hist->itemAt(histsize).
isValid
());
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java
87
if (checker.
isValid
()) {
/external/bouncycastle/src/main/java/org/bouncycastle/util/
IPAddress.java
12
public static boolean
isValid
(
/external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp
125
if (Info.getLocation().
isValid
() && Info.hasSourceManager()) {
/external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp
78
if (Loc.
isValid
()) {
/external/llvm/include/llvm/MC/
MCInst.h
51
bool
isValid
() const { return Kind != kInvalid; }
/external/llvm/lib/CodeGen/
InterferenceCache.h
183
return Current->First.
isValid
();
/external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp
414
if (!
isValid
())
458
bool
isValid
() const
499
bool ExecutableAllocator::
isValid
() const
504
return allocator->
isValid
();
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine.cpp
388
if (value.
isValid
())
qscriptvalue_p.h
96
inline bool
isValid
() const;
331
bool QScriptValuePrivate::
isValid
() const { return m_state != Invalid; }
715
if (isObject() && prototype->
isValid
() && (prototype->isObject() || prototype->isNull())) {
731
if (!
isValid
())
732
return !other->
isValid
();
734
if (!other->
isValid
())
828
if (!
isValid
() && !other->
isValid
())
[
all
...]
/external/webkit/Source/WebCore/bindings/js/
JSInjectedScriptHostCustom.cpp
81
if (!callFrame || !callFrame->
isValid
())
/external/webkit/Source/WebCore/editing/mac/
EditorMac.mm
101
if (style->visitedDependentColor(CSSPropertyBackgroundColor).
isValid
() && style->visitedDependentColor(CSSPropertyBackgroundColor).alpha() != 0)
107
if (style->visitedDependentColor(CSSPropertyColor).
isValid
() && style->visitedDependentColor(CSSPropertyColor) != Color::black)
/external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.cpp
89
if (url.
isValid
()) {
/external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h
81
bool wasRedirected() const { return m_redirectionTargetUrl.
isValid
(); }
/external/webkit/Source/WebCore/platform/text/qt/
TextBreakIteratorQt.cpp
60
if (iterator.
isValid
() && type == iterator.type() && iterator.string() == QString::fromRawData(reinterpret_cast<const QChar*>(characters), length)) {
/external/webkit/Source/WebCore/rendering/
RenderTheme.cpp
530
if (!m_activeSelectionBackgroundColor.
isValid
())
537
if (!m_inactiveSelectionBackgroundColor.
isValid
())
544
if (!m_activeSelectionForegroundColor.
isValid
() && supportsSelectionForegroundColors())
551
if (!m_inactiveSelectionForegroundColor.
isValid
() && supportsSelectionForegroundColors())
558
if (!m_activeListBoxSelectionBackgroundColor.
isValid
())
565
if (!m_inactiveListBoxSelectionBackgroundColor.
isValid
())
572
if (!m_activeListBoxSelectionForegroundColor.
isValid
() && supportsListBoxSelectionForegroundColors())
579
if (!m_inactiveListBoxSelectionForegroundColor.
isValid
() && supportsListBoxSelectionForegroundColors())
[
all
...]
/external/webkit/Source/WebCore/wml/
WMLInputElement.cpp
390
bool
isValid
= true;
403
isValid
= false;
412
isValid
= false;
418
if (!
isValid
)
/external/webkit/Source/WebKit/chromium/public/
WebAccessibilityObject.h
75
WEBKIT_API bool
isValid
() const;
/external/webkit/Source/WebKit/chromium/src/
WebPasswordFormData.cpp
169
if (!fullAction.
isValid
())
/external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp
219
ASSERT(!
isValid
());
247
if (!
isValid
()) {
286
if (!
isValid
())
369
if (!
isValid
()) {
Completed in 3191 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>