HomeSort by relevance Sort by last modified time
    Searched refs:deactivate (Results 1 - 25 of 49) sorted by null

1 2

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
84 * If any exception happened during activation, editor still should be able to deactivate
90 public void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:PropertyEditor
AbstractComboBoxPropertyEditor.java 102 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:AbstractComboBoxPropertyEditor
AbstractComboPropertyEditor.java 114 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:AbstractComboPropertyEditor
AbstractTextPropertyEditor.java 219 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:AbstractTextPropertyEditor
286 // OK, deactivate and navigate
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.c 136 if(LlcpMac->LlcpMacInterface.deactivate == NULL)
142 status = LlcpMac->LlcpMacInterface.deactivate(LlcpMac);
phFriNfc_LlcpMac.h 61 * - Deactivate the LLCP link
156 pphFriNfcLlpcMac_Deactivate_t deactivate; member in struct:phFriNfc_LlcpMac_Interface
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.h 122 - (void)deactivate;
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 102 cursor.deactivate();
104 // deactivate() will close the CursorWindow
113 cursor.deactivate();
114 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
138 cursor.deactivate();
DatabaseStatementTest.java 88 c.deactivate();
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 768 if (p_data->deactivate.is_ntf)
771 if ((p_data->deactivate.type == NFC_DEACTIVATE_TYPE_IDLE) || (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_DISCOVERY))
893 ** Description Send deactivate command to NFCC, if needed.
895 ** Returns NFC_STATUS_OK - deactivate cmd is sent
898 ** to send deactivate cmd
908 /* if deactivate CMD was not sent to NFCC */
    [all...]
nfa_dm_act.c 503 /* not waiting to deactivate, clear the flag now */
740 ** Description Process deactivate command
752 if ( (p_data->deactivate.sleep_mode == FALSE) /* Always allow deactivate to IDLE */
753 ||( (nfa_dm_cb.disc_cb.activated_protocol != NFA_PROTOCOL_T1T) /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */
759 if (p_data->deactivate.sleep_mode)
763 /* Deactivate to sleep mode not allowed in this state. */
773 /* Only deactivate to IDLE is allowed in this state. */
781 /* NFA P2P will deactivate NFC link after deactivating LLCP link */
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 70 cursorWrapper.deactivate();
134 cursorWrapper.deactivate();
143 cursorWrapper.deactivate();
144 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
165 cursorWrapper.deactivate();
MergeCursorTest.java 238 mergeCursor.deactivate();
247 mergeCursor.deactivate();
248 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
271 mergeCursor.deactivate();
DatabaseCursorTest.java 423 testCursor.deactivate();
440 testCursor.deactivate();
458 testCursor.deactivate();
503 testCursor.deactivate();
  /development/apps/Development/src/com/android/development/
DataList.java 61 mCursor.deactivate();
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 50 self.testbed.deactivate()
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
alerts_test.py 24 self.testbed.deactivate()
internal_alerts_test.py 25 self.testbed.deactivate()
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 61 // every tab on startup. This allows the background page to first deactivate
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js 108 * Activate or deactivate ChromeVox on this host.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-prepare-break-while-recompile.js 55 // Clear the break point immediately after to deactivate the debugger.
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 139 /* stop timer not to deactivate LLCP link on passive mode */
156 if ( (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP)
157 ||(p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP_AF) )
430 ** Description Deactivate LLCP link
  /external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 513 private void deactivate() { method in class:CoreImpl.AsyncWaiterCancellableImpl
531 cancellable.deactivate();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 194 NFC_DEACTIVATE_CEVT, /* 2 Deactivate response/notificatn*/
724 tNFC_DEACTIVATE_DEVT deactivate; member in union:__anon3877
808 tNFC_DEACTIVATE_CEVT deactivate; member in union:__anon3882
    [all...]

Completed in 3314 milliseconds

1 2