HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 101 - 125 of 4659) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/helgrind/tests/
annotate_hbefore.c 26 /* return 1 if success, 0 if failure */
29 UWord old, success; local
48 : /*out*/ "=b"(success)
52 assert(success == 0 || success == 1);
53 return success;
59 /* return 1 if success, 0 if failure */
62 UWord old, success; local
81 : /*out*/ "=b"(success)
85 assert(success == 0 || success == 1)
143 UWord old, success; local
176 UWord old, success; local
228 UWord success; local
261 UWord success; local
    [all...]
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
PerfStatsCollector.java 47 boolean success = true;
52 success = false;
55 event.finished(success);
69 boolean success = true;
74 success = false;
77 event.finished(success);
126 public void finished(boolean success) {
132 MetricKey key = new MetricKey(name, success);
135 metricMap.put(key, metric = new Metric(key.name, key.success));
150 private final boolean success; field in class:PerfStatsCollector.Metric
227 private final boolean success; field in class:PerfStatsCollector.MetricKey
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationHasFeature.java 81 boolean success;
94 success = domImpl.hasFeature(featureXML, version);
95 assertTrue("domimplementationhasfeature01_XML_1", success);
96 success = domImpl.hasFeature(featureXML, version1);
97 assertTrue("domimplementationhasfeature01_XML_2", success);
101 success = domImpl.hasFeature(featureCore, version);
102 assertTrue("domimplementationhasfeature01_Core_1", success);
103 success = domImpl.hasFeature(featureCore, version1);
104 success = domImpl.hasFeature(featureCore, version2);
105 assertTrue("domimplementationhasfeature01_Core_3", success);
    [all...]
NodeSetPrefix.java 132 boolean success = false;
136 success = (ex.code == DOMException.NAMESPACE_ERR);
138 assertTrue("throw_NAMESPACE_ERR", success);
157 // boolean success = false;
161 // success = (ex.code == DOMException.NAMESPACE_ERR);
163 // assertTrue("nodesetprefix04", success);
184 boolean success = false;
188 success = (ex.code == DOMException.NAMESPACE_ERR);
190 assertTrue("throw_NAMESPACE_ERR", success);
202 boolean success = false
    [all...]
  /external/skia/tests/
EncodeTest.cpp 51 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); local
52 if (!success) {
57 success = bitmap.peekPixels(&src);
58 REPORTER_ASSERT(r, success);
59 if (!success) {
64 success = encode(format, &dst0, src);
65 REPORTER_ASSERT(r, success);
69 success = encoder1->encodeRows(1);
70 REPORTER_ASSERT(r, success);
75 success = encoder2->encodeRows(3)
136 bool success = GetResourceAsBitmap("images\/mandrill_128.png", &bitmap); local
209 bool success = SkPngEncoder::Encode(&dst, src, options); local
248 bool success = GetResourceAsBitmap("images\/mandrill_128.png", &bitmap); local
291 bool success = GetResourceAsBitmap("images\/google_chrome.ico", &bitmap); local
    [all...]
PixelRefTest.cpp 19 bool success; local
26 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter);
27 REPORTER_ASSERT(reporter, true == success);
33 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter);
34 REPORTER_ASSERT(reporter, true == success);
40 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter);
41 REPORTER_ASSERT(reporter, false == success);
47 bool success; local
51 success = bm.installPixels(info, nullptr, 0);
52 REPORTER_ASSERT(reporter, success);
    [all...]
  /external/skqp/tests/
EncodeTest.cpp 50 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); local
51 if (!success) {
56 success = bitmap.peekPixels(&src);
57 REPORTER_ASSERT(r, success);
58 if (!success) {
63 success = encode(format, &dst0, src);
64 REPORTER_ASSERT(r, success);
68 success = encoder1->encodeRows(1);
69 REPORTER_ASSERT(r, success);
74 success = encoder2->encodeRows(3)
135 bool success = GetResourceAsBitmap("images\/mandrill_128.png", &bitmap); local
208 bool success = SkPngEncoder::Encode(&dst, src, options); local
247 bool success = GetResourceAsBitmap("images\/mandrill_128.png", &bitmap); local
290 bool success = GetResourceAsBitmap("images\/google_chrome.ico", &bitmap); local
    [all...]
PixelRefTest.cpp 19 bool success; local
26 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter);
27 REPORTER_ASSERT(reporter, true == success);
33 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter);
34 REPORTER_ASSERT(reporter, true == success);
40 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter);
41 REPORTER_ASSERT(reporter, false == success);
47 bool success; local
51 success = bm.installPixels(info, nullptr, 0);
52 REPORTER_ASSERT(reporter, success);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_cthread.h 32 int success = 0; /* init not needed when SOLARIS_THREADS and */ local
42 return success < 0 ? -1 : 0;
94 int success = FALSE; local
99 success = TRUE;
101 success = mutex_try_lock((mutex_t)lock);
103 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success));
104 return success;
thread_wince.h 28 int success = -1; local
37 success = 0;
41 return success;
95 * Return 1 on success if the lock was acquired
102 int success = 1; local
120 success = 0; /* We failed */
123 dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag, success));
125 return success;
  /external/python/cpython2/Python/
