HomeSort by relevance Sort by last modified time
    Searched full:abort (Results 101 - 125 of 1231) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/dom/
EventNames.h 32 macro(abort) \
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.h 53 void abort();
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 281 goto abort;
289 goto abort;
297 goto abort;
302 abort:
  /external/webkit/WebCore/storage/
IDBRequest.h 52 void abort();
  /external/webkit/WebCore/xml/
XMLHttpRequestUpload.h 59 DEFINE_ATTRIBUTE_EVENT_LISTENER(abort);
  /frameworks/base/awt/java/awt/image/
PixelGrabber.java 253 grabberStatus &= ~ImageObserver.ABORT;
298 grabberStatus |= ImageObserver.ABORT;
301 grabberStatus |= ImageObserver.ERROR | ImageObserver.ABORT;
328 grabberStatus &= ~ImageObserver.ABORT;
  /frameworks/base/core/java/android/net/http/
HttpConnection.java 88 void restartConnection(boolean abort) {
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libstdc++.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libstdc++.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libstdc++.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libstdc++.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libstdc++.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libstdc++.so 
  /packages/apps/PackageInstaller/res/layout/
uninstall_confirm.xml 21 to let the uinstallation continue or abort.
  /packages/apps/Phone/src/com/android/phone/
FakePhoneActivity.java 67 Log.e("Phone", "SimulatedRadioControl not available, abort!");
  /sdk/eclipse/scripts/
setup_eclipse.sh 23 set -e # abort this script early if any command fails
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.c 55 * \brief This array holds configuration values for abort others field for different clients.\n
577 /* Stage I : if someone is running and shouldn't be running in the new mode - Abort it */
581 /* abort the running client */
585 TRACE2( pScr->hReport, REPORT_SEVERITY_INFORMATION, "Sending abort request to client %d for resource %d\n", pScr->runningClient[ uResourceIndex ], uResourceIndex);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.c 55 * \brief This array holds configuration values for abort others field for different clients.\n
577 /* Stage I : if someone is running and shouldn't be running in the new mode - Abort it */
581 /* abort the running client */
585 TRACE2( pScr->hReport, REPORT_SEVERITY_INFORMATION, "Sending abort request to client %d for resource %d\n", pScr->runningClient[ uResourceIndex ], uResourceIndex);
    [all...]
  /bootable/recovery/applypatch/
main.c 78 goto abort;
89 abort:
  /development/testrunner/
run_command.py 31 def SetAbortOnError(abort=True):
35 _abort_on_error = abort
  /external/bison/src/
uniqstr.c 59 | Abort if S is not a uniqstr. |
69 abort ();
  /external/bluetooth/glib/gmodule/
gmodule-dld.c 93 /* the hp-docs say we should better abort() if errno==ENOSYM ;( */
143 /* the hp-docs say we should better abort() if errno==ENOSYM ;( */
  /external/grub/netboot/
epic100.h 63 #define INTR_PCI_TGT_ABT (0x00004000) /* PCI Target abort */
64 #define INTR_PCI_MASTER_ABT (0x00002000) /* PCI Master abort */
  /external/guava/src/com/google/common/util/concurrent/
TimeLimiter.java 53 * other hand, the time limit is reached, the proxy will attempt to abort the
82 * other hand, the time limit is reached, we attempt to abort the call to the

Completed in 253 milliseconds

1 2 3 45 6 7 8 91011>>