HomeSort by relevance Sort by last modified time
    Searched full:deactivate (Results 26 - 50 of 394) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libopus/silk/
init_decoder.c 44 /* Used to deactivate LSF interpolation */
init_encoder.c 57 /* Used to deactivate LSF interpolation, pitch prediction */
  /frameworks/base/core/java/android/database/
IBulkCursor.java 46 public void deactivate() throws RemoteException; method in interface:IBulkCursor
MergeCursor.java 159 public void deactivate() method in class:MergeCursor
164 mCursors[i].deactivate(); method
167 super.deactivate();
BulkCursorNative.java 77 deactivate(); method
192 public void deactivate() throws RemoteException method in class:BulkCursorProxy
CursorToBulkCursorAdaptor.java 200 public void deactivate() { method in class:CursorToBulkCursorAdaptor
204 mCursor.deactivate();
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 223 tNFA_DM_API_DEACTIVATE deactivate; /* NFA_DM_API_DEACTIVATE_EVT */ member in union:__anon27922
252 NFA_DM_RF_DEACTIVATE_CMD, /* deactivate RF interface */
253 NFA_DM_RF_DEACTIVATE_RSP, /* deactivate response from NFCC */
254 NFA_DM_RF_DEACTIVATE_NTF, /* deactivate RF interface NTF from NFCC */
368 ** possible delay to send deactivate CMD if all credit wasn't returned
397 BOOLEAN deact_pending; /* TRUE if deactivate while checking presence */
399 tNFA_DEACTIVATE_TYPE pending_deact_type; /* pending deactivate type */
  /frameworks/base/core/java/android/widget/
CursorTreeAdapter.java 123 * will handle this for you. In some situations, the adapter will deactivate
290 mChildrenCursorHelpers.valueAt(pos).deactivate();
305 * @param releaseCursors Whether to release and deactivate any cached
337 cursorHelper.deactivate();
456 deactivate(); method
473 void deactivate() { method in class:CursorTreeAdapter.MyCursorHelper
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 390 Log.i(TAG, "deactivate zone:" + mZoneName +
397 Log.i(TAG, "deactivate zone:" + getZoneName() + " threshold list is NULL! ");
406 Log.i(TAG, "deactivate zone:" + getZoneName() + " supports < "
412 Log.i(TAG, "deactivate zone:" + getZoneName() + " sensor list null! ");
426 Log.i(TAG, "deactivate zone:" + getZoneName()
432 Log.i(TAG, "deactivate zone:" + getZoneName()
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 238 mergeCursor.deactivate();
247 mergeCursor.deactivate();
248 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
271 mergeCursor.deactivate();
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();
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 50 // from a previously saved state. If so, deactivate it, because our
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view.cc 46 Shell::GetInstance()->overlay_filter()->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/content/browser/android/
overscroll_glow.h 41 // Deactivate and detach the effect. Subsequent calls to |OnOverscrolled()| or
  /external/chromium_org/third_party/opus/src/silk/
init_encoder.c 57 /* Used to deactivate LSF interpolation, pitch prediction */
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 50 self.testbed.deactivate()
  /external/chromium_org/ui/wm/public/
activation_client.h 69 // close-on-deactivate component of this feature but it should be
  /external/chromium_org/v8/test/mjsunit/regress/
regress-prepare-break-while-recompile.js 55 // Clear the break point immediately after to deactivate the debugger.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterDeactivateAll.java 54 log("Send DEACTIVATE to all Dcc's");
  /external/clang/lib/CodeGen/
CGCall.h 132 /// Deactivate these cleanups immediately before making the call. This
144 /// deactivate this cleanup after the call in the unexceptional case because
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.database.Cursor.html 88 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/Cursor.html#deactivate()" target="_top"><code>deactivate</code></A>() </nobr>
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 106 printf("deactivate() for '%s'failed (%s)\n",
183 printf("deactivate() for '%s'failed (%s)\n",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels

Completed in 3208 milliseconds

12 3 4 5 6 7 8 91011>>