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

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 31 PHASE2_MSCHAPV2_RESP, SUCCESS, FAILURE
58 case SUCCESS:
59 return "SUCCESS";
550 eap_ttls_state(data, SUCCESS);
609 eap_ttls_state(data, SUCCESS);
677 eap_ttls_state(data, SUCCESS);
941 eap_ttls_state(data, SUCCESS);
1114 if (!sm->tnc || data->state != SUCCESS || data->tnc_started)
1165 eap_ttls_state(data, SUCCESS);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 108 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
205 return SUCCESS.createResult();
371 return SUCCESS.createResult();
417 return SUCCESS.createResult();
423 return SUCCESS.createResult();
488 Result renderResult = SUCCESS.createResult();
575 // success!
659 return SUCCESS.createResult();
718 // always return success since the real status will come through the listener.
719 return SUCCESS.createResult(child)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_compile.py 27 _SUCCESS_CODES = set([SUCCESS, FAILURE])
122 emit(OPCODES[SUCCESS])
133 emit(OPCODES[SUCCESS])
168 emit(OPCODES[SUCCESS])
174 emit(OPCODES[SUCCESS])
563 code.append(OPCODES[SUCCESS])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 29 _SUCCESS_CODES = set([SUCCESS, FAILURE])
72 emit(OPCODES[SUCCESS])
83 emit(OPCODES[SUCCESS])
118 emit(OPCODES[SUCCESS])
124 emit(OPCODES[SUCCESS])
491 code.append(OPCODES[SUCCESS])
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceSubscriber.java 129 if(ret < ResultCode.SUCCESS){
174 if(ret < ResultCode.SUCCESS){
228 if(ret < ResultCode.SUCCESS){
242 if(ret < ResultCode.SUCCESS){
290 ret = ResultCode.SUCCESS;
564 if(resultCode != ResultCode.SUCCESS && task.mContacts != null){
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 65 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
425 Result lastResult = SUCCESS.createResult();
459 Result lastResult = SUCCESS.createResult();
494 return Status.SUCCESS.createResult(((View)viewObject).getParent());
507 Status.SUCCESS.createResult(((ViewGroup) parentView).indexOfChild(view));
510 return Status.SUCCESS.createResult();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_compile.py 30 _SUCCESS_CODES = set([SUCCESS, FAILURE])
73 emit(OPCODES[SUCCESS])
84 emit(OPCODES[SUCCESS])
119 emit(OPCODES[SUCCESS])
125 emit(OPCODES[SUCCESS])
492 code.append(OPCODES[SUCCESS])
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_compile.py 30 _SUCCESS_CODES = set([SUCCESS, FAILURE])
73 emit(OPCODES[SUCCESS])
84 emit(OPCODES[SUCCESS])
119 emit(OPCODES[SUCCESS])
125 emit(OPCODES[SUCCESS])
492 code.append(OPCODES[SUCCESS])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 30 _SUCCESS_CODES = set([SUCCESS, FAILURE])
73 emit(OPCODES[SUCCESS])
84 emit(OPCODES[SUCCESS])
119 emit(OPCODES[SUCCESS])
125 emit(OPCODES[SUCCESS])
492 code.append(OPCODES[SUCCESS])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 30 _SUCCESS_CODES = set([SUCCESS, FAILURE])
73 emit(OPCODES[SUCCESS])
84 emit(OPCODES[SUCCESS])
119 emit(OPCODES[SUCCESS])
125 emit(OPCODES[SUCCESS])
492 code.append(OPCODES[SUCCESS])
  /tools/tradefederation/core/src/com/android/tradefed/util/
RunUtil.java 181 if (CommandStatus.SUCCESS.equals(result.getStatus())) {
267 if (CommandStatus.SUCCESS.equals(result.getStatus())) {
364 if (runTimed(opTimeout, runnable, true) == CommandStatus.SUCCESS) {
381 if (runTimed(opTimeout, runnable, true) == CommandStatus.SUCCESS) {
401 if (runTimed(opTimeout, runnable, true) == CommandStatus.SUCCESS) {
537 status = mRunnable.run() ? CommandStatus.SUCCESS : CommandStatus.FAILED;
  /external/vogar/src/vogar/
ExpectationStore.java 65 return byName != null ? byName : Expectation.SUCCESS;
90 return byName != null ? byName : Expectation.SUCCESS;
149 Result result = Result.SUCCESS;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DataCollector.java 162 currentSession.end(System.currentTimeMillis(), Session.SUCCESS);
185 if (currentSession.getResult() != Session.SUCCESS) {
278 sessionExitpoint(Session.SUCCESS);
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
SdkAvdPreparerTest.java 106 * Test normal success case for {@link SdkAvdPreparer#setUp(ITestDevice,IBuildInfo)}
205 CommandResult result = new CommandResult(CommandStatus.SUCCESS);
227 CommandResult result = new CommandResult(CommandStatus.SUCCESS);
235 * Configure the mock objects to deliver success response for the 'android create avd ...'
239 CommandResult result = new CommandResult(CommandStatus.SUCCESS);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java 47 protected static final int SUCCESS = 0;
194 * This function is invoked when the test is success.
  /cts/tests/core/runner/src/com/android/cts/core/runner/
ExpectationBasedFilter.java 107 if (expectation.getResult() != Result.SUCCESS) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableScaleTest.java 102 Assert.assertEquals(PixelCopy.SUCCESS, copyResult);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 175 if (status == TextToSpeech.SUCCESS) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 67 if (status == TextToSpeech.SUCCESS) {
  /device/google/marlin/power/
performance.h 35 #define SUCCESS 0
  /device/huawei/angler/performance/
performance.h 35 #define SUCCESS 0
  /device/huawei/angler/power/
performance.h 35 #define SUCCESS 0
  /device/lge/bullhead/power/
performance.h 35 #define SUCCESS 0
  /device/linaro/hikey/bluetooth/
bluetooth_hci.cc 82 cb->initializationComplete(Status::SUCCESS);
  /external/ltp/testcases/kernel/fs/fs-bench/
random-access-del-create.c 12 #define SUCCESS 1

Completed in 876 milliseconds

<<11121314151617181920>>