/libcore/expectations/ |
taggedtests.txt | 8 result: SUCCESS,
|
/cts/libs/vogar-expect/src/vogar/ |
Result.java | 33 SUCCESS
|
Expectation.java | 45 public static final Expectation SUCCESS = new Expectation(Result.SUCCESS, MATCH_ALL_PATTERN, 97 * any result (success or failure) is permitted.
|
/external/chromium/net/url_request/ |
url_request_status.h | 12 // types of success. 17 SUCCESS = 0, 35 URLRequestStatus() : status_(SUCCESS), os_error_(0) {} 44 // Returns true if the status is success, which makes some calling code more 46 // HANDLED_EXTERNALLY as success. For everything except user notifications, 49 return status_ == SUCCESS || status_ == IO_PENDING;
|
/cts/tools/host/src/com/android/cts/ |
DeviceObserver.java | 25 * <li>SUCCESS: indicates that the action is success. 29 public static final int SUCCESS = 1;
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
gsm_amr_typedefs.h | 123 #ifndef SUCCESS 124 #define SUCCESS 0
|
/frameworks/base/core/java/android/nfc/ |
ErrorCodes.java | 38 case SUCCESS: return "SUCCESS"; 64 public static final int SUCCESS = 0;
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
pv_audio_type_defs.h | 174 #ifndef SUCCESS 175 #define SUCCESS 0
|
get_ga_specific_config.cpp | 70 status = 0 if success 164 RETURNING (SUCCESS) 309 Int status = SUCCESS; 360 if (status == SUCCESS) 368 if (status != SUCCESS) 374 status = SUCCESS;
|
set_mc_info.cpp | 71 return SUCCESS 181 RETURN(SUCCESS) 279 if (SUCCESS != status) 308 return(SUCCESS); /* possible future error checkings */
|
getics.cpp | 118 status = 0 if success 268 IF (status == SUCCESS) 284 IF (status == SUCCESS) 313 IF (status == SUCCESS) 342 IF (status == SUCCESS) 356 IF (status == SUCCESS) 440 Int status = SUCCESS; 566 if (status == SUCCESS) 582 if (status == SUCCESS) 609 if (status == SUCCESS) [all...] |
huffdecode.cpp | 111 status = 0 if success 205 IF (status == SUCCESS) 236 IF (status == SUCCESS) 278 WHILE((ch <= rightCh) AND (status == SUCCESS)) 386 Int status = SUCCESS; 434 if (status == SUCCESS) 463 if (status == SUCCESS) 500 while ((ch < num_channels) && (status == SUCCESS))
|
get_adif_header.cpp | 37 4) ADD a test for status != SUCCESS in loop. 190 (i >= 0) && (status == SUCCESS); 304 Int status = SUCCESS; 392 (i >= 0) && (status == SUCCESS);
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pv_amr_wb_type_defs.h | 160 #ifndef SUCCESS 161 #define SUCCESS 0
|
/packages/apps/Email/src/com/android/email/service/ |
EmailServiceStatus.java | 24 public static final int SUCCESS = 0;
|
/packages/apps/Nfc/src/com/android/nfc/ |
ErrorCodes.java | 34 public static final int SUCCESS = 0;
|
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
ILayoutResult.java | 27 * Success return code 29 final static int SUCCESS = 0; 39 * @see #SUCCESS
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionState.java | 35 public static final int SUCCESS = 1;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_vendor_test.c | 26 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; 37 case SUCCESS: 38 return "SUCCESS"; 131 eap_vendor_test_state(data, SUCCESS); 142 return data->state == SUCCESS; 152 if (data->state != SUCCESS) 170 return data->state == SUCCESS;
|
eap_tls.c | 28 enum { START, CONTINUE, SUCCESS, FAILURE } state; 40 case SUCCESS: 41 return "SUCCESS"; 145 eap_tls_state(data, SUCCESS); 172 if (data->state == SUCCESS && wpabuf_len(data->ssl.in_buf) == 0) { 196 return data->state == SUCCESS || data->state == FAILURE; 205 if (data->state != SUCCESS) 228 if (data->state != SUCCESS) 258 return data->state == SUCCESS;
|
/frameworks/base/core/java/android/nfc/tech/ |
NdefFormatable.java | 129 case ErrorCodes.SUCCESS: 143 case ErrorCodes.SUCCESS: 160 case ErrorCodes.SUCCESS:
|
/external/expat/tests/ |
xmltest.sh | 72 SUCCESS=0 77 SUCCESS=`expr $SUCCESS + 1` 140 echo "Passed: $SUCCESS"
|
/external/wpa_supplicant/ |
eap_vendor_test.c | 33 enum { INIT, CONFIRM, SUCCESS } state; 101 if (data->state == SUCCESS) { 103 "in SUCCESS state"); 140 data->state = SUCCESS; 152 return data->state == SUCCESS; 162 if (data->state != SUCCESS)
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_vendor_test.c | 35 enum { INIT, CONFIRM, SUCCESS } state; 99 if (data->state == SUCCESS) { 101 "in SUCCESS state"); 137 data->state = SUCCESS; 149 return data->state == SUCCESS; 159 if (data->state != SUCCESS)
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdspi.c | 131 if (sdspi_driver_init(sd) != SUCCESS) { 132 if (sdspi_driver_init(sd) != SUCCESS) { 141 if (spi_register_irq(sd, irq) != SUCCESS) { 584 SDIOH_CMD_52, cmd_arg, NULL, 0)) != SUCCESS) { 619 return (status == SUCCESS ? SDIOH_API_RC_SUCCESS : SDIOH_API_RC_FAIL); 657 if (sdspi_card_buf(sd, rw, func, fifo, addr, len, (uint32 *)buffer) != SUCCESS) { 702 return SUCCESS; 708 return SUCCESS; 724 if (sdspi_card_regwrite(sd, 0, SDIOD_CCCR_IOABORT, 1, 0x8) != SUCCESS) 751 return (SUCCESS); [all...] |