HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_SUCCESS (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/nfc/
TransceiveResult.java 30 public static final int RESULT_SUCCESS = 0;
45 case RESULT_SUCCESS:
64 if (mResult == RESULT_SUCCESS) {
77 if (result == RESULT_SUCCESS) {
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_defs.h 31 RESULT_SUCCESS = 0,
headerparser.cc 69 return_code_(RESULT_SUCCESS),
74 if (RESULT_SUCCESS != return_code_) {
88 if (RESULT_SUCCESS != return_code_) {
115 if (RESULT_SUCCESS != return_code_) {
298 if (RESULT_SUCCESS != return_code_) {
vcdecoder.cc 110 // parent_->decoded_target(). Returns RESULT_SUCCESS on success, or
121 // delta window, this function will return RESULT_SUCCESS without processing
161 // Otherwise, returns RESULT_SUCCESS and advances parseable_chunk past the
183 // the entire window body. Otherwise, returns RESULT_SUCCESS.
495 // data->position_ past the header and returns RESULT_SUCCESS.
519 // returns RESULT_SUCCESS and sets *data_ptr to the position after the encoded
520 // custom code table. If the function returns RESULT_SUCCESS or
668 // RESULT_SUCCESS, and removes the header bytes from the data string.
680 return RESULT_SUCCESS;
743 return RESULT_SUCCESS;
    [all...]
headerparser_test.cc 57 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
67 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
77 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
87 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_defs.h 31 RESULT_SUCCESS = 0,
headerparser.cc 69 return_code_(RESULT_SUCCESS),
74 if (RESULT_SUCCESS != return_code_) {
88 if (RESULT_SUCCESS != return_code_) {
115 if (RESULT_SUCCESS != return_code_) {
298 if (RESULT_SUCCESS != return_code_) {
vcdecoder.cc 111 // RESULT_SUCCESS if an entire window was decoded, or RESULT_END_OF_DATA if
154 // Otherwise, returns RESULT_SUCCESS and advances parseable_chunk past the
176 // the entire window body. Otherwise, returns RESULT_SUCCESS.
484 // data->position_ past the header and returns RESULT_SUCCESS.
508 // returns RESULT_SUCCESS and sets *data_ptr to the position after the encoded
509 // custom code table. If the function returns RESULT_SUCCESS or
669 // RESULT_SUCCESS, and removes the header bytes from the data string.
681 return RESULT_SUCCESS;
744 return RESULT_SUCCESS;
    [all...]
headerparser_test.cc 57 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
67 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
77 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
87 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
  /external/open-vcdiff/src/
vcdiff_defs.h 31 RESULT_SUCCESS = 0,
headerparser.cc 69 return_code_(RESULT_SUCCESS),
74 if (RESULT_SUCCESS != return_code_) {
88 if (RESULT_SUCCESS != return_code_) {
115 if (RESULT_SUCCESS != return_code_) {
298 if (RESULT_SUCCESS != return_code_) {
vcdecoder.cc 111 // RESULT_SUCCESS if an entire window was decoded, or RESULT_END_OF_DATA if
154 // Otherwise, returns RESULT_SUCCESS and advances parseable_chunk past the
176 // the entire window body. Otherwise, returns RESULT_SUCCESS.
484 // data->position_ past the header and returns RESULT_SUCCESS.
508 // returns RESULT_SUCCESS and sets *data_ptr to the position after the encoded
509 // custom code table. If the function returns RESULT_SUCCESS or
669 // RESULT_SUCCESS, and removes the header bytes from the data string.
681 return RESULT_SUCCESS;
744 return RESULT_SUCCESS;
    [all...]
headerparser_test.cc 57 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
67 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
77 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
87 EXPECT_EQ(RESULT_SUCCESS, parser->GetResult());
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.h 26 RESULT_SUCCESS,
native_message_process_host_unittest.cc 69 callback.Run(NativeProcessLauncher::RESULT_SUCCESS,
native_process_launcher.cc 245 this, callback, RESULT_SUCCESS, read_file, write_file));
native_message_process_host.cc 136 case NativeProcessLauncher::RESULT_SUCCESS:
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 30 public static final int RESULT_SUCCESS = 0;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 56 static final byte RESULT_SUCCESS = 0;
400 InstallFlowAnalytics.RESULT_SUCCESS);
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 46 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE
58 case RESULT_SUCCESS:
59 return "RESULT_SUCCESS";
705 RESULT_SUCCESS : SUCCESS);
809 data->state == RESULT_SUCCESS)
901 RESULT_SUCCESS : SUCCESS);
1000 else if (data->state == RESULT_SUCCESS)
eap_aka.c 45 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE
65 case RESULT_SUCCESS:
66 return "RESULT_SUCCESS";
936 RESULT_SUCCESS : SUCCESS);
1039 data->state == RESULT_SUCCESS)
1152 RESULT_SUCCESS : SUCCESS);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 86 public static final int RESULT_SUCCESS = 1;
BluetoothMap.java 53 public static final int RESULT_SUCCESS = 1;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 767 private static final int RESULT_SUCCESS = 1;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 476 setState(state, BluetoothMap.RESULT_SUCCESS);

Completed in 3246 milliseconds

1 2