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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 29 SUCCESS = "success"
100 # failure=0 success=1 (just because it looks better that way :-)
101 FAILURE, SUCCESS,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 29 SUCCESS = "success"
100 # failure=0 success=1 (just because it looks better that way :-)
101 FAILURE, SUCCESS,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 29 SUCCESS = "success"
100 # failure=0 success=1 (just because it looks better that way :-)
101 FAILURE, SUCCESS,
  /system/libvintf/
AssembleVintf.cpp 553 enum AssembleStatus { SUCCESS, FAIL_AND_EXIT, TRY_NEXT };
583 return assemble(&schemas) ? SUCCESS : FAIL_AND_EXIT;
597 if (status == SUCCESS) return true;
606 if (status == SUCCESS) return true;
  /device/google/marlin/power/
performance.h 35 #define SUCCESS 0
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 112 #define SUCCESS 0
249 "Success",
547 return SUCCESS;
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 67 SUCCESS = 'Success'
    [all...]
  /external/kernel-headers/modified/scsi/
scsi.h 189 #define SUCCESS 0x2002
  /external/kernel-headers/original/scsi/
scsi.h 181 #define SUCCESS 0x2002
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 586 return result == Builder.ParseResult.SUCCESS ? builder.build() : null;
611 return result == Builder.ParseResult.SUCCESS ? builder.build() : null;
633 case SUCCESS:
    [all...]
  /external/python/cpython2/Demo/rpc/
rpc.py 30 SUCCESS = 0 # RPC executed successfully
78 self.pack_enum(SUCCESS)
144 if stat != SUCCESS:
731 self.packer.pack_uint(SUCCESS)
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 325 #define SUCCESS (status->what == SsComplete && !sr_isError(status->sres))
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 45 CONTINUE, RESULT_SUCCESS, SUCCESS, FAILURE
71 case SUCCESS:
72 return "SUCCESS";
1086 RESULT_SUCCESS : SUCCESS);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 35 CRYPTO_BINDING, REQUEST_PAC, SUCCESS, FAILURE
92 case SUCCESS:
93 return "SUCCESS";
616 "(status=SUCCESS)");
628 "(status=SUCCESS)");
761 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)");
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 177 public static final int SUCCESS = 0;
412 if (initResult != SUCCESS && initResult != ALREADY_EXISTS) {
524 * @return {@link #SUCCESS} in case of success, {@link #ERROR_INVALID_OPERATION}
544 * @return {@link #SUCCESS} in case of success, {@link #ERROR_BAD_VALUE},
681 * @return the number of meaningful bytes in value array in case of success or
714 * In case of success, returns the number of meaningful integers in value array.
746 * In case of success, returns the number of meaningful short integers in value array.
778 * In case of success, the returns the number of meaningful integers in value array
    [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsConfig.java 498 public static final int SUCCESS = 0;
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 447 return Status.SUCCESS.createResult(((View)viewObject).getParent());
460 Status.SUCCESS.createResult(((ViewGroup) parentView).indexOfChild(view));
463 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 118 #define SUCCESS 0
254 "Success",
404 // Returns 0 on success, else returns on error.
410 int success = 0; local
470 success = 1;
494 bool success = local
500 if (!success) {
548 if (success) {
784 return SUCCESS;
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 90 public static final int SUCCESS = AudioSystem.SUCCESS;
391 if (initResult != SUCCESS) {
443 if (initResult != SUCCESS) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java 434 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
542 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
651 inOrderM.verify(mAwareMetricsMock).recordNdpStatus(eq(NanStatusType.SUCCESS),
669 * Validate the success flow of the Initiator: using session network specifier with a non-null
678 * Validate the success flow of the Initiator: using a direct network specifier with a non-null
735 * Validate the success flow of the Responder: using session network specifier with a
744 * Validate the success flow of the Responder: using session network specifier with a
753 * Validate the success flow of the Responder: using session network specifier with a
762 * Validate the success flow of the Responder: using session network specifier with a null
    [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...]

Completed in 981 milliseconds

1 2 3 4 5 67 8 91011>>