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

1 2 3

  /external/chromium_org/third_party/icu/source/common/
errorcode.cpp 29 if(isFailure()) {
  /external/icu4c/common/
errorcode.cpp 31 if(isFailure()) {
  /external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h 62 * if(isFailure()) { handleFailure(); }
95 UBool isFailure() const { return U_FAILURE(errorCode); }
107 * if(isFailure()) { handleFailure(); }
127 * Called by assertSuccess() if isFailure() is true.
  /external/icu4c/common/unicode/
errorcode.h 62 * if(isFailure()) { handleFailure(); }
95 UBool isFailure() const { return U_FAILURE(errorCode); }
107 * if(isFailure()) { handleFailure(); }
127 * Called by assertSuccess() if isFailure() is true.
  /external/llvm/utils/lit/lit/
Test.py 6 def __init__(self, name, isFailure):
8 self.isFailure = isFailure
12 (self.name, self.isFailure))
LitTestCase.py 29 elif tr.isFailure:
main.py 30 if self.opts.quiet and not test.result.isFailure:
55 if self.opts.succinct and not test.result.isFailure:
64 if test.result.isFailure and self.opts.showOutput:
400 if t.result.isFailure:
433 if opts.quiet and not code.isFailure:
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 89 if(errorCode.get()!=U_ZERO_ERROR || !errorCode.isSuccess() || errorCode.isFailure()) {
98 if(errorCode.get()!=U_ILLEGAL_ARGUMENT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
102 if(errorCode.get()!=U_INVALID_FORMAT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
106 if(errorCode.get()!=U_PARSE_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
110 !errorCode.isSuccess() || errorCode.isFailure()
121 if(isFailure()) {
138 if( errorCode.get()!=U_ZERO_ERROR || !errorCode.isSuccess() || errorCode.isFailure() ||
149 if(errorCode.get()!=U_ILLEGAL_ARGUMENT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
157 if(errorCode.get()!=U_INVALID_FORMAT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
165 if(errorCode.get()!=U_PARSE_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
    [all...]
ucdtest.cpp 342 if(errorCode.isFailure()) {
  /external/junit/src/junit/framework/
TestFailure.java 55 public boolean isFailure() {
  /external/icu4c/test/intltest/
itutil.cpp 116 if(errorCode.get()!=U_ZERO_ERROR || !errorCode.isSuccess() || errorCode.isFailure()) {
125 if(errorCode.get()!=U_ILLEGAL_ARGUMENT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
129 if(errorCode.get()!=U_INVALID_FORMAT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
133 if(errorCode.get()!=U_PARSE_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
137 !errorCode.isSuccess() || errorCode.isFailure()
148 if(isFailure()) {
165 if( errorCode.get()!=U_ZERO_ERROR || !errorCode.isSuccess() || errorCode.isFailure() ||
176 if(errorCode.get()!=U_ILLEGAL_ARGUMENT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
184 if(errorCode.get()!=U_INVALID_FORMAT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
192 if(errorCode.get()!=U_PARSE_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
    [all...]
strtest.cpp 514 if (errorCode.isFailure()) {
  /external/icu4c/tools/gendict/
gendict.cpp 258 if(line == NULL || errorCode.isFailure()) { return FALSE; }
350 if (status.isFailure()) {
356 if (status.isFailure()) {
410 if (status.isFailure()) {
437 if (status.isFailure()) {
443 if (status.isFailure()) {
466 if (status.isFailure()) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormController.h 47 bool isFailure() const { return m_type == TypeFailure; }
FormController.cpp 59 ASSERT(!isFailure());
221 if (type.isEmpty() || type.find(isNotFormControlTypeCharacter) != notFound || state.isFailure())
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 143 boolean isFailure = false;
162 isFailure = true;
192 Map<String, Expectation> map = isFailure ? failures : outcomes;
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
tstdtmod.cpp 19 if(isFailure()) { handleFailure(); }
23 if(isFailure()) {
42 if(isFailure()) {
  /external/icu4c/tools/ctestfw/
tstdtmod.cpp 19 if(isFailure()) { handleFailure(); }
23 if(isFailure()) {
42 if(isFailure()) {
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 206 if(errorCode.isFailure()) {
237 if(errorCode.isFailure()) {
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 212 if(errorCode.isFailure()) {
243 if(errorCode.isFailure()) {
  /external/skia/tools/skpdiff/
SkPMetric.cpp 391 bool isFailure = false;
393 isFailure = true;
409 isFailure = true;
413 if (isFailure) {
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 57 if(isFailure()) { handleFailure(); }
  /external/icu4c/tools/toolutil/
toolutil.cpp 61 if(isFailure()) { handleFailure(); }
  /external/clang/include/clang/Sema/
Overload.h 509 bool isFailure() const { return isBad() || isAmbiguous(); }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 590 milliseconds

1 2 3