HomeSort by relevance Sort by last modified time
    Searched full:failure (Results 1351 - 1375 of 3254) sorted by null

<<51525354555657585960>>

  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/
objects.h 47 // - Failure (immediate for marking failed operation)
109 // Failure: [30 bit signed int] 11
548 // Since Smi and Failure are subclasses of Object no
643 // Failure is returned otherwise.
740 // Failure is used for reporting out of memory situations and
741 // propagating exceptions through the runtime system. Failure objects
751 // The low two bits, 0-1, are the failure tag, 11. The next two bits,
752 // 2-3, are a failure type tag 'tt' with possible values:
759 // allocation space tag is 000 for all failure types except
768 // Failure type tag info
    [all...]
  /external/wpa_supplicant/
eapol_sm.c 1119 * -1 failure
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 1144 * -1 failure
    [all...]
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 722 // there was memory allocation failure during ParseMP3File.
771 // there was memory allocation failure during ParseMP3File.
801 // there was memory allocation failure during ParseMP3File.
818 // there was memory allocation failure during ParseMP3File.
834 // there was memory allocation failure during ParseMP3File.
851 // there was memory allocation failure during ParseMP3File.
886 // there was memory allocation failure during ParseMP3File.
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 139 * failure is detected.
307 * Returns: 0 on success, -1 on failure
889 * Returns: 0 on success, -1 on failure
    [all...]
  /frameworks/base/docs/html/resources/tutorials/testing/
activity_test.jd     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 138 * following a DHCP failure, we need to kick the supplicant into
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 309 * Previous VM provider setting so we can return to it in case of failure.
337 * True if we had full or partial failure setting forwarding numbers and so need to roll them
463 // Set this flag so if we get a failure we revert to previous provider
598 boolean failure = false;
608 failure = true;
612 failure = true;
632 failure = true;
636 if (failure) {
637 if (DBG) log("Failure in return from voicemail provider");
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c 290 * OK on success, NOK on failure.
417 * OK on success, NOK on failure.
448 {ROAMING_STATE_IDLE, roamingMngr_smUnexpected} /* FAILURE */
459 {ROAMING_STATE_WAIT_4_TRIGGER, roamingMngr_smUnexpected} /* FAILURE */
470 {ROAMING_STATE_WAIT_4_CMD, roamingMngr_smUnexpected} /* FAILURE */
481 {ROAMING_STATE_IDLE, roamingMngr_smScanFailure} /* FAILURE */
493 {ROAMING_STATE_SELECTING, roamingMngr_smUnexpected} /* FAILURE */
505 {ROAMING_STATE_IDLE, roamingMngr_smFailHandover} /* FAILURE */
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 353 RuntimeException failure = null; local
580 failure = re; // should be EMMARuntimeException only if there are no errors above
605 if (failure != null) // 'failure' takes precedence over any possible exit hook's problems
607 throw wrapFailure (failure);
    [all...]
  /external/freetype/include/freetype/
ftcache.h 75 * keep internally. Failure to do so will lead to incorrect behaviour
165 * Failure to do so will result in incorrect behaviour or even
305 /* failure. */
    [all...]
  /external/icu4c/common/unicode/
utypes.h 622 U_ILLEGAL_ARGUMENT_ERROR = 1, /**< Start of codes indicating failure */
733 U_BRK_INIT_ERROR, /**< Initialization failure. Probable missing ICU Data. */
    [all...]
  /external/icu4c/i18n/
usearch.cpp     [all...]
  /external/libxml2/
HTMLtree.c 457 * returns: the number of byte written or -1 in case of failure.
1024 * returns: the number of byte written or -1 in case of failure.
1084 * returns: the number of byte written or -1 in case of failure.
1147 * returns: the number of byte written or -1 in case of failure.
1211 * returns: the number of byte written or -1 in case of failure.
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
pvmf_cpmplugin_passthru_oma1.cpp 49 iFailAuthorizeUsage = false; // To simulate "authorizeusage" failure
52 iSourceInitDataNotSupported = false; //To simulate SourceInitializationData failure
60 iFailAuthorizeUsage = aAuthorizeUsage;// To simulate "authorizeusage" failure
114 // To simulate "authorizeusage" failure
402 * memory allocation failure.
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
utypes.h 551 U_ILLEGAL_ARGUMENT_ERROR = 1, /**< Start of codes indicating failure */
657 U_BRK_INIT_ERROR, /**< Initialization failure. Probable missing ICU Data. */
707 /* operational success or failure. */
717 * Does the error code indicate a failure?
729 * Does the error code indicate a failure?
  /external/webkit/JavaScriptGlue/icu/unicode/
utypes.h 551 U_ILLEGAL_ARGUMENT_ERROR = 1, /**< Start of codes indicating failure */
657 U_BRK_INIT_ERROR, /**< Initialization failure. Probable missing ICU Data. */
707 /* operational success or failure. */
717 * Does the error code indicate a failure?
729 * Does the error code indicate a failure?
  /external/webkit/WebCore/icu/unicode/
utypes.h 551 U_ILLEGAL_ARGUMENT_ERROR = 1, /**< Start of codes indicating failure */
657 U_BRK_INIT_ERROR, /**< Initialization failure. Probable missing ICU Data. */
707 /* operational success or failure. */
717 * Does the error code indicate a failure?
729 * Does the error code indicate a failure?
  /external/webkit/WebKit/mac/icu/unicode/
utypes.h 551 U_ILLEGAL_ARGUMENT_ERROR = 1, /**< Start of codes indicating failure */
657 U_BRK_INIT_ERROR, /**< Initialization failure. Probable missing ICU Data. */
707 /* operational success or failure. */
717 * Does the error code indicate a failure?
729 * Does the error code indicate a failure?
  /frameworks/base/media/java/android/media/
AudioRecord.java 76 * Denotes a generic operation failure.
80 * Denotes a failure due to the use of an invalid value.
84 * Denotes a failure due to the improper use of a method.
209 * smaller than getMinBufferSize() will result in an initialization failure.
228 //TODO: update native initialization when information about hardware init failure
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 765 * \return 0 - OK, else - failure
834 * \return 0 - OK, else - failure
855 * \return 0 - OK, else - failure
860 TWlanDrvIfObj *drv; /* Dm: Failure is not cleaned properly !!! */
1085 * \return Init: 0 - OK, else - failure. Exit: void
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c 742 * \return 0 - OK, else - failure
809 * \return 0 - OK, else - failure
830 * \return 0 - OK, else - failure
835 TWlanDrvIfObj *drv; /* Dm: Failure is not cleaned properly !!! */
1046 * \return Init: 0 - OK, else - failure. Exit: void
  /external/openssl/apps/
speed.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 518 wpa_printf(MSG_DEBUG, "Michael MIC failure wireless event: "
1053 * Returns: 0 on success, -1 on failure
1083 * Returns: 0 on success, -1 on failure
1096 * Returns: 0 on success, -1 on failure
    [all...]

Completed in 873 milliseconds

<<51525354555657585960>>