/external/clang/include/clang/Lex/ |
ModuleMap.h | 93 bool isAvailable() const { 94 return getRole() != ExcludedHeader && getModule()->isAvailable();
|
/external/llvm/lib/CodeGen/ |
LatencyPriorityQueue.cpp | 105 if (SU->isAvailable) return; // All preds scheduled. 108 if (OnlyAvailablePred == 0 || !OnlyAvailablePred->isAvailable) return;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGVLIW.cpp | 179 SUnits[i].isAvailable = true; 193 PendingQueue[i]->isAvailable = true;
|
/frameworks/base/core/java/android/view/ |
TextureView.java | 528 * @see #isAvailable() 555 * @see #isAvailable() 560 if (isAvailable() && width > 0 && height > 0) { 583 * @see #isAvailable() 591 if (bitmap != null && isAvailable()) { 623 public boolean isAvailable() { 661 * available (see {@link #isAvailable()} or if the surface texture is 671 * @see #isAvailable() 674 if (!isAvailable()) return null; 717 * @see #isAvailable() [all...] |
/packages/apps/Browser/src/com/android/browser/ |
NetworkStateHandler.java | 51 mIsNetworkUp = info.isAvailable();
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MmsSystemEventReceiver.java | 78 boolean available = mmsNetworkInfo.isAvailable();
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 266 public boolean isAvailable() { 274 * @param isAvailable the new availability value. 278 public void setIsAvailable(boolean isAvailable) { 280 mIsAvailable = isAvailable; 428 append(", isAvailable: ").append(mIsAvailable).
|
DummyDataStateTracker.java | 96 public boolean isAvailable() {
|
EthernetDataTracker.java | 293 public synchronized boolean isAvailable() { 294 return mNetworkInfo.isAvailable();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 137 if (mService != null && mService.isAvailable()) { 284 if (sHeadsetService != null && sHeadsetService.isAvailable()) { 291 } else if (!(sHeadsetService.isAvailable())) { 299 if (instance != null && instance.isAvailable()) { 306 } else if (!sHeadsetService.isAvailable()) {
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Allocators.h | 195 if (!isAvailable(pPtr)) 205 if (!isAvailable(pPtr)) 220 bool isAvailable(pointer pPtr) const {
|
/cts/tests/tests/graphics2/src/android/graphics2/cts/ |
TextureViewCameraActivity.java | 52 Assert.assertTrue(mTextureView.isAvailable());
|
/external/chromium_org/third_party/icu/source/common/ |
uresimp.h | 158 * @param isAvailable If non-null, pointer to fillin parameter that indicates whether the 170 UBool *isAvailable, UBool omitDefault, UErrorCode *status);
|
/external/icu4c/common/ |
uresimp.h | 158 * @param isAvailable If non-null, pointer to fillin parameter that indicates whether the 169 UBool *isAvailable, UBool omitDefault, UErrorCode *status);
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 290 bool isAvailable : 1; // True once available. 318 isAvailable(false), isScheduled(false), isScheduleHigh(false), 332 isAvailable(false), isScheduled(false), isScheduleHigh(false), 345 isAvailable(false), isScheduled(false), isScheduleHigh(false),
|
/frameworks/base/tools/preload/ |
PrintCsv.java | 106 if (loadedClass.memoryUsage.isAvailable()) {
|
/external/clang/include/clang/Basic/ |
Module.h | 94 /// If any of these features is not present, the \c IsAvailable bit 101 unsigned IsAvailable : 1; 240 IsAvailable(true), IsFromModuleFile(false), IsFramework(IsFramework), 254 bool isAvailable() const { return IsAvailable; } 267 bool isAvailable(const LangOptions &LangOpts,
|
/external/clang/tools/scan-view/ |
Reporter.py | 176 def isAvailable(): 244 if RadarReporter.isAvailable():
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | 149 public boolean isAvailable() { 150 return mNetworkInfo.isAvailable();
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
svccoll.cpp | 574 UBool isAvailable; 577 isAvailable, ec); 580 assertTrue("getFunctionalEquivalent(de).isAvailable==TRUE", 581 isAvailable == TRUE); 585 isAvailable, ec); 588 assertTrue("getFunctionalEquivalent(de_DE).isAvailable==TRUE", 589 isAvailable == TRUE);
|
/external/icu4c/test/intltest/ |
svccoll.cpp | 574 UBool isAvailable; 577 isAvailable, ec); 580 assertTrue("getFunctionalEquivalent(de).isAvailable==TRUE", 581 isAvailable == TRUE); 585 isAvailable, ec); 588 assertTrue("getFunctionalEquivalent(de_DE).isAvailable==TRUE", 589 isAvailable == TRUE);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidService.java | 110 if (sHidService != null && sHidService.isAvailable()) { 117 } else if (!(sHidService.isAvailable())) { 125 if (instance != null && instance.isAvailable()) { 132 } else if (!sHidService.isAvailable()) { 295 if (mService != null && mService.isAvailable()) {
|
/external/chromium_org/chrome_frame/ |
CFInstall.js | 36 var isAvailable = function() { 308 if (!isAvailable()) { 335 if (isAvailable()) { 351 CFInstall.isAvailable = isAvailable;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PartitionAlloc.h | 245 ALWAYS_INLINE static bool isAvailable() 271 ALWAYS_INLINE static bool isAvailable() 394 if (SuperPageBitmap::isAvailable())
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
cfinstall.js | 6 * @fileoverview Implements CFInstall.check and isAvailable in a way that is 39 this['isAvailable'] =
|