HomeSort by relevance Sort by last modified time
    Searched full:inactive (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/kernel-headers/original/asm-arm/arch/
gpio-switch.h 24 * low -> inactive
40 * inactive state to active state. */
42 /* Same for transition from active to inactive state. */
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 192 Log.w(TAG, "getTextAfterCursor on inactive InputConnection");
208 Log.w(TAG, "getTextBeforeCursor on inactive InputConnection");
224 Log.w(TAG, "getSelectedText on inactive InputConnection");
240 Log.w(TAG, "getCursorCapsMode on inactive InputConnection");
256 Log.w(TAG, "getExtractedText on inactive InputConnection");
270 Log.w(TAG, "commitText on inactive InputConnection");
279 Log.w(TAG, "setSelection on inactive InputConnection");
288 Log.w(TAG, "performEditorAction on inactive InputConnection");
297 Log.w(TAG, "performContextMenuAction on inactive InputConnection");
306 Log.w(TAG, "commitCompletion on inactive InputConnection")
    [all...]
  /external/jdiff/src/jdiff/
SingleComment.java 20 /** If false, then this comment is inactive. */
  /system/core/nexus/
SupplicantState.cpp 29 else if (val == SupplicantState::INACTIVE)
30 strncpy(buffer, "INACTIVE", max);
SupplicantStatus.cpp 67 else if (!strcmp(value, "INACTIVE"))
68 state = SupplicantState::INACTIVE;
SupplicantState.h 24 static const int INACTIVE = 1;
  /external/webkit/WebCore/manual-tests/
password-caps-lock.html 18 If there is no caps lock indicator, or if the indicator remains when the window is inactive, the test has failed.
  /external/kernel-headers/original/linux/
dm-ioctl.h 23 * through the device, and an 'inactive' one which is a table
37 * Create a new device, neither the 'active' or 'inactive' table
55 * unsuspended device. If a table is present in the 'inactive'
69 * Load a table into the 'inactive' slot for the device. The
73 * Destroy any table in the 'inactive' slot (ie. abort).
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 38 assertTrue(SupplicantState.isValidState(SupplicantState.INACTIVE));
  /external/webkit/WebKit/chromium/public/
WebFontCache.h 44 // Returns the number of inactive items in the font data cache.
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterSG.h 89 inactive
91 as inactive
97 to be inactive in order to DISABLE the SG
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dm-ioctl.h 23 * through the device, and an 'inactive' one which is a table
37 * Create a new device, neither the 'active' or 'inactive' table
55 * unsuspended device. If a table is present in the 'inactive'
69 * Load a table into the 'inactive' slot for the device. The
73 * Destroy any table in the 'inactive' slot (ie. abort).
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 201 diff --git a/LayoutTests/http/tests/security/listener/xss-inactive-closure.html b/LayoutTests/http/tests/security/listener/xss-inactive-closure.html
205 +++ b/LayoutTests/http/tests/security/listener/xss-inactive-closure.html
211 Index: LayoutTests/http/tests/security/listener/xss-inactive-closure.html
213 --- LayoutTests/http/tests/security/listener/xss-inactive-closure.html
214 +++ LayoutTests/http/tests/security/listener/xss-inactive-closure.html
217 indexPath => "LayoutTests/http/tests/security/listener/xss-inactive-closure.html",
  /external/webkit/WebCore/platform/
Timer.h 76 double m_nextFireTime; // 0 if inactive
Theme.h 54 // A method asking if the control changes its appearance when the window is inactive.
57 // General methods for whether or not any of the controls in the theme change appearance when the window is inactive or
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 42 * Inactive state (wpa_supplicant disabled).
49 INACTIVE,
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 493 * The state machine is inactive and expects a EVENT_CONNECT.
515 * Now that we've transitioned to Inactive state we
602 // Transition to inactive but send notifications after
638 // Transition to inactive but send notifications after
731 // Transition to inactive but send notifications after
766 // Transition to inactive but send notifications after
857 * @return true if the state machine is in the inactive state.
    [all...]
  /external/webkit/WebCore/platform/graphics/
FontCache.h 61 // FIXME: Font data returned by this method never go inactive because callers don't track and release them.
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 129 , m_activeState(Inactive)
474 return m_activeState == Inactive;
823 return fill() == FillFreeze ? Frozen : Inactive;
843 ASSERT(m_activeState == Inactive);
858 if (m_activeState == Inactive) {
    [all...]
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 80 * Resets all meta state to inactive.
110 * @return 0 if inactive, 1 if active, 2 if locked.
346 * @return 0 if inactive, 1 if active, 2 if locked.
  /external/chromium/base/
timer.h 211 // Once created, it is inactive until Reset is called. Once |delay| seconds have
213 // has been made, it's inactive until Reset is called again.
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 176 // This frame has displayed inactive content (such as an image) from an
177 // insecure source. Inactive content cannot spread to other frames.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 216 } else if(SupplicantState.INACTIVE.equals(supplicantState)) {
217 mSupplicantState.setText("INACTIVE");
  /external/dbus/bus/
bus.c 1239 /* Policy for inactive connections is that they can only send
    [all...]
services.c 427 "(inactive)",
456 "(inactive)",
469 "(inactive)",
482 "(inactive)");
    [all...]

Completed in 689 milliseconds

1 2 3 4 5 6 7 8