/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 114 * @return address or null if unavailable 123 * @return cnap name or null if unavailable 131 * @return original dial string or null if unavailable 139 * @return cnap name or null if unavailable
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMathFuncs.cpp | 17 // exports unavailable mathlib functions to compat lib
|
/frameworks/support/v7/appcompat/ |
THEMES.txt | 46 theme pointing to it. This is so that devices do not use themes from newer and unavailable
|
/libcore/luni/src/main/java/java/net/ |
URISyntaxException.java | 93 * index is unknown/unavailable.
|
/packages/apps/Camera2/src/com/android/camera/app/ |
LegacyLocationProvider.java | 27 * the fused location provider from Google Play Services is unavailable.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
PolicyServiceProxy.java | 63 LogUtils.e(TAG, "PolicyService unavailable in isActive; assuming false");
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraControlPane.java | 81 * android.hardware.camera2.CameraDevice.StateCallback, plus UNAVAILABLE for 85 UNAVAILABLE, 548 setCameraState(CameraState.UNAVAILABLE); 607 case UNAVAILABLE:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cif-code.def | 40 /* Inlining failed owing to unavailable function body. */
|
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/geofencing/ |
MainActivity.java | 134 Log.e(TAG, "Unable to add geofences - Google Play services unavailable."); 226 Log.e(TAG, "Google Play services is unavailable.");
|
/development/samples/wearable/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
MainActivity.java | 134 Log.e(TAG, "Unable to add geofences - Google Play services unavailable."); 226 Log.e(TAG, "Google Play services is unavailable.");
|
/device/samsung/manta/health/ |
healthd-manta.cpp | 68 "battery overheat (%d), charging unavailable\n", 85 "battery cold (%d), charging unavailable\n",
|
/external/chromium_org/net/spdy/ |
spdy_session_pool.h | 66 // FindAvailableSession() will return it. A session is "unavailable" 102 // Removes an unavailable session from the pool. Except for in
|
/external/chromium_org/third_party/libyuv/source/ |
cpu_id.cc | 126 // Assume Neon if /proc/cpuinfo is unavailable. 149 // Assume DSP if /proc/cpuinfo is unavailable.
|
/external/clang/test/ARCMT/ |
objcmt-subscripting-literals.m | 199 - (id)objectAtIndexedSubscript:(unsigned)idx __attribute__((unavailable)); 207 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx __attribute__((unavailable));
|
/external/lldb/examples/summaries/cocoa/ |
CFDictionary.py | 207 return 'Summary Unavailable' 230 return 'Summary Unavailable'
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCAdmin.java | 147 * nickname is sent as part of the unavailable presence. 198 * nickname is sent as part of the unavailable presence.
|
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/ |
RemoteDisplayProviderService.java | 92 "Test Display 3 (unavailable)"); 93 mTestDisplay3.setDescription("Always unavailable");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixfile.py | 103 raise AttributeError, 'dup() method unavailable' 111 raise AttributeError, 'dup() method unavailable'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixfile.py | 103 raise AttributeError, 'dup() method unavailable' 111 raise AttributeError, 'dup() method unavailable'
|
/external/lldb/examples/python/ |
symbolication.py | 205 self.unavailable = False 223 print 'unavailable = %i' % (self.unavailable) 273 if self.unavailable: 318 if self.unavailable: 353 if self.unavailable:
|
/libcore/luni/src/main/java/java/util/prefs/ |
AbstractPreferences.java | 186 * if the backing store is unavailable or causes an operation 226 * if the backing store is unavailable or causes an operation 238 * if the backing store is unavailable or causes an operation 295 * if the backing store is unavailable or causes an operation 308 * if the backing store is unavailable or causes an operation 330 * if the backing store is unavailable or causes an operation
|
/frameworks/base/core/java/android/content/pm/ |
PackageInstaller.java | 238 * may be running low on space, or external media may be unavailable. The 287 * disk space or unavailable media. 288 * @throws SecurityException when installation services are unavailable, 311 * disk space or unavailable media. 721 * lack of disk space or unavailable media. [all...] |
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | 737 * @return List of NeighboringCellInfo or null if info unavailable. [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
rostermoduleimpl.cc | 162 if (raw_xml_->Attr(QN_TYPE) == "unavailable") 178 raw_xml_->SetAttr(QN_TYPE, "unavailable"); 624 element->Attr(QN_TYPE) == "unavailable")); 650 element.Attr(QN_TYPE) != "unavailable") { 854 else if (type == "unavailable" || type == STR_EMPTY)
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 695 Unavailable = 0 // (memset to all zeros) 718 return getState(F) != Unavailable; 724 if (getState(F) == Unavailable) 755 if (State == Unavailable) 766 setState(F, Unavailable);
|