HomeSort by relevance Sort by last modified time
    Searched refs:SUCCESS (Results 276 - 300 of 885) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/fs/fs-bench/
random-del-create.c 12 #define SUCCESS 1
  /external/ltp/testcases/kernel/syscalls/memmap/
mem03.c 58 #define SUCCESS 0 /* return status for all routines indicating success */
  /external/testng/src/main/java/org/testng/reporters/
XMLReporterConfig.java 59 put(TEST_PASSED, ITestResult.SUCCESS);
  /external/vogar/src/vogar/android/
InstallApkTask.java 57 return Result.SUCCESS;
  /external/webrtc/webrtc/p2p/stunprober/
main.cc 84 LOG(LS_INFO) << "Success Precent: " << stats.success_percent;
92 if (result == StunProber::SUCCESS) {
  /frameworks/base/core/java/android/os/
UpdateEngine.java 61 public static final int SUCCESS = 0;
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 337 if (onIsValidVoiceName(voiceName) == TextToSpeech.SUCCESS) {
357 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
373 return TextToSpeech.SUCCESS;
388 * @return {@link TextToSpeech#ERROR} or {@link TextToSpeech#SUCCESS}.
402 return TextToSpeech.SUCCESS;
582 return TextToSpeech.SUCCESS;
629 return TextToSpeech.SUCCESS;
654 return TextToSpeech.SUCCESS;
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
LoudnessEnhancer.java 168 if (status != AudioEffect.SUCCESS) {
  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceSelectAction.java 98 if (error != SendMessageResult.SUCCESS) {
HdmiCecController.java 260 * @return 0 on success. Otherwise, returns negative value
297 * @return CEC physical address of the device. The range of success address
498 if (ret == SendMessageResult.SUCCESS) {
599 int errorCode = SendMessageResult.SUCCESS;
603 if (errorCode == SendMessageResult.SUCCESS) {
609 if (finalError != SendMessageResult.SUCCESS) {
PowerStatusMonitorAction.java 125 if (error != SendMessageResult.SUCCESS) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
VideoViewCaptureActivity.java 60 if (result != PixelCopy.SUCCESS) {
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java 163 mListener.done(Status.SUCCESS.createResult());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceCallback.java 220 if (result == P2pStatus.SUCCESS) {
390 if (status != ISupplicantP2pIfaceCallback.P2pProvDiscStatusCode.SUCCESS) {
517 case P2pStatusCode.SUCCESS:
519 result = P2pStatus.SUCCESS;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataCallResponseTest.java 57 assertEquals(SetupResult.SUCCESS,
  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc 70 status ? Status::SUCCESS : Status::INITIALIZATION_ERROR);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 239 SUCCESS,
249 // * SUCCESS: The mapping was found. *virtual_file is filled in so that
255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
261 // will be set to the virtual path as in the SUCCESS case, even though
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 239 SUCCESS,
249 // * SUCCESS: The mapping was found. *virtual_file is filled in so that
255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
261 // will be set to the virtual path as in the SUCCESS case, even though
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h 239 SUCCESS,
249 // * SUCCESS: The mapping was found. *virtual_file is filled in so that
255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
261 // will be set to the virtual path as in the SUCCESS case, even though
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h 239 SUCCESS,
249 // * SUCCESS: The mapping was found. *virtual_file is filled in so that
255 // is filled in as it would be in the SUCCESS case. *shadowing_disk_file
261 // will be set to the virtual path as in the SUCCESS case, even though
  /system/core/healthd/
healthd.cpp 77 return result == Result::SUCCESS ? OK : NAME_NOT_FOUND;
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
PreloadedClassesPreparer.java 98 if (!CommandStatus.SUCCESS.equals(result.getStatus())) {
  /tools/tradefederation/core/src/com/android/tradefed/util/
AaptParser.java 114 if (result.getStatus() == CommandStatus.SUCCESS) {
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 35 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
69 case SUCCESS:
70 return "SUCCESS";
985 eap_aka_state(data, SUCCESS);
1105 eap_aka_state(data, SUCCESS);
1149 eap_aka_state(data, SUCCESS);
1171 eap_aka_state(data, SUCCESS);
    [all...]
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 58 private static final String SUCCESS = "**SUCCESS**";
171 final boolean success = !sm.isRateLimitingActive();
172 if (success) {
173 error = SUCCESS;
184 * Reply an error message, or {@link #SUCCESS} for success, to CTS verifier for shortcut manager
189 * @param error error message, or {@link #SUCCESS} if success.

Completed in 521 milliseconds

<<11121314151617181920>>