Home
last modified time | relevance | path

Searched refs:isAvailable (Results 1 – 25 of 76) 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/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/Basic/
DModule.h174 bool isAvailable() const { return IsAvailable; } in isAvailable() function
187 bool isAvailable(const LangOptions &LangOpts,
/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/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/webkit/Source/WebKit/chromium/src/
DWebRuntimeFeatures.cpp53 return AbstractDatabase::isAvailable(); in isDatabaseEnabled()
117 return WebSocket::isAvailable(); in isSocketsEnabled()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp177 SUnits[i].isAvailable = true; in listScheduleTopDown()
191 PendingQueue[i]->isAvailable = true; in listScheduleTopDown()
DScheduleDAGFast.cpp150 PredSU->isAvailable = true; in ReleasePred()
340 NewSU->isAvailable = true; in CopyAndMoveSuccessors()
531 RootSU->isAvailable = true; in ListScheduleBottomUp()
606 TrySU->isAvailable = false; in ListScheduleBottomUp()
619 if (NotReady[i]->isAvailable) in ListScheduleBottomUp()
DScheduleDAGRRList.cpp366 PredSU->isAvailable = true; in ReleasePred()
566 if (PendingQueue[i]->isAvailable) { in ReleasePending()
768 if (PredSU->isAvailable) { in CapturePred()
769 PredSU->isAvailable = false; in CapturePred()
842 SU->isAvailable = true; in UnscheduleNodeBottomUp()
883 SU->isAvailable = false; in BacktrackBottomUp()
1067 NewSU->isAvailable = true; in CopyAndMoveSuccessors()
1325 assert(Interferences[i]->isAvailable && "must still be available"); in PickNodeToScheduleBottomUp()
1354 if (BtSU->isAvailable) { in PickNodeToScheduleBottomUp()
1355 BtSU->isAvailable = false; in PickNodeToScheduleBottomUp()
[all …]
/external/chromium/chrome/browser/resources/
Dtranslate.js20 if (lib.isAvailable()) {
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h262 bool isAvailable : 1; // True once available.
286 isPending(false), isAvailable(false), isScheduled(false),
300 isPending(false), isAvailable(false), isScheduled(false),
313 isPending(false), isAvailable(false), isScheduled(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/clang/lib/Basic/
DModule.cpp33 if (!Parent->isAvailable()) in Module()
68 Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, in isAvailable() function in Module
/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
/external/icu4c/common/
Duresbund.c2370 UBool *isAvailable, UBool omitDefault, UErrorCode *status) in ures_getFunctionalEquivalent() argument
2400 if(isAvailable) { in ures_getFunctionalEquivalent()
2402 *isAvailable = TRUE; in ures_getFunctionalEquivalent()
2404 *isAvailable = isLocaleInList(locEnum, parent, &subStatus); in ures_getFunctionalEquivalent()
2418 (subStatus == U_USING_DEFAULT_WARNING)) && isAvailable) in ures_getFunctionalEquivalent()
2420 *isAvailable = FALSE; in ures_getFunctionalEquivalent()
2422 isAvailable = NULL; /* only want to set this the first time around */ in ures_getFunctionalEquivalent()
2475 if((subStatus == U_USING_FALLBACK_WARNING) && isAvailable) { in ures_getFunctionalEquivalent()
2476 *isAvailable = FALSE; in ures_getFunctionalEquivalent()
2478 isAvailable = NULL; /* only want to set this the first time around */ in ures_getFunctionalEquivalent()
[all …]
Duresimp.h167 UBool *isAvailable, UBool omitDefault, UErrorCode *status);
/external/clang/lib/Lex/
DModuleMap.cpp105 if (!Known->second->isAvailable()) in findModuleForHeader()
170 if (!Result->isAvailable()) in findModuleForHeader()
194 return !Known->second->isAvailable(); in isHeaderInUnavailableModule()
207 if (!Found->isAvailable()) in isHeaderInUnavailableModule()
223 if (!Found->isAvailable()) in isHeaderInUnavailableModule()
234 return !Found->isAvailable(); in isHeaderInUnavailableModule()

1234