HomeSort by relevance Sort by last modified time
    Searched full:unavailable (Results 76 - 100 of 1171) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/remote/
RemoteCameraModule.java 22 * available or unavailable through calling
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactsUnavailableActionListener.java 19 * Action callbacks that can be sent by the "contacts unavailable" fragment.
  /external/smack/src/org/jivesoftware/smack/
Roster.java 131 // Changes the presence available contacts to unavailable
136 // Changes the presence available contacts to unavailable
582 * user's presence updates), unavailable presence will be returned.<p>
594 * in to the server, presence values for users in the roster may be unavailable
604 * @return the user's current presence, or unavailable presence if the user is offline
611 Presence presence = new Presence(Presence.Type.unavailable);
647 presence = new Presence(Presence.Type.unavailable);
658 * Returns the presence info for a particular user's resource, or unavailable presence
663 * @return the user's current presence, or unavailable presence if the user is offline
671 Presence presence = new Presence(Presence.Type.unavailable);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentRoster.java 191 * is unavailable (offline) or if no presence information is available.<p>
195 * @return the agent's current presence, or <tt>null</tt> if the agent is unavailable
202 Presence presence = new Presence(Presence.Type.unavailable);
225 presence = new Presence(Presence.Type.unavailable);
329 // If an "unavailable" packet, remove any entries in the presence map.
330 else if (presence.getType() == Presence.Type.unavailable) {
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 101 * previously unavailable) are currently
113 * whose resources(were previously unavailable) are currently available.
115 * packages whose resources(were previously unavailable)
127 * unavailable since the media on which they exist is unavailable.
133 * launched and are practically unavailable on the system.
  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 69 * Reference substitution process for samples unavailable for prediction
283 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */
297 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
350 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */
364 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
528 /* If left is Unavailable, copy the last bottom-left value */
534 /* If top-left is Unavailable, copy the last left value */
537 /* If top is Unavailable, copy the last top-left value */
542 /* If to right is Unavailable, copy the last top value */
623 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above *
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
server_backed_state_keys_broker.h 53 // Get the set of current state keys. Empty if state keys are unavailable
58 // string if state keys are unavailable or pending retrieval.
enrollment_status_chromeos.h 21 STATUS_NO_STATE_KEYS, // Server-backed state keys unavailable.
  /external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandleClient.h 64 // |handle| becomes unavailable.
71 // |handle| becomes unavailable once this notification arrives.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCDataChannel.h 61 unavailable("init is not a supported initializer for this class.")));
109 unavailable("init is not a supported initializer for this class.")));
RTCAudioSource.h 37 (unavailable("init is not a supported initializer for this class.")));
RTCAudioTrack.h 36 (unavailable("init is not a supported initializer for this class.")));
RTCICEServer.h 46 unavailable("init is not a supported initializer for this class.")));
  /external/clang/test/ARCMT/
checking.m 4 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
47 - (id)retain; // expected-note {{'retain' has been explicitly marked unavailable here}}
48 - (id)retainCount; // expected-note {{'retainCount' has been explicitly marked unavailable here}}
49 - (id)autorelease; // expected-note 2 {{'autorelease' has been explicitly marked unavailable here}}
82 // expected-error {{'retain' is unavailable}}
91 // expected-error {{'retainCount' is unavailable}}
95 // expected-error {{'autorelease' is unavailable}}
98 // expected-error {{'autorelease' is unavailable}}
objcmt-migrate-all.m 99 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
103 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
objcmt-migrate-all.m.result 99 @property (nonatomic, readonly) void **ptr_bytes __attribute__((availability(macosx,unavailable)));
103 @property (nonatomic, readonly) void *mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
objcmt-ns-returns-inner-pointer.m 98 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
102 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
objcmt-ns-returns-inner-pointer.m.result 98 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable))) NS_RETURNS_INNER_POINTER;
102 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable)) NS_RETURNS_INNER_POINTER;
  /external/clang/test/Parser/
cxx11-stmt-attributes.cpp 35 [[unavailable]] continue; // expected-warning {{unknown attribute 'unavailable' ignored}}
  /external/libunwind/doc/
unw_set_caching_policy.tex 28 that is shared by all threads. If global caching is unavailable or
32 thread-local caches. If a thread-local caching are unavailable or
  /device/lge/mako/conn_init/
Android.mk 49 # Install symlinks with targets unavailable at build time
  /external/chromium_org/chrome/browser/sync_file_system/
sync_service_state.h 28 // is (temporarily) unavailable due to some recoverable errors, e.g.
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_requester.h 32 // has become unavailable. |render_view_id| is the render view that requested
  /external/chromium_org/net/http/
http_status_code_list.h 65 HTTP_STATUS(SERVICE_UNAVAILABLE, 503, "Service Unavailable")
  /external/chromium_org/sync/api/attachments/
attachment_service_impl.cc 18 // consumer once all attachments are either retrieved or reported unavailable.
27 // or confirmed unavailable.
35 // Add it to unavailable set.
211 // Try to download locally unavailable attachments.

Completed in 2144 milliseconds

1 2 34 5 6 7 8 91011>>