/ndk/tests/device/test-stlport_static-exception/jni/ |
eh24.cpp | 4 int fail = 0; variable 13 fail = 1; 32 return fail;
|
eh28.cpp | 6 int fail = 1; variable 9 class Y : public X { public: virtual void p() { fail = 0; } }; 16 return fail;
|
eh41.cpp | 4 int fail = 0; variable 9 if ( a != 'a' ) fail = 1; 10 if ( b != 'b' ) fail = 1; 11 if ( c != 'c' ) fail = 1;
|
eh44.cpp | 7 int fail = 0; variable 24 fail = 1; 35 return fail;
|
/external/deqp/framework/common/ |
tcuResultCollector.cpp | 86 void ResultCollector::fail (const std::string& msg) function in class:tcu::ResultCollector
|
/external/deqp/scripts/ |
check_resolution_list.py | 27 def fail (msg): function 51 fail("Invalid line in resolution list: '%s'" % line) 76 fail("Invalid resolution: '%s %s %s'" % (pattern, minRes, recRes)) 84 fail("Pattern '%s' does not match any cases" % pattern) 88 fail("Case '%s' specified multiple times (when processing '%s')" % (case, pattern)) 93 fail("Case '%s' not specified by any rule" % case)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Assert.java | 11 public static void fail(Exception e) { method in class:Assert 12 fail(e.toString()); // can't wrap exceptions in jdk 1.3 14 public static void fail(String msg) { method in class:Assert
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
unit_test.h | 5 unsigned int fail; member in struct:test_result
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_parse.cpp | 32 #define fail(x) assert(0 && (x)) macro 35 #define fail(x) throw(x) macro 116 fail("Unhandled operand component type"); 133 fail("Unhandled extended operand token type"); 146 fail("Unhandled operand index representation"); 365 fail("Unhandled dcl_stream since it's undocumented"); 367 fail("Unhandled declaration");
|
/external/openssh/openbsd-compat/regress/ |
snprintftest.c | 29 fail(const char *m) function 54 fail("snprintf does not correctly terminate long strings"); 58 fail("malloc failed"); 63 fail("failed with length limit '%%.s'"); 68 fail("snprintf does not return required length"); 70 fail("vsnprintf does not return required length");
|
/external/v8/test/intl/ |
assert.js | 94 function fail(expected, found) { function 107 fail(expected, found); 165 fail("threw an exception: ", e.message || e, name_opt);
|
/external/v8/test/mjsunit/ |
error-constructors.js | 53 function fail() { assertUnreachable(); }; function 54 ReferenceError.prototype.__defineSetter__('name', fail); 55 ReferenceError.prototype.__defineSetter__('message', fail); 56 ReferenceError.prototype.__defineSetter__('stack', fail); 78 errors[i].prototype.__defineGetter__(props[j], fail);
|
/external/v8/test/promises-aplus/lib/ |
assert.js | 34 function fail(actual, expected, message, operator) { function 35 var e = Error(compose('FAIL', message) + 43 throw Error(compose('FAIL', + message) + ': value = ' + value); 49 fail(actual, expected, message, '=='); 55 fail(actual, expected, message, '!='); 61 fail(actual, expected, message, '==='); 67 fail(actual, expected, message, '!=='); 76 throw Error('FAIL: This assertion function is not yet implemented.'); 83 assert.fail = fail; [all...] |
/libcore/luni/src/test/java/libcore/java/math/ |
MathContextTest.java | 42 fail(); method 47 fail(); method 54 fail(); method 61 fail(); method 66 fail(); method 71 fail(); method 78 fail(); method 83 fail(); method
|
/libcore/luni/src/test/java/libcore/net/http/ |
ResponseUtilsTest.java | 48 fail(); method
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh41.cpp | 4 int fail = 0; variable 9 if ( a != 'a' ) fail = 1; 10 if ( b != 'b' ) fail = 1; 11 if ( c != 'c' ) fail = 1;
|
eh44.cpp | 7 int fail = 0; variable 24 fail = 1; 35 return fail;
|
/art/test/406-fields/src/ |
TestCase.java | 196 public static void fail(String msg) { method in class:TestCase
|
/art/test/407-arrays/src/ |
TestCase.java | 196 public static void fail(String msg) { method in class:TestCase
|
/art/test/412-new-array/src/ |
TestCase.java | 196 public static void fail(String msg) { method in class:TestCase
|
/art/test/414-static-fields/src/ |
TestCase.java | 196 public static void fail(String msg) { method in class:TestCase
|
/dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/ |
MergeConflictTest.java | 31 Dex ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge(); 33 // a and ab overlap; this should fail 34 DexMerger dexMerger = new DexMerger(a, ab, CollisionPolicy.FAIL); 37 fail(); method
|
/external/deqp/modules/gles31/functional/ |
es31fNegativeTestShared.cpp | 71 void NegativeTestContext::fail (const string& msg) function in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
|
/external/guava/guava-tests/test/com/google/common/collect/ |
UnmodifiableIteratorTest.java | 56 fail(); method
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
TypeParameterTest.java | 45 fail(); method
|