HomeSort by relevance Sort by last modified time
    Searched defs:SUCCESS (Results 151 - 175 of 528) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 35 CRYPTO_BINDING, REQUEST_PAC, SUCCESS, FAILURE
92 case SUCCESS:
93 return "SUCCESS";
617 "(status=SUCCESS)");
629 "(status=SUCCESS)");
762 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)");
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 168 public static final int SUCCESS = 0;
400 if (initResult != SUCCESS && initResult != ALREADY_EXISTS) {
511 * @return {@link #SUCCESS} in case of success, {@link #ERROR_INVALID_OPERATION}
531 * @return {@link #SUCCESS} in case of success, {@link #ERROR_BAD_VALUE},
662 * @return the number of meaningful bytes in value array in case of success or
693 * In case of success, returns the number of meaningful integers in value array.
724 * In case of success, returns the number of meaningful short integers in value array.
755 * In case of success, the returns the number of meaningful integers in value array
    [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsConfig.java 496 public static final int SUCCESS = 0;
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 445 return Status.SUCCESS.createResult(((View)viewObject).getParent());
458 Status.SUCCESS.createResult(((ViewGroup) parentView).indexOfChild(view));
461 return Status.SUCCESS.createResult();
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 76 #define SUCCESS TRUE
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 117 #define SUCCESS 0
253 "Success",
401 // Returns 0 on success, else returns on error.
407 int success = 0; local
467 success = 1;
491 bool success = local
497 if (!success) {
545 if (success) {
778 return SUCCESS;
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 84 public static final int SUCCESS = AudioSystem.SUCCESS;
385 if (initResult != SUCCESS) {
437 if (initResult != SUCCESS) {
    [all...]
AudioSystem.java 353 public static final int SUCCESS = 0;
    [all...]
AudioTrack.java 145 public static final int SUCCESS = AudioSystem.SUCCESS;
605 if (initResult != SUCCESS) {
685 if (initResult != SUCCESS) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 493 static final CaptivePortalProbeResult SUCCESS = new CaptivePortalProbeResult(SUCCESS_CODE);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java 426 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
531 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
632 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
650 * Validate the success flow of the Initiator: using session network specifier with a non-null
668 * Validate the success flow of the Initiator: using a direct network specifier with a non-null
742 * Validate the success flow of the Responder: using session network specifier with a non-null
751 * Validate the success flow of the Responder: using session network specifier with a null
760 * Validate the success flow of the Responder: using session network specifier with a
    [all...]
WifiAwareStateManagerTest.java 239 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS);
276 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS);
340 mDut.onDisableResponse(transactionId.getValue(), NanStatusType.SUCCESS);
509 * success.
555 // (3) publish + success
564 inOrderM.verify(mAwareMetricsMock).recordDiscoveryStatus(uid, NanStatusType.SUCCESS, true);
637 * Validates the publish flow: (1) initial publish (2) success (3)
648 final int reasonTerminate = NanStatusType.SUCCESS;
685 // (2) publish success
690 inOrderM.verify(mAwareMetricsMock).recordDiscoveryStatus(uid, NanStatusType.SUCCESS, true)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 76 #define SUCCESS TRUE
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 76 #define SUCCESS TRUE
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp 76 #define SUCCESS TRUE
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp 76 #define SUCCESS TRUE
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp 76 #define SUCCESS TRUE
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /external/freetype/src/raster/
ftraster.c 285 #ifndef SUCCESS
286 #define SUCCESS 0
648 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */
705 return SUCCESS;
722 /* SUCCESS on success. FAILURE in case of overflow or incoherency. */
777 return SUCCESS;
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 89 #undef SUCCESS
90 #define SUCCESS 0
271 /* FreeType error code. 0 means success. */
334 /* FreeType error code. 0 means success. */
375 /* FreeType error code. 0 means success. */
523 /* TrueType error code. 0 means success. */
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 283 #ifndef SUCCESS
284 #define SUCCESS 0
640 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */
697 return SUCCESS;
714 /* SUCCESS on success. FAILURE in case of overflow or incoherency. */
769 return SUCCESS;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 91 #undef SUCCESS
92 #define SUCCESS 0
287 /* FreeType error code. 0 means success. */
350 /* FreeType error code. 0 means success. */
391 /* FreeType error code. 0 means success. */
538 /* TrueType error code. 0 means success. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
smbno.h 13 #define SUCCESS 0 /* The request was successful. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
raserror.h 14 #define SUCCESS 0
  /frameworks/base/core/java/android/net/
ConnectivityManager.java     [all...]

Completed in 740 milliseconds

1 2 3 4 5 67 8 91011>>