Home
last modified time | relevance | path

Searched refs:isAvailable (Results 1 – 25 of 84) sorted by relevance

1234

/external/webkit/Source/WebCore/bindings/generic/
DRuntimeEnabledFeatures.cpp72 return isFileSystemEnabled && AsyncFileSystem::isAvailable(); in fileSystemEnabled()
89 return MediaPlayer::isAvailable(); in audioEnabled()
94 return MediaPlayer::isAvailable(); in htmlMediaElementEnabled()
99 return MediaPlayer::isAvailable(); in htmlAudioElementEnabled()
104 return MediaPlayer::isAvailable(); in htmlVideoElementEnabled()
109 return MediaPlayer::isAvailable(); in mediaErrorEnabled()
114 return MediaPlayer::isAvailable(); in timeRangesEnabled()
122 return SharedWorkerRepository::isAvailable(); in sharedWorkerEnabled()
129 return WebSocket::isAvailable(); in webSocketEnabled()
136 return AbstractDatabase::isAvailable(); in openDatabaseEnabled()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNetworkInfo.java17 private boolean isAvailable; field in ShadowNetworkInfo
32 boolean isAvailable, in newInstance() argument
39 info.setAvailableStatus(isAvailable); in newInstance()
76 public boolean isAvailable() { in isAvailable() method in ShadowNetworkInfo
77 return isAvailable; in isAvailable()
86 public void setAvailableStatus(boolean isAvailable) { in setAvailableStatus() argument
87 this.isAvailable = isAvailable; in setAvailableStatus()
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExtensionsTable.java111 boolean isAvailable = false; in functionAvailable()
118 isAvailable = extNS.isFunctionAvailable(funcName); in functionAvailable()
120 return isAvailable; in functionAvailable()
135 boolean isAvailable = false; in elementAvailable()
141 isAvailable = extNS.isElementAvailable(elemName); in elementAvailable()
143 return isAvailable; in elementAvailable()
/external/skia/tests/
DReader32Test.cpp24 REPORTER_ASSERT(reporter, reader.isAvailable(reader.size())); in assert_start()
25 REPORTER_ASSERT(reporter, !reader.isAvailable(reader.size() + 1)); in assert_start()
33 REPORTER_ASSERT(reporter, !reader.isAvailable(1)); in assert_empty()
/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp295 if (!securityOrigin()->canAccessDatabase() || !AbstractDatabase::isAvailable()) { in openDatabase()
314 if (!securityOrigin()->canAccessDatabase() || !AbstractDatabase::isAvailable()) { in openDatabaseSync()
355 if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem()) { in webkitRequestFileSystem()
372 if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem()) { in webkitRequestFileSystemSync()
391 …if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem() || !securityOrigin… in webkitResolveLocalFileSystemURL()
410 …if (!AsyncFileSystem::isAvailable() || !securityOrigin()->canAccessFileSystem() || !securityOrigin… in webkitResolveLocalFileSystemSyncURL()
DSharedWorkerRepository.h52 static bool isAvailable();
/external/clang/include/clang/Lex/
DModuleMap.h74 bool isAvailable() const { in isAvailable() function
75 return !isExcluded() && getModule()->isAvailable(); in isAvailable()
/external/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp105 if (SU->isAvailable) return; // All preds scheduled. in AdjustPriorityOfUnscheduledPreds()
108 if (OnlyAvailablePred == 0 || !OnlyAvailablePred->isAvailable) return; in AdjustPriorityOfUnscheduledPreds()
/external/webkit/Source/WebKit/chromium/src/
DWebRuntimeFeatures.cpp53 return AbstractDatabase::isAvailable(); in isDatabaseEnabled()
117 return WebSocket::isAvailable(); in isSocketsEnabled()
/external/icu4c/test/intltest/
Dsvccoll.cpp574 UBool isAvailable; in TestSeparateTree() local
577 isAvailable, ec); in TestSeparateTree()
581 isAvailable == TRUE); in TestSeparateTree()
585 isAvailable, ec); in TestSeparateTree()
589 isAvailable == TRUE); in TestSeparateTree()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp179 SUnits[i].isAvailable = true; in listScheduleTopDown()
193 PendingQueue[i]->isAvailable = true; in listScheduleTopDown()
DScheduleDAGFast.cpp155 PredSU->isAvailable = true; in ReleasePred()
347 NewSU->isAvailable = true; in CopyAndMoveSuccessors()
536 RootSU->isAvailable = true; in ListScheduleBottomUp()
607 TrySU->isAvailable = false; in ListScheduleBottomUp()
620 if (NotReady[i]->isAvailable) in ListScheduleBottomUp()
/external/clang/include/clang/Basic/
DModule.h210 bool isAvailable() const { return IsAvailable; } in isAvailable() function
223 bool isAvailable(const LangOptions &LangOpts,
/external/chromium/chrome/browser/resources/
Dtranslate.js20 if (lib.isAvailable()) {
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h308 bool isAvailable : 1; // True once available.
335 hasPhysRegClobbers(false), isPending(false), isAvailable(false),
349 hasPhysRegClobbers(false), isPending(false), isAvailable(false),
362 hasPhysRegClobbers(false), isPending(false), isAvailable(false),
/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.cpp43 bool AsyncFileSystem::isAvailable() in isAvailable() function in WebCore::AsyncFileSystem
DAsyncFileSystem.h62 static bool isAvailable();
/external/clang/tools/scan-view/
DReporter.py176 def isAvailable(): member in RadarReporter
244 if RadarReporter.isAvailable():
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h103 static bool isAvailable();
/external/webkit/Source/WebCore/websockets/
DWebSocket.h54 static bool isAvailable();
/external/webkit/Source/WebCore/storage/
DAbstractDatabase.h51 static bool isAvailable();
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.h136 static bool isAvailable() { return true; } in isAvailable() function
DMediaPlayerPrivateQt.h49 static bool isAvailable() { return true; } in isAvailable() function
/external/icu4c/common/
Duresbund.cpp2374 UBool *isAvailable, UBool omitDefault, UErrorCode *status) in ures_getFunctionalEquivalent() argument
2404 if(isAvailable) { in ures_getFunctionalEquivalent()
2406 *isAvailable = TRUE; in ures_getFunctionalEquivalent()
2408 *isAvailable = isLocaleInList(locEnum, parent, &subStatus); in ures_getFunctionalEquivalent()
2422 (subStatus == U_USING_DEFAULT_WARNING)) && isAvailable) in ures_getFunctionalEquivalent()
2424 *isAvailable = FALSE; in ures_getFunctionalEquivalent()
2426 isAvailable = NULL; /* only want to set this the first time around */ in ures_getFunctionalEquivalent()
2479 if((subStatus == U_USING_FALLBACK_WARNING) && isAvailable) { in ures_getFunctionalEquivalent()
2480 *isAvailable = FALSE; in ures_getFunctionalEquivalent()
2482 isAvailable = NULL; /* only want to set this the first time around */ in ures_getFunctionalEquivalent()
[all …]
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.h70 static bool isAvailable();

1234