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
766
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java
308
if (!speechItem.
isValid
()) {
414
public abstract boolean
isValid
();
535
public boolean
isValid
() {
628
public boolean
isValid
() {
629
if (!super.
isValid
()) {
691
public boolean
isValid
() {
718
public boolean
isValid
() {
/external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp
[
all
...]
/external/webkit/Source/WebCore/svg/
SVGAnimateElement.cpp
360
bool fromIsValid = m_fromColor.
isValid
() || fromIsCurrentColor || m_fromPropertyValueType == InheritValue;
361
bool toIsValid = m_toColor.
isValid
() || toIsCurrentColor || m_toPropertyValueType == InheritValue;
416
if ((!m_fromColor.
isValid
() && !fromIsCurrentColor)
417
|| (!m_toColor.
isValid
() && !byIsCurrentColor))
509
if (!from.
isValid
())
512
if (!to.
isValid
())
/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
())
/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/Analysis/
ThreadSafety.cpp
232
/// Caller must check
isValid
() after construction.
239
bool
isValid
() const {
266
assert(
isValid
());
424
if (!Mutex.
isValid
())
529
if (!Mutex.
isValid
())
538
if (!Mutex.
isValid
())
592
if (!Mu.
isValid
())
602
if (!Mutex.
isValid
())
634
if (!Mutex.
isValid
())
698
if (!Mutex.
isValid
()) {
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp
78
if (Loc.
isValid
()) {
/external/llvm/lib/CodeGen/
InterferenceCache.h
184
return Current->First.
isValid
();
/external/llvm/lib/Support/
DynamicLibrary.cpp
102
if (!
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;
Completed in 1136 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>