thread_cthread.h 32 int success = 0; /* init not needed when SOLARIS_THREADS and */ local
42 return success < 0 ? -1 : 0;
94 int success = FALSE; local
99 success = TRUE;
101 success = mutex_try_lock((mutex_t)lock);
103 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success));
104 return success;
thread_wince.h 28 int success = -1; local
37 success = 0;
41 return success;
95 * Return 1 on success if the lock was acquired
102 int success = 1; local
120 success = 0; /* We failed */
123 dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag, success));
125 return success;
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 89 EGLBoolean success = eglTerminate(mEglDisplay);
90 ASSERT_EQ(EGL_UNSIGNED_TRUE, success);
99 EGLBoolean success;
106 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
107 ASSERT_EQ(EGL_UNSIGNED_TRUE, success);
113 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
114 ASSERT_EQ(EGL_UNSIGNED_TRUE, success);
116 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
117 ASSERT_EQ(EGL_UNSIGNED_TRUE, success);
119 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2])
169 EGLBoolean success; local
209 EGLBoolean success; local
295 EGLBoolean success; local
380 EGLBoolean success; local
457 EGLBoolean success; local
505 EGLBoolean success; local
557 EGLBoolean success; local
608 EGLBoolean success; local
711 EGLBoolean success; local
    [all...]
  /system/tools/hidl/c2hal/test/
build_all.py 32 success, failure = genFiles(path, is_open_gl)
34 print("Success: ", ", ".join(success))
37 ratio = len(success) / (len(success) + len(failure))
39 print("%% success = %.2f" % (100 * ratio))
49 success = []
67 success += [header]
71 return success, failure
  /external/mesa3d/src/gallium/tests/unit/
u_format_compatible_test.c 71 boolean success; local
73 success = test_all();
75 return success ? 0 : 1;
u_format_test.c 209 boolean success; local
211 success = TRUE;
217 success = FALSE;
223 if (!success) {
228 return success;
238 boolean success; local
244 success = TRUE;
249 success = FALSE;
255 if (!success) {
260 return success;
271 boolean success; local
345 boolean success; local
384 boolean success; local
440 boolean success; local
471 boolean success; local
508 boolean success; local
545 boolean success; local
583 boolean success; local
620 boolean success; local
662 boolean success = TRUE; local
686 boolean success = TRUE; local
734 boolean success; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
Error.cpp 35 case object_error::success: return "Success";
49 if (ev == object_error::success)
50 return errc::success;
  /external/testng/src/test/java/test/reports/
ReporterLogTest.java 22 boolean success = false;
25 success = true;
29 Assert.assertTrue(success);
  /system/chre/platform/shared/
chre_api_audio.cc 33 bool success = false; local
35 success = EventLoopManagerSingleton::get()->getAudioRequestManager()
39 return success;
  /system/chre/util/system/
debug_dump.cc 24 bool success = false; local
40 success = true;
45 return success;
  /external/libmojo/mojo/edk/embedder/
platform_handle.cc 27 bool success = (close(handle) == 0); local
28 DPCHECK(success);
65 bool success = !!CloseHandle(handle);
66 DPCHECK(success);
  /external/testng/src/test/java/test/alwaysrun/
AlwaysRunAfter2.java 21 static public boolean success() { method in class:AlwaysRunAfter2
  /external/valgrind/memcheck/tests/
metadata.stdout.exp 1 result of GET is 1 (1 for success)
12 result of SET is 1 (1 for success)
  /hardware/intel/img/hwcomposer/merrifield/include/
IHdcpControl.h 22 typedef void (*HdcpStatusCallback)(bool success, void *userData);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IHdcpControl.h 22 typedef void (*HdcpStatusCallback)(bool success, void *userData);

Completed in 497 milliseconds

1 2 3 45 6 7 8 91011>>