/external/nist-sip/java/javax/sip/header/ |
SubscriptionStateHeader.java | 9 String DEACTIVATED = "Deactivated";
|
/external/webkit/Source/WebCore/platform/network/soup/ |
SocketStreamHandleSoup.cpp | 97 // If for some reason we were destroyed without closing, ensure that we are deactivated. 240 // Always finish the connection, even if this SocketStreamHandle was deactivated earlier. 244 // The SocketStreamHandle has been deactivated, so just close the connection, ignoring errors. 256 // Always finish the read, even if this SocketStreamHandle was deactivated earlier.
|
/packages/apps/Nfc/nci/jni/ |
PowerSwitch.cpp | 204 bool PowerSwitch::setModeOff (PowerActivity deactivated) 209 mCurrActivity &= ~deactivated; 211 ALOGD ("PowerSwitch::setModeOff(deactivated=0x%x) : mCurrActivity=0x%x", deactivated, mCurrActivity);
|
NativeNfcTag.cpp | 503 ALOGE ("%s: tag already deactivated", __FUNCTION__); 681 ALOGE ("%s: tag already deactivated", __FUNCTION__); 745 ALOGE ("%s: tag already deactivated", __FUNCTION__); 882 ALOGE ("%s: already deactivated", __FUNCTION__); 1242 tNFA_DEACTIVATED deactivated = {NFA_DEACTIVATE_TYPE_IDLE}; local [all...] |
NfcTag.h | 119 ** deactivated: state of deactivation. 124 void setDeactivationState (tNFA_DEACTIVATED& deactivated);
|
PeerToPeer.h | 114 ** Description: Receive LLLCP-deactivated event from stack. 116 ** deactivated: Event data. 121 void llcpDeactivatedHandler (nfc_jni_native_data* nativeData, tNFA_LLCP_DEACTIVATED& deactivated);
|
/frameworks/base/core/java/android/os/ |
MemoryFile.java | 109 * Checks whether the memory file has been deactivated. 191 * @throws IOException if the memory file has been purged or deactivated. 196 throw new IOException("Can't read from deactivated memory file."); 215 * @throws IOException if the memory file has been purged or deactivated. 220 throw new IOException("Can't write to deactivated memory file.");
|
/external/libnfc-nci/src/nfc/include/ |
llcp_api.h | 71 #define LLCP_LINK_DEACTIVATED_EVT 0x02 /* LLCP Link is deactivated */ 80 #define LLCP_LINK_LOCAL_INITIATED 0x04 /* Link has been deactivated by local */ 81 #define LLCP_LINK_REMOTE_INITIATED 0x05 /* Link has been deactivated by remote */ 82 #define LLCP_LINK_TIMEOUT 0x06 /* Link has been deactivated by timeout */ 83 #define LLCP_LINK_FRAME_ERROR 0x07 /* Link has been deactivated by frame error */ 321 ** when LLCP link is deactivated. Then NFC link may be deactivated.
|
/sdk/eclipse/ |
dictionary.txt | 68 deactivated
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeChromiumMac.mm | 85 // color updated correctly when the application is activated/deactivated. 87 // activated/deactivated, which causes a repaint at which time this code is
|
/external/libnfc-nci/src/nfa/include/ |
nfa_p2p_api.h | 42 #define NFA_P2P_DISC_REASON_LLCP_DEACTIVATED 0x05 /* LLCP link deactivated */ 50 #define NFA_P2P_DEACTIVATED_EVT 0x03 /* LLCP Link has been deactivated */ 168 tNFA_P2P_DEACTIVATED deactivated; /* NFA_P2P_DEACTIVATED_EVT */ member in union:__anon10331
|
/external/libnfc-nci/src/nfc/int/ |
llcp_int.h | 36 LLCP_LINK_STATE_DEACTIVATED, /* llcp link is deactivated */ 85 UINT8 link_deact_reason; /* reason of LLCP link deactivated */ 151 LLCP_DLC_EVENT_LINK_ERROR, /* llcp link has been deactivated */
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
Policy.java | 160 // Called when the app is about to be deactivated as a device administrator.
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_view.h | 79 void Deactivated();
|
/external/chromium/chrome/browser/metrics/ |
thread_watcher_unittest.cc | 27 DEACTIVATED, // Thread watching de-activated. 85 if (old_state != DEACTIVATED) 116 State old_state = UpdateState(DEACTIVATED); 130 EXPECT_TRUE(old_state == SENT_PING || old_state == DEACTIVATED);
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_container_gtk.cc | 64 // properly when the browser window is deactivated/reactivated.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
PropertyEditor.java | 59 * If any exception happens, {@link PropertyEditor} will be deactivated.
|
/external/iptables/ |
INSTALL | 99 deactivated.
|
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_main.c | 118 ** Description Called by nfa_dm to handle ACTIVATED/DEACTIVATED events
|
/packages/apps/Nfc/src/com/android/nfc/ |
DeviceHost.java | 60 * Notifies that the SE has been deactivated
|
/external/webkit/Source/WebCore/inspector/front-end/ |
textViewer.css | 160 .breakpoints-deactivated .webkit-breakpoint .webkit-line-number-outer { 164 .breakpoints-deactivated .webkit-breakpoint-disabled .webkit-line-number-outer {
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_act.c | [all...] |
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_act.c | 426 ** LLCP link has been deactivated before receiving CC or DM. 435 P2P_TRACE_ERROR0 ("nfa_p2p_proc_llcp_disconnect_ind (): Link deactivated"); 626 else /* if LLCP link is deactivated */ 644 evt_data.deactivated.handle = (NFA_HANDLE_GROUP_P2P | local_sap); 651 evt_data.deactivated.handle = (NFA_HANDLE_GROUP_P2P | local_sap); [all...] |
/frameworks/base/core/java/android/net/ |
VpnService.java | 59 * existing interface is deactivated when a new one is created.</li> 220 * interface is already deactivated by the system. The application should 444 * old interface will be deactivated when the new one is created
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.h | 312 // true if the View should be closed when its HWND is deactivated (used to 313 // support SELECT popups which are closed when they are deactivated).
|