/packages/apps/Camera/src/com/android/camera/ |
Storage.java | 49 public static final long UNAVAILABLE = -1L; 144 return UNAVAILABLE; 150 return UNAVAILABLE;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Storage.java | 44 public static final long UNAVAILABLE = -1L; 112 return UNAVAILABLE; 118 return UNAVAILABLE;
|
/external/chromium_org/net/proxy/ |
proxy_config.h | 95 // unavailable, and after that using no 101 // "bar.com" if "foop" is unavailable. 104 // unavailable.
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
chatroommodule_unittest.cc | 260 input = "<presence from=\"darkcave@my-server/secondwitch\" to=\"david@my-server\" type=\"unavailable\">" 273 "<presence to=\"darkcave@my-server/thirdwitch\" type=\"unavailable\"/>"); 277 input = "<presence from=\"darkcave@my-server/thirdwitch\" to=\"david@my-server\" type=\"unavailable\">"
|
/external/clang/include/clang/Sema/ |
DelayedDiagnostic.h | 116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType }; 168 assert((Kind == Deprecation || Kind == Unavailable) && 174 assert((Kind == Deprecation || Kind == Unavailable) &&
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsMessageBase.java | 111 * form or null if unavailable 124 * unavailable. 149 * an email gateway. Returns null if message body unavailable.
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofWriter.java | 119 out.writeInt(0); // stack trace where thread was started unavailable 223 out.writeInt(0); // stack trace where class was loaded is unavailable 246 writeId(0); // method signature is unavailable from StackTraceElement
|
/external/chromium_org/chrome/browser/performance_monitor/ |
events.json | 43 "url": {"type": "string", "description": "The url (or urls) associated with the renderer failure, if available (if unavailable, this is empty)."}
|
/external/chromium_org/chrome/browser/signin/ |
chrome_signin_client.h | 55 // If version information is unavailable, returns "invalid."
|
/external/chromium_org/chrome/browser/themes/ |
theme_service_browsertest.cc | 43 // unavailable or invalid (such as when the theme pack version is incremented).
|
/external/chromium_org/chrome/common/extensions/api/ |
synced_notifications_private.idl | 53 // LastError will be set. This means sync is unavailable at this time.
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_xmpp_listener.h | 49 // Invoked when server is unavailable.
|
/external/chromium_org/content/browser/resources/gpu/ |
info_view.js | 117 'label': 'Software only, hardware acceleration unavailable', 121 'label': 'Software only, threaded. Hardware acceleration unavailable', 125 'label': 'Unavailable', 129 'label': 'Unavailable',
|
/external/chromium_org/content/browser/ |
safe_util_win.h | 24 // If Attachment Execution Services is unavailable, then this function will
|
/external/chromium_org/net/tools/balsa/ |
http_message_constants.cc | 86 return "Service Unavailable";
|
/external/chromium_org/net/tools/flip_server/ |
http_message_constants.cc | 86 return "Service Unavailable";
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebContentLayer.h | 52 // and the actual contents are unavailable. If false, the compositor will draw the layer's background color
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCI420Frame.h | 49 unavailable("init is not a supported initializer for this class.")));
|
RTCICECandidate.h | 53 unavailable("init is not a supported initializer for this class.")));
|
RTCMediaStreamTrack.h | 56 (unavailable("init is not a supported initializer for this class.")));
|
RTCOpenGLVideoRenderer.h | 70 unavailable("init is not a supported initializer for this class.")));
|
RTCVideoRenderer.h | 67 unavailable("init is not a supported initializer for this class.")));
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ |
APPRTCAppClient.h | 65 unavailable("init is not a supported initializer for this class.")));
|
/external/clang/bindings/xml/ |
comment-xml-schema.rng | 103 <ref name="Unavailable" /> 485 <ref name="Unavailable" /> 498 <define name="Unavailable"> 499 <element name="Unavailable">
|
/external/clang/test/ARCMT/ |
Common.h | 2 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
|