/external/apache-http/src/org/apache/http/util/ |
VersionInfo.java | 59 /** A string constant for unavailable information. */ 60 public final static String UNAVAILABLE = "UNAVAILABLE"; 104 infoModule = (module != null) ? module : UNAVAILABLE; 105 infoRelease = (release != null) ? release : UNAVAILABLE; 106 infoTimestamp = (time != null) ? time : UNAVAILABLE; 107 infoClassloader = (clsldr != null) ? clsldr : UNAVAILABLE; 178 // If version info is missing, a single "UNAVAILABLE" for the module 180 if (!UNAVAILABLE.equals(infoRelease)) 182 if (!UNAVAILABLE.equals(infoTimestamp) [all...] |
/external/chromium_org/content/common/ |
geolocation_messages.h | 39 // permission denied, position unavailable, etc.) 61 // unavailable, etc.)
|
/external/clang/test/SemaObjC/ |
incomplete-implementation.m | 5 - unavailableMeth __attribute__((availability(macosx,unavailable))); 6 - unavailableMeth2 __attribute__((unavailable));
|
/frameworks/base/telephony/java/com/android/ims/ |
ImsReasonInfo.java | 69 // Service unavailable; by power off 71 // Service unavailable; by low battery 73 // Service unavailable; by out of service (data service state) 75 // Service unavailable; by no LTE coverage 78 // Service unavailable; by located in roaming area 80 // Service unavailable; by IP changed 82 // Service unavailable; other 84 // Service unavailable; IMS connection is lost (IMS is not registered) 141 // 480 : Temporarily Unavailable 162 // 503 : Service Unavailable [all...] |
/external/smack/src/org/jivesoftware/smack/packet/ |
Presence.java | 31 * <li>{@link Presence.Type#unavailable unavailable} -- the user is unavailable to receive messages. 93 * false if the user is unavailable (offline), or if this is a presence packet 110 * is any other value, including when the presence type is unavailable (offline). 287 * {@link Mode#dnd dnd}, etc. The presence type is only {@link #unavailable unavailable} when 298 * The user is unavailable to receive messages. 300 unavailable, enum constant in enum:Presence.Type
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
CheckVoiceData.java | 53 ArrayList<String> unavailable = new ArrayList<String>(); local 63 unavailable.add(lang); 72 } else if (!unavailable.isEmpty()) { 81 // We now return the list of available and unavailable voices 87 TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable);
|
/external/clang/test/Sema/ |
attr-availability.c | 14 ATSFontGetPostScriptName(int flags) __attribute__((availability(macosx,introduced=8.0,obsoleted=9.0, message="use ATSFontGetFullPostScriptName"))); // expected-note {{'ATSFontGetPostScriptName' has been explicitly marked unavailable here}} 18 ATSFontGetPostScriptName(100); // expected-error {{'ATSFontGetPostScriptName' is unavailable: obsoleted in OS X 9.0 - use ATSFontGetFullPostScriptName}} 22 __attribute__((availability(macos, unavailable))) // expected-warning {{attribute 'availability' is ignored}}
|
/external/clang/test/SemaObjCXX/ |
overload.mm | 115 void foo(A*) __attribute__((unavailable)); // expected-note {{explicitly made unavailable}} 118 foo(b); // expected-error {{call to unavailable function 'foo'}}
|
/external/svox/pico/src/com/svox/pico/ |
CheckVoiceData.java | 65 ArrayList<String> unavailable = new ArrayList<String>(); local 89 unavailable.add(supportedLanguages[i]); 108 returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable);
|
EngineSettings.java | 52 ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES); local 67 for (int i = 0; i < unavailable.size(); i++){ 68 final String unavailableLang = unavailable.get(i);
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectServicesList.java | 99 case WifiP2pDevice.UNAVAILABLE: 100 return "Unavailable";
|
/external/chromium_org/content/browser/devtools/ |
devtools_power_handler.cc | 60 return command->InternalErrorResponse("Power profiler service unavailable"); 70 return command->InternalErrorResponse("Power profiler service unavailable");
|
/external/clang/lib/Sema/ |
DelayedDiagnostic.cpp | 36 DD.Kind = Unavailable; 63 case Unavailable:
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-cxx03-extra-copy.cpp | 6 // cases where that copy constructor is somehow unavailable. As an 63 // Check that unavailable copy constructors still cause SFINAE failures.
|
/external/libunwind/doc/ |
unw_set_caching_policy.man | 51 that is shared by all threads. If global caching is unavailable or 59 thread\-local caches. If a thread\-local caching are unavailable or
|
/packages/apps/Settings/tests/src/com/android/settings/ |
DeviceInfoSettingsTest.java | 26 if ("Unavailable".equals(DeviceInfoSettings.getFormattedKernelVersion())) { 32 assertEquals("Unavailable", DeviceInfoSettings.formatKernelVersion(""));
|
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 57 * be found or the back-end is unavailable. Some other methods will throw 58 * {@code BackingStoreException} when the back-end is unavailable. 146 * if backing store is unavailable or causes an operation 157 * if backing store is unavailable or causes an operation 184 * if the backing store is unavailable or causes an operation 211 * if the backing store is unavailable or causes an operation 228 * if the backing store is unavailable or causes an operation 257 * value if no value is mapped, if the backing store is unavailable, or if 273 * mapped to the given key, if the backing store is unavailable, 285 * value if no value is mapped, if the backing store is unavailable, or i [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
operation_observer.h | 20 // Google Drive is temporary unavailable.
|
/external/chromium_org/media/audio/ |
fake_audio_output_stream.h | 18 // audio output device is unavailable or refusing output (e.g. remote desktop).
|
/external/clang/test/ARCMT/ |
checking-in-arc.m | 4 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
|
objcmt-atomic-property.m | 30 - (NSString *) UnavailProp __attribute__((unavailable)); 33 - (NSString *) UnavailProp1 __attribute__((unavailable)); 34 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable)); 37 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
|
objcmt-ns-nonatomic-iosonly.m | 37 - (NSString *) UnavailProp __attribute__((unavailable)); 40 - (NSString *) UnavailProp1 __attribute__((unavailable)); 41 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable)); 44 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
|
objcmt-property.m | 30 - (NSString *) UnavailProp __attribute__((unavailable)); 33 - (NSString *) UnavailProp1 __attribute__((unavailable)); 34 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable)); 37 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
InvocationHandler.java | 21 * {@link java.lang.reflect.InvocationHandler} replacement (unavailable under JDK 1.2).
|
/libcore/luni/src/main/java/java/io/ |
UnsupportedEncodingException.java | 22 * unavailable.
|