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

1 2

  /system/core/adb/
transport_test.cpp 29 expected.kicked = 1;
32 ASSERT_EQ(1, t.kicked);
38 // kicked.
40 t.kicked = 1;
transport.cpp 50 if (t && !t->kicked)
52 int kicked; local
55 kicked = t->kicked;
56 if (!kicked)
57 t->kicked = 1;
60 if (!kicked)
677 if (!t->kicked) {
678 t->kicked = 1;
908 if ( !t->kicked ) {
    [all...]
adb.h 204 /* a list of adisconnect callbacks called when the transport is kicked */
205 int kicked; member in struct:atransport
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 14 # if this time is exceeded the user is kicked out
radiusclient.conf.in 14 # if this time is exceeded the user is kicked out
  /frameworks/base/libs/hwui/
TextureCache.h 53 * allowed size will also cause the oldest texture to be kicked out.
GradientCache.h 103 * allowed size will also cause the oldest texture to be kicked out.
PathCache.h 170 * allowed size will also cause the oldest texture to be kicked out.
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusController.java 61 * This is usually indicates the camera subsystem kicked off an auto-focus
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIntentProcessor.java 92 // Send to CallsManager to ensure the InCallUI gets kicked off before the broadcast returns
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/
index.jd 78 might be kicked off periodically or by hand.</p>
  /external/ipsec-tools/src/racoon/
TODO 78 o local address's field in isakmpsa handler must be kicked out to rmconf.
  /external/lldb/test/source-manager/
TestSourceManager.py 107 # Display main() and verify that the source mapping has been kicked in.
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 77 // Soft cache for bitmap kicked out of hard cache
  /external/lldb/tools/debugserver/source/
RNBContext.cpp 97 // Our thread was successfully kicked off, wait for it to
  /frameworks/base/packages/DocumentsUI/res/values/
strings.xml 119 <!-- Toast shown when a file copy is kicked off -->
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 161 // been committed and observers kicked off.
  /frameworks/native/include/gui/
ConsumerBase.h 187 // derived classes each time some asynchronous work is kicked off that
  /frameworks/support/tests/java/android/support/v4/provider/
DocumentFileTest.java 169 // Make sure we kicked time forward
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 110 String longSmsText = "Hey, looks like\nI'm getting kicked out of this conference" +
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 361 // HPUX is always different usually for no good reason. Tru64 should have kicked it
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 444 // if we kicked off a restore successfully, we have to wait for it
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 65 /** Why this sync was kicked off. {@link #REASON_NAMES} */
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 93 "Getting kicked out of this room",
  /ndk/build/tools/
build-host-python.sh 360 # meaning altinstall and bininstall are kicked off at the same time

Completed in 615 milliseconds

1 2